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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + -All Classes - - - - - -All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary - -Class -Description - - -APIException - +All Classes and Interfaces + + +All Classes and InterfacesInterfacesClassesEnum ClassesException ClassesAnnotation Interfaces + + +Class +Description +AccessPolicy + +AccessPolicy + +AccessPolicy.AccessPolicyEnum + +AddMediaToPlaylist + +AddMediaToPlaylist.Async + +AddMediaToPlaylist.Sync + +AddMediaToPlaylistRequest + +AddMediaToPlaylistRequest.Builder + +AddMediaToPlaylistRequestBuilder + +AddMediaToPlaylistRequestBuilder + +AddMediaToPlaylistResponse + +AddMediaToPlaylistResponse + +AddMediaToPlaylistResponse.Builder + +AddMediaToPlaylistResponse.Builder + +AddMediaTrack + +AddMediaTrack.Async + +AddMediaTrack.Sync + +AddMediaTrackRequest + +AddMediaTrackRequest.Builder + +AddMediaTrackRequestBody + +AddMediaTrackRequestBody.Builder + +AddMediaTrackRequestBuilder + +AddMediaTrackRequestBuilder + +AddMediaTrackResponse + +AddMediaTrackResponse + +AddMediaTrackResponse.Builder + +AddMediaTrackResponse.Builder + +AddMediaTrackResponseBody + +AddMediaTrackResponseBody + +AddMediaTrackResponseBody.Builder + +AddTrackRequest + +AddTrackRequest + +AddTrackRequest.Builder + +AddTrackRequestType + +AddTrackRequestType + +AddTrackResponse + +AddTrackResponse + +AddTrackResponse.Builder + +AddTrackResponseType + +AddTrackResponseType + +AddTrackResponseType.AddTrackResponseTypeEnum + +AiFeatures + +AiResponseRecord + +AiResponseRecord + +AiResponseRecord.Builder + +AiSummaryRecord + +AiSummaryRecord + +AiSummaryRecord.Builder + +APIException + Thrown by a service call when an error response occurs. - - - -AudioInput - - - -AudioInput.Builder - - - -AudioInputType - + +AsyncAiFeatures + +AsyncAPIException + +Thrown by an async service call when an error response occurs. + +AsyncDimensions + +Operations involving dimensions + +AsyncDrmConfigurations + +AsyncErrors + +Operations involving errors + +AsyncFastpix + +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 + +Utility class for defining async hook interfaces. + +AsyncHook.AfterError + +Specifies what happens if a request action throws an Exception. + +AsyncHook.AfterSuccess + +Specifies how a response is transformed before response processing. + +AsyncHook.BeforeRequest + +Specifies how a request is transformed before sending. + +AsyncHook.IdempotencyHook + +AsyncHooks + +Async hook registry for runtime request/response processing. + +AsyncInputVideos + +AsyncInVideoAiFeatures + +AsyncLivePlayback + +AsyncLivePlaybacks + +AsyncLiveStream + +AsyncManageLiveStream + +AsyncManageLiveStreams + +AsyncManageVideos + +AsyncMetrics + +Operations involving metrics + +AsyncPlayback + +Operations for video playback management + +AsyncPlaylist + +Operations for playlist management + +AsyncPlaylists + +AsyncResponse + +AsyncRetries + +AsyncRetries.Builder + +AsyncRetryableException + +AsyncSigningKeys + +AsyncSimulcasts + +AsyncSimulcastStream + +AsyncSimulcastStreams + +AsyncStreams + +AsyncVideos + +AsyncViews + +Operations involving views + +AudioInput + +AudioInput.Builder + +AudioInputType + AudioInputType - - - -AuthException - + +AudioTrack + +AudioTrack + +AudioTrack.Builder + +AudioTrackType + +AudioTrackType + +AudioTrackType.AudioTrackTypeEnum + +AuthException + An exception associated with Authentication or Authorization. - - - -BackoffStrategy - + +BackoffStrategy + 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 - - - -BadRequestError - -BadRequestError - - - -BadRequestError.Builder - - - -BadRequestException - - - -BadRequestException.Builder - - - -BigDecimalString - - - -BigDecimalString.Deserializer - - - -BigDecimalString.Serializer - - - -BigIntegerString - - - -BigIntegerString.Deserializer - - - -BigIntegerString.Serializer - - - -Constants - - - -CreateLiveStreamRequest - - - -CreateLiveStreamRequest.Builder - - - -CreateLiveStreamRequestMaxResolution - + +BackoffStrategy.Builder + +BasicAccessPolicy + +BasicAccessPolicy + +BigDecimalString + +BigDecimalString.Deserializer + +BigDecimalString.Serializer + +BigIntegerString + +BigIntegerString.Deserializer + +BigIntegerString.Serializer + +Blob + +A utility class for creating data blobs from various input sources that implements HttpRequest.BodyPublisher. + +BlockingParser<T> + +Blocking parser that reads from a Reader and delegates to a StreamingParser. + +BrowserNameDimensiondetails + +BrowserNameDimensiondetails.Builder + +CancelUpload + +CancelUpload.Async + +CancelUpload.Sync + +CancelUploadRequest + +CancelUploadRequest.Builder + +CancelUploadRequestBuilder + +CancelUploadRequestBuilder + +CancelUploadResponse + +CancelUploadResponse + +CancelUploadResponse.Builder + +CancelUploadResponse.Builder + +CancelUploadResponseBody + +CancelUploadResponseBody + +CancelUploadResponseBody.Builder + +ChangeMediaOrderInPlaylist + +ChangeMediaOrderInPlaylist.Async + +ChangeMediaOrderInPlaylist.Sync + +ChangeMediaOrderInPlaylistRequest + +ChangeMediaOrderInPlaylistRequest.Builder + +ChangeMediaOrderInPlaylistRequestBuilder + +ChangeMediaOrderInPlaylistRequestBuilder + +ChangeMediaOrderInPlaylistResponse + +ChangeMediaOrderInPlaylistResponse + +ChangeMediaOrderInPlaylistResponse.Builder + +ChangeMediaOrderInPlaylistResponse.Builder + +ChaptersResponse + +ChaptersResponse.Builder + +CompleteLiveStream + +CompleteLiveStream.Async + +CompleteLiveStream.Sync + +CompleteLiveStreamRequest + +CompleteLiveStreamRequest.Builder + +CompleteLiveStreamRequestBuilder + +CompleteLiveStreamRequestBuilder + +CompleteLiveStreamResponse + +CompleteLiveStreamResponse + +CompleteLiveStreamResponse.Builder + +CompleteLiveStreamResponse.Builder + +Configuration + +Configuration + +Configuration.Builder + +Constants + +CopiableInputStream + +CreateAPlaylist + +CreateAPlaylist.Async + +CreateAPlaylist.Sync + +CreateAPlaylistRequestBuilder + +CreateAPlaylistRequestBuilder + +CreateAPlaylistResponse + +CreateAPlaylistResponse + +CreateAPlaylistResponse.Builder + +CreateAPlaylistResponse.Builder + +CreateLiveStreamRequest + +CreateLiveStreamRequest.Builder + +CreateLiveStreamRequestMaxResolution + CreateLiveStreamRequestMaxResolution - - - -CreateLiveStreamRequestMetadata - -CreateLiveStreamRequestMetadata - - - -CreateLiveStreamRequestMetadata.Builder - - - -CreateMediaPlaybackIdAccessPolicy - -CreateMediaPlaybackIdAccessPolicy - - - -CreateMediaPlaybackIdAccessRestrictions - - - -CreateMediaPlaybackIdAccessRestrictions.Builder - - - -CreateMediaPlaybackIdDomains - - - -CreateMediaPlaybackIdDomains.Builder - - - -CreateMediaPlaybackIdDomainsDefaultPolicy - -CreateMediaPlaybackIdDomainsDefaultPolicy - - - -CreateMediaPlaybackIdRequest - - - -CreateMediaPlaybackIdRequest.Builder - - - -CreateMediaPlaybackIdRequestBody - + +CreateLiveStreamResponseDTO + +CreateLiveStreamResponseDTO + +CreateLiveStreamResponseDTO.Builder + +CreateMedia + +CreateMedia.Async + +CreateMedia.Sync + +CreateMediaPlaybackId + +CreateMediaPlaybackId.Async + +CreateMediaPlaybackId.Sync + +CreateMediaPlaybackIdAccessRestrictions + +CreateMediaPlaybackIdAccessRestrictions.Builder + +CreateMediaPlaybackIdRequest + +CreateMediaPlaybackIdRequest.Builder + +CreateMediaPlaybackIdRequestBody + CreateMediaPlaybackIdRequestBody - - - -CreateMediaPlaybackIdRequestBody.Builder - - - -CreateMediaPlaybackIdRequestBuilder - - - -CreateMediaPlaybackIdResponse - - - -CreateMediaPlaybackIdResponse.Builder - - - -CreateMediaPlaybackIdResponseBody - + +CreateMediaPlaybackIdRequestBody.Builder + +CreateMediaPlaybackIdRequestBuilder + +CreateMediaPlaybackIdRequestBuilder + +CreateMediaPlaybackIdResponse + +CreateMediaPlaybackIdResponse + +CreateMediaPlaybackIdResponse.Builder + +CreateMediaPlaybackIdResponse.Builder + +CreateMediaPlaybackIdResponseBody + CreateMediaPlaybackIdResponseBody - - - -CreateMediaPlaybackIdResponseBody.Builder - - - -CreateMediaPlaybackIdUserAgents - - - -CreateMediaPlaybackIdUserAgents.Builder - - - -CreateMediaPlaybackIdUserAgentsDefaultPolicy - -CreateMediaPlaybackIdUserAgentsDefaultPolicy - - - -CreateMediaRequest - - - -CreateMediaRequest.Builder - - - -CreateMediaRequestAccessPolicy - + +CreateMediaPlaybackIdResponseBody.Builder + +CreateMediaRequest + +CreateMediaRequest.Builder + +CreateMediaRequestAccessPolicy + CreateMediaRequestAccessPolicy - - - -CreateMediaRequestAccessRestrictions - - - -CreateMediaRequestAccessRestrictions.Builder - - - -CreateMediaRequestBuilder - - - -CreateMediaRequestDomains - - - -CreateMediaRequestDomains.Builder - - - -CreateMediaRequestDomainsDefaultPolicy - -CreateMediaRequestDomainsDefaultPolicy - - - -CreateMediaRequestLanguageCode - + +CreateMediaRequestAccessRestrictions + +CreateMediaRequestAccessRestrictions.Builder + +CreateMediaRequestBuilder + +CreateMediaRequestBuilder + +CreateMediaRequestDomains + +CreateMediaRequestDomains.Builder + +CreateMediaRequestLanguageCode + CreateMediaRequestLanguageCode - - - -CreateMediaRequestMaxResolution - + +CreateMediaRequestMaxResolution + CreateMediaRequestMaxResolution - - - -CreateMediaRequestMetadata - -CreateMediaRequestMetadata - - - -CreateMediaRequestMetadata.Builder - - - -CreateMediaRequestMp4Support - + +CreateMediaRequestMediaQuality + +CreateMediaRequestMediaQuality + +CreateMediaRequestMp4Support + CreateMediaRequestMp4Support - - - -CreateMediaRequestType - + +CreateMediaRequestType + CreateMediaRequestType - - - -CreateMediaRequestUserAgents - - - -CreateMediaRequestUserAgents.Builder - - - -CreateMediaRequestUserAgentsDefaultPolicy - -CreateMediaRequestUserAgentsDefaultPolicy - - - -CreateMediaResponse - - - -CreateMediaResponse - - - -CreateMediaResponse.Builder - - - -CreateMediaResponse.Builder - - - -CreateMediaResponseBody - -CreateMediaResponseBody - - - -CreateMediaResponseBody.Builder - - - -CreateMediaResponseMaxResolution - + +CreateMediaRequestUserAgents + +CreateMediaRequestUserAgents.Builder + +CreateMediaResponse + +CreateMediaResponse + +CreateMediaResponse + +CreateMediaResponse.Builder + +CreateMediaResponse.Builder + +CreateMediaResponse.Builder + +CreateMediaResponseInput + +CreateMediaResponseInput.Builder + +CreateMediaResponseMaxResolution + CreateMediaResponseMaxResolution - - - -CreateMediaResponseMetadata - -CreateMediaResponseMetadata - - - -CreateMediaResponseMetadata.Builder - - - -CreateNewStreamRequestBuilder - - - -CreateNewStreamResponse - - - -CreateNewStreamResponse.Builder - - - -CreatePlaybackIdOfStreamRequest - - - -CreatePlaybackIdOfStreamRequest.Builder - - - -CreatePlaybackIdOfStreamRequestBuilder - - - -CreatePlaybackIdOfStreamResponse - - - -CreatePlaybackIdOfStreamResponse.Builder - - - -CreateSimulcastOfStreamRequest - - - -CreateSimulcastOfStreamRequest.Builder - - - -CreateSimulcastOfStreamRequestBuilder - - - -CreateSimulcastOfStreamResponse - - - -CreateSimulcastOfStreamResponse.Builder - - - -Data - -Data - - - -Data.Builder - - - -DeleteLiveStreamRequest - - - -DeleteLiveStreamRequest.Builder - - - -DeleteLiveStreamRequestBuilder - - - -DeleteLiveStreamResponse - - - -DeleteLiveStreamResponse.Builder - - - -DeleteMediaPlaybackIdRequest - - - -DeleteMediaPlaybackIdRequest.Builder - - - -DeleteMediaPlaybackIdRequestBuilder - - - -DeleteMediaPlaybackIdResponse - - - -DeleteMediaPlaybackIdResponse.Builder - - - -DeleteMediaPlaybackIdResponseBody - + +CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum + +CreateMediaResponseMediaQuality + +CreateMediaResponseMediaQuality + +CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum + +CreateMediaResponseStatus + +CreateMediaResponseStatus + +CreateMediaResponseStatus.CreateMediaResponseStatusEnum + +CreateMediaSuccessResponse + +CreateMediaSuccessResponse.Builder + +CreateNewStream + +CreateNewStream.Async + +CreateNewStream.Sync + +CreateNewStreamRequestBuilder + +CreateNewStreamRequestBuilder + +CreateNewStreamResponse + +CreateNewStreamResponse + +CreateNewStreamResponse.Builder + +CreateNewStreamResponse.Builder + +CreatePlaybackId + +CreatePlaybackId + +CreatePlaybackId.Builder + +CreatePlaybackIdAccessRestrictions + +CreatePlaybackIdAccessRestrictions + +CreatePlaybackIdAccessRestrictions.Builder + +CreatePlaybackIdDomains + +CreatePlaybackIdDomains + +CreatePlaybackIdDomains.Builder + +CreatePlaybackIdOfStream + +CreatePlaybackIdOfStream.Async + +CreatePlaybackIdOfStream.Sync + +CreatePlaybackIdOfStreamRequest + +CreatePlaybackIdOfStreamRequest.Builder + +CreatePlaybackIdOfStreamRequestBuilder + +CreatePlaybackIdOfStreamRequestBuilder + +CreatePlaybackIdOfStreamResponse + +CreatePlaybackIdOfStreamResponse + +CreatePlaybackIdOfStreamResponse.Builder + +CreatePlaybackIdOfStreamResponse.Builder + +CreatePlaybackIdUserAgents + +CreatePlaybackIdUserAgents + +CreatePlaybackIdUserAgents.Builder + +CreatePlaylistRequest + +CreatePlaylistRequestManual + +CreatePlaylistRequestManual.Builder + +CreatePlaylistRequestManualType + +CreatePlaylistRequestManualType + +CreatePlaylistRequestSmart + +CreatePlaylistRequestSmart.Builder + +CreatePlaylistRequestSmartType + +CreatePlaylistRequestSmartType + +CreatePlaylistRequestTypeIdResolver + +CreateResponse + +CreateResponse.Builder + +CreateSigningKey + +CreateSigningKey.Async + +CreateSigningKey.Sync + +CreateSigningKeyRequestBuilder + +CreateSigningKeyRequestBuilder + +CreateSigningKeyResponse + +CreateSigningKeyResponse + +CreateSigningKeyResponse.Builder + +CreateSigningKeyResponse.Builder + +CreateSigningKeyResponseDTO + +CreateSigningKeyResponseDTO + +CreateSigningKeyResponseDTO.Builder + +CreateSimulcastOfStream + +CreateSimulcastOfStream.Async + +CreateSimulcastOfStream.Sync + +CreateSimulcastOfStreamRequest + +CreateSimulcastOfStreamRequest.Builder + +CreateSimulcastOfStreamRequestBuilder + +CreateSimulcastOfStreamRequestBuilder + +CreateSimulcastOfStreamResponse + +CreateSimulcastOfStreamResponse + +CreateSimulcastOfStreamResponse.Builder + +CreateSimulcastOfStreamResponse.Builder + +Custom1 + +Custom1.Builder + +Custom2 + +Custom2 + +Custom2.Builder + +DataPagination + +DataPagination + +DataPagination.Builder + +DateRange + +DateRange + +DateRange.Builder + +DefaultError + +DefaultError.Builder + +DeleteAPlaylist + +DeleteAPlaylist.Async + +DeleteAPlaylist.Sync + +DeleteAPlaylistRequest + +DeleteAPlaylistRequest.Builder + +DeleteAPlaylistRequestBuilder + +DeleteAPlaylistRequestBuilder + +DeleteAPlaylistResponse + +DeleteAPlaylistResponse + +DeleteAPlaylistResponse.Builder + +DeleteAPlaylistResponse.Builder + +DeleteLiveStream + +DeleteLiveStream.Async + +DeleteLiveStream.Sync + +DeleteLiveStreamRequest + +DeleteLiveStreamRequest.Builder + +DeleteLiveStreamRequestBuilder + +DeleteLiveStreamRequestBuilder + +DeleteLiveStreamResponse + +DeleteLiveStreamResponse + +DeleteLiveStreamResponse.Builder + +DeleteLiveStreamResponse.Builder + +DeleteMedia + +DeleteMedia.Async + +DeleteMedia.Sync + +DeleteMediaFromPlaylist + +DeleteMediaFromPlaylist.Async + +DeleteMediaFromPlaylist.Sync + +DeleteMediaFromPlaylistRequest + +DeleteMediaFromPlaylistRequest.Builder + +DeleteMediaFromPlaylistRequestBuilder + +DeleteMediaFromPlaylistRequestBuilder + +DeleteMediaFromPlaylistResponse + +DeleteMediaFromPlaylistResponse + +DeleteMediaFromPlaylistResponse.Builder + +DeleteMediaFromPlaylistResponse.Builder + +DeleteMediaPlaybackId + +DeleteMediaPlaybackId.Async + +DeleteMediaPlaybackId.Sync + +DeleteMediaPlaybackIdRequest + +DeleteMediaPlaybackIdRequest.Builder + +DeleteMediaPlaybackIdRequestBuilder + +DeleteMediaPlaybackIdRequestBuilder + +DeleteMediaPlaybackIdResponse + +DeleteMediaPlaybackIdResponse + +DeleteMediaPlaybackIdResponse.Builder + +DeleteMediaPlaybackIdResponse.Builder + +DeleteMediaPlaybackIdResponseBody + DeleteMediaPlaybackIdResponseBody - - - -DeleteMediaPlaybackIdResponseBody.Builder - - - -DeleteMediaRequest - - - -DeleteMediaRequest.Builder - - - -DeleteMediaRequestBuilder - - - -DeleteMediaResponse - - - -DeleteMediaResponse.Builder - - - -DeleteMediaResponseBody - + +DeleteMediaPlaybackIdResponseBody.Builder + +DeleteMediaRequest + +DeleteMediaRequest.Builder + +DeleteMediaRequestBuilder + +DeleteMediaRequestBuilder + +DeleteMediaResponse + +DeleteMediaResponse + +DeleteMediaResponse.Builder + +DeleteMediaResponse.Builder + +DeleteMediaResponseBody + DeleteMediaResponseBody - - - -DeleteMediaResponseBody.Builder - - - -DeletePlaybackIdOfStreamRequest - - - -DeletePlaybackIdOfStreamRequest.Builder - - - -DeletePlaybackIdOfStreamRequestBuilder - - - -DeletePlaybackIdOfStreamResponse - - - -DeletePlaybackIdOfStreamResponse.Builder - - - -DeleteSimulcastOfStreamRequest - - - -DeleteSimulcastOfStreamRequest.Builder - - - -DeleteSimulcastOfStreamRequestBuilder - - - -DeleteSimulcastOfStreamResponse - - - -DeleteSimulcastOfStreamResponse.Builder - - - -Deserializers - - - -DirectUpload - + +DeleteMediaResponseBody.Builder + +DeleteMediaTrack + +DeleteMediaTrack.Async + +DeleteMediaTrack.Sync + +DeleteMediaTrackRequest + +DeleteMediaTrackRequest.Builder + +DeleteMediaTrackRequestBuilder + +DeleteMediaTrackRequestBuilder + +DeleteMediaTrackResponse + +DeleteMediaTrackResponse + +DeleteMediaTrackResponse.Builder + +DeleteMediaTrackResponse.Builder + +DeleteMediaTrackResponseBody + +DeleteMediaTrackResponseBody + +DeleteMediaTrackResponseBody.Builder + +DeletePlaybackIdOfStream + +DeletePlaybackIdOfStream.Async + +DeletePlaybackIdOfStream.Sync + +DeletePlaybackIdOfStreamRequest + +DeletePlaybackIdOfStreamRequest.Builder + +DeletePlaybackIdOfStreamRequestBuilder + +DeletePlaybackIdOfStreamRequestBuilder + +DeletePlaybackIdOfStreamResponse + +DeletePlaybackIdOfStreamResponse + +DeletePlaybackIdOfStreamResponse.Builder + +DeletePlaybackIdOfStreamResponse.Builder + +DeleteSigningKey + +DeleteSigningKey.Async + +DeleteSigningKey.Sync + +DeleteSigningKeyRequest + +DeleteSigningKeyRequest.Builder + +DeleteSigningKeyRequestBuilder + +DeleteSigningKeyRequestBuilder + +DeleteSigningKeyResponse + +DeleteSigningKeyResponse + +DeleteSigningKeyResponse + +DeleteSigningKeyResponse.Builder + +DeleteSigningKeyResponse.Builder + +DeleteSigningKeyResponse.Builder + +DeleteSimulcastOfStream + +DeleteSimulcastOfStream.Async + +DeleteSimulcastOfStream.Sync + +DeleteSimulcastOfStreamRequest + +DeleteSimulcastOfStreamRequest.Builder + +DeleteSimulcastOfStreamRequestBuilder + +DeleteSimulcastOfStreamRequestBuilder + +DeleteSimulcastOfStreamResponse + +DeleteSimulcastOfStreamResponse + +DeleteSimulcastOfStreamResponse.Builder + +DeleteSimulcastOfStreamResponse.Builder + +Deserializers + +Dimension + +Dimension + +Dimensions + +Operations involving dimensions + +DimensionsId + +DimensionsId + +DirectUpload + DirectUpload - - - -DirectUpload.Builder - - - -DirectUploadResponse - - - -DirectUploadResponse.Builder - - - -DirectUploadResponseMetadata - -DirectUploadResponseMetadata - - - -DirectUploadResponseMetadata.Builder - - - -DirectUploadVideoMediaAccessPolicy - + +DirectUpload.Builder + +DirectUploadResponse + +DirectUploadResponse.Builder + +DirectUploadResponseMediaQuality + +DirectUploadResponseMediaQuality + +DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum + +DirectUploadStatus + +DirectUploadStatus + +DirectUploadStatus.DirectUploadStatusEnum + +DirectUploadVideoMedia + +DirectUploadVideoMedia.Async + +DirectUploadVideoMedia.Sync + +DirectUploadVideoMediaAccessPolicy + DirectUploadVideoMediaAccessPolicy - - - -DirectUploadVideoMediaAccessRestrictions - - - -DirectUploadVideoMediaAccessRestrictions.Builder - - - -DirectUploadVideoMediaDomains - - - -DirectUploadVideoMediaDomains.Builder - - - -DirectUploadVideoMediaDomainsDefaultPolicy - + +DirectUploadVideoMediaAccessRestrictions + +DirectUploadVideoMediaAccessRestrictions.Builder + +DirectUploadVideoMediaDomains + +DirectUploadVideoMediaDomains.Builder + +DirectUploadVideoMediaDomainsDefaultPolicy + DirectUploadVideoMediaDomainsDefaultPolicy - - - -DirectUploadVideoMediaMetadata - -DirectUploadVideoMediaMetadata - - - -DirectUploadVideoMediaMetadata.Builder - - - -DirectUploadVideoMediaRequest - + +DirectUploadVideoMediaModeration + +DirectUploadVideoMediaModeration.Builder + +DirectUploadVideoMediaMp4Support + +DirectUploadVideoMediaMp4Support + +DirectUploadVideoMediaRequest + DirectUploadVideoMediaRequest - - - -DirectUploadVideoMediaRequest.Builder - - - -DirectUploadVideoMediaRequestBuilder - - - -DirectUploadVideoMediaResponse - - - -DirectUploadVideoMediaResponse.Builder - - - -DirectUploadVideoMediaResponseBody - + +DirectUploadVideoMediaRequest.Builder + +DirectUploadVideoMediaRequestBuilder + +DirectUploadVideoMediaRequestBuilder + +DirectUploadVideoMediaResponse + +DirectUploadVideoMediaResponse + +DirectUploadVideoMediaResponse.Builder + +DirectUploadVideoMediaResponse.Builder + +DirectUploadVideoMediaResponseBody + DirectUploadVideoMediaResponseBody - - - -DirectUploadVideoMediaResponseBody.Builder - - - -DirectUploadVideoMediaUserAgents - - - -DirectUploadVideoMediaUserAgents.Builder - - - -DirectUploadVideoMediaUserAgentsDefaultPolicy - + +DirectUploadVideoMediaResponseBody.Builder + +DirectUploadVideoMediaUserAgents + +DirectUploadVideoMediaUserAgents.Builder + +DirectUploadVideoMediaUserAgentsDefaultPolicy + DirectUploadVideoMediaUserAgentsDefaultPolicy - - - -EventStream<T> - - - -EventStreamLineReader - -Converts CR-LF, LF, CR to LF - - - -EventStreamMessage - - - -EventStreamReader - - - -FastPixSDK - -LIVE STREAMING API: The Live Stream APIs in FastPix simplifies the process of creating,managing, and distributing live content. - - - -FastPixSDK.Builder - + +DisableLiveStream + +DisableLiveStream.Async + +DisableLiveStream.Sync + +DisableLiveStreamRequest + +DisableLiveStreamRequest.Builder + +DisableLiveStreamRequestBuilder + +DisableLiveStreamRequestBuilder + +DisableLiveStreamResponse + +DisableLiveStreamResponse + +DisableLiveStreamResponse.Builder + +DisableLiveStreamResponse.Builder + +DomainRestrictions + +DomainRestrictions + +DomainRestrictions.Builder + +DomainsDefaultPolicy + +DomainsDefaultPolicy + +DrmConfigurations + +DrmIdResponse + +DrmIdResponse.Builder + +EnableLiveStream + +EnableLiveStream.Async + +EnableLiveStream.Sync + +EnableLiveStreamRequest + +EnableLiveStreamRequest.Builder + +EnableLiveStreamRequestBuilder + +EnableLiveStreamRequestBuilder + +EnableLiveStreamResponse + +EnableLiveStreamResponse + +EnableLiveStreamResponse.Builder + +EnableLiveStreamResponse.Builder + +Error + +Error + +Error.Builder + +ErrorDetails + +ErrorDetails.Builder + +ErrorDetailsPercentage + +ErrorDetailsPercentage + +ErrorDetailsPercentage._Deserializer + +Errors + +Operations involving errors + +Event + +Event.Builder + +EventStream<T> + +Provides a convenient way to consume Server-Sent Events (SSE) from a stream. + +EventStream<ResponseT,ItemT> + +A reactive event stream publisher that can handle different protocols (SSE, JSONL) + and emits typed events with proper backpressure handling. + +EventStream.Protocol<ParsedT,ItemT> + +Protocol interface that defines how to parse and process different event stream formats + +EventStreamMessage + +EventTime + +EventTime + +EventTime._Deserializer + +Exceptions + +Exceptions.CheckedConsumer<T> + +Exceptions.CheckedFunction<T,R> + +Exceptions.CheckedRunnable + +Exceptions.CheckedSupplier<T> + +Fastpix + +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.Builder + The Builder class allows the configuration of a new instance of the SDK. - - - -Field - - - -Field.Builder - - - -ForbiddenError - -ForbiddenError - - - -ForbiddenError.Builder - - - -ForbiddenException - - - -ForbiddenException.Builder - - - -GetAllStreamsOrderBy - -GetAllStreamsOrderBy - - - -GetAllStreamsRequest - - - -GetAllStreamsRequest.Builder - - - -GetAllStreamsRequestBuilder - - - -GetAllStreamsResponse - - - -GetAllStreamsResponse.Builder - - - -GetCreateLiveStreamResponseDTO - + +FastpixException + +FastpixHTTPClient + +FastpixLogger + +FastpixMetadata + +File + +File + +File.Builder + +GenerateSubtitleTrack + +GenerateSubtitleTrack.Async + +GenerateSubtitleTrack.Sync + +GenerateSubtitleTrackRequest + +GenerateSubtitleTrackRequest.Builder + +GenerateSubtitleTrackRequestBuilder + +GenerateSubtitleTrackRequestBuilder + +GenerateSubtitleTrackResponse + +GenerateSubtitleTrackResponse + +GenerateSubtitleTrackResponse.Builder + +GenerateSubtitleTrackResponse.Builder + +GenerateSubtitleTrackResponseBody + +GenerateSubtitleTrackResponseBody + +GenerateSubtitleTrackResponseBody.Builder + +GenerateTrackResponse + +GenerateTrackResponse + +GenerateTrackResponse.Builder + +GenerateTrackResponseLanguageCode + +GenerateTrackResponseLanguageCode + +GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum + +GenerateTrackResponseType + +GenerateTrackResponseType + +GenerateTrackResponseType.GenerateTrackResponseTypeEnum + +GenericTypeIdResolver<T> + +Generic type resolver that supports both manual type registration and automatic + fallback to unknown types for unrecognized discriminator values. + +GetAllMediaResponse + +GetAllMediaResponse.Builder + +GetAllMediaResponseMaxResolution + +GetAllMediaResponseMaxResolution + +GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum + +GetAllMediaResponseMediaQuality + +GetAllMediaResponseMediaQuality + +GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum + +GetAllMediaResponseMp4Support + +GetAllMediaResponseMp4Support + +GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum + +GetAllMediaResponseSourceResolution + +GetAllMediaResponseSourceResolution + +GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum + +GetAllMediaResponseStatus + +GetAllMediaResponseStatus + +GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum + +GetAllMediaResponseTrack + +GetAllMediaResponseTrack._Deserializer + +GetAllPlaylists + +GetAllPlaylists.Async + +GetAllPlaylists.Sync + +GetAllPlaylistsRequest + +GetAllPlaylistsRequest.Builder + +GetAllPlaylistsRequestBuilder + +GetAllPlaylistsRequestBuilder + +GetAllPlaylistsResponse + +GetAllPlaylistsResponse + +GetAllPlaylistsResponse + +GetAllPlaylistsResponse.Builder + +GetAllPlaylistsResponse.Builder + +GetAllPlaylistsResponse.Builder + +GetAllSigningKeysResponse + +GetAllSigningKeysResponse.Builder + +GetAllSigningKeysResponseDto + +GetAllSigningKeysResponseDto + +GetAllSigningKeysResponseDto.Builder + +GetAllStreams + +GetAllStreams.Async + +GetAllStreams.Sync + +GetAllStreamsRequest + +GetAllStreamsRequest.Builder + +GetAllStreamsRequestBuilder + +GetAllStreamsRequestBuilder + +GetAllStreamsResponse + +GetAllStreamsResponse + +GetAllStreamsResponse.Builder + +GetAllStreamsResponse.Builder + +GetCreateLiveStreamResponseDTO + GetCreateLiveStreamResponseDTO - - - -GetCreateLiveStreamResponseDTO.Builder - - - -GetCreateLiveStreamResponseDTOMetadata - -GetCreateLiveStreamResponseDTOMetadata - - - -GetCreateLiveStreamResponseDTOMetadata.Builder - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - - - -GetLiveStreamByIdRequest - - - -GetLiveStreamByIdRequest.Builder - - - -GetLiveStreamByIdRequestBuilder - - - -GetLiveStreamByIdResponse - - - -GetLiveStreamByIdResponse.Builder - - - -GetLiveStreamPlaybackIdRequest - - - -GetLiveStreamPlaybackIdRequest.Builder - - - -GetLiveStreamPlaybackIdRequestBuilder - - - -GetLiveStreamPlaybackIdResponse - - - -GetLiveStreamPlaybackIdResponse.Builder - - - -GetMediaRequest - - - -GetMediaRequest.Builder - - - -GetMediaRequestBuilder - - - -GetMediaResponse - - - -GetMediaResponse.Builder - - - -GetMediaResponseBody - + +GetCreateLiveStreamResponseDTO.Builder + +GetDrmConfiguration + +GetDrmConfiguration.Async + +GetDrmConfiguration.Sync + +GetDrmConfigurationById + +GetDrmConfigurationById.Async + +GetDrmConfigurationById.Sync + +GetDrmConfigurationByIdRequest + +GetDrmConfigurationByIdRequest.Builder + +GetDrmConfigurationByIdRequestBuilder + +GetDrmConfigurationByIdRequestBuilder + +GetDrmConfigurationByIdResponse + +GetDrmConfigurationByIdResponse + +GetDrmConfigurationByIdResponse.Builder + +GetDrmConfigurationByIdResponse.Builder + +GetDrmConfigurationByIdResponseBody + +GetDrmConfigurationByIdResponseBody + +GetDrmConfigurationByIdResponseBody.Builder + +GetDrmConfigurationRequest + +GetDrmConfigurationRequest.Builder + +GetDrmConfigurationRequestBuilder + +GetDrmConfigurationRequestBuilder + +GetDrmConfigurationResponse + +GetDrmConfigurationResponse + +GetDrmConfigurationResponse.Builder + +GetDrmConfigurationResponse.Builder + +GetDrmConfigurationResponseBody + +GetDrmConfigurationResponseBody + +GetDrmConfigurationResponseBody.Builder + +GetLiveStreamById + +GetLiveStreamById.Async + +GetLiveStreamById.Sync + +GetLiveStreamByIdRequest + +GetLiveStreamByIdRequest.Builder + +GetLiveStreamByIdRequestBuilder + +GetLiveStreamByIdRequestBuilder + +GetLiveStreamByIdResponse + +GetLiveStreamByIdResponse + +GetLiveStreamByIdResponse.Builder + +GetLiveStreamByIdResponse.Builder + +GetLiveStreamPlaybackId + +GetLiveStreamPlaybackId.Async + +GetLiveStreamPlaybackId.Sync + +GetLiveStreamPlaybackIdRequest + +GetLiveStreamPlaybackIdRequest.Builder + +GetLiveStreamPlaybackIdRequestBuilder + +GetLiveStreamPlaybackIdRequestBuilder + +GetLiveStreamPlaybackIdResponse + +GetLiveStreamPlaybackIdResponse + +GetLiveStreamPlaybackIdResponse.Builder + +GetLiveStreamPlaybackIdResponse.Builder + +GetLiveStreamViewerCountById + +GetLiveStreamViewerCountById.Async + +GetLiveStreamViewerCountById.Sync + +GetLiveStreamViewerCountByIdRequest + +GetLiveStreamViewerCountByIdRequest.Builder + +GetLiveStreamViewerCountByIdRequestBuilder + +GetLiveStreamViewerCountByIdRequestBuilder + +GetLiveStreamViewerCountByIdResponse + +GetLiveStreamViewerCountByIdResponse + +GetLiveStreamViewerCountByIdResponse.Builder + +GetLiveStreamViewerCountByIdResponse.Builder + +GetMedia + +GetMedia.Async + +GetMedia.Sync + +GetMediaClips + +GetMediaClips.Async + +GetMediaClips.Sync + +GetMediaClipsRequest + +GetMediaClipsRequest.Builder + +GetMediaClipsRequestBuilder + +GetMediaClipsRequestBuilder + +GetMediaClipsResponse + +GetMediaClipsResponse + +GetMediaClipsResponse.Builder + +GetMediaClipsResponse.Builder + +GetMediaRequest + +GetMediaRequest.Builder + +GetMediaRequestBuilder + +GetMediaRequestBuilder + +GetMediaResponse + +GetMediaResponse + +GetMediaResponse + +GetMediaResponse.Builder + +GetMediaResponse.Builder + +GetMediaResponse.Builder + +GetMediaResponseBody + GetMediaResponseBody - - - -GetMediaResponseBody.Builder - - - -GetSpecificSimulcastOfStreamRequest - - - -GetSpecificSimulcastOfStreamRequest.Builder - - - -GetSpecificSimulcastOfStreamRequestBuilder - - - -GetSpecificSimulcastOfStreamResponse - - - -GetSpecificSimulcastOfStreamResponse.Builder - - - -GetStreamsResponse - + +GetMediaResponseBody.Builder + +GetMediaResponseMaxResolution + +GetMediaResponseMaxResolution + +GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum + +GetMediaResponseMediaQuality + +GetMediaResponseMediaQuality + +GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum + +GetMediaResponseMp4Support + +GetMediaResponseMp4Support + +GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum + +GetMediaResponseSourceResolution + +GetMediaResponseSourceResolution + +GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum + +GetMediaResponseStatus + +GetMediaResponseStatus + +GetMediaResponseStatus.GetMediaResponseStatusEnum + +GetMediaResponseTrack + +GetMediaResponseTrack._Deserializer + +GetMediaSummary + +GetMediaSummary.Async + +GetMediaSummary.Sync + +GetMediaSummaryRequest + +GetMediaSummaryRequest.Builder + +GetMediaSummaryRequestBuilder + +GetMediaSummaryRequestBuilder + +GetMediaSummaryResponse + +GetMediaSummaryResponse + +GetMediaSummaryResponse.Builder + +GetMediaSummaryResponse.Builder + +GetMediaSummaryResponseBody + +GetMediaSummaryResponseBody + +GetMediaSummaryResponseBody.Builder + +GetPlaybackId + +GetPlaybackId.Async + +GetPlaybackId.Sync + +GetPlaybackIdAccessPolicy + +GetPlaybackIdAccessPolicy + +GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum + +GetPlaybackIdAccessRestrictions + +GetPlaybackIdAccessRestrictions + +GetPlaybackIdAccessRestrictions.Builder + +GetPlaybackIdData + +GetPlaybackIdData.Builder + +GetPlaybackIdDomains + +GetPlaybackIdDomains.Builder + +GetPlaybackIdDomainsDefaultPolicy + +Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors. + +GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum + +GetPlaybackIdRequest + +GetPlaybackIdRequest.Builder + +GetPlaybackIdRequestBuilder + +GetPlaybackIdRequestBuilder + +GetPlaybackIdResponse + +GetPlaybackIdResponse + +GetPlaybackIdResponse.Builder + +GetPlaybackIdResponse.Builder + +GetPlaybackIdResponseBody + +GetPlaybackIdResponseBody + +GetPlaybackIdResponseBody.Builder + +GetPlaybackIdUserAgents + +GetPlaybackIdUserAgents.Builder + +GetPlaybackIdUserAgentsDefaultPolicy + +Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors. + +GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum + +GetPlaylistById + +GetPlaylistById.Async + +GetPlaylistById.Sync + +GetPlaylistByIdRequest + +GetPlaylistByIdRequest.Builder + +GetPlaylistByIdRequestBuilder + +GetPlaylistByIdRequestBuilder + +GetPlaylistByIdResponse + +GetPlaylistByIdResponse + +GetPlaylistByIdResponse.Builder + +GetPlaylistByIdResponse.Builder + +GetPublicPemUsingSigningKeyIdResponseDTO + +GetPublicPemUsingSigningKeyIdResponseDTO + +GetPublicPemUsingSigningKeyIdResponseDTO.Builder + +GetPublicPemUsingSigningKeyIdResponseDTOData + +GetPublicPemUsingSigningKeyIdResponseDTOData + +GetPublicPemUsingSigningKeyIdResponseDTOData.Builder + +GetSigningKeyById + +GetSigningKeyById.Async + +GetSigningKeyById.Sync + +GetSigningKeyByIdRequest + +GetSigningKeyByIdRequest.Builder + +GetSigningKeyByIdRequestBuilder + +GetSigningKeyByIdRequestBuilder + +GetSigningKeyByIdResponse + +GetSigningKeyByIdResponse + +GetSigningKeyByIdResponse.Builder + +GetSigningKeyByIdResponse.Builder + +GetSpecificSimulcastOfStream + +GetSpecificSimulcastOfStream.Async + +GetSpecificSimulcastOfStream.Sync + +GetSpecificSimulcastOfStreamRequest + +GetSpecificSimulcastOfStreamRequest.Builder + +GetSpecificSimulcastOfStreamRequestBuilder + +GetSpecificSimulcastOfStreamRequestBuilder + +GetSpecificSimulcastOfStreamResponse + +GetSpecificSimulcastOfStreamResponse + +GetSpecificSimulcastOfStreamResponse.Builder + +GetSpecificSimulcastOfStreamResponse.Builder + +GetStreamsResponse + GetStreamsResponse - - - -GetStreamsResponse.Builder - - - -HasSecurity - + +GetStreamsResponse.Builder + +GetTimeseriesData + +GetTimeseriesData.Async + +GetTimeseriesData.Sync + +GetTimeseriesDataMetricId + +GetTimeseriesDataMetricId + +GetTimeseriesDataRequest + +GetTimeseriesDataRequest.Builder + +GetTimeseriesDataRequestBuilder + +GetTimeseriesDataRequestBuilder + +GetTimeseriesDataResponse + +GetTimeseriesDataResponse + +GetTimeseriesDataResponse.Builder + +GetTimeseriesDataResponse.Builder + +GetTimeseriesDataResponseBody + +GetTimeseriesDataResponseBody + +GetTimeseriesDataResponseBody.Builder + +GetTimeseriesDataSortOrder + +GetTimeseriesDataSortOrder + +GetTimeseriesDataTimespan + +GetTimeseriesDataTimespan + +GetVideoViewDetails + +GetVideoViewDetails.Async + +GetVideoViewDetails.Sync + +GetVideoViewDetailsRequest + +GetVideoViewDetailsRequest.Builder + +GetVideoViewDetailsRequestBuilder + +GetVideoViewDetailsRequestBuilder + +GetVideoViewDetailsResponse + +GetVideoViewDetailsResponse + +GetVideoViewDetailsResponse.Builder + +GetVideoViewDetailsResponse.Builder + +GetVideoViewDetailsResponseBody + +GetVideoViewDetailsResponseBody + +GetVideoViewDetailsResponseBody.Builder + +Globals + +GroupBy + +GroupBy + +HasSecurity + Implemented by classes that have security annotations on fields. - - - -Helpers - + +Headers + +Encapsulates HTTP headers. + +Helpers + Public helper methods for use by customers and end-users. - - - -Hook - + +Hook + Holder class for hook-associated types. - - - -Hook.AfterError - + +Hook.AfterError + Specifies what happens if a request action throws an Exception. - - - -Hook.AfterErrorContext - + +Hook.AfterErrorContext + Context for an AfterError hook call. - - - -Hook.AfterErrorContextImpl - - - -Hook.AfterSuccess - + +Hook.AfterErrorContextImpl + +Hook.AfterSuccess + Specifies how a response is transformed before response processing. - - - -Hook.AfterSuccessContext - + +Hook.AfterSuccessContext + Context for an AfterSuccess hook call. - - - -Hook.AfterSuccessContextImpl - - - -Hook.BeforeRequest - + +Hook.AfterSuccessContextImpl + +Hook.BeforeRequest + Specifies how a request is transformed before sending. - - - -Hook.BeforeRequestContext - + +Hook.BeforeRequestContext + Context for a BeforeRequest hook call. - - - -Hook.BeforeRequestContextImpl - - - -Hook.HookContext - + +Hook.BeforeRequestContextImpl + +Hook.HookContext + Context for a hook call. - - - -Hook.IdempotencyHook - - - -Hook.SdkInit - + +Hook.IdempotencyHook + +Hook.SdkInit + Transforms the HTTPClient before use. - - - -Hook.SdkInitData - - - -Hooks - + +HookAdapters + +Utility class for adapting synchronous hooks to asynchronous hooks. + +Hooks + Registers hooks for use at runtime by an end-user or for use by a customer that may edit the SDKHooks.java file. - - - -Hooks.FailEarlyException - - - -HTTPClient - - - -HTTPRequest - - - -ImposeTrack - - - -ImposeTrack.Builder - - - -Input - - - -Input - - - -Input._Deserializer - - - -Input._Deserializer - - - -InputMediaSettings - + +Hooks.FailEarlyException + +HTTPClient + +HTTPRequest + +ImposeTrack + +ImposeTrack.Builder + +Input + +Input + +Input._Deserializer + +Input._Deserializer + +InputMediaSettings + InputMediaSettings - - - -InputMediaSettings.Builder - - - -InputVideo - - - -InvalidPermissionError - -InvalidPermissionError - - - -InvalidPermissionError.Builder - - - -InvalidPermissionException - - - -InvalidPermissionException.Builder - - - -JSON - - - -LanguageCode - + +InputMediaSettings.Builder + +InputVideos + +InVideoAiFeatures + +JSON + +LanguageCode + +LanguageCode + +LanguageCode + LanguageCode - - - -LazySingletonValue<T> - - - -ListMediaOrderBy - -ListMediaOrderBy - - - -ListMediaRequest - - - -ListMediaRequest.Builder - - - -ListMediaRequestBuilder - - - -ListMediaResponse - - - -ListMediaResponse.Builder - - - -ListMediaResponseBody - + +LazySingletonValue<T> + +ListBreakdownValues + +ListBreakdownValues.Async + +ListBreakdownValues.Sync + +ListBreakdownValuesMetricId + +ListBreakdownValuesMetricId + +ListBreakdownValuesRequest + +ListBreakdownValuesRequest.Builder + +ListBreakdownValuesRequestBuilder + +ListBreakdownValuesRequestBuilder + +ListBreakdownValuesResponse + +ListBreakdownValuesResponse + +ListBreakdownValuesResponse.Builder + +ListBreakdownValuesResponse.Builder + +ListBreakdownValuesResponseBody + +ListBreakdownValuesResponseBody + +ListBreakdownValuesResponseBody.Builder + +ListBreakdownValuesSortOrder + +ListBreakdownValuesSortOrder + +ListBreakdownValuesTimespan + +ListBreakdownValuesTimespan + +ListByTopContent + +ListByTopContent.Async + +ListByTopContent.Sync + +ListByTopContentRequest + +ListByTopContentRequest.Builder + +ListByTopContentRequestBuilder + +ListByTopContentRequestBuilder + +ListByTopContentResponse + +ListByTopContentResponse + +ListByTopContentResponse.Builder + +ListByTopContentResponse.Builder + +ListByTopContentResponseBody + +ListByTopContentResponseBody + +ListByTopContentResponseBody.Builder + +ListByTopContentTimespan + +ListByTopContentTimespan + +ListComparisonValues + +ListComparisonValues.Async + +ListComparisonValues.Sync + +ListComparisonValuesRequest + +ListComparisonValuesRequest.Builder + +ListComparisonValuesRequestBuilder + +ListComparisonValuesRequestBuilder + +ListComparisonValuesResponse + +ListComparisonValuesResponse + +ListComparisonValuesResponse.Builder + +ListComparisonValuesResponse.Builder + +ListComparisonValuesResponseBody + +ListComparisonValuesResponseBody + +ListComparisonValuesResponseBody.Builder + +ListComparisonValuesTimespan + +ListComparisonValuesTimespan + +ListDimensions + +ListDimensions.Async + +ListDimensions.Sync + +ListDimensionsRequestBuilder + +ListDimensionsRequestBuilder + +ListDimensionsResponse + +ListDimensionsResponse + +ListDimensionsResponse.Builder + +ListDimensionsResponse.Builder + +ListDimensionsResponseBody + +ListDimensionsResponseBody + +ListDimensionsResponseBody.Builder + +ListErrors + +ListErrors.Async + +ListErrors.Sync + +ListErrorsData + +ListErrorsData + +ListErrorsData.Builder + +ListErrorsRequest + +ListErrorsRequest.Builder + +ListErrorsRequestBuilder + +ListErrorsRequestBuilder + +ListErrorsResponse + +ListErrorsResponse + +ListErrorsResponse.Builder + +ListErrorsResponse.Builder + +ListErrorsResponseBody + +ListErrorsResponseBody + +ListErrorsResponseBody.Builder + +ListErrorsTimespan + +ListErrorsTimespan + +ListFilterValuesForDimension + +ListFilterValuesForDimension.Async + +ListFilterValuesForDimension.Sync + +ListFilterValuesForDimensionRequest + +ListFilterValuesForDimensionRequest.Builder + +ListFilterValuesForDimensionRequestBuilder + +ListFilterValuesForDimensionRequestBuilder + +ListFilterValuesForDimensionResponse + +ListFilterValuesForDimensionResponse + +ListFilterValuesForDimensionResponse.Builder + +ListFilterValuesForDimensionResponse.Builder + +ListFilterValuesForDimensionResponseBody + +ListFilterValuesForDimensionResponseBody + +ListFilterValuesForDimensionResponseBody.Builder + +ListFilterValuesForDimensionTimespan + +ListFilterValuesForDimensionTimespan + +ListLiveClips + +ListLiveClips.Async + +ListLiveClips.Sync + +ListLiveClipsRequest + +ListLiveClipsRequest.Builder + +ListLiveClipsRequestBuilder + +ListLiveClipsRequestBuilder + +ListLiveClipsResponse + +ListLiveClipsResponse + +ListLiveClipsResponse.Builder + +ListLiveClipsResponse.Builder + +ListLiveClipsResponseBody + +ListLiveClipsResponseBody + +ListLiveClipsResponseBody.Builder + +ListMedia + +ListMedia.Async + +ListMedia.Sync + +ListMediaRequest + +ListMediaRequest.Builder + +ListMediaRequestBuilder + +ListMediaRequestBuilder + +ListMediaResponse + +ListMediaResponse + +ListMediaResponse.Builder + +ListMediaResponse.Builder + +ListMediaResponseBody + ListMediaResponseBody - - - -ListMediaResponseBody.Builder - - - -LiveStreamDeleteResponse - - - -LiveStreamDeleteResponse.Builder - - - -LivestreamgetResponse - + +ListMediaResponseBody.Builder + +ListOverallValues + +ListOverallValues.Async + +ListOverallValues.Sync + +ListOverallValuesMetricId + +ListOverallValuesMetricId + +ListOverallValuesRequest + +ListOverallValuesRequest.Builder + +ListOverallValuesRequestBuilder + +ListOverallValuesRequestBuilder + +ListOverallValuesResponse + +ListOverallValuesResponse + +ListOverallValuesResponse.Builder + +ListOverallValuesResponse.Builder + +ListOverallValuesResponseBody + +ListOverallValuesResponseBody + +ListOverallValuesResponseBody.Builder + +ListOverallValuesTimespan + +ListOverallValuesTimespan + +ListPlaybackIds + +ListPlaybackIds.Async + +ListPlaybackIds.Sync + +ListPlaybackIdsAccessPolicy + +ListPlaybackIdsAccessPolicy + +ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum + +ListPlaybackIdsAccessRestrictions + +ListPlaybackIdsAccessRestrictions + +ListPlaybackIdsAccessRestrictions.Builder + +ListPlaybackIdsData + +ListPlaybackIdsData.Builder + +ListPlaybackIdsDomains + +ListPlaybackIdsDomains.Builder + +ListPlaybackIdsDomainsDefaultPolicy + +Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors. + +ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum + +ListPlaybackIdsRequest + +ListPlaybackIdsRequest.Builder + +ListPlaybackIdsRequestBuilder + +ListPlaybackIdsRequestBuilder + +ListPlaybackIdsResponse + +ListPlaybackIdsResponse + +ListPlaybackIdsResponse.Builder + +ListPlaybackIdsResponse.Builder + +ListPlaybackIdsResponseBody + +ListPlaybackIdsResponseBody + +ListPlaybackIdsResponseBody.Builder + +ListPlaybackIdsUserAgents + +ListPlaybackIdsUserAgents.Builder + +ListPlaybackIdsUserAgentsDefaultPolicy + +Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors. + +ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum + +ListSigningKeys + +ListSigningKeys.Async + +ListSigningKeys.Sync + +ListSigningKeysRequest + +ListSigningKeysRequest.Builder + +ListSigningKeysRequestBuilder + +ListSigningKeysRequestBuilder + +ListSigningKeysResponse + +ListSigningKeysResponse + +ListSigningKeysResponse.Builder + +ListSigningKeysResponse.Builder + +ListUploads + +ListUploads.Async + +ListUploads.Sync + +ListUploadsRequest + +ListUploadsRequest.Builder + +ListUploadsRequestBuilder + +ListUploadsRequestBuilder + +ListUploadsResponse + +ListUploadsResponse + +ListUploadsResponse.Builder + +ListUploadsResponse.Builder + +ListUploadsResponseBody + +ListUploadsResponseBody + +ListUploadsResponseBody.Builder + +ListVideoViews + +ListVideoViews.Async + +ListVideoViews.Sync + +ListVideoViewsRequest + +ListVideoViewsRequest.Builder + +ListVideoViewsRequestBuilder + +ListVideoViewsRequestBuilder + +ListVideoViewsResponse + +ListVideoViewsResponse + +ListVideoViewsResponse.Builder + +ListVideoViewsResponse.Builder + +ListVideoViewsResponseBody + +ListVideoViewsResponseBody + +ListVideoViewsResponseBody.Builder + +ListVideoViewsTimespan + +ListVideoViewsTimespan + +LiveMediaClips + +LiveMediaClips.Builder + +LiveMediaClipsMaxResolution + +LiveMediaClipsMaxResolution + +LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum + +LiveMediaClipsSourceResolution + +LiveMediaClipsSourceResolution + +LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum + +LiveMediaClipsStatus + +LiveMediaClipsStatus + +LiveMediaClipsStatus.LiveMediaClipsStatusEnum + +LiveMediaClipsTrack + +LiveMediaClipsTrack._Deserializer + +LivePlayback + +LivePlaybacks + +LiveSimulcast + +LiveSimulcast.Builder + +LiveStream + +LiveStreamDeleteResponse + +LiveStreamDeleteResponse.Builder + +LivestreamgetResponse + LivestreamgetResponse - - - -LivestreamgetResponse.Builder - - - -LiveStreamResponseDTO - + +LivestreamgetResponse.Builder + +LiveStreamPagination + +LiveStreamPagination + +LiveStreamPagination.Builder + +LiveStreamResponseDTO + LiveStreamResponseDTO - - - -LiveStreamResponseDTO.Builder - - - -ManageLiveStream - - - -ManageVideos - - - -MaxResolution - + +LiveStreamResponseDTO.Builder + +ManageLiveStream + +ManageLiveStreams + +ManageVideos + +MaxResolution + MaxResolution - - - -Media - - - -Media.Builder - - - -MediaMaxResolution - + +Media + +Media.Builder + +MediaCancelResponse + +MediaCancelResponse + +MediaCancelResponse.Builder + +MediaClipResponse + +MediaClipResponse.Builder + +MediaClipResponseData + +MediaClipResponseData.Builder + +MediaClipResponsePagination + +MediaClipResponsePagination.Builder + +MediaClipResponsePlaybackId + +MediaClipResponsePlaybackId.Builder + +MediaClipResponseStatus + +MediaClipResponseStatus + +MediaClipResponseStatus.MediaClipResponseStatusEnum + +MediaIdsRequest + +MediaIdsRequest + +MediaIdsRequest.Builder + +MediaMaxResolution + MediaMaxResolution - - - -MediaMetadata - -MediaMetadata - - - -MediaMetadata.Builder - - - -MediaMp4Support - + +MediaMaxResolution.MediaMaxResolutionEnum + +MediaMediaQuality + +MediaMediaQuality + +MediaMediaQuality.MediaMediaQualityEnum + +MediaMp4Support + MediaMp4Support - - - -MediaNotFoundError - -MediaNotFoundError - - - -MediaNotFoundError.Builder - - - -MediaNotFoundException - - - -MediaNotFoundException.Builder - - - -MediaOrPlaybackNotFoundError - -MediaOrPlaybackNotFoundError - - - -MediaOrPlaybackNotFoundError.Builder - - - -MediaOrPlaybackNotFoundException - - - -MediaOrPlaybackNotFoundException.Builder - - - -MediaPolicy - -MediaPolicy - - - -Moderation - - - -Moderation - - - -Moderation.Builder - - - -Moderation.Builder - - - -Mp4Support - -Mp4Support - - - -Multipart - - - -Multipart.Builder - - - -Multipart.PartType - - - -NotFoundError - - - -NotFoundError.Builder - - - -NotFoundErrorError - -NotFoundErrorError - - - -NotFoundErrorError.Builder - - - -NotFoundErrorPlaybackId - - - -NotFoundErrorPlaybackId.Builder - - - -NotFoundErrorPlaybackIdError - -NotFoundErrorPlaybackIdError - - - -NotFoundErrorPlaybackIdError.Builder - - - -NotFoundErrorSimulcast - - - -NotFoundErrorSimulcast.Builder - - - -NotFoundErrorSimulcastError - -NotFoundErrorSimulcastError - - - -NotFoundErrorSimulcastError.Builder - - - -OneOfDeserializer<T> - - - -Options - - - -Options.Builder - - - -Options.Option - - - -Pagination - + +MediaMp4Support.MediaMp4SupportEnum + +MediaQuality + +MediaQuality + +MediaSourceResolution + +MediaSourceResolution + +MediaSourceResolution.MediaSourceResolutionEnum + +MediaStatus + +MediaStatus + +MediaStatus.MediaStatusEnum + +MediaTrack + +MediaTrack._Deserializer + +MediaType + +MediaType + +Metadata + +Metadata + +Metadata.Builder + +Metrics + +Operations involving metrics + +MetricsBreakdownDetails + +MetricsBreakdownDetails.Builder + +MetricsComparisonDetails + +MetricsComparisonDetails + +MetricsComparisonDetails.Builder + +MetricsmetadataDetails + +MetricsmetadataDetails + +MetricsmetadataDetails.Builder + +MetricsOverallDataDetails + +MetricsOverallDataDetails + +MetricsOverallDataDetails.Builder + +MetricsOverallmetadataDetails + +MetricsOverallmetadataDetails + +MetricsOverallmetadataDetails.Builder + +MetricsTimeseriesDataDetails + +MetricsTimeseriesDataDetails + +MetricsTimeseriesDataDetails.Builder + +MetricsTimeseriesmetadataDetails + +MetricsTimeseriesmetadataDetails + +MetricsTimeseriesmetadataDetails.Builder + +Moderation + +Moderation.Builder + +ModerationResponse + +ModerationResponse.Builder + +Multipart + +Multipart.Builder + +NamedEntitiesResponse + +NamedEntitiesResponse.Builder + +NonRetryableException + +OneOfDeserializer<T> + +Operations + +Operations.AsyncOperation<ResT> + +Base interface for all async operations + +Operations.AsyncRequestlessOperation<ResT> + +Interface for async operations that don't require a request parameter + +Operations.AsyncRequestOperation<ReqT,ResT> + +Interface for async operations that require a request parameter + +Operations.Operation<ResT> + +Base interface for all operations + +Operations.RequestlessOperation<ResT> + +Interface for operations that don't require a request parameter + +Operations.RequestOperation<ReqT,ResT> + +Interface for operations that require a request parameter + +Options + +Options.Builder + +Options.Option + +OrderBy + +OrderBy + +Pagination + Pagination - - - -Pagination.Builder - - - -PatchLiveStreamRequest - - - -PatchLiveStreamRequest.Builder - - - -PatchLiveStreamRequestMetadata - -PatchLiveStreamRequestMetadata - - - -PatchLiveStreamRequestMetadata.Builder - - - -PatchResponseData - + +Pagination.Builder + +PatchLiveStreamRequest + +PatchLiveStreamRequest.Builder + +PatchResponseData + PatchResponseData - - - -PatchResponseData.Builder - - - -PatchResponseDataMetadata - -PatchResponseDataMetadata - - - -PatchResponseDataMetadata.Builder - - - -PatchResponseDataSrtPlaybackResponse - -PatchResponseDataSrtPlaybackResponse - - - -PatchResponseDataSrtPlaybackResponse.Builder - - - -PatchResponseDTO - + +PatchResponseData.Builder + +PatchResponseDTO + PatchResponseDTO - - - -PatchResponseDTO.Builder - - - -Placement - - - -Placement.Builder - - - -Playback - - - -PlaybackId - + +PatchResponseDTO.Builder + +Placement + +Placement.Builder + +Playback + +Operations for video playback management + +PlaybackId + PlaybackId - - - -PlaybackId.Builder - - - -PlaybackIdAccessPolicy - -PlaybackIdAccessPolicy - - - -PlaybackIdAccessRestrictions - + +PlaybackId.Builder + +PlaybackIdAccessRestrictions + PlaybackIdAccessRestrictions - - - -PlaybackIdAccessRestrictions.Builder - - - -PlaybackIdDomains - + +PlaybackIdAccessRestrictions.Builder + +PlaybackIdDomains + PlaybackIdDomains - - - -PlaybackIdDomains.Builder - - - -PlaybackIdDomainsDefaultPolicy - -PlaybackIdDomainsDefaultPolicy - - - -PlaybackIdRequest - - - -PlaybackIdRequest.Builder - - - -PlaybackIdRequestAccessPolicy - -PlaybackIdRequestAccessPolicy - - - -PlaybackIdResponse - + +PlaybackIdDomains.Builder + +PlaybackIdRequest + +PlaybackIdRequest.Builder + +PlaybackIdResponse + PlaybackIdResponse - - - -PlaybackIdResponse.Builder - - - -PlaybackIdResponseData - - - -PlaybackIdResponseData.Builder - - - -PlaybackIds - -PlaybackIds - - - -PlaybackIds.Builder - - - -PlaybackIdUserAgents - + +PlaybackIdResponse.Builder + +PlaybackIdSuccessResponse + +PlaybackIdSuccessResponse + +PlaybackIdSuccessResponse.Builder + +PlaybackIdSuccessResponseData + +PlaybackIdSuccessResponseData.Builder + +PlaybackIdUserAgents + PlaybackIdUserAgents - - - -PlaybackIdUserAgents.Builder - - - -PlaybackIdUserAgentsDefaultPolicy - -PlaybackIdUserAgentsDefaultPolicy - - - -PlaybackSettings - + +PlaybackIdUserAgents.Builder + +PlaybackSettings + PlaybackSettings - - - -PlaybackSettings.Builder - - - -PlaybackSettingsAccessPolicy - -PlaybackSettingsAccessPolicy - - - -PushMediaSettings - + +PlaybackSettings.Builder + +PlayerHeight + +PlayerHeight + +PlayerHeight._Deserializer + +PlayerViewCount + +PlayerViewCount + +PlayerViewCount._Deserializer + +Playlist + +Operations for playlist management + +PlaylistByIdResponse + +PlaylistByIdResponse.Builder + +PlaylistByIdResponseData + +PlaylistByIdResponseDataManual + +PlaylistByIdResponseDataManual.Builder + +PlaylistByIdResponseDataManualType + +PlaylistByIdResponseDataManualType + +PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum + +PlaylistByIdResponseDataSmart + +PlaylistByIdResponseDataSmart.Builder + +PlaylistByIdResponseDataSmartType + +PlaylistByIdResponseDataSmartType + +PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum + +PlaylistByIdResponseDataTypeIdResolver + +PlaylistByIdResponseMediaListItem + +PlaylistByIdResponseMediaListItem.Builder + +PlaylistByIdResponseMetadata + +PlaylistByIdResponseMetadata + +PlaylistByIdResponseMetadata.Builder + +PlaylistCreatedResponse + +PlaylistCreatedResponse + +PlaylistCreatedResponse.Builder + +PlaylistCreatedSchema + +PlaylistCreatedSchemaTypeIdResolver + +PlaylistDeleteResponse + +PlaylistDeleteResponse.Builder + +PlaylistItem + +PlaylistItem.Builder + +PlaylistItemType + +PlaylistItemType + +PlaylistItemType.PlaylistItemTypeEnum + +PlaylistOrder + +PlaylistOrder + +PlaylistOrder.PlaylistOrderEnum + +Playlists + +PolicyAction + +PolicyAction + +PolicyAction.PolicyActionEnum + +PropertyId + +PropertyId + +PropertyId._Deserializer + +PullVideoInput + +PullVideoInput.Builder + +PullVideoInputSegment1 + +PullVideoInputSegment1.Builder + +PullVideoInputSegment2 + +PullVideoInputSegment2.Builder + +PullVideoInputSegmentUnion + +PullVideoInputSegmentUnion._Deserializer + +PushMediaSettings + PushMediaSettings - - - -PushMediaSettings.Builder - - - -QueryParameter - - - -QueryParameters - - - -RecordingClient - - - -RequestBody - - - -Response - - - -Retries - - - -Retries.Builder - - - -Retries.NonRetryableException - - - -Retries.RetryableException - - - -RetrieveMediaInputInfoRequest - - - -RetrieveMediaInputInfoRequest.Builder - - - -RetrieveMediaInputInfoRequestBuilder - - - -RetrieveMediaInputInfoResponse - - - -RetrieveMediaInputInfoResponse.Builder - - - -RetrieveMediaInputInfoResponseBody - + +PushMediaSettings.Builder + +QueryParameter + +QueryParameters + +ReactiveUtils + +Utility class for reactive stream operations. + +RecordingClient + +Reflections + +RequestBody + +Resolution + +Resolution + +Resolution + +Resolution + +Resolution.ResolutionEnum + +Response + +ResponseWithBody<R,B> + +A wrapper for HttpResponse that allows mappi ng the response body from type R to type B. + +Retries + +Retries.Builder + +RetrieveMediaInputInfo + +RetrieveMediaInputInfo.Async + +RetrieveMediaInputInfo.Sync + +RetrieveMediaInputInfoData + +RetrieveMediaInputInfoData + +RetrieveMediaInputInfoData.Builder + +RetrieveMediaInputInfoRequest + +RetrieveMediaInputInfoRequest.Builder + +RetrieveMediaInputInfoRequestBuilder + +RetrieveMediaInputInfoRequestBuilder + +RetrieveMediaInputInfoResponse + +RetrieveMediaInputInfoResponse + +RetrieveMediaInputInfoResponse.Builder + +RetrieveMediaInputInfoResponse.Builder + +RetrieveMediaInputInfoResponseBody + RetrieveMediaInputInfoResponseBody - - - -RetrieveMediaInputInfoResponseBody.Builder - - - -RetryConfig - - - -RetryConfig.Builder - - - -RetryConfig.Strategy - - - -SDKMethodInterfaces - - - -SDKMethodInterfaces.MethodCallCreateMedia - - - -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - - - -SDKMethodInterfaces.MethodCallCreateNewStream - - - -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - - - -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallDeleteLiveStream - - - -SDKMethodInterfaces.MethodCallDeleteMedia - - - -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - - - -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - -SDKMethodInterfaces.MethodCallGetAllStreams - - - -SDKMethodInterfaces.MethodCallGetLiveStreamById - - - -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - - -SDKMethodInterfaces.MethodCallGetMedia - - - -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallListMedia - - - -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - -SDKMethodInterfaces.MethodCallUpdatedMedia - - - -SDKMethodInterfaces.MethodCallUpdateLiveStream - - - -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - -Security - - - -Security - - - -Security.Builder - - - -SecuritySource - - - -SecuritySource.DefaultSecuritySource - - - -Segment1 - - - -Segment1.Builder - - - -Segment2 - - - -Segment2.Builder - - - -SegmentUnion - - - -SegmentUnion._Deserializer - - - -SerializedBody - - - -SessionManager<T extends SessionManager.HasSessionKey> - - - -SessionManager.HasSessionKey - - - -SessionManager.Session<T> - - - -SimulcastdeleteResponse - - - -SimulcastdeleteResponse.Builder - - - -SimulcastRequest - - - -SimulcastRequest.Builder - - - -SimulcastResponse - + +RetrieveMediaInputInfoResponseBody.Builder + +RetryableException + +RetryConfig + +RetryConfig.Builder + +RetryConfig.Strategy + +SDKConfiguration + +SDKHooks + +Security + +Security + +Security.Builder + +SecuritySource + +SecuritySource.DefaultSecuritySource + +SerializedBody + +SessionManager<T> + +SessionManager.HasSessionKey + +SessionManager.Session<T> + +SigningKeys + +SigningKeysPagination + +SigningKeysPagination + +SigningKeysPagination.Builder + +SimulcastdeleteResponse + +SimulcastdeleteResponse.Builder + +SimulcastRequest + +SimulcastRequest.Builder + +SimulcastResponse + SimulcastResponse - - - -SimulcastResponse.Builder - - - -SimulcastResponseData - + +SimulcastResponse.Builder + +SimulcastResponseData + SimulcastResponseData - - - -SimulcastResponseData.Builder - - - -SimulcastResponseMetadata - -SimulcastResponseMetadata - - - -SimulcastResponseMetadata.Builder - - - -SimulcastStream - - - -SimulcastUnavailableError - -SimulcastUnavailableError - - - -SimulcastUnavailableError.Builder - - - -SimulcastUnavailableException - - - -SimulcastUnavailableException.Builder - - - -SimulcastUpdateRequest - - - -SimulcastUpdateRequest.Builder - - - -SimulcastUpdateRequestMetadata - -SimulcastUpdateRequestMetadata - - - -SimulcastUpdateRequestMetadata.Builder - - - -SimulcastUpdateResponse - + +SimulcastResponseData.Builder + +Simulcasts + +SimulcastStream + +SimulcastStreams + +SimulcastUpdateRequest + +SimulcastUpdateRequest.Builder + +SimulcastUpdateResponse + SimulcastUpdateResponse - - - -SimulcastUpdateResponse.Builder - - - -SimulcastUpdateResponseData - + +SimulcastUpdateResponse.Builder + +SimulcastUpdateResponseData + SimulcastUpdateResponseData - - - -SimulcastUpdateResponseData.Builder - - - -SimulcastUpdateResponseMetadata - -SimulcastUpdateResponseMetadata - - - -SimulcastUpdateResponseMetadata.Builder - - - -SourceResolution - -SourceResolution - - - -SpeakeasyHTTPClient - - - -SpeakeasyMetadata - - - -StartLiveStream - - - -Subtitle - -Subtitle - - - -Subtitle.Builder - - - -SubtitleInput - + +SimulcastUpdateResponseData.Builder + +SortOrder + +SortOrder + +SourceAccessMedia + +SourceAccessMedia.Builder + +SourceAccessMediaMaxResolution + +SourceAccessMediaMaxResolution + +SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum + +SourceAccessMediaMediaQuality + +SourceAccessMediaMediaQuality + +SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum + +SourceAccessMediaSourceResolution + +SourceAccessMediaSourceResolution + +SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum + +SourceAccessMediaStatus + +SourceAccessMediaStatus + +SourceAccessMediaStatus.SourceAccessMediaStatusEnum + +SourceAccessMediaTrack + +SourceAccessMediaTrack._Deserializer + +SrtPlaybackResponse + +SrtPlaybackResponse + +SrtPlaybackResponse.Builder + +StreamingParser<T> + +Generic streaming parser that handles byte buffer management and delegates + format-specific logic to a StreamContentProcessor. + +Streams + +SubtitleInput + SubtitleInput - - - -SubtitleInput.Builder - - - -SubtitleInputLanguageCode - -SubtitleInputLanguageCode - - - -SubtitleMetadata - -SubtitleMetadata - - - -SubtitleMetadata.Builder - - - -Subtitles - + +SubtitleInput.Builder + +Subtitles + +Subtitles + +Subtitles + Subtitles - - - -Subtitles.Builder - - - -SubtitlesMetadata - -SubtitlesMetadata - - - -SubtitlesMetadata.Builder - - - -Summary - - - -Summary - - - -Summary.Builder - - - -Summary.Builder - - - -Track - -Track - - - -Track.Builder - - - -Type - + +Subtitles.Builder + +Subtitles.Builder + +SubtitleTrack + +SubtitleTrack + +SubtitleTrack.Builder + +SubtitleTrackType + +SubtitleTrackType + +SubtitleTrackType.SubtitleTrackTypeEnum + +Summary + +Summary + +Summary.Builder + +Summary.Builder + +SummaryResponse + +SummaryResponse.Builder + +TopErrorDetails + +TopErrorDetails.Builder + +TopErrorDetailsPercentage + +TopErrorDetailsPercentage + +TopErrorDetailsPercentage._Deserializer + +Track + +Track._Deserializer + +TracksSubtitles + +TracksSubtitles.Builder + +TrackSubtitlesGenerateRequest + +TrackSubtitlesGenerateRequest + +TrackSubtitlesGenerateRequest.Builder + +Type + Type - - - -TypedObject - - - -TypedObject.Serializer - - - -Types - - - -UnauthorizedError - -UnauthorizedError - - - -UnauthorizedError.Builder - - - -UnauthorizedException - - - -UnauthorizedException.Builder - - - -UpdatedMediaMetadata - -UpdatedMediaMetadata - - - -UpdatedMediaMetadata.Builder - - - -UpdatedMediaRequest - - - -UpdatedMediaRequest.Builder - - - -UpdatedMediaRequestBody - - - -UpdatedMediaRequestBody.Builder - - - -UpdatedMediaRequestBuilder - - - -UpdatedMediaResponse - - - -UpdatedMediaResponse.Builder - - - -UpdatedMediaResponseBody - + +TypedObject + +TypedObject.Serializer + +Types + +UniqueViewersEffectedPercentage + +UniqueViewersEffectedPercentage + +UniqueViewersEffectedPercentage._Deserializer + +UnknownCreatePlaylistRequest + +UnknownPlaylistByIdResponseData + +UnknownPlaylistCreatedSchema + +UnknownType + +Generic unknown wrapper for handling polymorphic types that don't have specific implementations. + +UnusedDirectUpload + +UnusedDirectUpload + +UnusedDirectUpload.Builder + +UnusedDirectUploadResponse + +UnusedDirectUploadResponse.Builder + +UnusedDirectUploadResponseMediaQuality + +UnusedDirectUploadResponseMediaQuality + +UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum + +UnusedDirectUploadStatus + +UnusedDirectUploadStatus + +UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum + +UnusedUploadsPlaybackId + +UnusedUploadsPlaybackId + +UnusedUploadsPlaybackId.Builder + +UnusedUploadsPlaybackIdAccessRestrictions + +UnusedUploadsPlaybackIdAccessRestrictions + +UnusedUploadsPlaybackIdAccessRestrictions.Builder + +UnusedUploadsPlaybackIdDomains + +UnusedUploadsPlaybackIdDomains + +UnusedUploadsPlaybackIdDomains.Builder + +UnusedUploadsPlaybackIdUserAgents + +UnusedUploadsPlaybackIdUserAgents + +UnusedUploadsPlaybackIdUserAgents.Builder + +UpdateAPlaylist + +UpdateAPlaylist.Async + +UpdateAPlaylist.Sync + +UpdateAPlaylistRequest + +UpdateAPlaylistRequest.Builder + +UpdateAPlaylistRequestBuilder + +UpdateAPlaylistRequestBuilder + +UpdateAPlaylistResponse + +UpdateAPlaylistResponse + +UpdateAPlaylistResponse.Builder + +UpdateAPlaylistResponse.Builder + +UpdatedMedia + +UpdatedMedia.Async + +UpdatedMedia.Sync + +UpdatedMediaRequest + +UpdatedMediaRequest.Builder + +UpdatedMediaRequestBody + +UpdatedMediaRequestBody.Builder + +UpdatedMediaRequestBuilder + +UpdatedMediaRequestBuilder + +UpdatedMediaResponse + +UpdatedMediaResponse + +UpdatedMediaResponse.Builder + +UpdatedMediaResponse.Builder + +UpdatedMediaResponseBody + UpdatedMediaResponseBody - - - -UpdatedMediaResponseBody.Builder - - - -UpdateLiveStreamRequest - - - -UpdateLiveStreamRequest.Builder - - - -UpdateLiveStreamRequestBuilder - - - -UpdateLiveStreamResponse - - - -UpdateLiveStreamResponse.Builder - - - -UpdateSpecificSimulcastOfStreamRequest - - - -UpdateSpecificSimulcastOfStreamRequest.Builder - - - -UpdateSpecificSimulcastOfStreamRequestBuilder - - - -UpdateSpecificSimulcastOfStreamResponse - - - -UpdateSpecificSimulcastOfStreamResponse.Builder - - - -Utf8UrlEncoder - - - -Utils - - - -Utils.Function<S,T> - - - -Utils.HttpResponseCached - - - -Utils.JsonShape - - - -Utils.TypeReferenceWithShape - - - -ValidationErrorResponse - - - -ValidationErrorResponse.Builder - - - -ValidationErrorResponseError - -ValidationErrorResponseError - - - -ValidationErrorResponseError.Builder - - - -VideoInput - - - -VideoInput.Builder - - - -WatermarkInput - - - -WatermarkInput.Builder - - - -WatermarkInputType - + +UpdatedMediaResponseBody.Builder + +UpdatedMp4Support + +UpdatedMp4Support.Async + +UpdatedMp4Support.Sync + +UpdatedMp4SupportMp4Support + +UpdatedMp4SupportMp4Support + +UpdatedMp4SupportRequest + +UpdatedMp4SupportRequest.Builder + +UpdatedMp4SupportRequestBody + +UpdatedMp4SupportRequestBody.Builder + +UpdatedMp4SupportRequestBuilder + +UpdatedMp4SupportRequestBuilder + +UpdatedMp4SupportResponse + +UpdatedMp4SupportResponse + +UpdatedMp4SupportResponse.Builder + +UpdatedMp4SupportResponse.Builder + +UpdatedMp4SupportResponseBody + +UpdatedMp4SupportResponseBody + +UpdatedMp4SupportResponseBody.Builder + +UpdateDomainRestrictions + +UpdateDomainRestrictions.Async + +UpdateDomainRestrictions.Sync + +UpdateDomainRestrictionsData + +UpdateDomainRestrictionsData.Builder + +UpdateDomainRestrictionsDefaultPolicy + +UpdateDomainRestrictionsDefaultPolicy + +UpdateDomainRestrictionsRequest + +UpdateDomainRestrictionsRequest.Builder + +UpdateDomainRestrictionsRequestBody + +UpdateDomainRestrictionsRequestBody.Builder + +UpdateDomainRestrictionsRequestBuilder + +UpdateDomainRestrictionsRequestBuilder + +UpdateDomainRestrictionsResponse + +UpdateDomainRestrictionsResponse + +UpdateDomainRestrictionsResponse.Builder + +UpdateDomainRestrictionsResponse.Builder + +UpdateDomainRestrictionsResponseBody + +UpdateDomainRestrictionsResponseBody + +UpdateDomainRestrictionsResponseBody.Builder + +UpdatedSourceAccess + +UpdatedSourceAccess.Async + +UpdatedSourceAccess.Sync + +UpdatedSourceAccessRequest + +UpdatedSourceAccessRequest.Builder + +UpdatedSourceAccessRequestBody + +UpdatedSourceAccessRequestBody.Builder + +UpdatedSourceAccessRequestBuilder + +UpdatedSourceAccessRequestBuilder + +UpdatedSourceAccessResponse + +UpdatedSourceAccessResponse + +UpdatedSourceAccessResponse.Builder + +UpdatedSourceAccessResponse.Builder + +UpdatedSourceAccessResponseBody + +UpdatedSourceAccessResponseBody + +UpdatedSourceAccessResponseBody.Builder + +UpdateLiveStream + +UpdateLiveStream.Async + +UpdateLiveStream.Sync + +UpdateLiveStreamRequest + +UpdateLiveStreamRequest.Builder + +UpdateLiveStreamRequestBuilder + +UpdateLiveStreamRequestBuilder + +UpdateLiveStreamResponse + +UpdateLiveStreamResponse + +UpdateLiveStreamResponse.Builder + +UpdateLiveStreamResponse.Builder + +UpdateMedia + +UpdateMedia.Builder + +UpdateMediaChapters + +UpdateMediaChapters.Async + +UpdateMediaChapters.Sync + +UpdateMediaChaptersRequest + +UpdateMediaChaptersRequest.Builder + +UpdateMediaChaptersRequestBody + +UpdateMediaChaptersRequestBody.Builder + +UpdateMediaChaptersRequestBuilder + +UpdateMediaChaptersRequestBuilder + +UpdateMediaChaptersResponse + +UpdateMediaChaptersResponse + +UpdateMediaChaptersResponse.Builder + +UpdateMediaChaptersResponse.Builder + +UpdateMediaChaptersResponseBody + +UpdateMediaChaptersResponseBody + +UpdateMediaChaptersResponseBody.Builder + +UpdateMediaMaxResolution + +UpdateMediaMaxResolution + +UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum + +UpdateMediaMediaQuality + +UpdateMediaMediaQuality + +UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum + +UpdateMediaModeration + +UpdateMediaModeration.Async + +UpdateMediaModeration.Sync + +UpdateMediaModerationModeration + +UpdateMediaModerationModeration.Builder + +UpdateMediaModerationRequest + +UpdateMediaModerationRequest.Builder + +UpdateMediaModerationRequestBody + +UpdateMediaModerationRequestBody.Builder + +UpdateMediaModerationRequestBuilder + +UpdateMediaModerationRequestBuilder + +UpdateMediaModerationResponse + +UpdateMediaModerationResponse + +UpdateMediaModerationResponse.Builder + +UpdateMediaModerationResponse.Builder + +UpdateMediaModerationResponseBody + +UpdateMediaModerationResponseBody + +UpdateMediaModerationResponseBody.Builder + +UpdateMediaNamedEntities + +UpdateMediaNamedEntities.Async + +UpdateMediaNamedEntities.Sync + +UpdateMediaNamedEntitiesRequest + +UpdateMediaNamedEntitiesRequest.Builder + +UpdateMediaNamedEntitiesRequestBody + +UpdateMediaNamedEntitiesRequestBody.Builder + +UpdateMediaNamedEntitiesRequestBuilder + +UpdateMediaNamedEntitiesRequestBuilder + +UpdateMediaNamedEntitiesResponse + +UpdateMediaNamedEntitiesResponse + +UpdateMediaNamedEntitiesResponse.Builder + +UpdateMediaNamedEntitiesResponse.Builder + +UpdateMediaNamedEntitiesResponseBody + +UpdateMediaNamedEntitiesResponseBody + +UpdateMediaNamedEntitiesResponseBody.Builder + +UpdateMediaSourceResolution + +UpdateMediaSourceResolution + +UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum + +UpdateMediaStatus + +UpdateMediaStatus + +UpdateMediaStatus.UpdateMediaStatusEnum + +UpdateMediaSummary + +UpdateMediaSummary.Async + +UpdateMediaSummary.Sync + +UpdateMediaSummaryRequest + +UpdateMediaSummaryRequest.Builder + +UpdateMediaSummaryRequestBody + +UpdateMediaSummaryRequestBody.Builder + +UpdateMediaSummaryRequestBuilder + +UpdateMediaSummaryRequestBuilder + +UpdateMediaSummaryResponse + +UpdateMediaSummaryResponse + +UpdateMediaSummaryResponse.Builder + +UpdateMediaSummaryResponse.Builder + +UpdateMediaSummaryResponseBody + +UpdateMediaSummaryResponseBody + +UpdateMediaSummaryResponseBody.Builder + +UpdateMediaTrack + +UpdateMediaTrack + +UpdateMediaTrack._Deserializer + +UpdateMediaTrack.Async + +UpdateMediaTrack.Sync + +UpdateMediaTrackRequest + +UpdateMediaTrackRequest.Builder + +UpdateMediaTrackRequestBuilder + +UpdateMediaTrackRequestBuilder + +UpdateMediaTrackResponse + +UpdateMediaTrackResponse + +UpdateMediaTrackResponse.Builder + +UpdateMediaTrackResponse.Builder + +UpdateMediaTrackResponseBody + +UpdateMediaTrackResponseBody + +UpdateMediaTrackResponseBody.Builder + +UpdatePlaylistRequest + +UpdatePlaylistRequest.Builder + +UpdateSpecificSimulcastOfStream + +UpdateSpecificSimulcastOfStream.Async + +UpdateSpecificSimulcastOfStream.Sync + +UpdateSpecificSimulcastOfStreamRequest + +UpdateSpecificSimulcastOfStreamRequest.Builder + +UpdateSpecificSimulcastOfStreamRequestBuilder + +UpdateSpecificSimulcastOfStreamRequestBuilder + +UpdateSpecificSimulcastOfStreamResponse + +UpdateSpecificSimulcastOfStreamResponse + +UpdateSpecificSimulcastOfStreamResponse.Builder + +UpdateSpecificSimulcastOfStreamResponse.Builder + +UpdateTrackRequest + +UpdateTrackRequest + +UpdateTrackRequest.Builder + +UpdateTrackResponse + +UpdateTrackResponse + +UpdateTrackResponse.Builder + +UpdateTrackResponseType + +UpdateTrackResponseType + +UpdateTrackResponseType.UpdateTrackResponseTypeEnum + +UpdateUserAgentRestrictions + +UpdateUserAgentRestrictions.Async + +UpdateUserAgentRestrictions.Sync + +UpdateUserAgentRestrictionsData + +UpdateUserAgentRestrictionsData.Builder + +UpdateUserAgentRestrictionsDefaultPolicy + +UpdateUserAgentRestrictionsDefaultPolicy + +UpdateUserAgentRestrictionsRequest + +UpdateUserAgentRestrictionsRequest.Builder + +UpdateUserAgentRestrictionsRequestBody + +UpdateUserAgentRestrictionsRequestBody.Builder + +UpdateUserAgentRestrictionsRequestBuilder + +UpdateUserAgentRestrictionsRequestBuilder + +UpdateUserAgentRestrictionsResponse + +UpdateUserAgentRestrictionsResponse + +UpdateUserAgentRestrictionsResponse.Builder + +UpdateUserAgentRestrictionsResponse.Builder + +UpdateUserAgentRestrictionsResponseBody + +UpdateUserAgentRestrictionsResponseBody + +UpdateUserAgentRestrictionsResponseBody.Builder + +UserAgentRestrictions + +UserAgentRestrictions + +UserAgentRestrictions.Builder + +UserAgentsDefaultPolicy + +UserAgentsDefaultPolicy + +Utf8UrlEncoder + +Utils + +Utils.Function<S,T> + +Utils.HttpResponseCached + +Utils.JsonShape + +Utils.TypeReferenceWithShape + +VideoInput + +VideoInput.Builder + +VideoInputSegment1 + +VideoInputSegment1.Builder + +VideoInputSegment2 + +VideoInputSegment2.Builder + +VideoInputSegmentUnion + +VideoInputSegmentUnion._Deserializer + +Videos + +VideoTrack + +VideoTrack + +VideoTrack.Builder + +VideoTrackForGetAll + +VideoTrackForGetAll + +VideoTrackForGetAll.Builder + +ViewerTime + +ViewerTime + +ViewerTime._Deserializer + +Views + +Views + +Views + +Operations involving views + +Views.Builder + +ViewsByTopContentDetails + +ViewsByTopContentDetails + +ViewsByTopContentDetails.Builder + +ViewsCountResponse + +ViewsCountResponse.Builder + +ViewsCountResponseData + +ViewsCountResponseData + +ViewsCountResponseData.Builder + +ViewsList + +ViewsList.Builder + +WatermarkInput + +WatermarkInput + +WatermarkInput.Builder + +WatermarkInputType + WatermarkInputType - - - -XAlign - + +XAlign + XAlign - - - -YAlign - + +YAlign + YAlign - - - - - + + + - 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 - - -APIException -AudioInput -AudioInput.Builder -AudioInputType -AuthException -BackoffStrategy -BackoffStrategy.Builder -BadRequestError -BadRequestError.Builder -BadRequestException -BadRequestException.Builder -BigDecimalString -BigDecimalString.Deserializer -BigDecimalString.Serializer -BigIntegerString -BigIntegerString.Deserializer -BigIntegerString.Serializer -Constants -CreateLiveStreamRequest -CreateLiveStreamRequest.Builder -CreateLiveStreamRequestMaxResolution -CreateLiveStreamRequestMetadata -CreateLiveStreamRequestMetadata.Builder -CreateMediaPlaybackIdAccessPolicy -CreateMediaPlaybackIdAccessRestrictions -CreateMediaPlaybackIdAccessRestrictions.Builder -CreateMediaPlaybackIdDomains -CreateMediaPlaybackIdDomains.Builder -CreateMediaPlaybackIdDomainsDefaultPolicy -CreateMediaPlaybackIdRequest -CreateMediaPlaybackIdRequest.Builder -CreateMediaPlaybackIdRequestBody -CreateMediaPlaybackIdRequestBody.Builder -CreateMediaPlaybackIdRequestBuilder -CreateMediaPlaybackIdResponse -CreateMediaPlaybackIdResponse.Builder -CreateMediaPlaybackIdResponseBody -CreateMediaPlaybackIdResponseBody.Builder -CreateMediaPlaybackIdUserAgents -CreateMediaPlaybackIdUserAgents.Builder -CreateMediaPlaybackIdUserAgentsDefaultPolicy -CreateMediaRequest -CreateMediaRequest.Builder -CreateMediaRequestAccessPolicy -CreateMediaRequestAccessRestrictions -CreateMediaRequestAccessRestrictions.Builder -CreateMediaRequestBuilder -CreateMediaRequestDomains -CreateMediaRequestDomains.Builder -CreateMediaRequestDomainsDefaultPolicy -CreateMediaRequestLanguageCode -CreateMediaRequestMaxResolution -CreateMediaRequestMetadata -CreateMediaRequestMetadata.Builder -CreateMediaRequestMp4Support -CreateMediaRequestType -CreateMediaRequestUserAgents -CreateMediaRequestUserAgents.Builder -CreateMediaRequestUserAgentsDefaultPolicy -CreateMediaResponse -CreateMediaResponse -CreateMediaResponse.Builder -CreateMediaResponse.Builder -CreateMediaResponseBody -CreateMediaResponseBody.Builder -CreateMediaResponseMaxResolution -CreateMediaResponseMetadata -CreateMediaResponseMetadata.Builder -CreateNewStreamRequestBuilder -CreateNewStreamResponse -CreateNewStreamResponse.Builder -CreatePlaybackIdOfStreamRequest -CreatePlaybackIdOfStreamRequest.Builder -CreatePlaybackIdOfStreamRequestBuilder -CreatePlaybackIdOfStreamResponse -CreatePlaybackIdOfStreamResponse.Builder -CreateSimulcastOfStreamRequest -CreateSimulcastOfStreamRequest.Builder -CreateSimulcastOfStreamRequestBuilder -CreateSimulcastOfStreamResponse -CreateSimulcastOfStreamResponse.Builder -Data -Data.Builder -DeleteLiveStreamRequest -DeleteLiveStreamRequest.Builder -DeleteLiveStreamRequestBuilder -DeleteLiveStreamResponse -DeleteLiveStreamResponse.Builder -DeleteMediaPlaybackIdRequest -DeleteMediaPlaybackIdRequest.Builder -DeleteMediaPlaybackIdRequestBuilder -DeleteMediaPlaybackIdResponse -DeleteMediaPlaybackIdResponse.Builder -DeleteMediaPlaybackIdResponseBody -DeleteMediaPlaybackIdResponseBody.Builder -DeleteMediaRequest -DeleteMediaRequest.Builder -DeleteMediaRequestBuilder -DeleteMediaResponse -DeleteMediaResponse.Builder -DeleteMediaResponseBody -DeleteMediaResponseBody.Builder -DeletePlaybackIdOfStreamRequest -DeletePlaybackIdOfStreamRequest.Builder -DeletePlaybackIdOfStreamRequestBuilder -DeletePlaybackIdOfStreamResponse -DeletePlaybackIdOfStreamResponse.Builder -DeleteSimulcastOfStreamRequest -DeleteSimulcastOfStreamRequest.Builder -DeleteSimulcastOfStreamRequestBuilder -DeleteSimulcastOfStreamResponse -DeleteSimulcastOfStreamResponse.Builder -Deserializers -DirectUpload -DirectUpload.Builder -DirectUploadResponse -DirectUploadResponse.Builder -DirectUploadResponseMetadata -DirectUploadResponseMetadata.Builder -DirectUploadVideoMediaAccessPolicy -DirectUploadVideoMediaAccessRestrictions -DirectUploadVideoMediaAccessRestrictions.Builder -DirectUploadVideoMediaDomains -DirectUploadVideoMediaDomains.Builder -DirectUploadVideoMediaDomainsDefaultPolicy -DirectUploadVideoMediaMetadata -DirectUploadVideoMediaMetadata.Builder -DirectUploadVideoMediaRequest -DirectUploadVideoMediaRequest.Builder -DirectUploadVideoMediaRequestBuilder -DirectUploadVideoMediaResponse -DirectUploadVideoMediaResponse.Builder -DirectUploadVideoMediaResponseBody -DirectUploadVideoMediaResponseBody.Builder -DirectUploadVideoMediaUserAgents -DirectUploadVideoMediaUserAgents.Builder -DirectUploadVideoMediaUserAgentsDefaultPolicy -EventStream -EventStreamLineReader -EventStreamMessage -EventStreamReader -FastPixSDK -FastPixSDK.Builder -Field -Field.Builder -ForbiddenError -ForbiddenError.Builder -ForbiddenException -ForbiddenException.Builder -GetAllStreamsOrderBy -GetAllStreamsRequest -GetAllStreamsRequest.Builder -GetAllStreamsRequestBuilder -GetAllStreamsResponse -GetAllStreamsResponse.Builder -GetCreateLiveStreamResponseDTO -GetCreateLiveStreamResponseDTO.Builder -GetCreateLiveStreamResponseDTOMetadata -GetCreateLiveStreamResponseDTOMetadata.Builder -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -GetLiveStreamByIdRequest -GetLiveStreamByIdRequest.Builder -GetLiveStreamByIdRequestBuilder -GetLiveStreamByIdResponse -GetLiveStreamByIdResponse.Builder -GetLiveStreamPlaybackIdRequest -GetLiveStreamPlaybackIdRequest.Builder -GetLiveStreamPlaybackIdRequestBuilder -GetLiveStreamPlaybackIdResponse -GetLiveStreamPlaybackIdResponse.Builder -GetMediaRequest -GetMediaRequest.Builder -GetMediaRequestBuilder -GetMediaResponse -GetMediaResponse.Builder -GetMediaResponseBody -GetMediaResponseBody.Builder -GetSpecificSimulcastOfStreamRequest -GetSpecificSimulcastOfStreamRequest.Builder -GetSpecificSimulcastOfStreamRequestBuilder -GetSpecificSimulcastOfStreamResponse -GetSpecificSimulcastOfStreamResponse.Builder -GetStreamsResponse -GetStreamsResponse.Builder -HasSecurity -Helpers -Hook -Hook.AfterError -Hook.AfterErrorContext -Hook.AfterErrorContextImpl -Hook.AfterSuccess -Hook.AfterSuccessContext -Hook.AfterSuccessContextImpl -Hook.BeforeRequest -Hook.BeforeRequestContext -Hook.BeforeRequestContextImpl -Hook.HookContext -Hook.IdempotencyHook -Hook.SdkInit -Hook.SdkInitData -Hooks -Hooks.FailEarlyException -HTTPClient -HTTPRequest -ImposeTrack -ImposeTrack.Builder -Input -Input -Input._Deserializer -Input._Deserializer -InputMediaSettings -InputMediaSettings.Builder -InputVideo -InvalidPermissionError -InvalidPermissionError.Builder -InvalidPermissionException -InvalidPermissionException.Builder -JSON -LanguageCode -LazySingletonValue -ListMediaOrderBy -ListMediaRequest -ListMediaRequest.Builder -ListMediaRequestBuilder -ListMediaResponse -ListMediaResponse.Builder -ListMediaResponseBody -ListMediaResponseBody.Builder -LiveStreamDeleteResponse -LiveStreamDeleteResponse.Builder -LivestreamgetResponse -LivestreamgetResponse.Builder -LiveStreamResponseDTO -LiveStreamResponseDTO.Builder -ManageLiveStream -ManageVideos -MaxResolution -Media -Media.Builder -MediaMaxResolution -MediaMetadata -MediaMetadata.Builder -MediaMp4Support -MediaNotFoundError -MediaNotFoundError.Builder -MediaNotFoundException -MediaNotFoundException.Builder -MediaOrPlaybackNotFoundError -MediaOrPlaybackNotFoundError.Builder -MediaOrPlaybackNotFoundException -MediaOrPlaybackNotFoundException.Builder -MediaPolicy -Moderation -Moderation -Moderation.Builder -Moderation.Builder -Mp4Support -Multipart -Multipart.Builder -Multipart.PartType -NotFoundError -NotFoundError.Builder -NotFoundErrorError -NotFoundErrorError.Builder -NotFoundErrorPlaybackId -NotFoundErrorPlaybackId.Builder -NotFoundErrorPlaybackIdError -NotFoundErrorPlaybackIdError.Builder -NotFoundErrorSimulcast -NotFoundErrorSimulcast.Builder -NotFoundErrorSimulcastError -NotFoundErrorSimulcastError.Builder -OneOfDeserializer -Options -Options.Builder -Options.Option -Pagination -Pagination.Builder -PatchLiveStreamRequest -PatchLiveStreamRequest.Builder -PatchLiveStreamRequestMetadata -PatchLiveStreamRequestMetadata.Builder -PatchResponseData -PatchResponseData.Builder -PatchResponseDataMetadata -PatchResponseDataMetadata.Builder -PatchResponseDataSrtPlaybackResponse -PatchResponseDataSrtPlaybackResponse.Builder -PatchResponseDTO -PatchResponseDTO.Builder -Placement -Placement.Builder -Playback -PlaybackId -PlaybackId.Builder -PlaybackIdAccessPolicy -PlaybackIdAccessRestrictions -PlaybackIdAccessRestrictions.Builder -PlaybackIdDomains -PlaybackIdDomains.Builder -PlaybackIdDomainsDefaultPolicy -PlaybackIdRequest -PlaybackIdRequest.Builder -PlaybackIdRequestAccessPolicy -PlaybackIdResponse -PlaybackIdResponse.Builder -PlaybackIdResponseData -PlaybackIdResponseData.Builder -PlaybackIds -PlaybackIds.Builder -PlaybackIdUserAgents -PlaybackIdUserAgents.Builder -PlaybackIdUserAgentsDefaultPolicy -PlaybackSettings -PlaybackSettings.Builder -PlaybackSettingsAccessPolicy -PushMediaSettings -PushMediaSettings.Builder -QueryParameter -QueryParameters -RecordingClient -RequestBody -Response -Retries -Retries.Builder -Retries.NonRetryableException -Retries.RetryableException -RetrieveMediaInputInfoRequest -RetrieveMediaInputInfoRequest.Builder -RetrieveMediaInputInfoRequestBuilder -RetrieveMediaInputInfoResponse -RetrieveMediaInputInfoResponse.Builder -RetrieveMediaInputInfoResponseBody -RetrieveMediaInputInfoResponseBody.Builder -RetryConfig -RetryConfig.Builder -RetryConfig.Strategy -SDKMethodInterfaces -SDKMethodInterfaces.MethodCallCreateMedia -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId -SDKMethodInterfaces.MethodCallCreateNewStream -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream -SDKMethodInterfaces.MethodCallDeleteLiveStream -SDKMethodInterfaces.MethodCallDeleteMedia -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia -SDKMethodInterfaces.MethodCallGetAllStreams -SDKMethodInterfaces.MethodCallGetLiveStreamById -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId -SDKMethodInterfaces.MethodCallGetMedia -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream -SDKMethodInterfaces.MethodCallListMedia -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo -SDKMethodInterfaces.MethodCallUpdatedMedia -SDKMethodInterfaces.MethodCallUpdateLiveStream -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream -Security -Security -Security.Builder -SecuritySource -SecuritySource.DefaultSecuritySource -Segment1 -Segment1.Builder -Segment2 -Segment2.Builder -SegmentUnion -SegmentUnion._Deserializer -SerializedBody -SessionManager -SessionManager.HasSessionKey -SessionManager.Session -SimulcastdeleteResponse -SimulcastdeleteResponse.Builder -SimulcastRequest -SimulcastRequest.Builder -SimulcastResponse -SimulcastResponse.Builder -SimulcastResponseData -SimulcastResponseData.Builder -SimulcastResponseMetadata -SimulcastResponseMetadata.Builder -SimulcastStream -SimulcastUnavailableError -SimulcastUnavailableError.Builder -SimulcastUnavailableException -SimulcastUnavailableException.Builder -SimulcastUpdateRequest -SimulcastUpdateRequest.Builder -SimulcastUpdateRequestMetadata -SimulcastUpdateRequestMetadata.Builder -SimulcastUpdateResponse -SimulcastUpdateResponse.Builder -SimulcastUpdateResponseData -SimulcastUpdateResponseData.Builder -SimulcastUpdateResponseMetadata -SimulcastUpdateResponseMetadata.Builder -SourceResolution -SpeakeasyHTTPClient -SpeakeasyMetadata -StartLiveStream -Subtitle -Subtitle.Builder -SubtitleInput -SubtitleInput.Builder -SubtitleInputLanguageCode -SubtitleMetadata -SubtitleMetadata.Builder -Subtitles -Subtitles.Builder -SubtitlesMetadata -SubtitlesMetadata.Builder -Summary -Summary -Summary.Builder -Summary.Builder -Track -Track.Builder -Type -TypedObject -TypedObject.Serializer -Types -UnauthorizedError -UnauthorizedError.Builder -UnauthorizedException -UnauthorizedException.Builder -UpdatedMediaMetadata -UpdatedMediaMetadata.Builder -UpdatedMediaRequest -UpdatedMediaRequest.Builder -UpdatedMediaRequestBody -UpdatedMediaRequestBody.Builder -UpdatedMediaRequestBuilder -UpdatedMediaResponse -UpdatedMediaResponse.Builder -UpdatedMediaResponseBody -UpdatedMediaResponseBody.Builder -UpdateLiveStreamRequest -UpdateLiveStreamRequest.Builder -UpdateLiveStreamRequestBuilder -UpdateLiveStreamResponse -UpdateLiveStreamResponse.Builder -UpdateSpecificSimulcastOfStreamRequest -UpdateSpecificSimulcastOfStreamRequest.Builder -UpdateSpecificSimulcastOfStreamRequestBuilder -UpdateSpecificSimulcastOfStreamResponse -UpdateSpecificSimulcastOfStreamResponse.Builder -Utf8UrlEncoder -Utils -Utils.Function -Utils.HttpResponseCached -Utils.JsonShape -Utils.TypeReferenceWithShape -ValidationErrorResponse -ValidationErrorResponse.Builder -ValidationErrorResponseError -ValidationErrorResponseError.Builder -VideoInput -VideoInput.Builder -WatermarkInput -WatermarkInput.Builder -WatermarkInputType -XAlign -YAlign - - - - - 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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + All Packages - - - - -Package Summary - -Package -Description - - - -io.fastpix.sdk - - - -io.fastpix.sdk.models.components - - - -io.fastpix.sdk.models.errors - - - -io.fastpix.sdk.models.operations - - - -io.fastpix.sdk.utils - - - - - - +Package Summary + +Package +Description +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/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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + Constant Field Values - + + Contents - -io.fastpix.* + +org.openapis.* + +org.openapis.* + + +org.openapis.openapi.SDKConfiguration + +Modifier and Type +Constant Field +Value +public static final String +GEN_VERSION +"2.788.7" +public static final String +OPENAPI_DOC_VERSION +"1.0.0" +public static final String +SDK_VERSION +"1.0.0" + + + + + +org.openapis.openapi.utils.Constants + +Modifier and Type +Constant Field +Value +public static final boolean +HAS_CLIENT_CREDENTIALS_BASIC +false + + + +org.openapis.openapi.utils.Multipart + +Modifier and Type +Constant Field +Value +public static final String +DEFAULT_TEXT_CT +"text/plain; charset=UTF-8" - - - - -io.fastpix.* - - - -io.fastpix.sdk.utils.Constants - -Modifier and Type -Constant Field -Value - - - - - -public static final boolean -HAS_CLIENT_CREDENTIALS_BASIC -false - - - - - -io.fastpix.sdk.utils.SessionManager<T extends SessionManager.HasSessionKey> - -Modifier and Type -Constant Field -Value - - - - - -public static final int -REFRESH_BEFORE_EXPIRY_SECONDS -60 - - - + +org.openapis.openapi.utils.SessionManager<T> + +Modifier and Type +Constant Field +Value +public static final int +REFRESH_BEFORE_EXPIRY_SECONDS +60 + - - 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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree -Deprecated +Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + Deprecated API + Contents - -Methods + +Methods + + + +Deprecated Methods + +Method +Description +org.openapis.openapi.models.errors.AuthException.statusCode() + +Use FastpixException.code() instead. - - - - - - -Methods - -Method -Description - - - -io.fastpix.sdk.utils.BackoffStrategy.Builder.exponent(double) - -use BackoffStrategy.Builder.baseFactor(double) instead. - - - -io.fastpix.sdk.utils.BackoffStrategy.exponent() - -use BackoffStrategy.baseFactor() instead. - - - - - - +org.openapis.openapi.utils.BackoffStrategy.Builder.exponent(double) + +use BackoffStrategy.Builder.baseFactor(double) instead. + +org.openapis.openapi.utils.BackoffStrategy.exponent() + +use BackoffStrategy.baseFactor() instead. - - - - - - - - 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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated Index -Help +Help - - - -All Classes + + +Help: + +Navigation +Pages - -SEARCH: - - - - - -JavaScript is disabled on your browser. - - - - - + + + +Help: +Navigation | +Pages + + +SEARCH + + - - - + + + + - -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: + +Search + + +Kinds of Pages: + +Overview +Package +Class or Interface +Other Files +Tree (Class Hierarchy) +Deprecated API +Constant Field Values +Serialized Form +All Packages +All Classes and Interfaces +Index + + + + + +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 + +Search +You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples: + +"j.l.obj" matches "java.lang.Object" +"InpStr" matches "java.io.InputStream" +"math exact long" matches "java.lang.Math.absExact(long)" + +Refer to the Javadoc Search Specification for a full description of search features. + - - - - -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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated -Index -Help +Index +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + -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. -use BackoffStrategy.baseFactor() instead. - - -exponent(double) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder - -Deprecated. -use BackoffStrategy.Builder.baseFactor(double) instead. - - -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. +use BackoffStrategy.baseFactor() instead. + + +exponent(double) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder + +Deprecated. +use BackoffStrategy.Builder.baseFactor(double) instead. + + +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. +Use FastpixException.code() instead. + + +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) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - -Overview + +Skip navigation links + +Overview Package Class Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + -fastpix 0.1.0 API +openapi 1.0.0 API + + +Packages + +Package +Description +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 + - - -Packages - -Package -Description - - - -io.fastpix.sdk - - - -io.fastpix.sdk.models.components - - - -io.fastpix.sdk.models.errors - - - -io.fastpix.sdk.models.operations - - - -io.fastpix.sdk.utils - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -FastPixSDK -build() - -Builds a new instance of the SDK. - - - -FastPixSDK.Builder -client(HTTPClient client) - -Allows the default HTTP client to be overridden with a custom implementation. - - - -FastPixSDK.Builder -retryConfig(RetryConfig retryConfig) - -Overrides the default configuration for retries - - - -FastPixSDK.Builder -security(Security security) - -Configures the SDK to use the provided security details. - - - -FastPixSDK.Builder -securitySource(SecuritySource securitySource) - -Configures the SDK to use a custom security source. - - - -FastPixSDK.Builder -serverIndex(int serverIdx) - -Overrides the default server by index. - - - -FastPixSDK.Builder -serverURL(java.lang.String serverUrl) - -Overrides the default server URL. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -FastPixSDK.Builder - -The Builder class allows the configuration of a new instance of the SDK. - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -static java.lang.String[] -SERVERS - -SERVERS contains the list of server urls available to the SDK. - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static FastPixSDK.Builder -builder() - -Get a new instance of the SDK builder to configure a new instance of the SDK. - - - -InputVideo -inputVideo() - - - -ManageLiveStream -manageLiveStream() - - - -ManageVideos -manageVideos() - - - -Playback -playback() - - - -SimulcastStream -simulcastStream() - - - -StartLiveStream -startLiveStream() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Field Detail - - - - - -SERVERS -public static final java.lang.String[] SERVERS -SERVERS contains the list of server urls available to the SDK. - - - - - - - - - - - -Method Detail - - - - - -startLiveStream -public StartLiveStream startLiveStream() - - - - - - - -manageLiveStream -public ManageLiveStream manageLiveStream() - - - - - - - -playback -public Playback playback() - - - - - - - -simulcastStream -public SimulcastStream simulcastStream() - - - - - - - -inputVideo -public InputVideo inputVideo() - - - - - - - -manageVideos -public ManageVideos manageVideos() - - - - - - - -builder -public static FastPixSDK.Builder builder() -Get a new instance of the SDK builder to configure a new instance of the SDK. - -Returns: -The SDK builder instance. - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class InputVideo - - - -java.lang.Object - - -io.fastpix.sdk.InputVideo - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallCreateMedia, SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - -public class InputVideo -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateMedia, SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequestBuilder -createMedia() - -Create media from URL - - - -CreateMediaResponse -createMedia(java.util.Optional<? extends CreateMediaRequest> request) - -Create media from URL - - - -CreateMediaResponse -createMediaDirect() - -Create media from URL - - - -DirectUploadVideoMediaRequestBuilder -directUploadVideoMedia() - -Upload media from device - - - -DirectUploadVideoMediaResponse -directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - -Upload media from device - - - -DirectUploadVideoMediaResponse -directUploadVideoMediaDirect() - -Upload media from device - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class ManageLiveStream - - - -java.lang.Object - - -io.fastpix.sdk.ManageLiveStream - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallDeleteLiveStream, SDKMethodInterfaces.MethodCallGetAllStreams, SDKMethodInterfaces.MethodCallGetLiveStreamById, SDKMethodInterfaces.MethodCallUpdateLiveStream - - -public class ManageLiveStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallGetAllStreams, SDKMethodInterfaces.MethodCallGetLiveStreamById, SDKMethodInterfaces.MethodCallDeleteLiveStream, SDKMethodInterfaces.MethodCallUpdateLiveStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteLiveStreamRequestBuilder -deleteLiveStream() - -Delete a stream - - - -DeleteLiveStreamResponse -deleteLiveStream(java.lang.String streamId) - -Delete a stream - - - -GetAllStreamsRequestBuilder -getAllStreams() - -Get all live streams - - - -GetAllStreamsResponse -getAllStreams(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - -Get all live streams - - - -GetAllStreamsResponse -getAllStreamsDirect() - -Get all live streams - - - -GetLiveStreamByIdRequestBuilder -getLiveStreamById() - -Get stream by ID - - - -GetLiveStreamByIdResponse -getLiveStreamById(java.lang.String streamId) - -Get stream by ID - - - -UpdateLiveStreamRequestBuilder -updateLiveStream() - -Update a stream - - - -UpdateLiveStreamResponse -updateLiveStream(java.lang.String streamId) - -Update a stream - - - -UpdateLiveStreamResponse -updateLiveStream(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - -Update a stream - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class ManageVideos - - - -java.lang.Object - - -io.fastpix.sdk.ManageVideos - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallDeleteMedia, SDKMethodInterfaces.MethodCallGetMedia, SDKMethodInterfaces.MethodCallListMedia, SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo, SDKMethodInterfaces.MethodCallUpdatedMedia - - -public class ManageVideos -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallListMedia, SDKMethodInterfaces.MethodCallGetMedia, SDKMethodInterfaces.MethodCallUpdatedMedia, SDKMethodInterfaces.MethodCallDeleteMedia, SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaRequestBuilder -deleteMedia() - -Delete a media by ID - - - -DeleteMediaResponse -deleteMedia(java.lang.String mediaId) - -Delete a media by ID - - - -GetMediaRequestBuilder -getMedia() - -Get a media by ID - - - -GetMediaResponse -getMedia(java.lang.String mediaId) - -Get a media by ID - - - -ListMediaRequestBuilder -listMedia() - -Get list of all media - - - -ListMediaResponse -listMedia(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy) - -Get list of all media - - - -ListMediaResponse -listMediaDirect() - -Get list of all media - - - -RetrieveMediaInputInfoRequestBuilder -retrieveMediaInputInfo() - -Get info of media inputs - - - -RetrieveMediaInputInfoResponse -retrieveMediaInputInfo(java.lang.String mediaId) - -Get info of media inputs - - - -UpdatedMediaRequestBuilder -updatedMedia() - -Update a media by ID - - - -UpdatedMediaResponse -updatedMedia(java.lang.String mediaId) - -Update a media by ID - - - -UpdatedMediaResponse -updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - -Update a media by ID - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class Playback - - - -java.lang.Object - - -io.fastpix.sdk.Playback - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId, SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream, SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId, SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream, SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - -public class Playback -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream, SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream, SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId, SDKMethodInterfaces.MethodCallCreateMediaPlaybackId, SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdRequestBuilder -createMediaPlaybackId() - -Create a playback ID - - - -CreateMediaPlaybackIdResponse -createMediaPlaybackId(java.lang.String mediaId) - -Create a playback ID - - - -CreateMediaPlaybackIdResponse -createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - -Create a playback ID - - - -CreatePlaybackIdOfStreamRequestBuilder -createPlaybackIdOfStream() - -Create a playbackId - - - -CreatePlaybackIdOfStreamResponse -createPlaybackIdOfStream(java.lang.String streamId) - -Create a playbackId - - - -CreatePlaybackIdOfStreamResponse -createPlaybackIdOfStream(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - -Create a playbackId - - - -DeleteMediaPlaybackIdRequestBuilder -deleteMediaPlaybackId() - -Delete a playback ID - - - -DeleteMediaPlaybackIdResponse -deleteMediaPlaybackId(java.lang.String mediaId, - java.lang.String playbackId) - -Delete a playback ID - - - -DeletePlaybackIdOfStreamRequestBuilder -deletePlaybackIdOfStream() - -Delete a playbackId - - - -DeletePlaybackIdOfStreamResponse -deletePlaybackIdOfStream(java.lang.String streamId, - java.lang.String playbackId) - -Delete a playbackId - - - -GetLiveStreamPlaybackIdRequestBuilder -getLiveStreamPlaybackId() - -Get stream's playbackId - - - -GetLiveStreamPlaybackIdResponse -getLiveStreamPlaybackId(java.lang.String streamId, - java.lang.String playbackId) - -Get stream's playbackId - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -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 - - - - - - - - - - - - -Nested Class Summary - - - - -Nested classes/interfaces inherited from interface io.fastpix.sdk.SecuritySource -SecuritySource.DefaultSecuritySource - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DefaultSecuritySource(HasSecurity security) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -HasSecurity -getSecurity() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DefaultSecuritySource -public DefaultSecuritySource(HasSecurity security) - - - - - - - - - - - -Method Detail - - - - - -getSecurity -public HasSecurity getSecurity() - -Specified by: -getSecurity in interface 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Interface SecuritySource - - - - - - -All Known Implementing Classes: -SecuritySource.DefaultSecuritySource - - -public interface SecuritySource - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Interface -Description - - -static class -SecuritySource.DefaultSecuritySource - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -HasSecurity -getSecurity() - - - -static SecuritySource -of(HasSecurity security) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -getSecurity -HasSecurity getSecurity() - - - - - - - -of -static SecuritySource of(HasSecurity security) - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class SimulcastStream - - - -java.lang.Object - - -io.fastpix.sdk.SimulcastStream - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream, SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream, SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream, SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - -public class SimulcastStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateSimulcastOfStream, SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream, SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream, SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateSimulcastOfStreamRequestBuilder -createSimulcastOfStream() - -Create a simulcast - - - -CreateSimulcastOfStreamResponse -createSimulcastOfStream(java.lang.String streamId) - -Create a simulcast - - - -CreateSimulcastOfStreamResponse -createSimulcastOfStream(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest) - -Create a simulcast - - - -DeleteSimulcastOfStreamRequestBuilder -deleteSimulcastOfStream() - -Delete a simulcast - - - -DeleteSimulcastOfStreamResponse -deleteSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - -Delete a simulcast - - - -GetSpecificSimulcastOfStreamRequestBuilder -getSpecificSimulcastOfStream() - -Get a specific simulcast of a stream - - - -GetSpecificSimulcastOfStreamResponse -getSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - -Get a specific simulcast of a stream - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -updateSpecificSimulcastOfStream() - -Update a specific simulcast of a stream - - - -UpdateSpecificSimulcastOfStreamResponse -updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - -Update a specific simulcast of a stream - - - -UpdateSpecificSimulcastOfStreamResponse -updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - -Update a specific simulcast of a stream - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk -Class StartLiveStream - - - -java.lang.Object - - -io.fastpix.sdk.StartLiveStream - - - - - - - -All Implemented Interfaces: -SDKMethodInterfaces.MethodCallCreateNewStream - - -public class StartLiveStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateNewStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateNewStreamRequestBuilder -createNewStream() - -Create a new stream - - - -CreateNewStreamResponse -createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request) - -Create a new stream - - - -CreateNewStreamResponse -createNewStreamDirect() - -Create a new stream - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -AudioInput -build() - - - -AudioInput.Builder -imposeTracks(java.util.List<ImposeTrack> imposeTracks) - -List of additional audio tracks to overlay on the video. - - - -AudioInput.Builder -imposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks) - -List of additional audio tracks to overlay on the video. - - - -AudioInput.Builder -swapTrackUrl(java.lang.String swapTrackUrl) - -URL of the audio track to replace the existing audio in the video. - - - -AudioInput.Builder -swapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl) - -URL of the audio track to replace the existing audio in the video. - - - -AudioInput.Builder -type(AudioInputType type) - -Type of overlay (currently only supports 'audio'). - - - -AudioInput.Builder -type(java.util.Optional<? extends AudioInputType> type) - -Type of overlay (currently only supports 'audio'). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -type -public AudioInput.Builder type(AudioInputType type) -Type of overlay (currently only supports 'audio'). - - - - - - - -type -public AudioInput.Builder type(java.util.Optional<? extends AudioInputType> type) -Type of overlay (currently only supports 'audio'). - - - - - - - -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. - - - - - - - -build -public AudioInput build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -AudioInput.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -AudioInput() - - - -AudioInput(java.util.Optional<? extends AudioInputType> type, - java.util.Optional<java.lang.String> swapTrackUrl, - java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static AudioInput.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.util.List<ImposeTrack>> -imposeTracks() - -List of additional audio tracks to overlay on the video. - - - -java.util.Optional<java.lang.String> -swapTrackUrl() - -URL of the audio track to replace the existing audio in the video. - - - -java.lang.String -toString() - - - -java.util.Optional<AudioInputType> -type() - -Type of overlay (currently only supports 'audio'). - - - -AudioInput -withImposeTracks(java.util.List<ImposeTrack> imposeTracks) - -List of additional audio tracks to overlay on the video. - - - -AudioInput -withImposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks) - -List of additional audio tracks to overlay on the video. - - - -AudioInput -withSwapTrackUrl(java.lang.String swapTrackUrl) - -URL of the audio track to replace the existing audio in the video. - - - -AudioInput -withSwapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl) - -URL of the audio track to replace the existing audio in the video. - - - -AudioInput -withType(AudioInputType type) - -Type of overlay (currently only supports 'audio'). - - - -AudioInput -withType(java.util.Optional<? extends AudioInputType> type) - -Type of overlay (currently only supports 'audio'). - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final AudioInput.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Constant -Description - - -AUDIO - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<AudioInputType> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static AudioInputType -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -AUDIO -public static final AudioInputType AUDIO - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateLiveStreamRequest -build() - - - -CreateLiveStreamRequest.Builder -inputMediaSettings(InputMediaSettings inputMediaSettings) - -Displays the result of the input Media settings. - - - -CreateLiveStreamRequest.Builder -playbackSettings(PlaybackSettings playbackSettings) - -Displays the result of the playback settings. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -playbackSettings -public CreateLiveStreamRequest.Builder playbackSettings(PlaybackSettings playbackSettings) -Displays the result of the playback settings. - - - - - - - -inputMediaSettings -public CreateLiveStreamRequest.Builder inputMediaSettings(InputMediaSettings inputMediaSettings) -Displays the result of the input Media settings. - - - - - - - -build -public CreateLiveStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateLiveStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateLiveStreamRequest - - - - - - - -public class CreateLiveStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateLiveStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateLiveStreamRequest(PlaybackSettings playbackSettings, - InputMediaSettings inputMediaSettings) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateLiveStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -InputMediaSettings -inputMediaSettings() - -Displays the result of the input Media settings. - - - -PlaybackSettings -playbackSettings() - -Displays the result of the playback settings. - - - -java.lang.String -toString() - - - -CreateLiveStreamRequest -withInputMediaSettings(InputMediaSettings inputMediaSettings) - -Displays the result of the input Media settings. - - - -CreateLiveStreamRequest -withPlaybackSettings(PlaybackSettings playbackSettings) - -Displays the result of the playback settings. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateLiveStreamRequest -public CreateLiveStreamRequest(PlaybackSettings playbackSettings, - InputMediaSettings inputMediaSettings) - - - - - - - - - - - -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. - - - - - - - -builder -public static final CreateLiveStreamRequest.Builder builder() - - - - - - - -withPlaybackSettings -public CreateLiveStreamRequest withPlaybackSettings(PlaybackSettings playbackSettings) -Displays the result of the playback settings. - - - - - - - -withInputMediaSettings -public CreateLiveStreamRequest withInputMediaSettings(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateLiveStreamRequestMaxResolution - - - -java.lang.Object - - -java.lang.Enum<CreateLiveStreamRequestMaxResolution> - - -io.fastpix.sdk.models.components.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateLiveStreamRequestMaxResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateLiveStreamRequestMaxResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateLiveStreamRequestMaxResolution[] -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 - - - - - -ONE_THOUSAND_AND_EIGHTYP -public static final CreateLiveStreamRequestMaxResolution ONE_THOUSAND_AND_EIGHTYP - - - - - - - -SEVEN_HUNDRED_AND_TWENTYP -public static final CreateLiveStreamRequestMaxResolution SEVEN_HUNDRED_AND_TWENTYP - - - - - - - -FOUR_HUNDRED_AND_EIGHTYP -public static final CreateLiveStreamRequestMaxResolution FOUR_HUNDRED_AND_EIGHTYP - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateLiveStreamRequestMaxResolution> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateLiveStreamRequestMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public CreateLiveStreamRequestMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateLiveStreamRequestMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateLiveStreamRequestMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateLiveStreamRequestMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateLiveStreamRequestMetadata -public CreateLiveStreamRequestMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final CreateLiveStreamRequestMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequest.Builder -accessPolicy(CreateMediaRequestAccessPolicy accessPolicy) - -Determines whether access to the streamed content is kept private or available to all. - - - -CreateMediaRequest.Builder -accessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions) - - - -CreateMediaRequest.Builder -accessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions) - - - -CreateMediaRequest -build() - - - -CreateMediaRequest.Builder -chapters(boolean chapters) - -Enable or disable the chapters feature for the media. - - - -CreateMediaRequest.Builder -chapters(java.util.Optional<java.lang.Boolean> chapters) - -Enable or disable the chapters feature for the media. - - - -CreateMediaRequest.Builder -inputs(java.util.List<Input> inputs) - - - -CreateMediaRequest.Builder -maxResolution(CreateMediaRequestMaxResolution maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -CreateMediaRequest.Builder -maxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -CreateMediaRequest.Builder -metadata(CreateMediaRequestMetadata metadata) - -You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. - - - -CreateMediaRequest.Builder -metadata(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. - - - -CreateMediaRequest.Builder -moderation(Moderation moderation) - - - -CreateMediaRequest.Builder -moderation(java.util.Optional<? extends Moderation> moderation) - - - -CreateMediaRequest.Builder -mp4Support(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 - - - -CreateMediaRequest.Builder -mp4Support(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 - - - -CreateMediaRequest.Builder -namedEntities(boolean namedEntities) - -Enable or disable named entity extraction. - - - -CreateMediaRequest.Builder -namedEntities(java.util.Optional<java.lang.Boolean> namedEntities) - -Enable or disable named entity extraction. - - - -CreateMediaRequest.Builder -optimizeAudio(boolean optimizeAudio) - -normalize volume of the audio track. - - - -CreateMediaRequest.Builder -optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio) - -normalize volume of the audio track. - - - -CreateMediaRequest.Builder -sourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -CreateMediaRequest.Builder -sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -CreateMediaRequest.Builder -subtitle(Subtitle subtitle) - -Generates subtitle files for audio/video files. - - - -CreateMediaRequest.Builder -subtitle(java.util.Optional<? extends Subtitle> subtitle) - -Generates subtitle files for audio/video files. - - - -CreateMediaRequest.Builder -summary(Summary summary) - - - -CreateMediaRequest.Builder -summary(java.util.Optional<? extends Summary> summary) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -inputs -public CreateMediaRequest.Builder inputs(java.util.List<Input> inputs) - - - - - - - -metadata -public CreateMediaRequest.Builder metadata(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. - - - - - - - -metadata -public CreateMediaRequest.Builder metadata(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. - - - - - - - -subtitle -public CreateMediaRequest.Builder subtitle(Subtitle subtitle) -Generates subtitle files for audio/video files. - - - - - - - -subtitle -public CreateMediaRequest.Builder subtitle(java.util.Optional<? extends Subtitle> subtitle) -Generates subtitle files for audio/video files. - - - - - - - -accessPolicy -public CreateMediaRequest.Builder accessPolicy(CreateMediaRequestAccessPolicy accessPolicy) -Determines whether access to the streamed content is kept private or available to all. - - - - - - - -mp4Support -public CreateMediaRequest.Builder mp4Support(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 - - - - - - - -mp4Support -public CreateMediaRequest.Builder mp4Support(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 - - - - - - - -sourceAccess -public CreateMediaRequest.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 CreateMediaRequest.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 - - - - - - - -optimizeAudio -public CreateMediaRequest.Builder optimizeAudio(boolean optimizeAudio) -normalize volume of the audio track. This is available for pre-recorded content only. - - - - - - - -optimizeAudio -public CreateMediaRequest.Builder optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio) -normalize volume of the audio track. This is available for pre-recorded content only. - - - - - - - -maxResolution -public CreateMediaRequest.Builder maxResolution(CreateMediaRequestMaxResolution maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -maxResolution -public CreateMediaRequest.Builder maxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -summary -public CreateMediaRequest.Builder summary(Summary summary) - - - - - - - -summary -public CreateMediaRequest.Builder summary(java.util.Optional<? extends Summary> summary) - - - - - - - -chapters -public CreateMediaRequest.Builder chapters(boolean chapters) -Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable. - - - - - - - -chapters -public CreateMediaRequest.Builder chapters(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 CreateMediaRequest.Builder namedEntities(boolean namedEntities) -Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. - - - - - - - -namedEntities -public CreateMediaRequest.Builder namedEntities(java.util.Optional<java.lang.Boolean> namedEntities) -Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. - - - - - - - -moderation -public CreateMediaRequest.Builder moderation(Moderation moderation) - - - - - - - -moderation -public CreateMediaRequest.Builder moderation(java.util.Optional<? extends Moderation> moderation) - - - - - - - -accessRestrictions -public CreateMediaRequest.Builder accessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions) - - - - - - - -accessRestrictions -public CreateMediaRequest.Builder accessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions) - - - - - - - -build -public CreateMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaRequest - - - - - - - -public class CreateMediaRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequest(java.util.List<Input> inputs, - CreateMediaRequestAccessPolicy accessPolicy) - - - -CreateMediaRequest(java.util.List<Input> inputs, - java.util.Optional<? extends CreateMediaRequestMetadata> metadata, - java.util.Optional<? extends Subtitle> subtitle, - CreateMediaRequestAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<java.lang.Boolean> optimizeAudio, - java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution, - 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 CreateMediaRequestAccessRestrictions> accessRestrictions) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequestAccessPolicy -accessPolicy() - -Determines whether access to the streamed content is kept private or available to all. - - - -java.util.Optional<CreateMediaRequestAccessRestrictions> -accessRestrictions() - - - -static CreateMediaRequest.Builder -builder() - - - -java.util.Optional<java.lang.Boolean> -chapters() - -Enable or disable the chapters feature for the media. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.List<Input> -inputs() - - - -java.util.Optional<CreateMediaRequestMaxResolution> -maxResolution() - -The maximum resolution tier determines the highest quality your media will be available in. - - - -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. - - - -java.util.Optional<Moderation> -moderation() - - - -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 - - - -java.util.Optional<java.lang.Boolean> -namedEntities() - -Enable or disable named entity extraction. - - - -java.util.Optional<java.lang.Boolean> -optimizeAudio() - -normalize volume of the audio track. - - - -java.util.Optional<java.lang.Boolean> -sourceAccess() - -The sourceAccess parameter determines whether the original media file is accessible. - - - -java.util.Optional<Subtitle> -subtitle() - -Generates subtitle files for audio/video files. - - - -java.util.Optional<Summary> -summary() - - - -java.lang.String -toString() - - - -CreateMediaRequest -withAccessPolicy(CreateMediaRequestAccessPolicy accessPolicy) - -Determines whether access to the streamed content is kept private or available to all. - - - -CreateMediaRequest -withAccessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions) - - - -CreateMediaRequest -withAccessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions) - - - -CreateMediaRequest -withChapters(boolean chapters) - -Enable or disable the chapters feature for the media. - - - -CreateMediaRequest -withChapters(java.util.Optional<java.lang.Boolean> chapters) - -Enable or disable the chapters feature for the media. - - - -CreateMediaRequest -withInputs(java.util.List<Input> inputs) - - - -CreateMediaRequest -withMaxResolution(CreateMediaRequestMaxResolution maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -CreateMediaRequest -withMaxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -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. - - - -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. - - - -CreateMediaRequest -withModeration(Moderation moderation) - - - -CreateMediaRequest -withModeration(java.util.Optional<? extends Moderation> moderation) - - - -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 - - - -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 - - - -CreateMediaRequest -withNamedEntities(boolean namedEntities) - -Enable or disable named entity extraction. - - - -CreateMediaRequest -withNamedEntities(java.util.Optional<java.lang.Boolean> namedEntities) - -Enable or disable named entity extraction. - - - -CreateMediaRequest -withOptimizeAudio(boolean optimizeAudio) - -normalize volume of the audio track. - - - -CreateMediaRequest -withOptimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio) - -normalize volume of the audio track. - - - -CreateMediaRequest -withSourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -CreateMediaRequest -withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -CreateMediaRequest -withSubtitle(Subtitle subtitle) - -Generates subtitle files for audio/video files. - - - -CreateMediaRequest -withSubtitle(java.util.Optional<? extends Subtitle> subtitle) - -Generates subtitle files for audio/video files. - - - -CreateMediaRequest -withSummary(Summary summary) - - - -CreateMediaRequest -withSummary(java.util.Optional<? extends Summary> summary) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaRequest -public CreateMediaRequest(java.util.List<Input> inputs, - java.util.Optional<? extends CreateMediaRequestMetadata> metadata, - java.util.Optional<? extends Subtitle> subtitle, - CreateMediaRequestAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<java.lang.Boolean> optimizeAudio, - java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution, - 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 CreateMediaRequestAccessRestrictions> accessRestrictions) - - - - - - - -CreateMediaRequest -public CreateMediaRequest(java.util.List<Input> inputs, - CreateMediaRequestAccessPolicy accessPolicy) - - - - - - - - - - - -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() - - - - - - - -accessRestrictions -public java.util.Optional<CreateMediaRequestAccessRestrictions> accessRestrictions() - - - - - - - -builder -public static final CreateMediaRequest.Builder builder() - - - - - - - -withInputs -public CreateMediaRequest withInputs(java.util.List<Input> inputs) - - - - - - - -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. - - - - - - - -withAccessPolicy -public CreateMediaRequest withAccessPolicy(CreateMediaRequestAccessPolicy accessPolicy) -Determines whether access to the streamed content is kept private or available to all. - - - - - - - -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(CreateMediaRequestMaxResolution maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -withMaxResolution -public CreateMediaRequest withMaxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -withSummary -public CreateMediaRequest withSummary(Summary summary) - - - - - - - -withSummary -public CreateMediaRequest withSummary(java.util.Optional<? extends Summary> summary) - - - - - - - -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. - - - - - - - -withModeration -public CreateMediaRequest withModeration(Moderation moderation) - - - - - - - -withModeration -public CreateMediaRequest withModeration(java.util.Optional<? extends Moderation> moderation) - - - - - - - -withAccessRestrictions -public CreateMediaRequest withAccessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions) - - - - - - - -withAccessRestrictions -public CreateMediaRequest withAccessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestAccessPolicy> - - -io.fastpix.sdk.models.components.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 Constant -Description - - -DRM - - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestAccessPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestAccessPolicy[] -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 - - - - - -PUBLIC -public static final CreateMediaRequestAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final CreateMediaRequestAccessPolicy PRIVATE - - - - - - - -DRM -public static final CreateMediaRequestAccessPolicy DRM - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestAccessPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaRequestAccessRestrictions.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder - - - - - - - -Enclosing class: -CreateMediaRequestAccessRestrictions - - -public static final class CreateMediaRequestAccessRestrictions.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequestAccessRestrictions -build() - - - -CreateMediaRequestAccessRestrictions.Builder -domains(CreateMediaRequestDomains domains) - - - -CreateMediaRequestAccessRestrictions.Builder -domains(java.util.Optional<? extends CreateMediaRequestDomains> domains) - - - -CreateMediaRequestAccessRestrictions.Builder -userAgents(CreateMediaRequestUserAgents userAgents) - - - -CreateMediaRequestAccessRestrictions.Builder -userAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -domains -public CreateMediaRequestAccessRestrictions.Builder domains(CreateMediaRequestDomains domains) - - - - - - - -domains -public CreateMediaRequestAccessRestrictions.Builder domains(java.util.Optional<? extends CreateMediaRequestDomains> domains) - - - - - - - -userAgents -public CreateMediaRequestAccessRestrictions.Builder userAgents(CreateMediaRequestUserAgents userAgents) - - - - - - - -userAgents -public CreateMediaRequestAccessRestrictions.Builder userAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - -build -public CreateMediaRequestAccessRestrictions build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaRequestAccessRestrictions - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions - - - - - - - -public class CreateMediaRequestAccessRestrictions -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaRequestAccessRestrictions.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequestAccessRestrictions() - - - -CreateMediaRequestAccessRestrictions(java.util.Optional<? extends CreateMediaRequestDomains> domains, - java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaRequestAccessRestrictions.Builder -builder() - - - -java.util.Optional<CreateMediaRequestDomains> -domains() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.util.Optional<CreateMediaRequestUserAgents> -userAgents() - - - -CreateMediaRequestAccessRestrictions -withDomains(CreateMediaRequestDomains domains) - - - -CreateMediaRequestAccessRestrictions -withDomains(java.util.Optional<? extends CreateMediaRequestDomains> domains) - - - -CreateMediaRequestAccessRestrictions -withUserAgents(CreateMediaRequestUserAgents userAgents) - - - -CreateMediaRequestAccessRestrictions -withUserAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaRequestAccessRestrictions -public CreateMediaRequestAccessRestrictions(java.util.Optional<? extends CreateMediaRequestDomains> domains, - java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - -CreateMediaRequestAccessRestrictions -public CreateMediaRequestAccessRestrictions() - - - - - - - - - - - -Method Detail - - - - - -domains -public java.util.Optional<CreateMediaRequestDomains> domains() - - - - - - - -userAgents -public java.util.Optional<CreateMediaRequestUserAgents> userAgents() - - - - - - - -builder -public static final CreateMediaRequestAccessRestrictions.Builder builder() - - - - - - - -withDomains -public CreateMediaRequestAccessRestrictions withDomains(CreateMediaRequestDomains domains) - - - - - - - -withDomains -public CreateMediaRequestAccessRestrictions withDomains(java.util.Optional<? extends CreateMediaRequestDomains> domains) - - - - - - - -withUserAgents -public CreateMediaRequestAccessRestrictions withUserAgents(CreateMediaRequestUserAgents userAgents) - - - - - - - -withUserAgents -public CreateMediaRequestAccessRestrictions withUserAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents) - - - - - - - -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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequestDomains.Builder -allow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -CreateMediaRequestDomains -build() - - - -CreateMediaRequestDomains.Builder -defaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaRequestDomains.Builder -defaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaRequestDomains.Builder -deny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -build -public CreateMediaRequestDomains build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaRequestDomains - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaRequestDomains - - - - - - - -public class CreateMediaRequestDomains -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaRequestDomains.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequestDomains() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<java.util.List<java.lang.String>> -allow() - -A list of domain names or patterns that are explicitly allowed access. - - - -static CreateMediaRequestDomains.Builder -builder() - - - -java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for domains. - - - -java.util.Optional<java.util.List<java.lang.String>> -deny() - -A list of domain names or patterns that are explicitly denied access. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -CreateMediaRequestDomains -withAllow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -CreateMediaRequestDomains -withDefaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaRequestDomains -withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaRequestDomains -withDeny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final CreateMediaRequestDomains.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestDomainsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestDomainsDefaultPolicy> - - -io.fastpix.sdk.models.components.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestDomainsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestDomainsDefaultPolicy[] -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 - - - - - -ALLOW -public static final CreateMediaRequestDomainsDefaultPolicy ALLOW - - - - - - - -DENY -public static final CreateMediaRequestDomainsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestLanguageCode - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestLanguageCode> - - -io.fastpix.sdk.models.components.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 Constant -Description - - -EN - - - -ES - - - -FR - - - -IT - - - -NL - - - -PL - - - -RU - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestLanguageCode> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestLanguageCode -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestLanguageCode[] -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 - - - - - -EN -public static final CreateMediaRequestLanguageCode EN - - - - - - - -IT -public static final CreateMediaRequestLanguageCode IT - - - - - - - -PL -public static final CreateMediaRequestLanguageCode PL - - - - - - - -ES -public static final CreateMediaRequestLanguageCode ES - - - - - - - -FR -public static final CreateMediaRequestLanguageCode FR - - - - - - - -RU -public static final CreateMediaRequestLanguageCode RU - - - - - - - -NL -public static final CreateMediaRequestLanguageCode NL - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestLanguageCode> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestMaxResolution - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestMaxResolution> - - -io.fastpix.sdk.models.components.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - -THREE_HUNDRED_AND_SIXTYP - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestMaxResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestMaxResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestMaxResolution[] -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 - - - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP -public static final CreateMediaRequestMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP -public static final CreateMediaRequestMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - - - - - -ONE_THOUSAND_AND_EIGHTYP -public static final CreateMediaRequestMaxResolution ONE_THOUSAND_AND_EIGHTYP - - - - - - - -SEVEN_HUNDRED_AND_TWENTYP -public static final CreateMediaRequestMaxResolution SEVEN_HUNDRED_AND_TWENTYP - - - - - - - -FOUR_HUNDRED_AND_EIGHTYP -public static final CreateMediaRequestMaxResolution FOUR_HUNDRED_AND_EIGHTYP - - - - - - - -THREE_HUNDRED_AND_SIXTYP -public static final CreateMediaRequestMaxResolution THREE_HUNDRED_AND_SIXTYP - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestMaxResolution> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaRequestMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public CreateMediaRequestMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaRequestMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequestMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaRequestMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaRequestMetadata -public CreateMediaRequestMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final CreateMediaRequestMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestMp4Support - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestMp4Support> - - -io.fastpix.sdk.models.components.CreateMediaRequestMp4Support - - - - - - - - - -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 - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -AUDIO_ONLY - - - -AUDIO_ONLY_CAPPED4K - - - -CAPPED4K - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestMp4Support> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestMp4Support -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestMp4Support[] -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 CreateMediaRequestMp4Support CAPPED4K - - - - - - - -AUDIO_ONLY -public static final CreateMediaRequestMp4Support AUDIO_ONLY - - - - - - - -AUDIO_ONLY_CAPPED4K -public static final CreateMediaRequestMp4Support AUDIO_ONLY_CAPPED4K - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestMp4Support> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestType - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestType> - - -io.fastpix.sdk.models.components.CreateMediaRequestType - - - - - - - - - -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 Constant -Description - - -AUDIO - - - -AV - - - -VIDEO - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestType> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestType -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -VIDEO -public static final CreateMediaRequestType VIDEO - - - - - - - -AUDIO -public static final CreateMediaRequestType AUDIO - - - - - - - -AV -public static final CreateMediaRequestType AV - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -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. - - - -CreateMediaRequestUserAgents -build() - - - -CreateMediaRequestUserAgents.Builder -defaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -CreateMediaRequestUserAgents.Builder -defaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -build -public CreateMediaRequestUserAgents build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaRequestUserAgents - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaRequestUserAgents - - - - - - - -public class CreateMediaRequestUserAgents -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaRequestUserAgents.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequestUserAgents() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -static CreateMediaRequestUserAgents.Builder -builder() - - - -java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -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. - - - -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. - - - -CreateMediaRequestUserAgents -withDefaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -CreateMediaRequestUserAgents -withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final CreateMediaRequestUserAgents.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaRequestUserAgentsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaRequestUserAgentsDefaultPolicy> - - -io.fastpix.sdk.models.components.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaRequestUserAgentsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaRequestUserAgentsDefaultPolicy[] -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 - - - - - -ALLOW -public static final CreateMediaRequestUserAgentsDefaultPolicy ALLOW - - - - - - - -DENY -public static final CreateMediaRequestUserAgentsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaResponse -build() - - - -CreateMediaResponse.Builder -createdAt(java.time.OffsetDateTime createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse.Builder -createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse.Builder -id(java.lang.String id) - -The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters. - - - -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. - - - -CreateMediaResponse.Builder -maxResolution(CreateMediaResponseMaxResolution maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -CreateMediaResponse.Builder -maxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -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. - - - -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. - - - -CreateMediaResponse.Builder -playbackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -CreateMediaResponse.Builder -playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -CreateMediaResponse.Builder -status(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -CreateMediaResponse.Builder -status(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -CreateMediaResponse.Builder -trial(boolean trial) - -FastPix allows for a free trial. - - - -CreateMediaResponse.Builder -trial(java.util.Optional<java.lang.Boolean> trial) - -FastPix allows for a free trial. - - - -CreateMediaResponse.Builder -updatedAt(java.time.OffsetDateTime updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse.Builder -updatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -maxResolution -public CreateMediaResponse.Builder maxResolution(CreateMediaResponseMaxResolution maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -maxResolution -public CreateMediaResponse.Builder maxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -build -public CreateMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class CreateMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.components.CreateMediaResponse - - - - - - - -public class CreateMediaResponse -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaResponse.Builder -builder() - - - -java.util.Optional<java.time.OffsetDateTime> -createdAt() - -Time the media was created, defined as a localDateTime (UTC Time). - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -id() - -The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters. - - - -java.util.Optional<CreateMediaResponseMaxResolution> -maxResolution() - -The maximum resolution tier determines the highest quality your media will be available in. - - - -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. - - - -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.String> -status() - -Determines the media's status, which can be one of the possible values. - - - -java.lang.String -toString() - - - -java.util.Optional<java.lang.Boolean> -trial() - -FastPix allows for a free trial. - - - -java.util.Optional<java.time.OffsetDateTime> -updatedAt() - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse -withCreatedAt(java.time.OffsetDateTime createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse -withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse -withId(java.lang.String id) - -The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters. - - - -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. - - - -CreateMediaResponse -withMaxResolution(CreateMediaResponseMaxResolution maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -CreateMediaResponse -withMaxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution) - -The maximum resolution tier determines the highest quality your media will be available in. - - - -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. - - - -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. - - - -CreateMediaResponse -withPlaybackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -CreateMediaResponse -withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -CreateMediaResponse -withStatus(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -CreateMediaResponse -withStatus(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -CreateMediaResponse -withTrial(boolean trial) - -FastPix allows for a free trial. - - - -CreateMediaResponse -withTrial(java.util.Optional<java.lang.Boolean> trial) - -FastPix allows for a free trial. - - - -CreateMediaResponse -withUpdatedAt(java.time.OffsetDateTime updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -CreateMediaResponse -withUpdatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final CreateMediaResponse.Builder builder() - - - - - - - -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. - - - - - - - -withMaxResolution -public CreateMediaResponse withMaxResolution(CreateMediaResponseMaxResolution maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -withMaxResolution -public CreateMediaResponse withMaxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution) -The maximum resolution tier determines the highest quality your media will be available in. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum CreateMediaResponseMaxResolution - - - -java.lang.Object - - -java.lang.Enum<CreateMediaResponseMaxResolution> - - -io.fastpix.sdk.models.components.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - -THREE_HUNDRED_AND_SIXTYP - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaResponseMaxResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaResponseMaxResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaResponseMaxResolution[] -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 - - - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP -public static final CreateMediaResponseMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP -public static final CreateMediaResponseMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - - - - - -ONE_THOUSAND_AND_EIGHTYP -public static final CreateMediaResponseMaxResolution ONE_THOUSAND_AND_EIGHTYP - - - - - - - -SEVEN_HUNDRED_AND_TWENTYP -public static final CreateMediaResponseMaxResolution SEVEN_HUNDRED_AND_TWENTYP - - - - - - - -FOUR_HUNDRED_AND_EIGHTYP -public static final CreateMediaResponseMaxResolution FOUR_HUNDRED_AND_EIGHTYP - - - - - - - -THREE_HUNDRED_AND_SIXTYP -public static final CreateMediaResponseMaxResolution THREE_HUNDRED_AND_SIXTYP - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaResponseMaxResolution> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaResponseMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public CreateMediaResponseMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaResponseMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaResponseMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaResponseMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaResponseMetadata -public CreateMediaResponseMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final CreateMediaResponseMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -DirectUpload -build() - - - -DirectUpload.Builder -corsOrigin(java.lang.String corsOrigin) - -Upload media directly from a device using the url name or enter '*' to allow all. - - - -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. - - - -DirectUpload.Builder -id(java.lang.String id) - -When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -DirectUpload.Builder -mediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -DirectUpload.Builder -pushMediaSettings(DirectUploadResponse pushMediaSettings) - - - -DirectUpload.Builder -pushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) - - - -DirectUpload.Builder -status(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -DirectUpload.Builder -status(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -DirectUpload.Builder -timeout(double timeout) - -The duration set for the validity of the upload URL. - - - -DirectUpload.Builder -timeout(java.util.Optional<java.lang.Double> timeout) - -The duration set for the validity of the upload URL. - - - -DirectUpload.Builder -url(java.lang.String url) - -The url hosts the media file for FastPix, which needs to be download to use further. - - - -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. - - - - - - - -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. - - - - - - - -pushMediaSettings -public DirectUpload.Builder pushMediaSettings(DirectUploadResponse pushMediaSettings) - - - - - - - -pushMediaSettings -public DirectUpload.Builder pushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) - - - - - - - -build -public DirectUpload build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -DirectUpload.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static DirectUpload.Builder -builder() - - - -java.util.Optional<java.lang.String> -corsOrigin() - -Upload media directly from a device using the url name or enter '*' to allow all. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -java.util.Optional<java.lang.String> -url() - -The url hosts the media file for FastPix, which needs to be download to use further. - - - -DirectUpload -withCorsOrigin(java.lang.String corsOrigin) - -Upload media directly from a device using the url name or enter '*' to allow all. - - - -DirectUpload -withCorsOrigin(java.util.Optional<java.lang.String> corsOrigin) - -Upload media directly from a device using the url name or enter '*' to allow all. - - - -DirectUpload -withId(java.lang.String id) - -When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -DirectUpload -withMediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -DirectUpload -withPushMediaSettings(DirectUploadResponse pushMediaSettings) - - - -DirectUpload -withPushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) - - - -DirectUpload -withStatus(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -DirectUpload -withStatus(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -DirectUpload -withTimeout(double timeout) - -The duration set for the validity of the upload URL. - - - -DirectUpload -withTimeout(java.util.Optional<java.lang.Double> timeout) - -The duration set for the validity of the upload URL. - - - -DirectUpload -withUrl(java.lang.String url) - -The url hosts the media file for FastPix, which needs to be download to use further. - - - -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. - - - - - - - -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. - - - - - - - -pushMediaSettings -public java.util.Optional<DirectUploadResponse> pushMediaSettings() - - - - - - - -builder -public static final DirectUpload.Builder builder() - - - - - - - -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. - - - - - - - -withPushMediaSettings -public DirectUpload withPushMediaSettings(DirectUploadResponse pushMediaSettings) - - - - - - - -withPushMediaSettings -public DirectUpload withPushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadResponse -build() - - - -DirectUploadResponse.Builder -metadata(DirectUploadResponseMetadata metadata) - -You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. - - - -DirectUploadResponse.Builder -metadata(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. - - - -DirectUploadResponse.Builder -playbackIds(java.util.List<PlaybackId> playbackIds) - - - -DirectUploadResponse.Builder -playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -playbackIds -public DirectUploadResponse.Builder playbackIds(java.util.List<PlaybackId> playbackIds) - - - - - - - -playbackIds -public DirectUploadResponse.Builder playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - - - - - - - -metadata -public DirectUploadResponse.Builder metadata(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. - - - - - - - -metadata -public DirectUploadResponse.Builder metadata(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. - - - - - - - -build -public DirectUploadResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class DirectUploadResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.components.DirectUploadResponse - - - - - - - -public class DirectUploadResponse -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadResponse() - - - -DirectUploadResponse(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends DirectUploadResponseMetadata> metadata) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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. - - - -java.util.Optional<java.util.List<PlaybackId>> -playbackIds() - - - -java.lang.String -toString() - - - -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. - - - -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. - - - -DirectUploadResponse -withPlaybackIds(java.util.List<PlaybackId> playbackIds) - - - -DirectUploadResponse -withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DirectUploadResponse.Builder builder() - - - - - - - -withPlaybackIds -public DirectUploadResponse withPlaybackIds(java.util.List<PlaybackId> playbackIds) - - - - - - - -withPlaybackIds -public DirectUploadResponse withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadResponseMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public DirectUploadResponseMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadResponseMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadResponseMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadResponseMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DirectUploadResponseMetadata -public DirectUploadResponseMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final DirectUploadResponseMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetCreateLiveStreamResponseDTO -build() - - - -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). - - - -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). - - - -GetCreateLiveStreamResponseDTO.Builder -enableRecording(boolean enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -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. - - - -GetCreateLiveStreamResponseDTO.Builder -maxDuration(long maxDuration) - -The maximum duration in seconds that a live stream can have before it ends the stream. - - - -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. - - - -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. - - - -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. - - - -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). - - - -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). - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO.Builder -playbackId(java.util.List<PlaybackIds> playbackId) - -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - -GetCreateLiveStreamResponseDTO.Builder -playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO.Builder -srtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -GetCreateLiveStreamResponseDTO.Builder -srtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -GetCreateLiveStreamResponseDTO.Builder -srtSecret(java.lang.String srtSecret) - -A secret used for securing the SRT stream. - - - -GetCreateLiveStreamResponseDTO.Builder -srtSecret(java.util.Optional<java.lang.String> srtSecret) - -A secret used for securing the SRT stream. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -GetCreateLiveStreamResponseDTO.Builder -streamId(java.util.Optional<java.lang.String> streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO.Builder -trial(boolean trial) - -FastPix allows for a to trial the live stream for free. - - - -GetCreateLiveStreamResponseDTO.Builder -trial(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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -playbackId -public GetCreateLiveStreamResponseDTO.Builder playbackId(java.util.List<PlaybackIds> playbackId) -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - - - - - -playbackId -public GetCreateLiveStreamResponseDTO.Builder playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - - - - - -srtPlaybackResponse -public GetCreateLiveStreamResponseDTO.Builder srtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -srtPlaybackResponse -public GetCreateLiveStreamResponseDTO.Builder srtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -build -public GetCreateLiveStreamResponseDTO build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetCreateLiveStreamResponseDTO.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetCreateLiveStreamResponseDTO.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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<GetCreateLiveStreamResponseDTOMetadata> -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() - -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - -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<GetCreateLiveStreamResponseDTOSrtPlaybackResponse> -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.String -toString() - - - -java.util.Optional<java.lang.Boolean> -trial() - -FastPix allows for a to trial the live stream for free. - - - -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). - - - -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). - - - -GetCreateLiveStreamResponseDTO -withEnableRecording(boolean enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -GetCreateLiveStreamResponseDTO -withEnableRecording(java.util.Optional<java.lang.Boolean> enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -GetCreateLiveStreamResponseDTO -withMaxDuration(long maxDuration) - -The maximum duration in seconds that a live stream can have before it ends the stream. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withMaxResolution(java.lang.String maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withMediaPolicy(java.lang.String mediaPolicy) - -Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). - - - -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). - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withPlaybackId(java.util.List<PlaybackIds> playbackId) - -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - -GetCreateLiveStreamResponseDTO -withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withSrtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -GetCreateLiveStreamResponseDTO -withSrtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -GetCreateLiveStreamResponseDTO -withSrtSecret(java.lang.String srtSecret) - -A secret used for securing the SRT stream. - - - -GetCreateLiveStreamResponseDTO -withSrtSecret(java.util.Optional<java.lang.String> srtSecret) - -A secret used for securing the SRT stream. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -GetCreateLiveStreamResponseDTO -withStreamId(java.util.Optional<java.lang.String> streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -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. - - - -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. - - - -GetCreateLiveStreamResponseDTO -withTrial(boolean trial) - -FastPix allows for a to trial the live stream for free. - - - -GetCreateLiveStreamResponseDTO -withTrial(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 - - - - - -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. - - - - - - - -srtPlaybackResponse -public java.util.Optional<GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse() -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -builder -public static final GetCreateLiveStreamResponseDTO.Builder builder() - - - - - - - -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.List<PlaybackIds> playbackId) -A collection of Playback ID objects utilized for crafting HLS playback urls. - - - - - - - -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. - - - - - - - -withSrtPlaybackResponse -public GetCreateLiveStreamResponseDTO withSrtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -withSrtPlaybackResponse -public GetCreateLiveStreamResponseDTO withSrtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class GetCreateLiveStreamResponseDTOMetadata.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder - - - - - - - -Enclosing class: -GetCreateLiveStreamResponseDTOMetadata - - -public static final class GetCreateLiveStreamResponseDTOMetadata.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetCreateLiveStreamResponseDTOMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public GetCreateLiveStreamResponseDTOMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetCreateLiveStreamResponseDTOMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetCreateLiveStreamResponseDTOMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetCreateLiveStreamResponseDTOMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetCreateLiveStreamResponseDTOMetadata -public GetCreateLiveStreamResponseDTOMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final GetCreateLiveStreamResponseDTOMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - - - - - - - -Enclosing class: -GetCreateLiveStreamResponseDTOSrtPlaybackResponse - - -public static final class GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -build() - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -srtPlaybackSecret(java.lang.String srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -srtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -srtPlaybackStreamId(java.lang.String srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -srtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -srtPlaybackStreamId -public GetCreateLiveStreamResponseDTOSrtPlaybackResponse.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 GetCreateLiveStreamResponseDTOSrtPlaybackResponse.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 GetCreateLiveStreamResponseDTOSrtPlaybackResponse.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 GetCreateLiveStreamResponseDTOSrtPlaybackResponse.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. - - - - - - - -build -public GetCreateLiveStreamResponseDTOSrtPlaybackResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse() - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -srtPlaybackSecret() - -A playback secret used for securing the SRT playback stream. - - - -java.util.Optional<java.lang.String> -srtPlaybackStreamId() - -A unique identifier for the SRT playback stream. - - - -java.lang.String -toString() - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -withSrtPlaybackSecret(java.lang.String srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -withSrtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -withSrtPlaybackStreamId(java.lang.String srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse -withSrtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetStreamsResponse -build() - - - -GetStreamsResponse.Builder -data(java.util.List<GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -GetStreamsResponse.Builder -data(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data) - -Displays the result of the request. - - - -GetStreamsResponse.Builder -pagination(Pagination pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -GetStreamsResponse.Builder -pagination(java.util.Optional<? extends Pagination> pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -GetStreamsResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -GetStreamsResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public GetStreamsResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public GetStreamsResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public GetStreamsResponse.Builder data(java.util.List<GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -data -public GetStreamsResponse.Builder data(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data) -Displays the result of the request. - - - - - - - -pagination -public GetStreamsResponse.Builder pagination(Pagination pagination) -Pagination organizes content into pages for better readability and navigation. - - - - - - - -pagination -public GetStreamsResponse.Builder pagination(java.util.Optional<? extends Pagination> pagination) -Pagination organizes content into pages for better readability and navigation. - - - - - - - -build -public GetStreamsResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetStreamsResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetStreamsResponse() - - - -GetStreamsResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data, - java.util.Optional<? extends Pagination> pagination) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetStreamsResponse.Builder -builder() - - - -java.util.Optional<java.util.List<GetCreateLiveStreamResponseDTO>> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<Pagination> -pagination() - -Pagination organizes content into pages for better readability and navigation. - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -GetStreamsResponse -withData(java.util.List<GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -GetStreamsResponse -withData(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data) - -Displays the result of the request. - - - -GetStreamsResponse -withPagination(Pagination pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -GetStreamsResponse -withPagination(java.util.Optional<? extends Pagination> pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -GetStreamsResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -GetStreamsResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<java.util.List<GetCreateLiveStreamResponseDTO>> data() -Displays the result of the request. - - - - - - - -pagination -public java.util.Optional<Pagination> pagination() -Pagination organizes content into pages for better readability and navigation. - - - - - - - -builder -public static final GetStreamsResponse.Builder builder() - - - - - - - -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. - - - - - - - -withData -public GetStreamsResponse withData(java.util.List<GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -withData -public GetStreamsResponse withData(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -ImposeTrack -build() - - - -ImposeTrack.Builder -endTime(long endTime) - -End time (in seconds) of the imposed audio in the video. - - - -ImposeTrack.Builder -endTime(java.util.Optional<java.lang.Long> endTime) - -End time (in seconds) of the imposed audio in the video. - - - -ImposeTrack.Builder -fadeInLevel(long fadeInLevel) - -Level of fade-in effect (in seconds) at the start of the imposed audio. - - - -ImposeTrack.Builder -fadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel) - -Level of fade-in effect (in seconds) at the start of the imposed audio. - - - -ImposeTrack.Builder -fadeOutLevel(long fadeOutLevel) - -Level of fade-out effect (in seconds) at the end of the imposed audio. - - - -ImposeTrack.Builder -fadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel) - -Level of fade-out effect (in seconds) at the end of the imposed audio. - - - -ImposeTrack.Builder -startTime(long startTime) - -Start time (in seconds) of the imposed audio in the video. - - - -ImposeTrack.Builder -startTime(java.util.Optional<java.lang.Long> startTime) - -Start time (in seconds) of the imposed audio in the video. - - - -ImposeTrack.Builder -url(java.lang.String url) - -URL of the audio track to impose on the video. - - - -ImposeTrack.Builder -url(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. - - - - - - - -build -public ImposeTrack build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -ImposeTrack.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static ImposeTrack.Builder -builder() - - - -java.util.Optional<java.lang.Long> -endTime() - -End time (in seconds) of the imposed audio in the video. - - - -boolean -equals(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. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Long> -startTime() - -Start time (in seconds) of the imposed audio in the video. - - - -java.lang.String -toString() - - - -java.util.Optional<java.lang.String> -url() - -URL of the audio track to impose on the video. - - - -ImposeTrack -withEndTime(long endTime) - -End time (in seconds) of the imposed audio in the video. - - - -ImposeTrack -withEndTime(java.util.Optional<java.lang.Long> endTime) - -End time (in seconds) of the imposed audio in the video. - - - -ImposeTrack -withFadeInLevel(long fadeInLevel) - -Level of fade-in effect (in seconds) at the start of the imposed audio. - - - -ImposeTrack -withFadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel) - -Level of fade-in effect (in seconds) at the start of the imposed audio. - - - -ImposeTrack -withFadeOutLevel(long fadeOutLevel) - -Level of fade-out effect (in seconds) at the end of the imposed audio. - - - -ImposeTrack -withFadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel) - -Level of fade-out effect (in seconds) at the end of the imposed audio. - - - -ImposeTrack -withStartTime(long startTime) - -Start time (in seconds) of the imposed audio in the video. - - - -ImposeTrack -withStartTime(java.util.Optional<java.lang.Long> startTime) - -Start time (in seconds) of the imposed audio in the video. - - - -ImposeTrack -withUrl(java.lang.String url) - -URL of the audio track to impose on the video. - - - -ImposeTrack -withUrl(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. - - - - - - - -builder -public static final ImposeTrack.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class Input._Deserializer - - - -java.lang.Object - - -com.fasterxml.jackson.databind.JsonDeserializer<T> - - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> - - -io.fastpix.sdk.utils.OneOfDeserializer<Input> - - -io.fastpix.sdk.models.components.Input._Deserializer - - - - - - - - - - - - - -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 - -Constructor -Description - - -_Deserializer() - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from class io.fastpix.sdk.utils.OneOfDeserializer -applyMatchPreferences, deserialize, matchPossible - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Input._Deserializer - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -static Input -of(AudioInput value) - - - -static Input -of(SubtitleInput value) - - - -static Input -of(VideoInput value) - - - -static Input -of(WatermarkInput value) - - - -java.lang.String -toString() - - - -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 - - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -of -public static Input of(VideoInput value) - - - - - - - -of -public static Input of(WatermarkInput value) - - - - - - - -of -public static Input of(AudioInput value) - - - - - - - -of -public static Input of(SubtitleInput value) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -InputMediaSettings -build() - - - -InputMediaSettings.Builder -maxResolution(CreateLiveStreamRequestMaxResolution maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -InputMediaSettings.Builder -maxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -InputMediaSettings.Builder -mediaPolicy(MediaPolicy mediaPolicy) - -Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). - - - -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). - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -maxResolution -public InputMediaSettings.Builder maxResolution(CreateLiveStreamRequestMaxResolution maxResolution) -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - - - - - -maxResolution -public InputMediaSettings.Builder maxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution) -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - - - - - -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. - - - - - - - -build -public InputMediaSettings build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -InputMediaSettings.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -InputMediaSettings() - - - -InputMediaSettings(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<? extends MediaPolicy> mediaPolicy, - java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static InputMediaSettings.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<CreateLiveStreamRequestMaxResolution> -maxResolution() - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -java.util.Optional<MediaPolicy> -mediaPolicy() - -Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). - - - -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. - - - -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.lang.String -toString() - - - -InputMediaSettings -withMaxResolution(CreateLiveStreamRequestMaxResolution maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -InputMediaSettings -withMaxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -InputMediaSettings -withMediaPolicy(MediaPolicy mediaPolicy) - -Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). - - - -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). - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -InputMediaSettings -public InputMediaSettings(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<? extends MediaPolicy> mediaPolicy, - java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata) - - - - - - - -InputMediaSettings -public InputMediaSettings() - - - - - - - - - - - -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. - - - - - - - -builder -public static final InputMediaSettings.Builder builder() - - - - - - - -withMaxResolution -public InputMediaSettings withMaxResolution(CreateLiveStreamRequestMaxResolution maxResolution) -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - - - - - -withMaxResolution -public InputMediaSettings withMaxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution) -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -LiveStreamDeleteResponse -build() - - - -LiveStreamDeleteResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -LiveStreamDeleteResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public LiveStreamDeleteResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public LiveStreamDeleteResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -build -public LiveStreamDeleteResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class LiveStreamDeleteResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.components.LiveStreamDeleteResponse - - - - - - - -public class LiveStreamDeleteResponse -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -LiveStreamDeleteResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -LiveStreamDeleteResponse() - - - -LiveStreamDeleteResponse(java.util.Optional<java.lang.Boolean> success) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static LiveStreamDeleteResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -LiveStreamDeleteResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -LiveStreamDeleteResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final LiveStreamDeleteResponse.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -LiveStreamResponseDTO -build() - - - -LiveStreamResponseDTO.Builder -data(GetCreateLiveStreamResponseDTO data) - -Displays the result of the request. - - - -LiveStreamResponseDTO.Builder -data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -LiveStreamResponseDTO.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -LiveStreamResponseDTO.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public LiveStreamResponseDTO.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public LiveStreamResponseDTO.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public LiveStreamResponseDTO.Builder data(GetCreateLiveStreamResponseDTO data) -Displays the result of the request. - - - - - - - -data -public LiveStreamResponseDTO.Builder data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -build -public LiveStreamResponseDTO build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -LiveStreamResponseDTO.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -LiveStreamResponseDTO() - - - -LiveStreamResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static LiveStreamResponseDTO.Builder -builder() - - - -java.util.Optional<GetCreateLiveStreamResponseDTO> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -LiveStreamResponseDTO -withData(GetCreateLiveStreamResponseDTO data) - -Displays the result of the request. - - - -LiveStreamResponseDTO -withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -LiveStreamResponseDTO -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -LiveStreamResponseDTO -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<GetCreateLiveStreamResponseDTO> data() -Displays the result of the request. - - - - - - - -builder -public static final LiveStreamResponseDTO.Builder builder() - - - - - - - -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. - - - - - - - -withData -public LiveStreamResponseDTO withData(GetCreateLiveStreamResponseDTO data) -Displays the result of the request. - - - - - - - -withData -public LiveStreamResponseDTO withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -LivestreamgetResponse -build() - - - -LivestreamgetResponse.Builder -data(GetCreateLiveStreamResponseDTO data) - -Displays the result of the request. - - - -LivestreamgetResponse.Builder -data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -LivestreamgetResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -LivestreamgetResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public LivestreamgetResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public LivestreamgetResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public LivestreamgetResponse.Builder data(GetCreateLiveStreamResponseDTO data) -Displays the result of the request. - - - - - - - -data -public LivestreamgetResponse.Builder data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -build -public LivestreamgetResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -LivestreamgetResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -LivestreamgetResponse() - - - -LivestreamgetResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static LivestreamgetResponse.Builder -builder() - - - -java.util.Optional<GetCreateLiveStreamResponseDTO> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -LivestreamgetResponse -withData(GetCreateLiveStreamResponseDTO data) - -Displays the result of the request. - - - -LivestreamgetResponse -withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) - -Displays the result of the request. - - - -LivestreamgetResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -LivestreamgetResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<GetCreateLiveStreamResponseDTO> data() -Displays the result of the request. - - - - - - - -builder -public static final LivestreamgetResponse.Builder builder() - - - - - - - -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. - - - - - - - -withData -public LivestreamgetResponse withData(GetCreateLiveStreamResponseDTO data) -Displays the result of the request. - - - - - - - -withData -public LivestreamgetResponse withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -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. - - - -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. - - - -Media -build() - - - -Media.Builder -createdAt(java.time.OffsetDateTime createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -Media.Builder -createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -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. - - - -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. - - - -Media.Builder -frameRate(java.lang.String frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Media.Builder -frameRate(java.util.Optional<java.lang.String> frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Media.Builder -id(java.lang.String id) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -Media.Builder -maxResolution(MediaMaxResolution maxResolution) - -The maximum resolution specified by the user for the media. - - - -Media.Builder -maxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution) - -The maximum resolution specified by the user for the media. - - - -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. - - - -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. - - - -Media.Builder -mp4Support(MediaMp4Support mp4Support) - -Determines the type of MP4 support for the media. - - - -Media.Builder -mp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support) - -Determines the type of MP4 support for the media. - - - -Media.Builder -playbackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Media.Builder -playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Media.Builder -sourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -Media.Builder -sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -Media.Builder -sourceResolution(SourceResolution sourceResolution) - -The actual resolution of the uploaded media. - - - -Media.Builder -sourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution) - -The actual resolution of the uploaded media. - - - -Media.Builder -status(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -Media.Builder -status(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -Media.Builder -thumbnail(java.lang.String thumbnail) - -A video thumbnail is a still image that acts as the preview image for your video. - - - -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. - - - -Media.Builder -tracks(java.util.List<Track> tracks) - -A media consists of different media tracks, like video, audio, and subtitle, all combined. - - - -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. - - - -Media.Builder -updatedAt(java.time.OffsetDateTime updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -Media.Builder -updatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -Media.Builder -workspaceId(java.lang.String workspaceId) - -A unique identifier is generated by FastPix for the workspace. - - - -Media.Builder -workspaceId(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Media.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -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.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<java.lang.String> -frameRate() - -Frame rate quantifies the speed at which frames are displayed per second. - - - -int -hashCode() - - - -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.String -toString() - - - -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). - - - -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. - - - -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. - - - -Media -withCreatedAt(java.time.OffsetDateTime createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -Media -withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt) - -Time the media was created, defined as a localDateTime (UTC Time). - - - -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. - - - -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. - - - -Media -withFrameRate(java.lang.String frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Media -withFrameRate(java.util.Optional<java.lang.String> frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Media -withId(java.lang.String id) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -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. - - - -Media -withMaxResolution(MediaMaxResolution maxResolution) - -The maximum resolution specified by the user for the media. - - - -Media -withMaxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution) - -The maximum resolution specified by the user for the media. - - - -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. - - - -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. - - - -Media -withMp4Support(MediaMp4Support mp4Support) - -Determines the type of MP4 support for the media. - - - -Media -withMp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support) - -Determines the type of MP4 support for the media. - - - -Media -withPlaybackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Media -withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Media -withSourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -Media -withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -Media -withSourceResolution(SourceResolution sourceResolution) - -The actual resolution of the uploaded media. - - - -Media -withSourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution) - -The actual resolution of the uploaded media. - - - -Media -withStatus(java.lang.String status) - -Determines the media's status, which can be one of the possible values. - - - -Media -withStatus(java.util.Optional<java.lang.String> status) - -Determines the media's status, which can be one of the possible values. - - - -Media -withThumbnail(java.lang.String thumbnail) - -A video thumbnail is a still image that acts as the preview image for your video. - - - -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. - - - -Media -withTracks(java.util.List<Track> tracks) - -A media consists of different media tracks, like video, audio, and subtitle, all combined. - - - -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. - - - -Media -withUpdatedAt(java.time.OffsetDateTime updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -Media -withUpdatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt) - -Time the media was updated, defined as a localDateTime (UTC Time). - - - -Media -withWorkspaceId(java.lang.String workspaceId) - -A unique identifier is generated by FastPix for the workspace. - - - -Media -withWorkspaceId(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). - - - - - - - -builder -public static final Media.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - -THREE_HUNDRED_AND_SIXTYP - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<MediaMaxResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static MediaMaxResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static MediaMaxResolution[] -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 - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -MediaMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public MediaMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -MediaMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -MediaMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static MediaMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -MediaMetadata -public MediaMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final MediaMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -AUDIO_ONLY - - - -AUDIO_ONLY_CAPPED4K - - - -CAPPED4K - - - -NONE - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<MediaMp4Support> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static MediaMp4Support -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -NONE -public static final MediaMp4Support NONE - - - - - - - -CAPPED4K -public static final MediaMp4Support CAPPED4K - - - - - - - -AUDIO_ONLY -public static final MediaMp4Support AUDIO_ONLY - - - - - - - -AUDIO_ONLY_CAPPED4K -public static final MediaMp4Support AUDIO_ONLY_CAPPED4K - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Constant -Description - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<MediaPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static MediaPolicy -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -PUBLIC -public static final MediaPolicy PUBLIC - - - - - - - -PRIVATE -public static final MediaPolicy PRIVATE - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Moderation -build() - - - -Moderation.Builder -type(CreateMediaRequestType type) - -Defines the type of input. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -type -public Moderation.Builder type(CreateMediaRequestType type) -Defines the type of input. Possible values include video, audio, av. - - - - - - - -build -public Moderation build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class Moderation - - - -java.lang.Object - - -io.fastpix.sdk.models.components.Moderation - - - - - - - -public class Moderation -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Moderation.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Moderation(CreateMediaRequestType type) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Moderation.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -CreateMediaRequestType -type() - -Defines the type of input. - - - -Moderation -withType(CreateMediaRequestType type) - -Defines the type of input. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -Moderation -public Moderation(CreateMediaRequestType type) - - - - - - - - - - - -Method Detail - - - - - -type -public CreateMediaRequestType type() -Defines the type of input. Possible values include video, audio, av. - - - - - - - -builder -public static final Moderation.Builder builder() - - - - - - - -withType -public Moderation withType(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -Pagination -build() - - - -Pagination.Builder -currentOffset(long currentOffset) - -Determines the current point for data retrieval within a paginated list. - - - -Pagination.Builder -currentOffset(java.util.Optional<java.lang.Long> currentOffset) - -Determines the current point for data retrieval within a paginated list. - - - -Pagination.Builder -offsetCount(long offsetCount) - -The offset count is expressed as total records by limit. - - - -Pagination.Builder -offsetCount(java.util.Optional<java.lang.Long> offsetCount) - -The offset count is expressed as total records by limit. - - - -Pagination.Builder -totalRecords(long totalRecords) - -It gives the total number of media assets that are accessible overall. - - - -Pagination.Builder -totalRecords(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. - - - - - - - -build -public Pagination build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Pagination.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Pagination.Builder -builder() - - - -java.util.Optional<java.lang.Long> -currentOffset() - -Determines the current point for data retrieval within a paginated list. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Long> -offsetCount() - -The offset count is expressed as total records by limit. - - - -java.lang.String -toString() - - - -java.util.Optional<java.lang.Long> -totalRecords() - -It gives the total number of media assets that are accessible overall. - - - -Pagination -withCurrentOffset(long currentOffset) - -Determines the current point for data retrieval within a paginated list. - - - -Pagination -withCurrentOffset(java.util.Optional<java.lang.Long> currentOffset) - -Determines the current point for data retrieval within a paginated list. - - - -Pagination -withOffsetCount(long offsetCount) - -The offset count is expressed as total records by limit. - - - -Pagination -withOffsetCount(java.util.Optional<java.lang.Long> offsetCount) - -The offset count is expressed as total records by limit. - - - -Pagination -withTotalRecords(long totalRecords) - -It gives the total number of media assets that are accessible overall. - - - -Pagination -withTotalRecords(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. - - - - - - - -builder -public static final Pagination.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchLiveStreamRequest -build() - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public PatchLiveStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class PatchLiveStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.components.PatchLiveStreamRequest - - - - - - - -public class PatchLiveStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PatchLiveStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PatchLiveStreamRequest() - - - -PatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata, - java.util.Optional<java.lang.Long> reconnectWindow) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PatchLiveStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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. - - - -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.lang.String -toString() - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final PatchLiveStreamRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchLiveStreamRequestMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public PatchLiveStreamRequestMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PatchLiveStreamRequestMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PatchLiveStreamRequestMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PatchLiveStreamRequestMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -PatchLiveStreamRequestMetadata -public PatchLiveStreamRequestMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final PatchLiveStreamRequestMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchResponseDTO -build() - - - -PatchResponseDTO.Builder -data(PatchResponseData data) - -Displays the result of the request. - - - -PatchResponseDTO.Builder -data(java.util.Optional<? extends PatchResponseData> data) - -Displays the result of the request. - - - -PatchResponseDTO.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -PatchResponseDTO.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public PatchResponseDTO.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public PatchResponseDTO.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public PatchResponseDTO.Builder data(PatchResponseData data) -Displays the result of the request. - - - - - - - -data -public PatchResponseDTO.Builder data(java.util.Optional<? extends PatchResponseData> data) -Displays the result of the request. - - - - - - - -build -public PatchResponseDTO build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PatchResponseDTO.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PatchResponseDTO() - - - -PatchResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PatchResponseData> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PatchResponseDTO.Builder -builder() - - - -java.util.Optional<PatchResponseData> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -PatchResponseDTO -withData(PatchResponseData data) - -Displays the result of the request. - - - -PatchResponseDTO -withData(java.util.Optional<? extends PatchResponseData> data) - -Displays the result of the request. - - - -PatchResponseDTO -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -PatchResponseDTO -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final PatchResponseDTO.Builder builder() - - - - - - - -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. - - - - - - - -withData -public PatchResponseDTO withData(PatchResponseData data) -Displays the result of the request. - - - - - - - -withData -public PatchResponseDTO withData(java.util.Optional<? extends PatchResponseData> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchResponseData -build() - - - -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). - - - -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). - - - -PatchResponseData.Builder -enableRecording(boolean enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -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. - - - -PatchResponseData.Builder -maxDuration(long maxDuration) - -The maximum duration in seconds that a live stream can have before it ends the stream. - - - -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. - - - -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. - - - -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. - - - -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). - - - -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). - - - -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. - - - -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. - - - -PatchResponseData.Builder -playbackId(java.util.List<PlaybackIds> playbackId) - - - -PatchResponseData.Builder -playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - - - -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. - - - -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. - - - -PatchResponseData.Builder -srtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -PatchResponseData.Builder -srtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -PatchResponseData.Builder -srtSecret(java.lang.String srtSecret) - -A secret used for securing the SRT stream. - - - -PatchResponseData.Builder -srtSecret(java.util.Optional<java.lang.String> srtSecret) - -A secret used for securing the SRT stream. - - - -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. - - - -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. - - - -PatchResponseData.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -PatchResponseData.Builder -streamId(java.util.Optional<java.lang.String> streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -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. - - - -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. - - - -PatchResponseData.Builder -trial(boolean trial) - -FastPix allows for a to trial the live stream for free. - - - -PatchResponseData.Builder -trial(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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -playbackId -public PatchResponseData.Builder playbackId(java.util.List<PlaybackIds> playbackId) - - - - - - - -playbackId -public PatchResponseData.Builder playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - - - - - - - -srtPlaybackResponse -public PatchResponseData.Builder srtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -srtPlaybackResponse -public PatchResponseData.Builder srtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -build -public PatchResponseData build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -PatchResponseData.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static PatchResponseData.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -java.util.Optional<java.lang.Boolean> -trial() - -FastPix allows for a to trial the live stream for free. - - - -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). - - - -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). - - - -PatchResponseData -withEnableRecording(boolean enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -PatchResponseData -withEnableRecording(java.util.Optional<java.lang.Boolean> enableRecording) - -When set to true, the livestream will be recorded and stored for later viewing purposes. - - - -PatchResponseData -withMaxDuration(long maxDuration) - -The maximum duration in seconds that a live stream can have before it ends the stream. - - - -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. - - - -PatchResponseData -withMaxResolution(java.lang.String maxResolution) - -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. - - - -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. - - - -PatchResponseData -withMediaPolicy(java.lang.String mediaPolicy) - -Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). - - - -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). - - - -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. - - - -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. - - - -PatchResponseData -withPlaybackId(java.util.List<PlaybackIds> playbackId) - - - -PatchResponseData -withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - - - -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. - - - -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. - - - -PatchResponseData -withSrtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -PatchResponseData -withSrtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) - -This object contains the livestream playback response details for SRT Protocol. - - - -PatchResponseData -withSrtSecret(java.lang.String srtSecret) - -A secret used for securing the SRT stream. - - - -PatchResponseData -withSrtSecret(java.util.Optional<java.lang.String> srtSecret) - -A secret used for securing the SRT stream. - - - -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. - - - -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. - - - -PatchResponseData -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -PatchResponseData -withStreamId(java.util.Optional<java.lang.String> streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -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. - - - -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. - - - -PatchResponseData -withTrial(boolean trial) - -FastPix allows for a to trial the live stream for free. - - - -PatchResponseData -withTrial(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. - - - - - - - -builder -public static final PatchResponseData.Builder builder() - - - - - - - -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. - - - - - - - -withPlaybackId -public PatchResponseData withPlaybackId(java.util.List<PlaybackIds> playbackId) - - - - - - - -withPlaybackId -public PatchResponseData withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) - - - - - - - -withSrtPlaybackResponse -public PatchResponseData withSrtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -withSrtPlaybackResponse -public PatchResponseData withSrtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) -This object contains the livestream playback response details for SRT Protocol. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchResponseDataMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public PatchResponseDataMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PatchResponseDataMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PatchResponseDataMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PatchResponseDataMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -PatchResponseDataMetadata -public PatchResponseDataMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final PatchResponseDataMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class PatchResponseDataSrtPlaybackResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder - - - - - - - -Enclosing class: -PatchResponseDataSrtPlaybackResponse - - -public static final class PatchResponseDataSrtPlaybackResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PatchResponseDataSrtPlaybackResponse -build() - - - -PatchResponseDataSrtPlaybackResponse.Builder -srtPlaybackSecret(java.lang.String srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse.Builder -srtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse.Builder -srtPlaybackStreamId(java.lang.String srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse.Builder -srtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public PatchResponseDataSrtPlaybackResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PatchResponseDataSrtPlaybackResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PatchResponseDataSrtPlaybackResponse() - - - -PatchResponseDataSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PatchResponseDataSrtPlaybackResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -srtPlaybackSecret() - -A playback secret used for securing the SRT playback stream. - - - -java.util.Optional<java.lang.String> -srtPlaybackStreamId() - -A unique identifier for the SRT playback stream. - - - -java.lang.String -toString() - - - -PatchResponseDataSrtPlaybackResponse -withSrtPlaybackSecret(java.lang.String srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse -withSrtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret) - -A playback secret used for securing the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse -withSrtPlaybackStreamId(java.lang.String srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - -PatchResponseDataSrtPlaybackResponse -withSrtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId) - -A unique identifier for the SRT playback stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final PatchResponseDataSrtPlaybackResponse.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Placement -build() - - - -Placement.Builder -xAlign(XAlign xAlign) - -Horizontal alignment of the watermark. - - - -Placement.Builder -xAlign(java.util.Optional<? extends XAlign> xAlign) - -Horizontal alignment of the watermark. - - - -Placement.Builder -xMargin(java.lang.String xMargin) - -Horizontal margin from the edge of the video. - - - -Placement.Builder -xMargin(java.util.Optional<java.lang.String> xMargin) - -Horizontal margin from the edge of the video. - - - -Placement.Builder -yAlign(YAlign yAlign) - -Vertical alignment of the watermark. - - - -Placement.Builder -yAlign(java.util.Optional<? extends YAlign> yAlign) - -Vertical alignment of the watermark. - - - -Placement.Builder -yMargin(java.lang.String yMargin) - -Vertical margin from the edge of the video. - - - -Placement.Builder -yMargin(java.util.Optional<java.lang.String> yMargin) - -Vertical margin from the edge of the video. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -xAlign -public Placement.Builder xAlign(XAlign xAlign) -Horizontal alignment of the watermark. - - - - - - - -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(YAlign yAlign) -Vertical alignment of the watermark. - - - - - - - -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. - - - - - - - -build -public Placement build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Placement.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Placement.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -Placement -withXAlign(XAlign xAlign) - -Horizontal alignment of the watermark. - - - -Placement -withXAlign(java.util.Optional<? extends XAlign> xAlign) - -Horizontal alignment of the watermark. - - - -Placement -withXMargin(java.lang.String xMargin) - -Horizontal margin from the edge of the video. - - - -Placement -withXMargin(java.util.Optional<java.lang.String> xMargin) - -Horizontal margin from the edge of the video. - - - -Placement -withYAlign(YAlign yAlign) - -Vertical alignment of the watermark. - - - -Placement -withYAlign(java.util.Optional<? extends YAlign> yAlign) - -Vertical alignment of the watermark. - - - -Placement -withYMargin(java.lang.String yMargin) - -Vertical margin from the edge of the video. - - - -Placement -withYMargin(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. - - - - - - - -builder -public static final Placement.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackId.Builder -accessPolicy(PlaybackIdAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackId.Builder -accessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackId.Builder -accessRestrictions(PlaybackIdAccessRestrictions accessRestrictions) - -Controls access based on domains and user agents. - - - -PlaybackId.Builder -accessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions) - -Controls access based on domains and user agents. - - - -PlaybackId -build() - - - -PlaybackId.Builder -id(java.lang.String id) - -A unique identifier is generated by FastPix for the playbacks. - - - -PlaybackId.Builder -id(java.util.Optional<java.lang.String> id) - -A unique identifier is generated by FastPix for the playbacks. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(PlaybackIdAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -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. - - - - - - - -build -public PlaybackId build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackId.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackId() - - - -PlaybackId(java.util.Optional<java.lang.String> id, - java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy, - java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<PlaybackIdAccessPolicy> -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -java.util.Optional<PlaybackIdAccessRestrictions> -accessRestrictions() - -Controls access based on domains and user agents. - - - -static PlaybackId.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -id() - -A unique identifier is generated by FastPix for the playbacks. - - - -java.lang.String -toString() - - - -PlaybackId -withAccessPolicy(PlaybackIdAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackId -withAccessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackId -withAccessRestrictions(PlaybackIdAccessRestrictions accessRestrictions) - -Controls access based on domains and user agents. - - - -PlaybackId -withAccessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions) - -Controls access based on domains and user agents. - - - -PlaybackId -withId(java.lang.String id) - -A unique identifier is generated by FastPix for the playbacks. - - - -PlaybackId -withId(java.util.Optional<java.lang.String> id) - -A unique identifier is generated by FastPix for the playbacks. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -PlaybackId -public PlaybackId(java.util.Optional<java.lang.String> id, - java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy, - java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - -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. - - - - - - - -builder -public static final PlaybackId.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum PlaybackIdAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<PlaybackIdAccessPolicy> - - -io.fastpix.sdk.models.components.PlaybackIdAccessPolicy - - - - - - - - - -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 Constant -Description - - -DRM - - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<PlaybackIdAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static PlaybackIdAccessPolicy -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -PUBLIC -public static final PlaybackIdAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final PlaybackIdAccessPolicy PRIVATE - - - - - - - -DRM -public static final PlaybackIdAccessPolicy DRM - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdAccessRestrictions -build() - - - -PlaybackIdAccessRestrictions.Builder -domains(PlaybackIdDomains domains) - -Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked). - - - -PlaybackIdAccessRestrictions.Builder -domains(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). - - - -PlaybackIdAccessRestrictions.Builder -userAgents(PlaybackIdUserAgents userAgents) - -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - -PlaybackIdAccessRestrictions.Builder -userAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents) - -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -domains -public PlaybackIdAccessRestrictions.Builder domains(PlaybackIdDomains domains) -Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked). - - - - - - - -domains -public PlaybackIdAccessRestrictions.Builder domains(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). - - - - - - - -userAgents -public PlaybackIdAccessRestrictions.Builder userAgents(PlaybackIdUserAgents userAgents) -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - - - - - -userAgents -public PlaybackIdAccessRestrictions.Builder userAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents) -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - - - - - -build -public PlaybackIdAccessRestrictions build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdAccessRestrictions.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdAccessRestrictions() - - - -PlaybackIdAccessRestrictions(java.util.Optional<? extends PlaybackIdDomains> domains, - java.util.Optional<? extends PlaybackIdUserAgents> userAgents) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PlaybackIdAccessRestrictions.Builder -builder() - - - -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). - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.util.Optional<PlaybackIdUserAgents> -userAgents() - -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - -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). - - - -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). - - - -PlaybackIdAccessRestrictions -withUserAgents(PlaybackIdUserAgents userAgents) - -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - -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). - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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). - - - - - - - -builder -public static final PlaybackIdAccessRestrictions.Builder builder() - - - - - - - -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(PlaybackIdUserAgents userAgents) -Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdDomains.Builder -allow(java.util.List<java.lang.String> allow) - -A list of domains that are explicitly allowed access. - - - -PlaybackIdDomains.Builder -allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow) - -A list of domains that are explicitly allowed access. - - - -PlaybackIdDomains -build() - - - -PlaybackIdDomains.Builder -defaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy) - -This sets the default behavior for domain access (either "allow" or "deny"). - - - -PlaybackIdDomains.Builder -defaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy) - -This sets the default behavior for domain access (either "allow" or "deny"). - - - -PlaybackIdDomains.Builder -deny(java.util.List<java.lang.String> deny) - -A list of domains that are explicitly blocked from accessing the resource. - - - -PlaybackIdDomains.Builder -deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny) - -A list of domains that are explicitly blocked from accessing the resource. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -defaultPolicy -public PlaybackIdDomains.Builder defaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy) -This sets the default behavior for domain access (either "allow" or "deny"). - - - - - - - -defaultPolicy -public PlaybackIdDomains.Builder defaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy) -This sets the default behavior for domain access (either "allow" or "deny"). - - - - - - - -allow -public PlaybackIdDomains.Builder allow(java.util.List<java.lang.String> allow) -A list of domains that are explicitly allowed access. - - - - - - - -allow -public PlaybackIdDomains.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow) -A list of domains that are explicitly allowed access. - - - - - - - -deny -public PlaybackIdDomains.Builder deny(java.util.List<java.lang.String> deny) -A list of domains that are explicitly blocked from accessing the resource. - - - - - - - -deny -public PlaybackIdDomains.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny) -A list of domains that are explicitly blocked from accessing the resource. - - - - - - - -build -public PlaybackIdDomains build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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). - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdDomains.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdDomains() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<java.util.List<java.lang.String>> -allow() - -A list of domains that are explicitly allowed access. - - - -static PlaybackIdDomains.Builder -builder() - - - -java.util.Optional<PlaybackIdDomainsDefaultPolicy> -defaultPolicy() - -This sets the default behavior for domain access (either "allow" or "deny"). - - - -java.util.Optional<java.util.List<java.lang.String>> -deny() - -A list of domains that are explicitly blocked from accessing the resource. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -PlaybackIdDomains -withAllow(java.util.List<java.lang.String> allow) - -A list of domains that are explicitly allowed access. - - - -PlaybackIdDomains -withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow) - -A list of domains that are explicitly allowed access. - - - -PlaybackIdDomains -withDefaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy) - -This sets the default behavior for domain access (either "allow" or "deny"). - - - -PlaybackIdDomains -withDefaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy) - -This sets the default behavior for domain access (either "allow" or "deny"). - - - -PlaybackIdDomains -withDeny(java.util.List<java.lang.String> deny) - -A list of domains that are explicitly blocked from accessing the resource. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final PlaybackIdDomains.Builder builder() - - - - - - - -withDefaultPolicy -public PlaybackIdDomains withDefaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy) -This sets the default behavior for domain access (either "allow" or "deny"). - - - - - - - -withDefaultPolicy -public PlaybackIdDomains withDefaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy) -This sets the default behavior for domain access (either "allow" or "deny"). - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum PlaybackIdDomainsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<PlaybackIdDomainsDefaultPolicy> - - -io.fastpix.sdk.models.components.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 Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<PlaybackIdDomainsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static PlaybackIdDomainsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static PlaybackIdDomainsDefaultPolicy[] -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 - - - - - -ALLOW -public static final PlaybackIdDomainsDefaultPolicy ALLOW - - - - - - - -DENY -public static final PlaybackIdDomainsDefaultPolicy 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() - - - - - - - -fromValue -public static java.util.Optional<PlaybackIdDomainsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdRequest.Builder -accessPolicy(PlaybackIdRequestAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdRequest.Builder -accessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdRequest -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public PlaybackIdRequest.Builder accessPolicy(PlaybackIdRequestAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -accessPolicy -public PlaybackIdRequest.Builder accessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -build -public PlaybackIdRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class PlaybackIdRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.components.PlaybackIdRequest - - - - - - - -public class PlaybackIdRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdRequest() - - - -PlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<PlaybackIdRequestAccessPolicy> -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -static PlaybackIdRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -PlaybackIdRequest -withAccessPolicy(PlaybackIdRequestAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdRequest -withAccessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -PlaybackIdRequest -public PlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy) - - - - - - - -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. - - - - - - - -builder -public static final PlaybackIdRequest.Builder builder() - - - - - - - -withAccessPolicy -public PlaybackIdRequest withAccessPolicy(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum PlaybackIdRequestAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<PlaybackIdRequestAccessPolicy> - - -io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy - - - - - - - - - -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 Constant -Description - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<PlaybackIdRequestAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static PlaybackIdRequestAccessPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static PlaybackIdRequestAccessPolicy[] -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 - - - - - -PUBLIC -public static final PlaybackIdRequestAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final PlaybackIdRequestAccessPolicy PRIVATE - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<PlaybackIdRequestAccessPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdResponse -build() - - - -PlaybackIdResponse.Builder -data(PlaybackIdResponseData data) - - - -PlaybackIdResponse.Builder -data(java.util.Optional<? extends PlaybackIdResponseData> data) - - - -PlaybackIdResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -PlaybackIdResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public PlaybackIdResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public PlaybackIdResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public PlaybackIdResponse.Builder data(PlaybackIdResponseData data) - - - - - - - -data -public PlaybackIdResponse.Builder data(java.util.Optional<? extends PlaybackIdResponseData> data) - - - - - - - -build -public PlaybackIdResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdResponse() - - - -PlaybackIdResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PlaybackIdResponseData> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static PlaybackIdResponse.Builder -builder() - - - -java.util.Optional<PlaybackIdResponseData> -data() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -PlaybackIdResponse -withData(PlaybackIdResponseData data) - - - -PlaybackIdResponse -withData(java.util.Optional<? extends PlaybackIdResponseData> data) - - - -PlaybackIdResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -PlaybackIdResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<PlaybackIdResponseData> data() - - - - - - - -builder -public static final PlaybackIdResponse.Builder builder() - - - - - - - -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. - - - - - - - -withData -public PlaybackIdResponse withData(PlaybackIdResponseData data) - - - - - - - -withData -public PlaybackIdResponse withData(java.util.Optional<? extends PlaybackIdResponseData> data) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdResponseData.Builder -accessPolicy(java.lang.String accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdResponseData.Builder -accessPolicy(java.util.Optional<java.lang.String> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdResponseData -build() - - - -PlaybackIdResponseData.Builder -id(java.lang.String id) - -Unique identifier for the playbackId - - - -PlaybackIdResponseData.Builder -id(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 PlaybackIdResponseData.Builder id(java.lang.String id) -Unique identifier for the playbackId - - - - - - - -id -public PlaybackIdResponseData.Builder id(java.util.Optional<java.lang.String> id) -Unique identifier for the playbackId - - - - - - - -accessPolicy -public PlaybackIdResponseData.Builder accessPolicy(java.lang.String accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -accessPolicy -public PlaybackIdResponseData.Builder accessPolicy(java.util.Optional<java.lang.String> accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -build -public PlaybackIdResponseData build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class PlaybackIdResponseData - - - -java.lang.Object - - -io.fastpix.sdk.models.components.PlaybackIdResponseData - - - - - - - -public class PlaybackIdResponseData -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdResponseData.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdResponseData() - - - -PlaybackIdResponseData(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 Type -Method -Description - - -java.util.Optional<java.lang.String> -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -static PlaybackIdResponseData.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -id() - -Unique identifier for the playbackId - - - -java.lang.String -toString() - - - -PlaybackIdResponseData -withAccessPolicy(java.lang.String accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdResponseData -withAccessPolicy(java.util.Optional<java.lang.String> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIdResponseData -withId(java.lang.String id) - -Unique identifier for the playbackId - - - -PlaybackIdResponseData -withId(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 - - - - - -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. - - - - - - - -builder -public static final PlaybackIdResponseData.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackIdUserAgents.Builder -allow(java.util.List<java.lang.String> allow) - -A list of specific user agents that are allowed to access the resource. - - - -PlaybackIdUserAgents.Builder -allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow) - -A list of specific user agents that are allowed to access the resource. - - - -PlaybackIdUserAgents -build() - - - -PlaybackIdUserAgents.Builder -defaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy) - -This sets the default behavior for user agent access (either "allow" or "deny"). - - - -PlaybackIdUserAgents.Builder -defaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy) - -This sets the default behavior for user agent access (either "allow" or "deny"). - - - -PlaybackIdUserAgents.Builder -deny(java.util.List<java.lang.String> deny) - -A list of specific user agents that are blocked. - - - -PlaybackIdUserAgents.Builder -deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny) - -A list of specific user agents that are blocked. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -defaultPolicy -public PlaybackIdUserAgents.Builder defaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy) -This sets the default behavior for user agent access (either "allow" or "deny"). - - - - - - - -defaultPolicy -public PlaybackIdUserAgents.Builder defaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy) -This sets the default behavior for user agent access (either "allow" or "deny"). - - - - - - - -allow -public PlaybackIdUserAgents.Builder allow(java.util.List<java.lang.String> allow) -A list of specific user agents that are allowed to access the resource. - - - - - - - -allow -public PlaybackIdUserAgents.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow) -A list of specific user agents that are allowed to access the resource. - - - - - - - -deny -public PlaybackIdUserAgents.Builder deny(java.util.List<java.lang.String> deny) -A list of specific user agents that are blocked. - - - - - - - -deny -public PlaybackIdUserAgents.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny) -A list of specific user agents that are blocked. - - - - - - - -build -public PlaybackIdUserAgents build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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). - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackIdUserAgents.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackIdUserAgents() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<java.util.List<java.lang.String>> -allow() - -A list of specific user agents that are allowed to access the resource. - - - -static PlaybackIdUserAgents.Builder -builder() - - - -java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> -defaultPolicy() - -This sets the default behavior for user agent access (either "allow" or "deny"). - - - -java.util.Optional<java.util.List<java.lang.String>> -deny() - -A list of specific user agents that are blocked. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -PlaybackIdUserAgents -withAllow(java.util.List<java.lang.String> allow) - -A list of specific user agents that are allowed to access the resource. - - - -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. - - - -PlaybackIdUserAgents -withDefaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy) - -This sets the default behavior for user agent access (either "allow" or "deny"). - - - -PlaybackIdUserAgents -withDefaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy) - -This sets the default behavior for user agent access (either "allow" or "deny"). - - - -PlaybackIdUserAgents -withDeny(java.util.List<java.lang.String> deny) - -A list of specific user agents that are blocked. - - - -PlaybackIdUserAgents -withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny) - -A list of specific user agents that are blocked. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final PlaybackIdUserAgents.Builder builder() - - - - - - - -withDefaultPolicy -public PlaybackIdUserAgents withDefaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy) -This sets the default behavior for user agent access (either "allow" or "deny"). - - - - - - - -withDefaultPolicy -public PlaybackIdUserAgents withDefaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy) -This sets the default behavior for user agent access (either "allow" or "deny"). - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum PlaybackIdUserAgentsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<PlaybackIdUserAgentsDefaultPolicy> - - -io.fastpix.sdk.models.components.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 Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static PlaybackIdUserAgentsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static PlaybackIdUserAgentsDefaultPolicy[] -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 - - - - - -ALLOW -public static final PlaybackIdUserAgentsDefaultPolicy ALLOW - - - - - - - -DENY -public static final PlaybackIdUserAgentsDefaultPolicy 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() - - - - - - - -fromValue -public static java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -PlaybackIds.Builder -accessPolicy(java.lang.String accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIds.Builder -accessPolicy(java.util.Optional<java.lang.String> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIds -build() - - - -PlaybackIds.Builder -id(java.lang.String id) - -Unique identifier for the playbackId - - - -PlaybackIds.Builder -id(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. - - - - - - - -build -public PlaybackIds build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -PlaybackIds.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -java.util.Optional<java.lang.String> -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -static PlaybackIds.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -id() - -Unique identifier for the playbackId - - - -java.lang.String -toString() - - - -PlaybackIds -withAccessPolicy(java.lang.String accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIds -withAccessPolicy(java.util.Optional<java.lang.String> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackIds -withId(java.lang.String id) - -Unique identifier for the playbackId - - - -PlaybackIds -withId(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. - - - - - - - -builder -public static final PlaybackIds.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PlaybackSettings.Builder -accessPolicy(PlaybackSettingsAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackSettings.Builder -accessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackSettings -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public PlaybackSettings.Builder accessPolicy(PlaybackSettingsAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -accessPolicy -public PlaybackSettings.Builder accessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -build -public PlaybackSettings build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PlaybackSettings.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PlaybackSettings() - - - -PlaybackSettings(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<PlaybackSettingsAccessPolicy> -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -static PlaybackSettings.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -PlaybackSettings -withAccessPolicy(PlaybackSettingsAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PlaybackSettings -withAccessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -PlaybackSettings -public PlaybackSettings(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy) - - - - - - - -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. - - - - - - - -builder -public static final PlaybackSettings.Builder builder() - - - - - - - -withAccessPolicy -public PlaybackSettings withAccessPolicy(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum PlaybackSettingsAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<PlaybackSettingsAccessPolicy> - - -io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy - - - - - - - - - -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 Constant -Description - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<PlaybackSettingsAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static PlaybackSettingsAccessPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static PlaybackSettingsAccessPolicy[] -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 - - - - - -PUBLIC -public static final PlaybackSettingsAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final PlaybackSettingsAccessPolicy PRIVATE - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<PlaybackSettingsAccessPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Security -build() - - - -Security.Builder -password(java.lang.String password) - - - -Security.Builder -username(java.lang.String username) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -username -public Security.Builder username(java.lang.String username) - - - - - - - -password -public Security.Builder password(java.lang.String password) - - - - - - - -build -public Security build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Security.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Security(java.lang.String username, - java.lang.String password) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Security.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -password() - - - -java.lang.String -toString() - - - -java.lang.String -username() - - - -Security -withPassword(java.lang.String password) - - - -Security -withUsername(java.lang.String username) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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() - - - - - - - -builder -public static final Security.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -Segment1 -build() - - - -Segment1.Builder -insertAt(long insertAt) - -The timestamp at which the segment should be inserted. - - - -Segment1.Builder -url(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Segment1.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Segment1(java.lang.String url, - long insertAt) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Segment1.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -long -insertAt() - -The timestamp at which the segment should be inserted. - - - -java.lang.String -toString() - - - -java.lang.String -url() - -URL of the segment to be added. - - - -Segment1 -withInsertAt(long insertAt) - -The timestamp at which the segment should be inserted. - - - -Segment1 -withUrl(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. - - - - - - - -builder -public static final Segment1.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -Segment2 -build() - - - -Segment2.Builder -insertAtEnd(boolean insertAtEnd) - -Flag indicating the segment should be inserted at the end. - - - -Segment2.Builder -url(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Segment2.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Segment2(java.lang.String url, - boolean insertAtEnd) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Segment2.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -boolean -insertAtEnd() - -Flag indicating the segment should be inserted at the end. - - - -java.lang.String -toString() - - - -java.lang.String -url() - -URL of the segment to be added. - - - -Segment2 -withInsertAtEnd(boolean insertAtEnd) - -Flag indicating the segment should be inserted at the end. - - - -Segment2 -withUrl(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. - - - - - - - -builder -public static final Segment2.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class SegmentUnion._Deserializer - - - -java.lang.Object - - -com.fasterxml.jackson.databind.JsonDeserializer<T> - - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> - - -io.fastpix.sdk.utils.OneOfDeserializer<SegmentUnion> - - -io.fastpix.sdk.models.components.SegmentUnion._Deserializer - - - - - - - - - - - - - -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 - -Constructor -Description - - -_Deserializer() - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from class io.fastpix.sdk.utils.OneOfDeserializer -applyMatchPreferences, deserialize, matchPossible - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class SegmentUnion - - - -java.lang.Object - - -io.fastpix.sdk.models.components.SegmentUnion - - - - - - - -public class SegmentUnion -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SegmentUnion._Deserializer - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -static SegmentUnion -of(Segment1 value) - - - -static SegmentUnion -of(Segment2 value) - - - -java.lang.String -toString() - - - -java.lang.Object -value() - -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 - - - - - -of -public static SegmentUnion of(Segment1 value) - - - - - - - -of -public static SegmentUnion of(Segment2 value) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -SimulcastRequest -build() - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -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. - - - - - - - -build -public SimulcastRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -SimulcastRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static SimulcastRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -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. - - - - - - - -builder -public static final SimulcastRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastResponse -build() - - - -SimulcastResponse.Builder -data(SimulcastResponseData data) - -Displays the result of the request. - - - -SimulcastResponse.Builder -data(java.util.Optional<? extends SimulcastResponseData> data) - -Displays the result of the request. - - - -SimulcastResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public SimulcastResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public SimulcastResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public SimulcastResponse.Builder data(SimulcastResponseData data) -Displays the result of the request. - - - - - - - -data -public SimulcastResponse.Builder data(java.util.Optional<? extends SimulcastResponseData> data) -Displays the result of the request. - - - - - - - -build -public SimulcastResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastResponse() - - - -SimulcastResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastResponseData> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastResponse.Builder -builder() - - - -java.util.Optional<SimulcastResponseData> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -SimulcastResponse -withData(SimulcastResponseData data) - -Displays the result of the request. - - - -SimulcastResponse -withData(java.util.Optional<? extends SimulcastResponseData> data) - -Displays the result of the request. - - - -SimulcastResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final SimulcastResponse.Builder builder() - - - - - - - -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. - - - - - - - -withData -public SimulcastResponse withData(SimulcastResponseData data) -Displays the result of the request. - - - - - - - -withData -public SimulcastResponse withData(java.util.Optional<? extends SimulcastResponseData> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastResponseData -build() - - - -SimulcastResponseData.Builder -isEnabled(boolean isEnabled) - -When the value is true, the simulcast will be enabled for the given stream - - - -SimulcastResponseData.Builder -isEnabled(java.util.Optional<java.lang.Boolean> isEnabled) - -When the value is true, the simulcast will be enabled for the given stream - - - -SimulcastResponseData.Builder -metadata(SimulcastResponseMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastResponseData.Builder -metadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public SimulcastResponseData build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastResponseData.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static SimulcastResponseData.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -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. - - - -SimulcastResponseData -withIsEnabled(boolean isEnabled) - -When the value is true, the simulcast will be enabled for the given stream - - - -SimulcastResponseData -withIsEnabled(java.util.Optional<java.lang.Boolean> isEnabled) - -When the value is true, the simulcast will be enabled for the given stream - - - -SimulcastResponseData -withMetadata(SimulcastResponseMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastResponseData -withMetadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -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. - - - - - - - -builder -public static final SimulcastResponseData.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastResponseMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public SimulcastResponseMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastResponseMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastResponseMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastResponseMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -SimulcastResponseMetadata -public SimulcastResponseMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final SimulcastResponseMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUpdateRequest -build() - - - -SimulcastUpdateRequest.Builder -isEnabled(boolean isEnabled) - -When the value is set to false, the simulcast will be disabled for the given stream. - - - -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. - - - -SimulcastUpdateRequest.Builder -metadata(SimulcastUpdateRequestMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastUpdateRequest.Builder -metadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public SimulcastUpdateRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class SimulcastUpdateRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.components.SimulcastUpdateRequest - - - - - - - -public class SimulcastUpdateRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUpdateRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUpdateRequest() - - - -SimulcastUpdateRequest(java.util.Optional<java.lang.Boolean> isEnabled, - java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUpdateRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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<SimulcastUpdateRequestMetadata> -metadata() - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -java.lang.String -toString() - - - -SimulcastUpdateRequest -withIsEnabled(boolean isEnabled) - -When the value is set to false, the simulcast will be disabled for the given stream. - - - -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. - - - -SimulcastUpdateRequest -withMetadata(SimulcastUpdateRequestMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastUpdateRequest -withMetadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final SimulcastUpdateRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUpdateRequestMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public SimulcastUpdateRequestMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUpdateRequestMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUpdateRequestMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUpdateRequestMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -SimulcastUpdateRequestMetadata -public SimulcastUpdateRequestMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final SimulcastUpdateRequestMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUpdateResponse -build() - - - -SimulcastUpdateResponse.Builder -data(SimulcastUpdateResponseData data) - -Displays the result of the request. - - - -SimulcastUpdateResponse.Builder -data(java.util.Optional<? extends SimulcastUpdateResponseData> data) - -Displays the result of the request. - - - -SimulcastUpdateResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastUpdateResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public SimulcastUpdateResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public SimulcastUpdateResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -data -public SimulcastUpdateResponse.Builder data(SimulcastUpdateResponseData data) -Displays the result of the request. - - - - - - - -data -public SimulcastUpdateResponse.Builder data(java.util.Optional<? extends SimulcastUpdateResponseData> data) -Displays the result of the request. - - - - - - - -build -public SimulcastUpdateResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUpdateResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUpdateResponse() - - - -SimulcastUpdateResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUpdateResponseData> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUpdateResponse.Builder -builder() - - - -java.util.Optional<SimulcastUpdateResponseData> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -SimulcastUpdateResponse -withData(SimulcastUpdateResponseData data) - -Displays the result of the request. - - - -SimulcastUpdateResponse -withData(java.util.Optional<? extends SimulcastUpdateResponseData> data) - -Displays the result of the request. - - - -SimulcastUpdateResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastUpdateResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<SimulcastUpdateResponseData> data() -Displays the result of the request. - - - - - - - -builder -public static final SimulcastUpdateResponse.Builder builder() - - - - - - - -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. - - - - - - - -withData -public SimulcastUpdateResponse withData(SimulcastUpdateResponseData data) -Displays the result of the request. - - - - - - - -withData -public SimulcastUpdateResponse withData(java.util.Optional<? extends SimulcastUpdateResponseData> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUpdateResponseData -build() - - - -SimulcastUpdateResponseData.Builder -isEnabled(boolean isEnabled) - -When the value is set to false, the simulcast will be disabled for the given stream - - - -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 - - - -SimulcastUpdateResponseData.Builder -metadata(SimulcastUpdateResponseMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastUpdateResponseData.Builder -metadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(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. - - - - - - - -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. - - - - - - - -build -public SimulcastUpdateResponseData build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUpdateResponseData.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUpdateResponseData() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUpdateResponseData.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -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. - - - -SimulcastUpdateResponseData -withIsEnabled(boolean isEnabled) - -When the value is set to false, the simulcast will be disabled for the given stream - - - -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 - - - -SimulcastUpdateResponseData -withMetadata(SimulcastUpdateResponseMetadata metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -SimulcastUpdateResponseData -withMetadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata) - -Arbitrary user-supplied metadata that will be included in the simulcast details. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - -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. - - - - - - - -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. - - - - - - - -builder -public static final SimulcastUpdateResponseData.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUpdateResponseMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public SimulcastUpdateResponseMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUpdateResponseMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUpdateResponseMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUpdateResponseMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -SimulcastUpdateResponseMetadata -public SimulcastUpdateResponseMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final SimulcastUpdateResponseMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastdeleteResponse -build() - - - -SimulcastdeleteResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastdeleteResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public SimulcastdeleteResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public SimulcastdeleteResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -build -public SimulcastdeleteResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class SimulcastdeleteResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.components.SimulcastdeleteResponse - - - - - - - -public class SimulcastdeleteResponse -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastdeleteResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastdeleteResponse() - - - -SimulcastdeleteResponse(java.util.Optional<java.lang.Boolean> success) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastdeleteResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -SimulcastdeleteResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastdeleteResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final SimulcastdeleteResponse.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - -THREE_HUNDRED_AND_SIXTYP - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<SourceResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static SourceResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static SourceResolution[] -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 - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Subtitle -build() - - - -Subtitle.Builder -languageCode(CreateMediaRequestLanguageCode languageCode) - -Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. - - - -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. - - - -Subtitle.Builder -languageName(java.lang.String languageName) - -Name of the language in which the subtitles will be generated. - - - -Subtitle.Builder -languageName(java.util.Optional<java.lang.String> languageName) - -Name of the language in which the subtitles will be generated. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Subtitle.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Subtitle() - - - -Subtitle(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitleMetadata> metadata, - java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Subtitle.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -Subtitle -withLanguageCode(CreateMediaRequestLanguageCode languageCode) - -Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. - - - -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. - - - -Subtitle -withLanguageName(java.lang.String languageName) - -Name of the language in which the subtitles will be generated. - - - -Subtitle -withLanguageName(java.util.Optional<java.lang.String> languageName) - -Name of the language in which the subtitles will be generated. - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -Subtitle -public Subtitle(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitleMetadata> metadata, - java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode) - - - - - - - -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). - - - - - - - -builder -public static final Subtitle.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SubtitleInput -build() - - - -SubtitleInput.Builder -languageCode(SubtitleInputLanguageCode languageCode) - -The BCP 47 language code representing the language of the generated track. - - - -SubtitleInput.Builder -languageName(java.lang.String languageName) - -Name of the language in which the subtitles will be generated. - - - -SubtitleInput.Builder -type(java.lang.String type) - -Defines the type of input. - - - -SubtitleInput.Builder -url(java.lang.String url) - -The direct URL of the subtitle file. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -type -public SubtitleInput.Builder type(java.lang.String type) -Defines the type of input. - - - - - - - -url -public SubtitleInput.Builder url(java.lang.String url) -The direct URL of the subtitle file. - - - - - - - -languageName -public SubtitleInput.Builder languageName(java.lang.String languageName) -Name of the language in which the subtitles will be generated. - - - - - - - -languageCode -public SubtitleInput.Builder languageCode(SubtitleInputLanguageCode languageCode) -The BCP 47 language code representing the language of the generated track. - - - - - - - -build -public SubtitleInput build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SubtitleInput.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SubtitleInput(java.lang.String type, - java.lang.String url, - java.lang.String languageName, - SubtitleInputLanguageCode languageCode) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SubtitleInput.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -SubtitleInputLanguageCode -languageCode() - -The BCP 47 language code representing the language of the generated track. - - - -java.lang.String -languageName() - -Name of the language in which the subtitles will be generated. - - - -java.lang.String -toString() - - - -java.lang.String -type() - -Defines the type of input. - - - -java.lang.String -url() - -The direct URL of the subtitle file. - - - -SubtitleInput -withLanguageCode(SubtitleInputLanguageCode languageCode) - -The BCP 47 language code representing the language of the generated track. - - - -SubtitleInput -withLanguageName(java.lang.String languageName) - -Name of the language in which the subtitles will be generated. - - - -SubtitleInput -withType(java.lang.String type) - -Defines the type of input. - - - -SubtitleInput -withUrl(java.lang.String url) - -The direct URL of the subtitle file. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final SubtitleInput.Builder builder() - - - - - - - -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. - - - - - - - -withLanguageCode -public SubtitleInput withLanguageCode(SubtitleInputLanguageCode languageCode) -The BCP 47 language code representing the language of the generated track. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Enum SubtitleInputLanguageCode - - - -java.lang.Object - - -java.lang.Enum<SubtitleInputLanguageCode> - - -io.fastpix.sdk.models.components.SubtitleInputLanguageCode - - - - - - - - - -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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -AR_SA - - - -BGBG - - - -BN_BD - - - -BN_IN - - - -CA_ES - - - -CS_CZ - - - -DA_DK - - - -DE_AT - - - -DE_CH - - - -DEDE - - - -EL_GR - - - -EN_AU - - - -EN_CA - - - -EN_GB - - - -EN_IE - - - -EN_IN - - - -EN_NZ - - - -EN_US - - - -EN_ZA - - - -ES_AR - - - -ES_CL - - - -ES_CO - - - -ES_MX - - - -ES_US - - - -ESES - - - -FIFI - - - -FR_BE - - - -FR_CA - - - -FR_CH - - - -FRFR - - - -HE_IL - - - -HI_IN - - - -HRHR - - - -HUHU - - - -IDID - - - -IT_CH - - - -ITIT - - - -JA_JP - - - -KO_KR - - - -NL_BE - - - -NLNL - - - -NONO - - - -PLPL - - - -PT_BR - - - -PTPT - - - -RORO - - - -RURU - - - -SKSK - - - -SV_SE - - - -TA_IN - - - -TA_LK - - - -THTH - - - -TRTR - - - -UK_UA - - - -ZH_CN - - - -ZH_HK - - - -ZH_TW - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<SubtitleInputLanguageCode> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static SubtitleInputLanguageCode -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static SubtitleInputLanguageCode[] -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 - - - - - -AR_SA -public static final SubtitleInputLanguageCode AR_SA - - - - - - - -BN_BD -public static final SubtitleInputLanguageCode BN_BD - - - - - - - -BN_IN -public static final SubtitleInputLanguageCode BN_IN - - - - - - - -CA_ES -public static final SubtitleInputLanguageCode CA_ES - - - - - - - -CS_CZ -public static final SubtitleInputLanguageCode CS_CZ - - - - - - - -DA_DK -public static final SubtitleInputLanguageCode DA_DK - - - - - - - -DE_AT -public static final SubtitleInputLanguageCode DE_AT - - - - - - - -DE_CH -public static final SubtitleInputLanguageCode DE_CH - - - - - - - -DEDE -public static final SubtitleInputLanguageCode DEDE - - - - - - - -EL_GR -public static final SubtitleInputLanguageCode EL_GR - - - - - - - -EN_AU -public static final SubtitleInputLanguageCode EN_AU - - - - - - - -EN_CA -public static final SubtitleInputLanguageCode EN_CA - - - - - - - -EN_GB -public static final SubtitleInputLanguageCode EN_GB - - - - - - - -EN_IE -public static final SubtitleInputLanguageCode EN_IE - - - - - - - -EN_IN -public static final SubtitleInputLanguageCode EN_IN - - - - - - - -EN_NZ -public static final SubtitleInputLanguageCode EN_NZ - - - - - - - -EN_US -public static final SubtitleInputLanguageCode EN_US - - - - - - - -EN_ZA -public static final SubtitleInputLanguageCode EN_ZA - - - - - - - -ES_AR -public static final SubtitleInputLanguageCode ES_AR - - - - - - - -ES_CL -public static final SubtitleInputLanguageCode ES_CL - - - - - - - -ES_CO -public static final SubtitleInputLanguageCode ES_CO - - - - - - - -ESES -public static final SubtitleInputLanguageCode ESES - - - - - - - -ES_MX -public static final SubtitleInputLanguageCode ES_MX - - - - - - - -ES_US -public static final SubtitleInputLanguageCode ES_US - - - - - - - -FIFI -public static final SubtitleInputLanguageCode FIFI - - - - - - - -FR_BE -public static final SubtitleInputLanguageCode FR_BE - - - - - - - -FR_CA -public static final SubtitleInputLanguageCode FR_CA - - - - - - - -FR_CH -public static final SubtitleInputLanguageCode FR_CH - - - - - - - -FRFR -public static final SubtitleInputLanguageCode FRFR - - - - - - - -HE_IL -public static final SubtitleInputLanguageCode HE_IL - - - - - - - -HI_IN -public static final SubtitleInputLanguageCode HI_IN - - - - - - - -HRHR -public static final SubtitleInputLanguageCode HRHR - - - - - - - -HUHU -public static final SubtitleInputLanguageCode HUHU - - - - - - - -IDID -public static final SubtitleInputLanguageCode IDID - - - - - - - -IT_CH -public static final SubtitleInputLanguageCode IT_CH - - - - - - - -ITIT -public static final SubtitleInputLanguageCode ITIT - - - - - - - -JA_JP -public static final SubtitleInputLanguageCode JA_JP - - - - - - - -KO_KR -public static final SubtitleInputLanguageCode KO_KR - - - - - - - -NL_BE -public static final SubtitleInputLanguageCode NL_BE - - - - - - - -NLNL -public static final SubtitleInputLanguageCode NLNL - - - - - - - -NONO -public static final SubtitleInputLanguageCode NONO - - - - - - - -PLPL -public static final SubtitleInputLanguageCode PLPL - - - - - - - -PT_BR -public static final SubtitleInputLanguageCode PT_BR - - - - - - - -PTPT -public static final SubtitleInputLanguageCode PTPT - - - - - - - -RORO -public static final SubtitleInputLanguageCode RORO - - - - - - - -RURU -public static final SubtitleInputLanguageCode RURU - - - - - - - -SKSK -public static final SubtitleInputLanguageCode SKSK - - - - - - - -SV_SE -public static final SubtitleInputLanguageCode SV_SE - - - - - - - -TA_IN -public static final SubtitleInputLanguageCode TA_IN - - - - - - - -TA_LK -public static final SubtitleInputLanguageCode TA_LK - - - - - - - -THTH -public static final SubtitleInputLanguageCode THTH - - - - - - - -TRTR -public static final SubtitleInputLanguageCode TRTR - - - - - - - -UK_UA -public static final SubtitleInputLanguageCode UK_UA - - - - - - - -BGBG -public static final SubtitleInputLanguageCode BGBG - - - - - - - -ZH_CN -public static final SubtitleInputLanguageCode ZH_CN - - - - - - - -ZH_HK -public static final SubtitleInputLanguageCode ZH_HK - - - - - - - -ZH_TW -public static final SubtitleInputLanguageCode ZH_TW - - - - - - - - - - - -Method Detail - - - - - -values -public static SubtitleInputLanguageCode[] 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 (SubtitleInputLanguageCode c : SubtitleInputLanguageCode.values()) - System.out.println(c); - - -Returns: -an array containing the constants of this enum type, in the order they are declared - - - - - - - - -valueOf -public static SubtitleInputLanguageCode 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<SubtitleInputLanguageCode> fromValue(java.lang.String value) - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -SubtitleMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public SubtitleMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SubtitleMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SubtitleMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SubtitleMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -SubtitleMetadata -public SubtitleMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final SubtitleMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -Summary -build() - - - -Summary.Builder -generate(boolean generate) - -Enable or disable the summary feature for the media. - - - -Summary.Builder -summaryLength(long summaryLength) - -Specifies the desired word count for the generated summary. - - - -Summary.Builder -summaryLength(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Summary.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Summary.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -boolean -generate() - -Enable or disable the summary feature for the media. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Long> -summaryLength() - -Specifies the desired word count for the generated summary. - - - -java.lang.String -toString() - - - -Summary -withGenerate(boolean generate) - -Enable or disable the summary feature for the media. - - - -Summary -withSummaryLength(long summaryLength) - -Specifies the desired word count for the generated summary. - - - -Summary -withSummaryLength(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. - - - - - - - -builder -public static final Summary.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -Track -build() - - - -Track.Builder -closedCaptions(boolean closedCaptions) - -Indicates if the track contains closed captions. - - - -Track.Builder -closedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions) - -Indicates if the track contains closed captions. - - - -Track.Builder -frameRate(java.lang.String frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Track.Builder -frameRate(java.util.Optional<java.lang.String> frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Track.Builder -height(double height) - -Track height denotes the range of height applicable to a specific track. - - - -Track.Builder -height(java.util.Optional<java.lang.Double> height) - -Track height denotes the range of height applicable to a specific track. - - - -Track.Builder -id(java.lang.String id) - -FastPix generates a unique identifier for each track. - - - -Track.Builder -id(java.util.Optional<java.lang.String> id) - -FastPix generates a unique identifier for each track. - - - -Track.Builder -type(java.lang.String type) - -Defines the type of input. - - - -Track.Builder -width(double width) - -Track width denotes the range of widths applicable to a specific track. - - - -Track.Builder -width(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -Track.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Track.Builder -builder() - - - -java.util.Optional<java.lang.Boolean> -closedCaptions() - -Indicates if the track contains closed captions. - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<java.lang.String> -frameRate() - -Frame rate quantifies the speed at which frames are displayed per second. - - - -int -hashCode() - - - -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.String -toString() - - - -java.lang.String -type() - -Defines the type of input. - - - -java.util.Optional<java.lang.Double> -width() - -Track width denotes the range of widths applicable to a specific track. - - - -Track -withClosedCaptions(boolean closedCaptions) - -Indicates if the track contains closed captions. - - - -Track -withClosedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions) - -Indicates if the track contains closed captions. - - - -Track -withFrameRate(java.lang.String frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Track -withFrameRate(java.util.Optional<java.lang.String> frameRate) - -Frame rate quantifies the speed at which frames are displayed per second. - - - -Track -withHeight(double height) - -Track height denotes the range of height applicable to a specific track. - - - -Track -withHeight(java.util.Optional<java.lang.Double> height) - -Track height denotes the range of height applicable to a specific track. - - - -Track -withId(java.lang.String id) - -FastPix generates a unique identifier for each track. - - - -Track -withId(java.util.Optional<java.lang.String> id) - -FastPix generates a unique identifier for each track. - - - -Track -withType(java.lang.String type) - -Defines the type of input. - - - -Track -withWidth(double width) - -Track width denotes the range of widths applicable to a specific track. - - - -Track -withWidth(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. - - - - - - - -builder -public static final Track.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Method -Description - - -VideoInput -build() - - - -VideoInput.Builder -endTime(double endTime) - -End time indicates where encoding should end within the video file. - - - -VideoInput.Builder -endTime(java.util.Optional<java.lang.Double> endTime) - -End time indicates where encoding should end within the video file. - - - -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. - - - -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. - - - -VideoInput.Builder -introUrl(java.lang.String introUrl) - -The url of the intro video which is to be added at the start of the video. - - - -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. - - - -VideoInput.Builder -outroUrl(java.lang.String outroUrl) - -The url of the outro video which is to be added at the end of the video. - - - -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. - - - -VideoInput.Builder -segments(java.util.List<SegmentUnion> segments) - -A list of media segments to be added or processed. - - - -VideoInput.Builder -segments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) - -A list of media segments to be added or processed. - - - -VideoInput.Builder -startTime(double startTime) - -Start time indicates where encoding should begin within the video file. - - - -VideoInput.Builder -startTime(java.util.Optional<java.lang.Double> startTime) - -Start time indicates where encoding should begin within the video file. - - - -VideoInput.Builder -type(java.lang.String type) - -Defines the type of input. - - - -VideoInput.Builder -url(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`). - - - - - - - -build -public VideoInput build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Type -Class -Description - - -static class -VideoInput.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static VideoInput.Builder -builder() - - - -java.util.Optional<java.lang.Double> -endTime() - -End time indicates where encoding should end within the video file. - - - -boolean -equals(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. - - - -int -hashCode() - - - -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.String -toString() - - - -java.lang.String -type() - -Defines the type of input. - - - -java.lang.String -url() - -The url hosts the media file for FastPix, which needs to be downloaded to use further. - - - -VideoInput -withEndTime(double endTime) - -End time indicates where encoding should end within the video file. - - - -VideoInput -withEndTime(java.util.Optional<java.lang.Double> endTime) - -End time indicates where encoding should end within the video file. - - - -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. - - - -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. - - - -VideoInput -withIntroUrl(java.lang.String introUrl) - -The url of the intro video which is to be added at the start of the video. - - - -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. - - - -VideoInput -withOutroUrl(java.lang.String outroUrl) - -The url of the outro video which is to be added at the end of the video. - - - -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. - - - -VideoInput -withSegments(java.util.List<SegmentUnion> segments) - -A list of media segments to be added or processed. - - - -VideoInput -withSegments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) - -A list of media segments to be added or processed. - - - -VideoInput -withStartTime(double startTime) - -Start time indicates where encoding should begin within the video file. - - - -VideoInput -withStartTime(java.util.Optional<java.lang.Double> startTime) - -Start time indicates where encoding should begin within the video file. - - - -VideoInput -withType(java.lang.String type) - -Defines the type of input. - - - -VideoInput -withUrl(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`). - - - - - - - -builder -public static final VideoInput.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -WatermarkInput -build() - - - -WatermarkInput.Builder -height(java.lang.String height) - -Height of the watermark in percentage or pixels. - - - -WatermarkInput.Builder -height(java.util.Optional<java.lang.String> height) - -Height of the watermark in percentage or pixels. - - - -WatermarkInput.Builder -opacity(java.lang.String opacity) - -Opacity of the watermark in percentage. - - - -WatermarkInput.Builder -opacity(java.util.Optional<java.lang.String> opacity) - -Opacity of the watermark in percentage. - - - -WatermarkInput.Builder -placement(Placement placement) - - - -WatermarkInput.Builder -placement(java.util.Optional<? extends Placement> placement) - - - -WatermarkInput.Builder -type(WatermarkInputType type) - -Type of overlay (currently only supports 'watermark'). - - - -WatermarkInput.Builder -type(java.util.Optional<? extends WatermarkInputType> type) - -Type of overlay (currently only supports 'watermark'). - - - -WatermarkInput.Builder -url(java.lang.String url) - -URL of the watermark image. - - - -WatermarkInput.Builder -url(java.util.Optional<java.lang.String> url) - -URL of the watermark image. - - - -WatermarkInput.Builder -width(java.lang.String width) - -Width of the watermark in percentage or pixels. - - - -WatermarkInput.Builder -width(java.util.Optional<java.lang.String> width) - -Width of the watermark in percentage or pixels. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -type -public WatermarkInput.Builder type(WatermarkInputType type) -Type of overlay (currently only supports 'watermark'). - - - - - - - -type -public WatermarkInput.Builder type(java.util.Optional<? extends WatermarkInputType> type) -Type of overlay (currently only supports 'watermark'). - - - - - - - -url -public WatermarkInput.Builder url(java.lang.String url) -URL of the watermark image. - - - - - - - -url -public WatermarkInput.Builder url(java.util.Optional<java.lang.String> url) -URL of the watermark image. - - - - - - - -placement -public WatermarkInput.Builder placement(Placement placement) - - - - - - - -placement -public WatermarkInput.Builder placement(java.util.Optional<? extends Placement> placement) - - - - - - - -width -public WatermarkInput.Builder width(java.lang.String width) -Width of the watermark in percentage or pixels. - - - - - - - -width -public WatermarkInput.Builder width(java.util.Optional<java.lang.String> width) -Width of the watermark in percentage or pixels. - - - - - - - -height -public WatermarkInput.Builder height(java.lang.String height) -Height of the watermark in percentage or pixels. - - - - - - - -height -public WatermarkInput.Builder height(java.util.Optional<java.lang.String> height) -Height of the watermark in percentage or pixels. - - - - - - - -opacity -public WatermarkInput.Builder opacity(java.lang.String opacity) -Opacity of the watermark in percentage. - - - - - - - -opacity -public WatermarkInput.Builder opacity(java.util.Optional<java.lang.String> opacity) -Opacity of the watermark in percentage. - - - - - - - -build -public WatermarkInput build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -Class WatermarkInput - - - -java.lang.Object - - -io.fastpix.sdk.models.components.WatermarkInput - - - - - - - -public class WatermarkInput -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -WatermarkInput.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -WatermarkInput() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static WatermarkInput.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -height() - -Height of the watermark in percentage or pixels. - - - -java.util.Optional<java.lang.String> -opacity() - -Opacity of the watermark in percentage. - - - -java.util.Optional<Placement> -placement() - - - -java.lang.String -toString() - - - -java.util.Optional<WatermarkInputType> -type() - -Type of overlay (currently only supports 'watermark'). - - - -java.util.Optional<java.lang.String> -url() - -URL of the watermark image. - - - -java.util.Optional<java.lang.String> -width() - -Width of the watermark in percentage or pixels. - - - -WatermarkInput -withHeight(java.lang.String height) - -Height of the watermark in percentage or pixels. - - - -WatermarkInput -withHeight(java.util.Optional<java.lang.String> height) - -Height of the watermark in percentage or pixels. - - - -WatermarkInput -withOpacity(java.lang.String opacity) - -Opacity of the watermark in percentage. - - - -WatermarkInput -withOpacity(java.util.Optional<java.lang.String> opacity) - -Opacity of the watermark in percentage. - - - -WatermarkInput -withPlacement(Placement placement) - - - -WatermarkInput -withPlacement(java.util.Optional<? extends Placement> placement) - - - -WatermarkInput -withType(WatermarkInputType type) - -Type of overlay (currently only supports 'watermark'). - - - -WatermarkInput -withType(java.util.Optional<? extends WatermarkInputType> type) - -Type of overlay (currently only supports 'watermark'). - - - -WatermarkInput -withUrl(java.lang.String url) - -URL of the watermark image. - - - -WatermarkInput -withUrl(java.util.Optional<java.lang.String> url) - -URL of the watermark image. - - - -WatermarkInput -withWidth(java.lang.String width) - -Width of the watermark in percentage or pixels. - - - -WatermarkInput -withWidth(java.util.Optional<java.lang.String> width) - -Width of the watermark in percentage or pixels. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final WatermarkInput.Builder builder() - - - - - - - -withType -public WatermarkInput withType(WatermarkInputType type) -Type of overlay (currently only supports 'watermark'). - - - - - - - -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(Placement placement) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Constant -Description - - -WATERMARK - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<WatermarkInputType> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static WatermarkInputType -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -WATERMARK -public static final WatermarkInputType WATERMARK - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Constant -Description - - -CENTER - - - -LEFT - - - -RIGHT - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<XAlign> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static XAlign -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components -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 Constant -Description - - -BOTTOM - - - -MIDDLE - - - -TOP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<YAlign> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static YAlign -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Package io.fastpix.sdk.models.components - - - - - -Class Summary - -Class -Description - - - -AudioInput - - - -AudioInput.Builder - - - -CreateLiveStreamRequest - - - -CreateLiveStreamRequest.Builder - - - -CreateLiveStreamRequestMetadata - -CreateLiveStreamRequestMetadata - - - -CreateLiveStreamRequestMetadata.Builder - - - -CreateMediaRequest - - - -CreateMediaRequest.Builder - - - -CreateMediaRequestAccessRestrictions - - - -CreateMediaRequestAccessRestrictions.Builder - - - -CreateMediaRequestDomains - - - -CreateMediaRequestDomains.Builder - - - -CreateMediaRequestMetadata - -CreateMediaRequestMetadata - - - -CreateMediaRequestMetadata.Builder - - - -CreateMediaRequestUserAgents - - - -CreateMediaRequestUserAgents.Builder - - - -CreateMediaResponse - - - -CreateMediaResponse.Builder - - - -CreateMediaResponseMetadata - -CreateMediaResponseMetadata - - - -CreateMediaResponseMetadata.Builder - - - -DirectUpload - -DirectUpload - - - -DirectUpload.Builder - - - -DirectUploadResponse - - - -DirectUploadResponse.Builder - - - -DirectUploadResponseMetadata - -DirectUploadResponseMetadata - - - -DirectUploadResponseMetadata.Builder - - - -GetCreateLiveStreamResponseDTO - -GetCreateLiveStreamResponseDTO - - - -GetCreateLiveStreamResponseDTO.Builder - - - -GetCreateLiveStreamResponseDTOMetadata - -GetCreateLiveStreamResponseDTOMetadata - - - -GetCreateLiveStreamResponseDTOMetadata.Builder - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - - - -GetStreamsResponse - -GetStreamsResponse - - - -GetStreamsResponse.Builder - - - -ImposeTrack - - - -ImposeTrack.Builder - - - -Input - - - -Input._Deserializer - - - -InputMediaSettings - -InputMediaSettings - - - -InputMediaSettings.Builder - - - -LiveStreamDeleteResponse - - - -LiveStreamDeleteResponse.Builder - - - -LivestreamgetResponse - -LivestreamgetResponse - - - -LivestreamgetResponse.Builder - - - -LiveStreamResponseDTO - -LiveStreamResponseDTO - - - -LiveStreamResponseDTO.Builder - - - -Media - - - -Media.Builder - - - -MediaMetadata - -MediaMetadata - - - -MediaMetadata.Builder - - - -Moderation - - - -Moderation.Builder - - - -Pagination - -Pagination - - - -Pagination.Builder - - - -PatchLiveStreamRequest - - - -PatchLiveStreamRequest.Builder - - - -PatchLiveStreamRequestMetadata - -PatchLiveStreamRequestMetadata - - - -PatchLiveStreamRequestMetadata.Builder - - - -PatchResponseData - -PatchResponseData - - - -PatchResponseData.Builder - - - -PatchResponseDataMetadata - -PatchResponseDataMetadata - - - -PatchResponseDataMetadata.Builder - - - -PatchResponseDataSrtPlaybackResponse - -PatchResponseDataSrtPlaybackResponse - - - -PatchResponseDataSrtPlaybackResponse.Builder - - - -PatchResponseDTO - -PatchResponseDTO - - - -PatchResponseDTO.Builder - - - -Placement - - - -Placement.Builder - - - -PlaybackId - -PlaybackId - - - -PlaybackId.Builder - - - -PlaybackIdAccessRestrictions - -PlaybackIdAccessRestrictions - - - -PlaybackIdAccessRestrictions.Builder - - - -PlaybackIdDomains - -PlaybackIdDomains - - - -PlaybackIdDomains.Builder - - - -PlaybackIdRequest - - - -PlaybackIdRequest.Builder - - - -PlaybackIdResponse - -PlaybackIdResponse - - - -PlaybackIdResponse.Builder - - - -PlaybackIdResponseData - - - -PlaybackIdResponseData.Builder - - - -PlaybackIds - -PlaybackIds - - - -PlaybackIds.Builder - - - -PlaybackIdUserAgents - -PlaybackIdUserAgents - - - -PlaybackIdUserAgents.Builder - - - -PlaybackSettings - -PlaybackSettings - - - -PlaybackSettings.Builder - - - -Security - - - -Security.Builder - - - -Segment1 - - - -Segment1.Builder - - - -Segment2 - - - -Segment2.Builder - - - -SegmentUnion - - - -SegmentUnion._Deserializer - - - -SimulcastdeleteResponse - - - -SimulcastdeleteResponse.Builder - - - -SimulcastRequest - - - -SimulcastRequest.Builder - - - -SimulcastResponse - -SimulcastResponse - - - -SimulcastResponse.Builder - - - -SimulcastResponseData - -SimulcastResponseData - - - -SimulcastResponseData.Builder - - - -SimulcastResponseMetadata - -SimulcastResponseMetadata - - - -SimulcastResponseMetadata.Builder - - - -SimulcastUpdateRequest - - - -SimulcastUpdateRequest.Builder - - - -SimulcastUpdateRequestMetadata - -SimulcastUpdateRequestMetadata - - - -SimulcastUpdateRequestMetadata.Builder - - - -SimulcastUpdateResponse - -SimulcastUpdateResponse - - - -SimulcastUpdateResponse.Builder - - - -SimulcastUpdateResponseData - -SimulcastUpdateResponseData - - - -SimulcastUpdateResponseData.Builder - - - -SimulcastUpdateResponseMetadata - -SimulcastUpdateResponseMetadata - - - -SimulcastUpdateResponseMetadata.Builder - - - -Subtitle - -Subtitle - - - -Subtitle.Builder - - - -SubtitleInput - -SubtitleInput - - - -SubtitleInput.Builder - - - -SubtitleMetadata - -SubtitleMetadata - - - -SubtitleMetadata.Builder - - - -Summary - - - -Summary.Builder - - - -Track - -Track - - - -Track.Builder - - - -VideoInput - - - -VideoInput.Builder - - - -WatermarkInput - - - -WatermarkInput.Builder - - - - - - - -Enum Summary - -Enum -Description - - - -AudioInputType - -AudioInputType - - - -CreateLiveStreamRequestMaxResolution - -CreateLiveStreamRequestMaxResolution - - - -CreateMediaRequestAccessPolicy - -CreateMediaRequestAccessPolicy - - - -CreateMediaRequestDomainsDefaultPolicy - -CreateMediaRequestDomainsDefaultPolicy - - - -CreateMediaRequestLanguageCode - -CreateMediaRequestLanguageCode - - - -CreateMediaRequestMaxResolution - -CreateMediaRequestMaxResolution - - - -CreateMediaRequestMp4Support - -CreateMediaRequestMp4Support - - - -CreateMediaRequestType - -CreateMediaRequestType - - - -CreateMediaRequestUserAgentsDefaultPolicy - -CreateMediaRequestUserAgentsDefaultPolicy - - - -CreateMediaResponseMaxResolution - -CreateMediaResponseMaxResolution - - - -MediaMaxResolution - -MediaMaxResolution - - - -MediaMp4Support - -MediaMp4Support - - - -MediaPolicy - -MediaPolicy - - - -PlaybackIdAccessPolicy - -PlaybackIdAccessPolicy - - - -PlaybackIdDomainsDefaultPolicy - -PlaybackIdDomainsDefaultPolicy - - - -PlaybackIdRequestAccessPolicy - -PlaybackIdRequestAccessPolicy - - - -PlaybackIdUserAgentsDefaultPolicy - -PlaybackIdUserAgentsDefaultPolicy - - - -PlaybackSettingsAccessPolicy - -PlaybackSettingsAccessPolicy - - - -SourceResolution - -SourceResolution - - - -SubtitleInputLanguageCode - -SubtitleInputLanguageCode - - - -WatermarkInputType - -WatermarkInputType - - - -XAlign - -XAlign - - - -YAlign - -YAlign - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Hierarchy For Package io.fastpix.sdk.models.components -Package Hierarchies: - -All Packages - - - - -Class Hierarchy - -java.lang.Object - -io.fastpix.sdk.models.components.AudioInput -io.fastpix.sdk.models.components.AudioInput.Builder -io.fastpix.sdk.models.components.CreateLiveStreamRequest -io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder -io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata -io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata.Builder -io.fastpix.sdk.models.components.CreateMediaRequest -io.fastpix.sdk.models.components.CreateMediaRequest.Builder -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder -io.fastpix.sdk.models.components.CreateMediaRequestDomains -io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder -io.fastpix.sdk.models.components.CreateMediaRequestMetadata -io.fastpix.sdk.models.components.CreateMediaRequestMetadata.Builder -io.fastpix.sdk.models.components.CreateMediaRequestUserAgents -io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder -io.fastpix.sdk.models.components.CreateMediaResponse -io.fastpix.sdk.models.components.CreateMediaResponse.Builder -io.fastpix.sdk.models.components.CreateMediaResponseMetadata -io.fastpix.sdk.models.components.CreateMediaResponseMetadata.Builder -io.fastpix.sdk.models.components.DirectUpload -io.fastpix.sdk.models.components.DirectUpload.Builder -io.fastpix.sdk.models.components.DirectUploadResponse -io.fastpix.sdk.models.components.DirectUploadResponse.Builder -io.fastpix.sdk.models.components.DirectUploadResponseMetadata -io.fastpix.sdk.models.components.DirectUploadResponseMetadata.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -io.fastpix.sdk.models.components.GetStreamsResponse -io.fastpix.sdk.models.components.GetStreamsResponse.Builder -io.fastpix.sdk.models.components.ImposeTrack -io.fastpix.sdk.models.components.ImposeTrack.Builder -io.fastpix.sdk.models.components.Input -io.fastpix.sdk.models.components.InputMediaSettings -io.fastpix.sdk.models.components.InputMediaSettings.Builder -com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider) - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) - -io.fastpix.sdk.utils.OneOfDeserializer<T> - -io.fastpix.sdk.models.components.Input._Deserializer -io.fastpix.sdk.models.components.SegmentUnion._Deserializer - - - - - - -io.fastpix.sdk.models.components.LiveStreamDeleteResponse -io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder -io.fastpix.sdk.models.components.LivestreamgetResponse -io.fastpix.sdk.models.components.LivestreamgetResponse.Builder -io.fastpix.sdk.models.components.LiveStreamResponseDTO -io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder -io.fastpix.sdk.models.components.Media -io.fastpix.sdk.models.components.Media.Builder -io.fastpix.sdk.models.components.MediaMetadata -io.fastpix.sdk.models.components.MediaMetadata.Builder -io.fastpix.sdk.models.components.Moderation -io.fastpix.sdk.models.components.Moderation.Builder -io.fastpix.sdk.models.components.Pagination -io.fastpix.sdk.models.components.Pagination.Builder -io.fastpix.sdk.models.components.PatchLiveStreamRequest -io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder -io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata -io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata.Builder -io.fastpix.sdk.models.components.PatchResponseData -io.fastpix.sdk.models.components.PatchResponseData.Builder -io.fastpix.sdk.models.components.PatchResponseDataMetadata -io.fastpix.sdk.models.components.PatchResponseDataMetadata.Builder -io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse -io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder -io.fastpix.sdk.models.components.PatchResponseDTO -io.fastpix.sdk.models.components.PatchResponseDTO.Builder -io.fastpix.sdk.models.components.Placement -io.fastpix.sdk.models.components.Placement.Builder -io.fastpix.sdk.models.components.PlaybackId -io.fastpix.sdk.models.components.PlaybackId.Builder -io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions -io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder -io.fastpix.sdk.models.components.PlaybackIdDomains -io.fastpix.sdk.models.components.PlaybackIdDomains.Builder -io.fastpix.sdk.models.components.PlaybackIdRequest -io.fastpix.sdk.models.components.PlaybackIdRequest.Builder -io.fastpix.sdk.models.components.PlaybackIdResponse -io.fastpix.sdk.models.components.PlaybackIdResponse.Builder -io.fastpix.sdk.models.components.PlaybackIdResponseData -io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder -io.fastpix.sdk.models.components.PlaybackIds -io.fastpix.sdk.models.components.PlaybackIds.Builder -io.fastpix.sdk.models.components.PlaybackIdUserAgents -io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder -io.fastpix.sdk.models.components.PlaybackSettings -io.fastpix.sdk.models.components.PlaybackSettings.Builder -io.fastpix.sdk.models.components.Security (implements io.fastpix.sdk.utils.HasSecurity) -io.fastpix.sdk.models.components.Security.Builder -io.fastpix.sdk.models.components.Segment1 -io.fastpix.sdk.models.components.Segment1.Builder -io.fastpix.sdk.models.components.Segment2 -io.fastpix.sdk.models.components.Segment2.Builder -io.fastpix.sdk.models.components.SegmentUnion -io.fastpix.sdk.models.components.SimulcastdeleteResponse -io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder -io.fastpix.sdk.models.components.SimulcastRequest -io.fastpix.sdk.models.components.SimulcastRequest.Builder -io.fastpix.sdk.models.components.SimulcastResponse -io.fastpix.sdk.models.components.SimulcastResponse.Builder -io.fastpix.sdk.models.components.SimulcastResponseData -io.fastpix.sdk.models.components.SimulcastResponseData.Builder -io.fastpix.sdk.models.components.SimulcastResponseMetadata -io.fastpix.sdk.models.components.SimulcastResponseMetadata.Builder -io.fastpix.sdk.models.components.SimulcastUpdateRequest -io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder -io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata -io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponse -io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponseData -io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata -io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata.Builder -io.fastpix.sdk.models.components.Subtitle -io.fastpix.sdk.models.components.Subtitle.Builder -io.fastpix.sdk.models.components.SubtitleInput -io.fastpix.sdk.models.components.SubtitleInput.Builder -io.fastpix.sdk.models.components.SubtitleMetadata -io.fastpix.sdk.models.components.SubtitleMetadata.Builder -io.fastpix.sdk.models.components.Summary -io.fastpix.sdk.models.components.Summary.Builder -io.fastpix.sdk.models.components.Track -io.fastpix.sdk.models.components.Track.Builder -io.fastpix.sdk.models.components.VideoInput -io.fastpix.sdk.models.components.VideoInput.Builder -io.fastpix.sdk.models.components.WatermarkInput -io.fastpix.sdk.models.components.WatermarkInput.Builder - - - - - -Enum Hierarchy - -java.lang.Object - -java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -io.fastpix.sdk.models.components.AudioInputType -io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution -io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy -io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy -io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode -io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution -io.fastpix.sdk.models.components.CreateMediaRequestMp4Support -io.fastpix.sdk.models.components.CreateMediaRequestType -io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy -io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution -io.fastpix.sdk.models.components.MediaMaxResolution -io.fastpix.sdk.models.components.MediaMp4Support -io.fastpix.sdk.models.components.MediaPolicy -io.fastpix.sdk.models.components.PlaybackIdAccessPolicy -io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy -io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy -io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy -io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy -io.fastpix.sdk.models.components.SourceResolution -io.fastpix.sdk.models.components.SubtitleInputLanguageCode -io.fastpix.sdk.models.components.WatermarkInputType -io.fastpix.sdk.models.components.XAlign -io.fastpix.sdk.models.components.YAlign - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - -Constructor -Description - - -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 Type -Method -Description - - -byte[] -body() - - - -int -code() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -message() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - - - -java.lang.String -toString() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - -Constructor -Description - - -AuthException(int statusCode, - java.lang.String message) - - - -AuthException(java.lang.String message) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -BadRequestError -build() - - - -BadRequestError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -BadRequestError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -BadRequestError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -BadRequestError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -BadRequestError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -BadRequestError.Builder -message(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 - - - - - -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. - - - - - - - -build -public BadRequestError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Class -Description - - -static class -BadRequestError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static BadRequestError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -BadRequestError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -BadRequestError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -BadRequestError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -BadRequestError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -BadRequestError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -BadRequestError -withMessage(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. - - - - - - - -builder -public static final BadRequestError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -BadRequestException -build() - - - -BadRequestException.Builder -error(BadRequestError error) - -Displays details about the reasons behind the request's failure. - - - -BadRequestException.Builder -error(java.util.Optional<? extends BadRequestError> error) - -Displays details about the reasons behind the request's failure. - - - -BadRequestException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -BadRequestException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public BadRequestException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public BadRequestException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public BadRequestException.Builder error(BadRequestError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public BadRequestException.Builder error(java.util.Optional<? extends BadRequestError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public BadRequestException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -BadRequestException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -BadRequestException() - - - -BadRequestException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends BadRequestError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static BadRequestException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<BadRequestError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -BadRequestException -withError(BadRequestError error) - -Displays details about the reasons behind the request's failure. - - - -BadRequestException -withError(java.util.Optional<? extends BadRequestError> error) - -Displays details about the reasons behind the request's failure. - - - -BadRequestException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -BadRequestException -withSuccess(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. - - - - - - - -builder -public static final BadRequestException.Builder builder() - - - - - - - -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(BadRequestError error) -Displays details about the reasons behind the request's failure. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Method -Description - - -Field -build() - - - -Field.Builder -field(java.lang.String field) - -Displays the specific field associated with the error. - - - -Field.Builder -field(java.util.Optional<java.lang.String> field) - -Displays the specific field associated with the error. - - - -Field.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error - - - -Field.Builder -message(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Class -Description - - -static class -Field.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Field.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<java.lang.String> -field() - -Displays the specific field associated with the error. - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error - - - -java.lang.String -toString() - - - -Field -withField(java.lang.String field) - -Displays the specific field associated with the error. - - - -Field -withField(java.util.Optional<java.lang.String> field) - -Displays the specific field associated with the error. - - - -Field -withMessage(java.lang.String message) - -A descriptive message providing more details for the error - - - -Field -withMessage(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 - - - - - - - -builder -public static final Field.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ForbiddenError -build() - - - -ForbiddenError.Builder -code(long code) - -Displays the error code indicating the type of the error. - - - -ForbiddenError.Builder -code(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -ForbiddenError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -ForbiddenError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -ForbiddenError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -ForbiddenError.Builder -message(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 - - - - - -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. - - - - - - - -build -public ForbiddenError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Class -Description - - -static class -ForbiddenError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static ForbiddenError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -ForbiddenError -withCode(long code) - -Displays the error code indicating the type of the error. - - - -ForbiddenError -withCode(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -ForbiddenError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -ForbiddenError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -ForbiddenError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -ForbiddenError -withMessage(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. - - - - - - - -builder -public static final ForbiddenError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ForbiddenException -build() - - - -ForbiddenException.Builder -error(ForbiddenError error) - -Displays details about the reasons behind the request's failure. - - - -ForbiddenException.Builder -error(java.util.Optional<? extends ForbiddenError> error) - -Displays details about the reasons behind the request's failure. - - - -ForbiddenException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -ForbiddenException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public ForbiddenException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public ForbiddenException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public ForbiddenException.Builder error(ForbiddenError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public ForbiddenException.Builder error(java.util.Optional<? extends ForbiddenError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public ForbiddenException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -ForbiddenException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ForbiddenException() - - - -ForbiddenException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ForbiddenError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static ForbiddenException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<ForbiddenError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -ForbiddenException -withError(ForbiddenError error) - -Displays details about the reasons behind the request's failure. - - - -ForbiddenException -withError(java.util.Optional<? extends ForbiddenError> error) - -Displays details about the reasons behind the request's failure. - - - -ForbiddenException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -ForbiddenException -withSuccess(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. - - - - - - - -builder -public static final ForbiddenException.Builder builder() - - - - - - - -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(ForbiddenError error) -Displays details about the reasons behind the request's failure. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -InvalidPermissionError -build() - - - -InvalidPermissionError.Builder -code(long code) - -Displays the error code indicating the type of the error. - - - -InvalidPermissionError.Builder -code(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -InvalidPermissionError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -InvalidPermissionError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -InvalidPermissionError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -InvalidPermissionError.Builder -message(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 - - - - - -code -public InvalidPermissionError.Builder code(long code) -Displays the error code indicating the type of the error. - - - - - - - -code -public InvalidPermissionError.Builder code(java.util.Optional<java.lang.Long> code) -Displays the error code indicating the type of the error. - - - - - - - -message -public InvalidPermissionError.Builder message(java.lang.String message) -A descriptive message providing more details for the error. - - - - - - - -message -public InvalidPermissionError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error. - - - - - - - -description -public InvalidPermissionError.Builder description(java.lang.String description) -A detailed explanation of the possible causes for the error. - - - - - - - -description -public InvalidPermissionError.Builder description(java.util.Optional<java.lang.String> description) -A detailed explanation of the possible causes for the error. - - - - - - - -build -public InvalidPermissionError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -InvalidPermissionError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -InvalidPermissionError() - - - -InvalidPermissionError(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 Type -Method -Description - - -static InvalidPermissionError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -InvalidPermissionError -withCode(long code) - -Displays the error code indicating the type of the error. - - - -InvalidPermissionError -withCode(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -InvalidPermissionError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -InvalidPermissionError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -InvalidPermissionError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -InvalidPermissionError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final InvalidPermissionError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -InvalidPermissionException -build() - - - -InvalidPermissionException.Builder -error(InvalidPermissionError error) - -Displays details about the reasons behind the request's failure. - - - -InvalidPermissionException.Builder -error(java.util.Optional<? extends InvalidPermissionError> error) - -Displays details about the reasons behind the request's failure. - - - -InvalidPermissionException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -InvalidPermissionException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public InvalidPermissionException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public InvalidPermissionException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public InvalidPermissionException.Builder error(InvalidPermissionError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public InvalidPermissionException.Builder error(java.util.Optional<? extends InvalidPermissionError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public InvalidPermissionException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -InvalidPermissionException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -InvalidPermissionException() - - - -InvalidPermissionException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends InvalidPermissionError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static InvalidPermissionException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<InvalidPermissionError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -InvalidPermissionException -withError(InvalidPermissionError error) - -Displays details about the reasons behind the request's failure. - - - -InvalidPermissionException -withError(java.util.Optional<? extends InvalidPermissionError> error) - -Displays details about the reasons behind the request's failure. - - - -InvalidPermissionException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -InvalidPermissionException -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final InvalidPermissionException.Builder builder() - - - - - - - -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. - - - - - - - -withError -public InvalidPermissionException withError(InvalidPermissionError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public InvalidPermissionException withError(java.util.Optional<? extends InvalidPermissionError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -MediaNotFoundError -build() - - - -MediaNotFoundError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -MediaNotFoundError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -MediaNotFoundError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -MediaNotFoundError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -MediaNotFoundError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -MediaNotFoundError.Builder -message(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 - - - - - -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. - - - - - - - -build -public MediaNotFoundError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -MediaNotFoundError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static MediaNotFoundError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -MediaNotFoundError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -MediaNotFoundError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -MediaNotFoundError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -MediaNotFoundError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -MediaNotFoundError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -MediaNotFoundError -withMessage(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. - - - - - - - -builder -public static final MediaNotFoundError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -MediaNotFoundException -build() - - - -MediaNotFoundException.Builder -error(MediaNotFoundError error) - -Displays details about the reasons behind the request's failure. - - - -MediaNotFoundException.Builder -error(java.util.Optional<? extends MediaNotFoundError> error) - -Displays details about the reasons behind the request's failure. - - - -MediaNotFoundException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -MediaNotFoundException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public MediaNotFoundException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public MediaNotFoundException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public MediaNotFoundException.Builder error(MediaNotFoundError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public MediaNotFoundException.Builder error(java.util.Optional<? extends MediaNotFoundError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public MediaNotFoundException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -MediaNotFoundException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -MediaNotFoundException() - - - -MediaNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaNotFoundError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static MediaNotFoundException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<MediaNotFoundError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -MediaNotFoundException -withError(MediaNotFoundError error) - -Displays details about the reasons behind the request's failure. - - - -MediaNotFoundException -withError(java.util.Optional<? extends MediaNotFoundError> error) - -Displays details about the reasons behind the request's failure. - - - -MediaNotFoundException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -MediaNotFoundException -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final MediaNotFoundException.Builder builder() - - - - - - - -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. - - - - - - - -withError -public MediaNotFoundException withError(MediaNotFoundError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public MediaNotFoundException withError(java.util.Optional<? extends MediaNotFoundError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -MediaOrPlaybackNotFoundError -build() - - - -MediaOrPlaybackNotFoundError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -MediaOrPlaybackNotFoundError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -MediaOrPlaybackNotFoundError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -MediaOrPlaybackNotFoundError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -MediaOrPlaybackNotFoundError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -MediaOrPlaybackNotFoundError.Builder -message(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 - - - - - -code -public MediaOrPlaybackNotFoundError.Builder code(double code) -Displays the error code indicating the type of the error. - - - - - - - -code -public MediaOrPlaybackNotFoundError.Builder code(java.util.Optional<java.lang.Double> code) -Displays the error code indicating the type of the error. - - - - - - - -message -public MediaOrPlaybackNotFoundError.Builder message(java.lang.String message) -A descriptive message providing more details for the error. - - - - - - - -message -public MediaOrPlaybackNotFoundError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error. - - - - - - - -description -public MediaOrPlaybackNotFoundError.Builder description(java.lang.String description) -A detailed explanation of the possible causes for the error. - - - - - - - -description -public MediaOrPlaybackNotFoundError.Builder description(java.util.Optional<java.lang.String> description) -A detailed explanation of the possible causes for the error. - - - - - - - -build -public MediaOrPlaybackNotFoundError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -MediaOrPlaybackNotFoundError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -MediaOrPlaybackNotFoundError() - - - -MediaOrPlaybackNotFoundError(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 Type -Method -Description - - -static MediaOrPlaybackNotFoundError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -MediaOrPlaybackNotFoundError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -MediaOrPlaybackNotFoundError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -MediaOrPlaybackNotFoundError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -MediaOrPlaybackNotFoundError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -MediaOrPlaybackNotFoundError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -MediaOrPlaybackNotFoundError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final MediaOrPlaybackNotFoundError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -Class MediaOrPlaybackNotFoundException.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder - - - - - - - -Enclosing class: -MediaOrPlaybackNotFoundException - - -public static final class MediaOrPlaybackNotFoundException.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -MediaOrPlaybackNotFoundException -build() - - - -MediaOrPlaybackNotFoundException.Builder -error(MediaOrPlaybackNotFoundError error) - -Displays details about the reasons behind the request's failure. - - - -MediaOrPlaybackNotFoundException.Builder -error(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error) - -Displays details about the reasons behind the request's failure. - - - -MediaOrPlaybackNotFoundException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -MediaOrPlaybackNotFoundException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public MediaOrPlaybackNotFoundException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public MediaOrPlaybackNotFoundException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public MediaOrPlaybackNotFoundException.Builder error(MediaOrPlaybackNotFoundError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public MediaOrPlaybackNotFoundException.Builder error(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public MediaOrPlaybackNotFoundException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -MediaOrPlaybackNotFoundException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -MediaOrPlaybackNotFoundException() - - - -MediaOrPlaybackNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaOrPlaybackNotFoundError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static MediaOrPlaybackNotFoundException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<MediaOrPlaybackNotFoundError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -MediaOrPlaybackNotFoundException -withError(MediaOrPlaybackNotFoundError error) - -Displays details about the reasons behind the request's failure. - - - -MediaOrPlaybackNotFoundException -withError(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error) - -Displays details about the reasons behind the request's failure. - - - -MediaOrPlaybackNotFoundException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -MediaOrPlaybackNotFoundException -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final MediaOrPlaybackNotFoundException.Builder builder() - - - - - - - -withSuccess -public MediaOrPlaybackNotFoundException withSuccess(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -withSuccess -public MediaOrPlaybackNotFoundException withSuccess(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -withError -public MediaOrPlaybackNotFoundException withError(MediaOrPlaybackNotFoundError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public MediaOrPlaybackNotFoundException withError(java.util.Optional<? extends MediaOrPlaybackNotFoundError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundError -build() - - - -NotFoundError.Builder -error(NotFoundErrorError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundError.Builder -error(java.util.Optional<? extends NotFoundErrorError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundError.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundError.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public NotFoundError.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public NotFoundError.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public NotFoundError.Builder error(NotFoundErrorError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public NotFoundError.Builder error(java.util.Optional<? extends NotFoundErrorError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public NotFoundError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Class -Description - - -static class -NotFoundError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -NotFoundError() - - - -NotFoundError(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static NotFoundError.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<NotFoundErrorError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -NotFoundError -withError(NotFoundErrorError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundError -withError(java.util.Optional<? extends NotFoundErrorError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundError -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundError -withSuccess(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. - - - - - - - -builder -public static final NotFoundError.Builder builder() - - - - - - - -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(NotFoundErrorError error) -Displays details about the reasons behind the request's failure. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundErrorError -build() - - - -NotFoundErrorError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorError.Builder -message(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 - - - - - -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. - - - - - - - -build -public NotFoundErrorError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -NotFoundErrorError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static NotFoundErrorError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -NotFoundErrorError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorError -withMessage(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. - - - - - - - -builder -public static final NotFoundErrorError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundErrorPlaybackId -build() - - - -NotFoundErrorPlaybackId.Builder -error(NotFoundErrorPlaybackIdError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorPlaybackId.Builder -error(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorPlaybackId.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundErrorPlaybackId.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public NotFoundErrorPlaybackId.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public NotFoundErrorPlaybackId.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public NotFoundErrorPlaybackId.Builder error(NotFoundErrorPlaybackIdError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public NotFoundErrorPlaybackId.Builder error(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public NotFoundErrorPlaybackId build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -NotFoundErrorPlaybackId.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -NotFoundErrorPlaybackId() - - - -NotFoundErrorPlaybackId(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorPlaybackIdError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static NotFoundErrorPlaybackId.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<NotFoundErrorPlaybackIdError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -NotFoundErrorPlaybackId -withError(NotFoundErrorPlaybackIdError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorPlaybackId -withError(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorPlaybackId -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundErrorPlaybackId -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final NotFoundErrorPlaybackId.Builder builder() - - - - - - - -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. - - - - - - - -withError -public NotFoundErrorPlaybackId withError(NotFoundErrorPlaybackIdError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public NotFoundErrorPlaybackId withError(java.util.Optional<? extends NotFoundErrorPlaybackIdError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundErrorPlaybackIdError -build() - - - -NotFoundErrorPlaybackIdError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorPlaybackIdError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorPlaybackIdError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorPlaybackIdError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorPlaybackIdError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorPlaybackIdError.Builder -message(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 - - - - - -code -public NotFoundErrorPlaybackIdError.Builder code(double code) -Displays the error code indicating the type of the error. - - - - - - - -code -public NotFoundErrorPlaybackIdError.Builder code(java.util.Optional<java.lang.Double> code) -Displays the error code indicating the type of the error. - - - - - - - -message -public NotFoundErrorPlaybackIdError.Builder message(java.lang.String message) -A descriptive message providing more details for the error. - - - - - - - -message -public NotFoundErrorPlaybackIdError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error. - - - - - - - -description -public NotFoundErrorPlaybackIdError.Builder description(java.lang.String description) -A detailed explanation of the possible causes for the error. - - - - - - - -description -public NotFoundErrorPlaybackIdError.Builder description(java.util.Optional<java.lang.String> description) -A detailed explanation of the possible causes for the error. - - - - - - - -build -public NotFoundErrorPlaybackIdError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -NotFoundErrorPlaybackIdError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -NotFoundErrorPlaybackIdError() - - - -NotFoundErrorPlaybackIdError(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 Type -Method -Description - - -static NotFoundErrorPlaybackIdError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -NotFoundErrorPlaybackIdError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorPlaybackIdError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorPlaybackIdError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorPlaybackIdError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorPlaybackIdError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorPlaybackIdError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final NotFoundErrorPlaybackIdError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundErrorSimulcast -build() - - - -NotFoundErrorSimulcast.Builder -error(NotFoundErrorSimulcastError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorSimulcast.Builder -error(java.util.Optional<? extends NotFoundErrorSimulcastError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorSimulcast.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundErrorSimulcast.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public NotFoundErrorSimulcast.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public NotFoundErrorSimulcast.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public NotFoundErrorSimulcast.Builder error(NotFoundErrorSimulcastError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public NotFoundErrorSimulcast.Builder error(java.util.Optional<? extends NotFoundErrorSimulcastError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public NotFoundErrorSimulcast build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -NotFoundErrorSimulcast.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -NotFoundErrorSimulcast() - - - -NotFoundErrorSimulcast(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorSimulcastError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static NotFoundErrorSimulcast.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<NotFoundErrorSimulcastError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -NotFoundErrorSimulcast -withError(NotFoundErrorSimulcastError error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorSimulcast -withError(java.util.Optional<? extends NotFoundErrorSimulcastError> error) - -Displays details about the reasons behind the request's failure. - - - -NotFoundErrorSimulcast -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -NotFoundErrorSimulcast -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final NotFoundErrorSimulcast.Builder builder() - - - - - - - -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. - - - - - - - -withError -public NotFoundErrorSimulcast withError(NotFoundErrorSimulcastError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public NotFoundErrorSimulcast withError(java.util.Optional<? extends NotFoundErrorSimulcastError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -NotFoundErrorSimulcastError -build() - - - -NotFoundErrorSimulcastError.Builder -code(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorSimulcastError.Builder -code(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorSimulcastError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorSimulcastError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorSimulcastError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorSimulcastError.Builder -message(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 - - - - - -code -public NotFoundErrorSimulcastError.Builder code(double code) -Displays the error code indicating the type of the error. - - - - - - - -code -public NotFoundErrorSimulcastError.Builder code(java.util.Optional<java.lang.Double> code) -Displays the error code indicating the type of the error. - - - - - - - -message -public NotFoundErrorSimulcastError.Builder message(java.lang.String message) -A descriptive message providing more details for the error. - - - - - - - -message -public NotFoundErrorSimulcastError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error. - - - - - - - -description -public NotFoundErrorSimulcastError.Builder description(java.lang.String description) -A detailed explanation of the possible causes for the error. - - - - - - - -description -public NotFoundErrorSimulcastError.Builder description(java.util.Optional<java.lang.String> description) -A detailed explanation of the possible causes for the error. - - - - - - - -build -public NotFoundErrorSimulcastError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -NotFoundErrorSimulcastError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -NotFoundErrorSimulcastError() - - - -NotFoundErrorSimulcastError(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 Type -Method -Description - - -static NotFoundErrorSimulcastError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -NotFoundErrorSimulcastError -withCode(double code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorSimulcastError -withCode(java.util.Optional<java.lang.Double> code) - -Displays the error code indicating the type of the error. - - - -NotFoundErrorSimulcastError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorSimulcastError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -NotFoundErrorSimulcastError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -NotFoundErrorSimulcastError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final NotFoundErrorSimulcastError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUnavailableError -build() - - - -SimulcastUnavailableError.Builder -code(long code) - -An error code indicating the type of the error. - - - -SimulcastUnavailableError.Builder -code(java.util.Optional<java.lang.Long> code) - -An error code indicating the type of the error. - - - -SimulcastUnavailableError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -SimulcastUnavailableError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -SimulcastUnavailableError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error - - - -SimulcastUnavailableError.Builder -message(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 - - - - - -code -public SimulcastUnavailableError.Builder code(long code) -An error code indicating the type of the error. - - - - - - - -code -public SimulcastUnavailableError.Builder code(java.util.Optional<java.lang.Long> code) -An error code indicating the type of the error. - - - - - - - -message -public SimulcastUnavailableError.Builder message(java.lang.String message) -A descriptive message providing more details for the error - - - - - - - -message -public SimulcastUnavailableError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error - - - - - - - -description -public SimulcastUnavailableError.Builder description(java.lang.String description) -A detailed explanation of the possible causes for the error. - - - - - - - -description -public SimulcastUnavailableError.Builder description(java.util.Optional<java.lang.String> description) -A detailed explanation of the possible causes for the error. - - - - - - - -build -public SimulcastUnavailableError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUnavailableError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUnavailableError() - - - -SimulcastUnavailableError(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 Type -Method -Description - - -static SimulcastUnavailableError.Builder -builder() - - - -java.util.Optional<java.lang.Long> -code() - -An 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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error - - - -java.lang.String -toString() - - - -SimulcastUnavailableError -withCode(long code) - -An error code indicating the type of the error. - - - -SimulcastUnavailableError -withCode(java.util.Optional<java.lang.Long> code) - -An error code indicating the type of the error. - - - -SimulcastUnavailableError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -SimulcastUnavailableError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -SimulcastUnavailableError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error - - - -SimulcastUnavailableError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final SimulcastUnavailableError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -SimulcastUnavailableException -build() - - - -SimulcastUnavailableException.Builder -error(SimulcastUnavailableError error) - -Returns the problem that has occured. - - - -SimulcastUnavailableException.Builder -error(java.util.Optional<? extends SimulcastUnavailableError> error) - -Returns the problem that has occured. - - - -SimulcastUnavailableException.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastUnavailableException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public SimulcastUnavailableException.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public SimulcastUnavailableException.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -error -public SimulcastUnavailableException.Builder error(SimulcastUnavailableError error) -Returns the problem that has occured. - - - - - - - -error -public SimulcastUnavailableException.Builder error(java.util.Optional<? extends SimulcastUnavailableError> error) -Returns the problem that has occured. - - - - - - - -build -public SimulcastUnavailableException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SimulcastUnavailableException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SimulcastUnavailableException() - - - -SimulcastUnavailableException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUnavailableError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SimulcastUnavailableException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<SimulcastUnavailableError> -error() - -Returns the problem that has occured. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -SimulcastUnavailableException -withError(SimulcastUnavailableError error) - -Returns the problem that has occured. - - - -SimulcastUnavailableException -withError(java.util.Optional<? extends SimulcastUnavailableError> error) - -Returns the problem that has occured. - - - -SimulcastUnavailableException -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -SimulcastUnavailableException -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It 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 - - - - - -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. - - - - - - - -error -public java.util.Optional<SimulcastUnavailableError> error() -Returns the problem that has occured. - - - - - - - -builder -public static final SimulcastUnavailableException.Builder builder() - - - - - - - -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. - - - - - - - -withError -public SimulcastUnavailableException withError(SimulcastUnavailableError error) -Returns the problem that has occured. - - - - - - - -withError -public SimulcastUnavailableException withError(java.util.Optional<? extends SimulcastUnavailableError> error) -Returns the problem that has occured. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UnauthorizedError -build() - - - -UnauthorizedError.Builder -code(long code) - -Displays the error code indicating the type of the error. - - - -UnauthorizedError.Builder -code(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -UnauthorizedError.Builder -description(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -UnauthorizedError.Builder -description(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -UnauthorizedError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error. - - - -UnauthorizedError.Builder -message(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 - - - - - -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. - - - - - - - -build -public UnauthorizedError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 Type -Class -Description - - -static class -UnauthorizedError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static UnauthorizedError.Builder -builder() - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error. - - - -java.lang.String -toString() - - - -UnauthorizedError -withCode(long code) - -Displays the error code indicating the type of the error. - - - -UnauthorizedError -withCode(java.util.Optional<java.lang.Long> code) - -Displays the error code indicating the type of the error. - - - -UnauthorizedError -withDescription(java.lang.String description) - -A detailed explanation of the possible causes for the error. - - - -UnauthorizedError -withDescription(java.util.Optional<java.lang.String> description) - -A detailed explanation of the possible causes for the error. - - - -UnauthorizedError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error. - - - -UnauthorizedError -withMessage(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. - - - - - - - -builder -public static final UnauthorizedError.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UnauthorizedException -build() - - - -UnauthorizedException.Builder -error(UnauthorizedError error) - -Displays details about the reasons behind the request's failure. - - - -UnauthorizedException.Builder -error(java.util.Optional<? extends UnauthorizedError> error) - -Displays details about the reasons behind the request's failure. - - - -UnauthorizedException.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -UnauthorizedException.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public UnauthorizedException.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public UnauthorizedException.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -error -public UnauthorizedException.Builder error(UnauthorizedError error) -Displays details about the reasons behind the request's failure. - - - - - - - -error -public UnauthorizedException.Builder error(java.util.Optional<? extends UnauthorizedError> error) -Displays details about the reasons behind the request's failure. - - - - - - - -build -public UnauthorizedException build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UnauthorizedException.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UnauthorizedException() - - - -UnauthorizedException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends UnauthorizedError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UnauthorizedException.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<UnauthorizedError> -error() - -Displays details about the reasons behind the request's failure. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -UnauthorizedException -withError(UnauthorizedError error) - -Displays details about the reasons behind the request's failure. - - - -UnauthorizedException -withError(java.util.Optional<? extends UnauthorizedError> error) - -Displays details about the reasons behind the request's failure. - - - -UnauthorizedException -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -UnauthorizedException -withSuccess(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 - - - - - -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. - - - - - - - -builder -public static final UnauthorizedException.Builder builder() - - - - - - - -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. - - - - - - - -withError -public UnauthorizedException withError(UnauthorizedError error) -Displays details about the reasons behind the request's failure. - - - - - - - -withError -public UnauthorizedException withError(java.util.Optional<? extends UnauthorizedError> 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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ValidationErrorResponse -build() - - - -ValidationErrorResponse.Builder -error(ValidationErrorResponseError error) - -Returns the problem that has occured - - - -ValidationErrorResponse.Builder -error(java.util.Optional<? extends ValidationErrorResponseError> error) - -Returns the problem that has occured - - - -ValidationErrorResponse.Builder -success(boolean success) - -It demonstrates whether the request is successful or not. - - - -ValidationErrorResponse.Builder -success(java.util.Optional<java.lang.Boolean> success) - -It demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public ValidationErrorResponse.Builder success(boolean success) -It demonstrates whether the request is successful or not. - - - - - - - -success -public ValidationErrorResponse.Builder success(java.util.Optional<java.lang.Boolean> success) -It demonstrates whether the request is successful or not. - - - - - - - -error -public ValidationErrorResponse.Builder error(ValidationErrorResponseError error) -Returns the problem that has occured - - - - - - - -error -public ValidationErrorResponse.Builder error(java.util.Optional<? extends ValidationErrorResponseError> error) -Returns the problem that has occured - - - - - - - -build -public ValidationErrorResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -ValidationErrorResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ValidationErrorResponse() - - - -ValidationErrorResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ValidationErrorResponseError> error) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static ValidationErrorResponse.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<ValidationErrorResponseError> -error() - -Returns the problem that has occured - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -It demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -ValidationErrorResponse -withError(ValidationErrorResponseError error) - -Returns the problem that has occured - - - -ValidationErrorResponse -withError(java.util.Optional<? extends ValidationErrorResponseError> error) - -Returns the problem that has occured - - - -ValidationErrorResponse -withSuccess(boolean success) - -It demonstrates whether the request is successful or not. - - - -ValidationErrorResponse -withSuccess(java.util.Optional<java.lang.Boolean> success) - -It 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 - - - - - -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. - - - - - - - -error -public java.util.Optional<ValidationErrorResponseError> error() -Returns the problem that has occured - - - - - - - -builder -public static final ValidationErrorResponse.Builder builder() - - - - - - - -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. - - - - - - - -withError -public ValidationErrorResponse withError(ValidationErrorResponseError error) -Returns the problem that has occured - - - - - - - -withError -public ValidationErrorResponse withError(java.util.Optional<? extends ValidationErrorResponseError> error) -Returns the problem that has occured - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ValidationErrorResponseError -build() - - - -ValidationErrorResponseError.Builder -code(long code) - -An error code indicating the type of the error. - - - -ValidationErrorResponseError.Builder -code(java.util.Optional<java.lang.Long> code) - -An error code indicating the type of the error. - - - -ValidationErrorResponseError.Builder -fields(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. - - - -ValidationErrorResponseError.Builder -fields(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. - - - -ValidationErrorResponseError.Builder -message(java.lang.String message) - -A descriptive message providing more details for the error - - - -ValidationErrorResponseError.Builder -message(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 - - - - - -code -public ValidationErrorResponseError.Builder code(long code) -An error code indicating the type of the error. - - - - - - - -code -public ValidationErrorResponseError.Builder code(java.util.Optional<java.lang.Long> code) -An error code indicating the type of the error. - - - - - - - -message -public ValidationErrorResponseError.Builder message(java.lang.String message) -A descriptive message providing more details for the error - - - - - - - -message -public ValidationErrorResponseError.Builder message(java.util.Optional<java.lang.String> message) -A descriptive message providing more details for the error - - - - - - - -fields -public ValidationErrorResponseError.Builder fields(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. - - - - - - - -fields -public ValidationErrorResponseError.Builder fields(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. - - - - - - - -build -public ValidationErrorResponseError build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors -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 - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -ValidationErrorResponseError.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ValidationErrorResponseError() - - - -ValidationErrorResponseError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<? extends java.util.List<Field>> fields) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static ValidationErrorResponseError.Builder -builder() - - - -java.util.Optional<java.lang.Long> -code() - -An error code indicating the type of the error. - - - -boolean -equals(java.lang.Object o) - - - -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. - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -message() - -A descriptive message providing more details for the error - - - -java.lang.String -toString() - - - -ValidationErrorResponseError -withCode(long code) - -An error code indicating the type of the error. - - - -ValidationErrorResponseError -withCode(java.util.Optional<java.lang.Long> code) - -An error code indicating the type of the error. - - - -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. - - - -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. - - - -ValidationErrorResponseError -withMessage(java.lang.String message) - -A descriptive message providing more details for the error - - - -ValidationErrorResponseError -withMessage(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 - - - - - -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. - - - - - - - -builder -public static final ValidationErrorResponseError.Builder builder() - - - - - - - -withCode -public ValidationErrorResponseError withCode(long code) -An error code indicating the type of the error. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Package io.fastpix.sdk.models.errors - - - - - -Class Summary - -Class -Description - - - -BadRequestError - -BadRequestError - - - -BadRequestError.Builder - - - -BadRequestException.Builder - - - -Field - - - -Field.Builder - - - -ForbiddenError - -ForbiddenError - - - -ForbiddenError.Builder - - - -ForbiddenException.Builder - - - -InvalidPermissionError - -InvalidPermissionError - - - -InvalidPermissionError.Builder - - - -InvalidPermissionException.Builder - - - -MediaNotFoundError - -MediaNotFoundError - - - -MediaNotFoundError.Builder - - - -MediaNotFoundException.Builder - - - -MediaOrPlaybackNotFoundError - -MediaOrPlaybackNotFoundError - - - -MediaOrPlaybackNotFoundError.Builder - - - -MediaOrPlaybackNotFoundException.Builder - - - -NotFoundError.Builder - - - -NotFoundErrorError - -NotFoundErrorError - - - -NotFoundErrorError.Builder - - - -NotFoundErrorPlaybackId.Builder - - - -NotFoundErrorPlaybackIdError - -NotFoundErrorPlaybackIdError - - - -NotFoundErrorPlaybackIdError.Builder - - - -NotFoundErrorSimulcast.Builder - - - -NotFoundErrorSimulcastError - -NotFoundErrorSimulcastError - - - -NotFoundErrorSimulcastError.Builder - - - -SimulcastUnavailableError - -SimulcastUnavailableError - - - -SimulcastUnavailableError.Builder - - - -SimulcastUnavailableException.Builder - - - -UnauthorizedError - -UnauthorizedError - - - -UnauthorizedError.Builder - - - -UnauthorizedException.Builder - - - -ValidationErrorResponse.Builder - - - -ValidationErrorResponseError - -ValidationErrorResponseError - - - -ValidationErrorResponseError.Builder - - - - - - - -Exception Summary - -Exception -Description - - - -APIException - -Thrown by a service call when an error response occurs. - - - -AuthException - -An exception associated with Authentication or Authorization. - - - -BadRequestException - - - -ForbiddenException - - - -InvalidPermissionException - - - -MediaNotFoundException - - - -MediaOrPlaybackNotFoundException - - - -NotFoundError - - - -NotFoundErrorPlaybackId - - - -NotFoundErrorSimulcast - - - -SimulcastUnavailableException - - - -UnauthorizedException - - - -ValidationErrorResponse - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Hierarchy For Package io.fastpix.sdk.models.errors -Package Hierarchies: - -All Packages - - - - -Class Hierarchy - -java.lang.Object - -io.fastpix.sdk.models.errors.BadRequestError -io.fastpix.sdk.models.errors.BadRequestError.Builder -io.fastpix.sdk.models.errors.BadRequestException.Builder -io.fastpix.sdk.models.errors.Field -io.fastpix.sdk.models.errors.Field.Builder -io.fastpix.sdk.models.errors.ForbiddenError -io.fastpix.sdk.models.errors.ForbiddenError.Builder -io.fastpix.sdk.models.errors.ForbiddenException.Builder -io.fastpix.sdk.models.errors.InvalidPermissionError -io.fastpix.sdk.models.errors.InvalidPermissionError.Builder -io.fastpix.sdk.models.errors.InvalidPermissionException.Builder -io.fastpix.sdk.models.errors.MediaNotFoundError -io.fastpix.sdk.models.errors.MediaNotFoundError.Builder -io.fastpix.sdk.models.errors.MediaNotFoundException.Builder -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder -io.fastpix.sdk.models.errors.NotFoundError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorError -io.fastpix.sdk.models.errors.NotFoundErrorError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder -io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError -io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder -io.fastpix.sdk.models.errors.SimulcastUnavailableError -io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder -io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder -java.lang.Throwable (implements java.io.Serializable) - -java.lang.Exception - -io.fastpix.sdk.models.errors.APIException -java.lang.RuntimeException - -io.fastpix.sdk.models.errors.AuthException -io.fastpix.sdk.models.errors.BadRequestException -io.fastpix.sdk.models.errors.ForbiddenException -io.fastpix.sdk.models.errors.InvalidPermissionException -io.fastpix.sdk.models.errors.MediaNotFoundException -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException -io.fastpix.sdk.models.errors.NotFoundError -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId -io.fastpix.sdk.models.errors.NotFoundErrorSimulcast -io.fastpix.sdk.models.errors.SimulcastUnavailableException -io.fastpix.sdk.models.errors.UnauthorizedException -io.fastpix.sdk.models.errors.ValidationErrorResponse - - - - - - -io.fastpix.sdk.models.errors.UnauthorizedError -io.fastpix.sdk.models.errors.UnauthorizedError.Builder -io.fastpix.sdk.models.errors.UnauthorizedException.Builder -io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder -io.fastpix.sdk.models.errors.ValidationErrorResponseError -io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum CreateMediaPlaybackIdAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaPlaybackIdAccessPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -DRM - - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaPlaybackIdAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaPlaybackIdAccessPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaPlaybackIdAccessPolicy[] -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 - - - - - -PUBLIC -public static final CreateMediaPlaybackIdAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final CreateMediaPlaybackIdAccessPolicy PRIVATE - - - - - - - -DRM -public static final CreateMediaPlaybackIdAccessPolicy DRM - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaPlaybackIdAccessPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdAccessRestrictions.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder - - - - - - - -Enclosing class: -CreateMediaPlaybackIdAccessRestrictions - - -public static final class CreateMediaPlaybackIdAccessRestrictions.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdAccessRestrictions -build() - - - -CreateMediaPlaybackIdAccessRestrictions.Builder -domains(CreateMediaPlaybackIdDomains domains) - - - -CreateMediaPlaybackIdAccessRestrictions.Builder -domains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains) - - - -CreateMediaPlaybackIdAccessRestrictions.Builder -userAgents(CreateMediaPlaybackIdUserAgents userAgents) - - - -CreateMediaPlaybackIdAccessRestrictions.Builder -userAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -domains -public CreateMediaPlaybackIdAccessRestrictions.Builder domains(CreateMediaPlaybackIdDomains domains) - - - - - - - -domains -public CreateMediaPlaybackIdAccessRestrictions.Builder domains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains) - - - - - - - -userAgents -public CreateMediaPlaybackIdAccessRestrictions.Builder userAgents(CreateMediaPlaybackIdUserAgents userAgents) - - - - - - - -userAgents -public CreateMediaPlaybackIdAccessRestrictions.Builder userAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - -build -public CreateMediaPlaybackIdAccessRestrictions build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdAccessRestrictions - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions - - - - - - - -public class CreateMediaPlaybackIdAccessRestrictions -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdAccessRestrictions.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdAccessRestrictions() - - - -CreateMediaPlaybackIdAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains, - java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaPlaybackIdAccessRestrictions.Builder -builder() - - - -java.util.Optional<CreateMediaPlaybackIdDomains> -domains() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.util.Optional<CreateMediaPlaybackIdUserAgents> -userAgents() - - - -CreateMediaPlaybackIdAccessRestrictions -withDomains(CreateMediaPlaybackIdDomains domains) - - - -CreateMediaPlaybackIdAccessRestrictions -withDomains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains) - - - -CreateMediaPlaybackIdAccessRestrictions -withUserAgents(CreateMediaPlaybackIdUserAgents userAgents) - - - -CreateMediaPlaybackIdAccessRestrictions -withUserAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaPlaybackIdAccessRestrictions -public CreateMediaPlaybackIdAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains, - java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - -CreateMediaPlaybackIdAccessRestrictions -public CreateMediaPlaybackIdAccessRestrictions() - - - - - - - - - - - -Method Detail - - - - - -domains -public java.util.Optional<CreateMediaPlaybackIdDomains> domains() - - - - - - - -userAgents -public java.util.Optional<CreateMediaPlaybackIdUserAgents> userAgents() - - - - - - - -builder -public static final CreateMediaPlaybackIdAccessRestrictions.Builder builder() - - - - - - - -withDomains -public CreateMediaPlaybackIdAccessRestrictions withDomains(CreateMediaPlaybackIdDomains domains) - - - - - - - -withDomains -public CreateMediaPlaybackIdAccessRestrictions withDomains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains) - - - - - - - -withUserAgents -public CreateMediaPlaybackIdAccessRestrictions withUserAgents(CreateMediaPlaybackIdUserAgents userAgents) - - - - - - - -withUserAgents -public CreateMediaPlaybackIdAccessRestrictions withUserAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents) - - - - - - - -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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdDomains.Builder -allow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -CreateMediaPlaybackIdDomains -build() - - - -CreateMediaPlaybackIdDomains.Builder -defaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaPlaybackIdDomains.Builder -defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaPlaybackIdDomains.Builder -deny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -build -public CreateMediaPlaybackIdDomains build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdDomains - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains - - - - - - - -public class CreateMediaPlaybackIdDomains -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdDomains.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdDomains() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<java.util.List<java.lang.String>> -allow() - -A list of domain names or patterns that are explicitly allowed access. - - - -static CreateMediaPlaybackIdDomains.Builder -builder() - - - -java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for domains. - - - -java.util.Optional<java.util.List<java.lang.String>> -deny() - -A list of domain names or patterns that are explicitly denied access. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -CreateMediaPlaybackIdDomains -withAllow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -CreateMediaPlaybackIdDomains -withDefaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaPlaybackIdDomains -withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -CreateMediaPlaybackIdDomains -withDeny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final CreateMediaPlaybackIdDomains.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum CreateMediaPlaybackIdDomainsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaPlaybackIdDomainsDefaultPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaPlaybackIdDomainsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaPlaybackIdDomainsDefaultPolicy[] -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 - - - - - -ALLOW -public static final CreateMediaPlaybackIdDomainsDefaultPolicy ALLOW - - - - - - - -DENY -public static final CreateMediaPlaybackIdDomainsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdRequest -build() - - - -CreateMediaPlaybackIdRequest.Builder -mediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -CreateMediaPlaybackIdRequest.Builder -requestBody(CreateMediaPlaybackIdRequestBody requestBody) - -Request body for creating playback id for an media - - - -CreateMediaPlaybackIdRequest.Builder -requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - -Request body for creating playback id for an media - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -mediaId -public CreateMediaPlaybackIdRequest.Builder mediaId(java.lang.String mediaId) -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - - - - - -requestBody -public CreateMediaPlaybackIdRequest.Builder requestBody(CreateMediaPlaybackIdRequestBody requestBody) -Request body for creating playback id for an media - - - - - - - -requestBody -public CreateMediaPlaybackIdRequest.Builder requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) -Request body for creating playback id for an media - - - - - - - -build -public CreateMediaPlaybackIdRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest - - - - - - - -public class CreateMediaPlaybackIdRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdRequest(java.lang.String mediaId) - - - -CreateMediaPlaybackIdRequest(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaPlaybackIdRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -java.util.Optional<CreateMediaPlaybackIdRequestBody> -requestBody() - -Request body for creating playback id for an media - - - -java.lang.String -toString() - - - -CreateMediaPlaybackIdRequest -withMediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -CreateMediaPlaybackIdRequest -withRequestBody(CreateMediaPlaybackIdRequestBody requestBody) - -Request body for creating playback id for an media - - - -CreateMediaPlaybackIdRequest -withRequestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - -Request body for creating playback id for an media - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -requestBody -public java.util.Optional<CreateMediaPlaybackIdRequestBody> requestBody() -Request body for creating playback id for an media - - - - - - - -builder -public static final CreateMediaPlaybackIdRequest.Builder builder() - - - - - - - -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. - - - - - - - -withRequestBody -public CreateMediaPlaybackIdRequest withRequestBody(CreateMediaPlaybackIdRequestBody requestBody) -Request body for creating playback id for an media - - - - - - - -withRequestBody -public CreateMediaPlaybackIdRequest withRequestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) -Request body for creating playback id for an media - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdRequestBody.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder - - - - - - - -Enclosing class: -CreateMediaPlaybackIdRequestBody - - -public static final class CreateMediaPlaybackIdRequestBody.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdRequestBody.Builder -accessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -CreateMediaPlaybackIdRequestBody.Builder -accessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions) - - - -CreateMediaPlaybackIdRequestBody.Builder -accessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - -CreateMediaPlaybackIdRequestBody -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public CreateMediaPlaybackIdRequestBody.Builder accessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -accessRestrictions -public CreateMediaPlaybackIdRequestBody.Builder accessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions) - - - - - - - -accessRestrictions -public CreateMediaPlaybackIdRequestBody.Builder accessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - -build -public CreateMediaPlaybackIdRequestBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdRequestBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy) - - - -CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdAccessPolicy -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -java.util.Optional<CreateMediaPlaybackIdAccessRestrictions> -accessRestrictions() - - - -static CreateMediaPlaybackIdRequestBody.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -CreateMediaPlaybackIdRequestBody -withAccessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -CreateMediaPlaybackIdRequestBody -withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions) - - - -CreateMediaPlaybackIdRequestBody -withAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaPlaybackIdRequestBody -public CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - -CreateMediaPlaybackIdRequestBody -public CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy) - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public CreateMediaPlaybackIdAccessPolicy accessPolicy() -Determines if access to the streamed content is kept private or available to all. - - - - - - - -accessRestrictions -public java.util.Optional<CreateMediaPlaybackIdAccessRestrictions> accessRestrictions() - - - - - - - -builder -public static final CreateMediaPlaybackIdRequestBody.Builder builder() - - - - - - - -withAccessPolicy -public CreateMediaPlaybackIdRequestBody withAccessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -withAccessRestrictions -public CreateMediaPlaybackIdRequestBody withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions) - - - - - - - -withAccessRestrictions -public CreateMediaPlaybackIdRequestBody withAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions) - - - - - - - -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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder - - - - - - - -public class CreateMediaPlaybackIdRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallCreateMediaPlaybackId sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdResponse -call() - - - -CreateMediaPlaybackIdRequestBuilder -mediaId(java.lang.String mediaId) - - - -CreateMediaPlaybackIdRequestBuilder -requestBody(CreateMediaPlaybackIdRequestBody requestBody) - - - -CreateMediaPlaybackIdRequestBuilder -requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaPlaybackIdRequestBuilder -public CreateMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallCreateMediaPlaybackId sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public CreateMediaPlaybackIdRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -requestBody -public CreateMediaPlaybackIdRequestBuilder requestBody(CreateMediaPlaybackIdRequestBody requestBody) - - - - - - - -requestBody -public CreateMediaPlaybackIdRequestBuilder requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - - - - - - - -call -public CreateMediaPlaybackIdResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdResponse -build() - - - -CreateMediaPlaybackIdResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateMediaPlaybackIdResponse.Builder -object(CreateMediaPlaybackIdResponseBody object) - -Playback id for an media - - - -CreateMediaPlaybackIdResponse.Builder -object(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object) - -Playback id for an media - - - -CreateMediaPlaybackIdResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateMediaPlaybackIdResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public CreateMediaPlaybackIdResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public CreateMediaPlaybackIdResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public CreateMediaPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public CreateMediaPlaybackIdResponse.Builder object(CreateMediaPlaybackIdResponseBody object) -Playback id for an media - - - - - - - -object -public CreateMediaPlaybackIdResponse.Builder object(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object) -Playback id for an media - - - - - - - -build -public CreateMediaPlaybackIdResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class CreateMediaPlaybackIdResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaPlaybackIdResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<CreateMediaPlaybackIdResponseBody> -object() - -Playback id for an media - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -CreateMediaPlaybackIdResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateMediaPlaybackIdResponse -withObject(CreateMediaPlaybackIdResponseBody object) - -Playback id for an media - - - -CreateMediaPlaybackIdResponse -withObject(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object) - -Playback id for an media - - - -CreateMediaPlaybackIdResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateMediaPlaybackIdResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<CreateMediaPlaybackIdResponseBody> object() -Playback id for an media - - - - - - - -builder -public static final CreateMediaPlaybackIdResponse.Builder builder() - - - - - - - -withContentType -public CreateMediaPlaybackIdResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public CreateMediaPlaybackIdResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public CreateMediaPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withObject -public CreateMediaPlaybackIdResponse withObject(CreateMediaPlaybackIdResponseBody object) -Playback id for an media - - - - - - - -withObject -public CreateMediaPlaybackIdResponse withObject(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object) -Playback id for an media - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdResponseBody.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder - - - - - - - -Enclosing class: -CreateMediaPlaybackIdResponseBody - - -public static final class CreateMediaPlaybackIdResponseBody.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdResponseBody -build() - - - -CreateMediaPlaybackIdResponseBody.Builder -data(Data data) - -Displays the result of the request. - - - -CreateMediaPlaybackIdResponseBody.Builder -data(java.util.Optional<? extends Data> data) - -Displays the result of the request. - - - -CreateMediaPlaybackIdResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -CreateMediaPlaybackIdResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public CreateMediaPlaybackIdResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public CreateMediaPlaybackIdResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public CreateMediaPlaybackIdResponseBody.Builder data(Data data) -Displays the result of the request. - - - - - - - -data -public CreateMediaPlaybackIdResponseBody.Builder data(java.util.Optional<? extends Data> data) -Displays the result of the request. - - - - - - - -build -public CreateMediaPlaybackIdResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody - - - - - - - -public class CreateMediaPlaybackIdResponseBody -extends java.lang.Object -CreateMediaPlaybackIdResponseBody - - Playback id for an media - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdResponseBody() - - - -CreateMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Data> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaPlaybackIdResponseBody.Builder -builder() - - - -java.util.Optional<Data> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -CreateMediaPlaybackIdResponseBody -withData(Data data) - -Displays the result of the request. - - - -CreateMediaPlaybackIdResponseBody -withData(java.util.Optional<? extends Data> data) - -Displays the result of the request. - - - -CreateMediaPlaybackIdResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -CreateMediaPlaybackIdResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final CreateMediaPlaybackIdResponseBody.Builder builder() - - - - - - - -withSuccess -public CreateMediaPlaybackIdResponseBody withSuccess(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -withSuccess -public CreateMediaPlaybackIdResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -withData -public CreateMediaPlaybackIdResponseBody withData(Data data) -Displays the result of the request. - - - - - - - -withData -public CreateMediaPlaybackIdResponseBody withData(java.util.Optional<? extends Data> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -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. - - - -CreateMediaPlaybackIdUserAgents -build() - - - -CreateMediaPlaybackIdUserAgents.Builder -defaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -CreateMediaPlaybackIdUserAgents.Builder -defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -build -public CreateMediaPlaybackIdUserAgents build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaPlaybackIdUserAgents - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents - - - - - - - -public class CreateMediaPlaybackIdUserAgents -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaPlaybackIdUserAgents.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaPlaybackIdUserAgents() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -static CreateMediaPlaybackIdUserAgents.Builder -builder() - - - -java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -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. - - - -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. - - - -CreateMediaPlaybackIdUserAgents -withDefaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -CreateMediaPlaybackIdUserAgents -withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final CreateMediaPlaybackIdUserAgents.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum CreateMediaPlaybackIdUserAgentsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<CreateMediaPlaybackIdUserAgentsDefaultPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static CreateMediaPlaybackIdUserAgentsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static CreateMediaPlaybackIdUserAgentsDefaultPolicy[] -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 - - - - - -ALLOW -public static final CreateMediaPlaybackIdUserAgentsDefaultPolicy ALLOW - - - - - - - -DENY -public static final CreateMediaPlaybackIdUserAgentsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaRequestBuilder - - - - - - - -public class CreateMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaRequestBuilder(SDKMethodInterfaces.MethodCallCreateMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaResponse -call() - - - -CreateMediaRequestBuilder -request(CreateMediaRequest request) - - - -CreateMediaRequestBuilder -request(java.util.Optional<? extends CreateMediaRequest> request) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateMediaRequestBuilder -public CreateMediaRequestBuilder(SDKMethodInterfaces.MethodCallCreateMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -request -public CreateMediaRequestBuilder request(CreateMediaRequest request) - - - - - - - -request -public CreateMediaRequestBuilder request(java.util.Optional<? extends CreateMediaRequest> request) - - - - - - - -call -public CreateMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaResponse -build() - - - -CreateMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateMediaResponse.Builder -object(CreateMediaResponseBody object) - -Media is created successfully - - - -CreateMediaResponse.Builder -object(java.util.Optional<? extends CreateMediaResponseBody> object) - -Media is created successfully - - - -CreateMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public CreateMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public CreateMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public CreateMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public CreateMediaResponse.Builder object(CreateMediaResponseBody object) -Media is created successfully - - - - - - - -object -public CreateMediaResponse.Builder object(java.util.Optional<? extends CreateMediaResponseBody> object) -Media is created successfully - - - - - - - -build -public CreateMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class CreateMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<CreateMediaResponseBody> -object() - -Media is created successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -CreateMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateMediaResponse -withObject(CreateMediaResponseBody object) - -Media is created successfully - - - -CreateMediaResponse -withObject(java.util.Optional<? extends CreateMediaResponseBody> object) - -Media is created successfully - - - -CreateMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<CreateMediaResponseBody> object() -Media is created successfully - - - - - - - -builder -public static final CreateMediaResponse.Builder builder() - - - - - - - -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 - - - - - - - -withObject -public CreateMediaResponse withObject(CreateMediaResponseBody object) -Media is created successfully - - - - - - - -withObject -public CreateMediaResponse withObject(java.util.Optional<? extends CreateMediaResponseBody> object) -Media is created successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateMediaResponseBody -build() - - - -CreateMediaResponseBody.Builder -data(CreateMediaResponse data) - - - -CreateMediaResponseBody.Builder -data(java.util.Optional<? extends CreateMediaResponse> data) - - - -CreateMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -CreateMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public CreateMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public CreateMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public CreateMediaResponseBody.Builder data(CreateMediaResponse data) - - - - - - - -data -public CreateMediaResponseBody.Builder data(java.util.Optional<? extends CreateMediaResponse> data) - - - - - - - -build -public CreateMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateMediaResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateMediaResponseBody - - - - - - - -public class CreateMediaResponseBody -extends java.lang.Object -CreateMediaResponseBody - - Media is created successfully - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateMediaResponseBody() - - - -CreateMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends CreateMediaResponse> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateMediaResponseBody.Builder -builder() - - - -java.util.Optional<CreateMediaResponse> -data() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -CreateMediaResponseBody -withData(CreateMediaResponse data) - - - -CreateMediaResponseBody -withData(java.util.Optional<? extends CreateMediaResponse> data) - - - -CreateMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -CreateMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -data -public java.util.Optional<CreateMediaResponse> data() - - - - - - - -builder -public static final CreateMediaResponseBody.Builder builder() - - - - - - - -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. - - - - - - - -withData -public CreateMediaResponseBody withData(CreateMediaResponse data) - - - - - - - -withData -public CreateMediaResponseBody withData(java.util.Optional<? extends CreateMediaResponse> data) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateNewStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder - - - - - - - -public class CreateNewStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateNewStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateNewStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateNewStreamResponse -call() - - - -CreateNewStreamRequestBuilder -request(CreateLiveStreamRequest request) - - - -CreateNewStreamRequestBuilder -request(java.util.Optional<? extends CreateLiveStreamRequest> request) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateNewStreamRequestBuilder -public CreateNewStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateNewStream sdk) - - - - - - - - - - - -Method Detail - - - - - -request -public CreateNewStreamRequestBuilder request(CreateLiveStreamRequest request) - - - - - - - -request -public CreateNewStreamRequestBuilder request(java.util.Optional<? extends CreateLiveStreamRequest> request) - - - - - - - -call -public CreateNewStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateNewStreamResponse -build() - - - -CreateNewStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateNewStreamResponse.Builder -liveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO) - -Stream created successfully - - - -CreateNewStreamResponse.Builder -liveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO) - -Stream created successfully - - - -CreateNewStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateNewStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public CreateNewStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public CreateNewStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public CreateNewStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -liveStreamResponseDTO -public CreateNewStreamResponse.Builder liveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO) -Stream created successfully - - - - - - - -liveStreamResponseDTO -public CreateNewStreamResponse.Builder liveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO) -Stream created successfully - - - - - - - -build -public CreateNewStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateNewStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateNewStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class CreateNewStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateNewStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateNewStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<LiveStreamResponseDTO> -liveStreamResponseDTO() - -Stream created successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -CreateNewStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateNewStreamResponse -withLiveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO) - -Stream created successfully - - - -CreateNewStreamResponse -withLiveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO) - -Stream created successfully - - - -CreateNewStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateNewStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final CreateNewStreamResponse.Builder builder() - - - - - - - -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 - - - - - - - -withLiveStreamResponseDTO -public CreateNewStreamResponse withLiveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO) -Stream created successfully - - - - - - - -withLiveStreamResponseDTO -public CreateNewStreamResponse withLiveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO) -Stream created successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreatePlaybackIdOfStreamRequest -build() - - - -CreatePlaybackIdOfStreamRequest.Builder -playbackIdRequest(PlaybackIdRequest playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequest.Builder -playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public CreatePlaybackIdOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -playbackIdRequest -public CreatePlaybackIdOfStreamRequest.Builder playbackIdRequest(PlaybackIdRequest playbackIdRequest) - - - - - - - -playbackIdRequest -public CreatePlaybackIdOfStreamRequest.Builder playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - - - - - -build -public CreatePlaybackIdOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreatePlaybackIdOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest - - - - - - - -public class CreatePlaybackIdOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreatePlaybackIdOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreatePlaybackIdOfStreamRequest(java.lang.String streamId) - - - -CreatePlaybackIdOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreatePlaybackIdOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PlaybackIdRequest> -playbackIdRequest() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -CreatePlaybackIdOfStreamRequest -withPlaybackIdRequest(PlaybackIdRequest playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequest -withPlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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() - - - - - - - -builder -public static final CreatePlaybackIdOfStreamRequest.Builder builder() - - - - - - - -withStreamId -public CreatePlaybackIdOfStreamRequest withStreamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -withPlaybackIdRequest -public CreatePlaybackIdOfStreamRequest withPlaybackIdRequest(PlaybackIdRequest playbackIdRequest) - - - - - - - -withPlaybackIdRequest -public CreatePlaybackIdOfStreamRequest withPlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreatePlaybackIdOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder - - - - - - - -public class CreatePlaybackIdOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreatePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreatePlaybackIdOfStreamResponse -call() - - - -CreatePlaybackIdOfStreamRequestBuilder -playbackIdRequest(PlaybackIdRequest playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequestBuilder -playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - -CreatePlaybackIdOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreatePlaybackIdOfStreamRequestBuilder -public CreatePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public CreatePlaybackIdOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -playbackIdRequest -public CreatePlaybackIdOfStreamRequestBuilder playbackIdRequest(PlaybackIdRequest playbackIdRequest) - - - - - - - -playbackIdRequest -public CreatePlaybackIdOfStreamRequestBuilder playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - - - - - -call -public CreatePlaybackIdOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreatePlaybackIdOfStreamResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder - - - - - - - -Enclosing class: -CreatePlaybackIdOfStreamResponse - - -public static final class CreatePlaybackIdOfStreamResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreatePlaybackIdOfStreamResponse -build() - - - -CreatePlaybackIdOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreatePlaybackIdOfStreamResponse.Builder -playbackIdResponse(PlaybackIdResponse playbackIdResponse) - -New PlaybackId created successfully - - - -CreatePlaybackIdOfStreamResponse.Builder -playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - -New PlaybackId created successfully - - - -CreatePlaybackIdOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreatePlaybackIdOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public CreatePlaybackIdOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public CreatePlaybackIdOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public CreatePlaybackIdOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -playbackIdResponse -public CreatePlaybackIdOfStreamResponse.Builder playbackIdResponse(PlaybackIdResponse playbackIdResponse) -New PlaybackId created successfully - - - - - - - -playbackIdResponse -public CreatePlaybackIdOfStreamResponse.Builder playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) -New PlaybackId created successfully - - - - - - - -build -public CreatePlaybackIdOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreatePlaybackIdOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class CreatePlaybackIdOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreatePlaybackIdOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreatePlaybackIdOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PlaybackIdResponse> -playbackIdResponse() - -New PlaybackId created successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -CreatePlaybackIdOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreatePlaybackIdOfStreamResponse -withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse) - -New PlaybackId created successfully - - - -CreatePlaybackIdOfStreamResponse -withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - -New PlaybackId created successfully - - - -CreatePlaybackIdOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreatePlaybackIdOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final CreatePlaybackIdOfStreamResponse.Builder builder() - - - - - - - -withContentType -public CreatePlaybackIdOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public CreatePlaybackIdOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public CreatePlaybackIdOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withPlaybackIdResponse -public CreatePlaybackIdOfStreamResponse withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse) -New PlaybackId created successfully - - - - - - - -withPlaybackIdResponse -public CreatePlaybackIdOfStreamResponse withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) -New PlaybackId created successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateSimulcastOfStreamRequest -build() - - - -CreateSimulcastOfStreamRequest.Builder -simulcastRequest(SimulcastRequest simulcastRequest) - - - -CreateSimulcastOfStreamRequest.Builder -simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - -CreateSimulcastOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public CreateSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -simulcastRequest -public CreateSimulcastOfStreamRequest.Builder simulcastRequest(SimulcastRequest simulcastRequest) - - - - - - - -simulcastRequest -public CreateSimulcastOfStreamRequest.Builder simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - - - - - -build -public CreateSimulcastOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateSimulcastOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest - - - - - - - -public class CreateSimulcastOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateSimulcastOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateSimulcastOfStreamRequest(java.lang.String streamId) - - - -CreateSimulcastOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateSimulcastOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<SimulcastRequest> -simulcastRequest() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -CreateSimulcastOfStreamRequest -withSimulcastRequest(SimulcastRequest simulcastRequest) - - - -CreateSimulcastOfStreamRequest -withSimulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - -CreateSimulcastOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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() - - - - - - - -builder -public static final CreateSimulcastOfStreamRequest.Builder builder() - - - - - - - -withStreamId -public CreateSimulcastOfStreamRequest withStreamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -withSimulcastRequest -public CreateSimulcastOfStreamRequest withSimulcastRequest(SimulcastRequest simulcastRequest) - - - - - - - -withSimulcastRequest -public CreateSimulcastOfStreamRequest withSimulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateSimulcastOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder - - - - - - - -public class CreateSimulcastOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateSimulcastOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateSimulcastOfStreamResponse -call() - - - -CreateSimulcastOfStreamRequestBuilder -simulcastRequest(SimulcastRequest simulcastRequest) - - - -CreateSimulcastOfStreamRequestBuilder -simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - -CreateSimulcastOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -CreateSimulcastOfStreamRequestBuilder -public CreateSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateSimulcastOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public CreateSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -simulcastRequest -public CreateSimulcastOfStreamRequestBuilder simulcastRequest(SimulcastRequest simulcastRequest) - - - - - - - -simulcastRequest -public CreateSimulcastOfStreamRequestBuilder simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - - - - - -call -public CreateSimulcastOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -CreateSimulcastOfStreamResponse -build() - - - -CreateSimulcastOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateSimulcastOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateSimulcastOfStreamResponse.Builder -simulcastResponse(SimulcastResponse simulcastResponse) - -New Simulcast created successfully - - - -CreateSimulcastOfStreamResponse.Builder -simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) - -New Simulcast created successfully - - - -CreateSimulcastOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public CreateSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public CreateSimulcastOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public CreateSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -simulcastResponse -public CreateSimulcastOfStreamResponse.Builder simulcastResponse(SimulcastResponse simulcastResponse) -New Simulcast created successfully - - - - - - - -simulcastResponse -public CreateSimulcastOfStreamResponse.Builder simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) -New Simulcast created successfully - - - - - - - -build -public CreateSimulcastOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class CreateSimulcastOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class CreateSimulcastOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -CreateSimulcastOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static CreateSimulcastOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -java.util.Optional<SimulcastResponse> -simulcastResponse() - -New Simulcast created successfully - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -CreateSimulcastOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -CreateSimulcastOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -CreateSimulcastOfStreamResponse -withSimulcastResponse(SimulcastResponse simulcastResponse) - -New Simulcast created successfully - - - -CreateSimulcastOfStreamResponse -withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) - -New Simulcast created successfully - - - -CreateSimulcastOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final CreateSimulcastOfStreamResponse.Builder builder() - - - - - - - -withContentType -public CreateSimulcastOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public CreateSimulcastOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public CreateSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withSimulcastResponse -public CreateSimulcastOfStreamResponse withSimulcastResponse(SimulcastResponse simulcastResponse) -New Simulcast created successfully - - - - - - - -withSimulcastResponse -public CreateSimulcastOfStreamResponse withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) -New Simulcast created successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Method -Description - - -Data -build() - - - -Data.Builder -playbackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Data.Builder -playbackIds(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Class -Description - - -static class -Data.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Data() - - - -Data(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Data.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.util.List<PlaybackId>> -playbackIds() - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -java.lang.String -toString() - - - -Data -withPlaybackIds(java.util.List<PlaybackId> playbackIds) - -A collection of Playback ID objects utilized for crafting HLS playback URLs. - - - -Data -withPlaybackIds(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteLiveStreamRequest -build() - - - -DeleteLiveStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeleteLiveStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -build -public DeleteLiveStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteLiveStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteLiveStreamRequest - - - - - - - -public class DeleteLiveStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteLiveStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteLiveStreamRequest(java.lang.String streamId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteLiveStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -DeleteLiveStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DeleteLiveStreamRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteLiveStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder - - - - - - - -public class DeleteLiveStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteLiveStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteLiveStreamResponse -call() - - - -DeleteLiveStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DeleteLiveStreamRequestBuilder -public DeleteLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteLiveStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeleteLiveStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -call -public DeleteLiveStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteLiveStreamResponse -build() - - - -DeleteLiveStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteLiveStreamResponse.Builder -liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) - -Stream deleted successfully - - - -DeleteLiveStreamResponse.Builder -liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - -Stream deleted successfully - - - -DeleteLiveStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteLiveStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DeleteLiveStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DeleteLiveStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DeleteLiveStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -liveStreamDeleteResponse -public DeleteLiveStreamResponse.Builder liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) -Stream deleted successfully - - - - - - - -liveStreamDeleteResponse -public DeleteLiveStreamResponse.Builder liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) -Stream deleted successfully - - - - - - - -build -public DeleteLiveStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteLiveStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteLiveStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DeleteLiveStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteLiveStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteLiveStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<LiveStreamDeleteResponse> -liveStreamDeleteResponse() - -Stream deleted successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DeleteLiveStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteLiveStreamResponse -withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) - -Stream deleted successfully - - - -DeleteLiveStreamResponse -withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - -Stream deleted successfully - - - -DeleteLiveStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteLiveStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final DeleteLiveStreamResponse.Builder builder() - - - - - - - -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 - - - - - - - -withLiveStreamDeleteResponse -public DeleteLiveStreamResponse withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) -Stream deleted successfully - - - - - - - -withLiveStreamDeleteResponse -public DeleteLiveStreamResponse withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) -Stream deleted successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaPlaybackIdRequest -build() - - - -DeleteMediaPlaybackIdRequest.Builder -mediaId(java.lang.String mediaId) - -Return the universal unique identifier for media which can contain a maximum of 255 characters. - - - -DeleteMediaPlaybackIdRequest.Builder -playbackId(java.lang.String playbackId) - -Return the universal unique identifier for playbacks 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 DeleteMediaPlaybackIdRequest.Builder mediaId(java.lang.String mediaId) -Return the universal unique identifier for media which can contain a maximum of 255 characters. - - - - - - - -playbackId -public DeleteMediaPlaybackIdRequest.Builder playbackId(java.lang.String playbackId) -Return the universal unique identifier for playbacks which can contain a maximum of 255 characters. - - - - - - - -build -public DeleteMediaPlaybackIdRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaPlaybackIdRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest - - - - - - - -public class DeleteMediaPlaybackIdRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaPlaybackIdRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaPlaybackIdRequest(java.lang.String mediaId, - java.lang.String playbackId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaPlaybackIdRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -Return the universal unique identifier for media which can contain a maximum of 255 characters. - - - -java.lang.String -playbackId() - -Return the universal unique identifier for playbacks which can contain a maximum of 255 characters. - - - -java.lang.String -toString() - - - -DeleteMediaPlaybackIdRequest -withMediaId(java.lang.String mediaId) - -Return the universal unique identifier for media which can contain a maximum of 255 characters. - - - -DeleteMediaPlaybackIdRequest -withPlaybackId(java.lang.String playbackId) - -Return the universal unique identifier for playbacks 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 - - - - - -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. - - - - - - - -builder -public static final DeleteMediaPlaybackIdRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaPlaybackIdRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder - - - - - - - -public class DeleteMediaPlaybackIdRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaPlaybackIdResponse -call() - - - -DeleteMediaPlaybackIdRequestBuilder -mediaId(java.lang.String mediaId) - - - -DeleteMediaPlaybackIdRequestBuilder -playbackId(java.lang.String playbackId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DeleteMediaPlaybackIdRequestBuilder -public DeleteMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public DeleteMediaPlaybackIdRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -playbackId -public DeleteMediaPlaybackIdRequestBuilder playbackId(java.lang.String playbackId) - - - - - - - -call -public DeleteMediaPlaybackIdResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaPlaybackIdResponse -build() - - - -DeleteMediaPlaybackIdResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteMediaPlaybackIdResponse.Builder -object(DeleteMediaPlaybackIdResponseBody object) - -Deleted a Playback Id successfully - - - -DeleteMediaPlaybackIdResponse.Builder -object(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object) - -Deleted a Playback Id successfully - - - -DeleteMediaPlaybackIdResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteMediaPlaybackIdResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DeleteMediaPlaybackIdResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DeleteMediaPlaybackIdResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DeleteMediaPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public DeleteMediaPlaybackIdResponse.Builder object(DeleteMediaPlaybackIdResponseBody object) -Deleted a Playback Id successfully - - - - - - - -object -public DeleteMediaPlaybackIdResponse.Builder object(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object) -Deleted a Playback Id successfully - - - - - - - -build -public DeleteMediaPlaybackIdResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaPlaybackIdResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DeleteMediaPlaybackIdResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaPlaybackIdResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaPlaybackIdResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<DeleteMediaPlaybackIdResponseBody> -object() - -Deleted a Playback Id successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DeleteMediaPlaybackIdResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteMediaPlaybackIdResponse -withObject(DeleteMediaPlaybackIdResponseBody object) - -Deleted a Playback Id successfully - - - -DeleteMediaPlaybackIdResponse -withObject(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object) - -Deleted a Playback Id successfully - - - -DeleteMediaPlaybackIdResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteMediaPlaybackIdResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<DeleteMediaPlaybackIdResponseBody> object() -Deleted a Playback Id successfully - - - - - - - -builder -public static final DeleteMediaPlaybackIdResponse.Builder builder() - - - - - - - -withContentType -public DeleteMediaPlaybackIdResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public DeleteMediaPlaybackIdResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public DeleteMediaPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withObject -public DeleteMediaPlaybackIdResponse withObject(DeleteMediaPlaybackIdResponseBody object) -Deleted a Playback Id successfully - - - - - - - -withObject -public DeleteMediaPlaybackIdResponse withObject(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object) -Deleted a Playback Id successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaPlaybackIdResponseBody.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder - - - - - - - -Enclosing class: -DeleteMediaPlaybackIdResponseBody - - -public static final class DeleteMediaPlaybackIdResponseBody.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaPlaybackIdResponseBody -build() - - - -DeleteMediaPlaybackIdResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -DeleteMediaPlaybackIdResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public DeleteMediaPlaybackIdResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public DeleteMediaPlaybackIdResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -build -public DeleteMediaPlaybackIdResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaPlaybackIdResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody - - - - - - - -public class DeleteMediaPlaybackIdResponseBody -extends java.lang.Object -DeleteMediaPlaybackIdResponseBody - - Deleted a Playback Id successfully - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaPlaybackIdResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaPlaybackIdResponseBody() - - - -DeleteMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaPlaybackIdResponseBody.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -DeleteMediaPlaybackIdResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -DeleteMediaPlaybackIdResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DeleteMediaPlaybackIdResponseBody.Builder builder() - - - - - - - -withSuccess -public DeleteMediaPlaybackIdResponseBody withSuccess(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Method -Description - - -DeleteMediaRequest -build() - - - -DeleteMediaRequest.Builder -mediaId(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. - - - - - - - -build -public DeleteMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaRequest - - - - - - - -public class DeleteMediaRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaRequest(java.lang.String mediaId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -java.lang.String -toString() - - - -DeleteMediaRequest -withMediaId(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. - - - - - - - -builder -public static final DeleteMediaRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder - - - - - - - -public class DeleteMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaResponse -call() - - - -DeleteMediaRequestBuilder -mediaId(java.lang.String mediaId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DeleteMediaRequestBuilder -public DeleteMediaRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public DeleteMediaRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -call -public DeleteMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaResponse -build() - - - -DeleteMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteMediaResponse.Builder -object(DeleteMediaResponseBody object) - -Delete a video media - - - -DeleteMediaResponse.Builder -object(java.util.Optional<? extends DeleteMediaResponseBody> object) - -Delete a video media - - - -DeleteMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DeleteMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DeleteMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DeleteMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public DeleteMediaResponse.Builder object(DeleteMediaResponseBody object) -Delete a video media - - - - - - - -object -public DeleteMediaResponse.Builder object(java.util.Optional<? extends DeleteMediaResponseBody> object) -Delete a video media - - - - - - - -build -public DeleteMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DeleteMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<DeleteMediaResponseBody> -object() - -Delete a video media - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DeleteMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteMediaResponse -withObject(DeleteMediaResponseBody object) - -Delete a video media - - - -DeleteMediaResponse -withObject(java.util.Optional<? extends DeleteMediaResponseBody> object) - -Delete a video media - - - -DeleteMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<DeleteMediaResponseBody> object() -Delete a video media - - - - - - - -builder -public static final DeleteMediaResponse.Builder builder() - - - - - - - -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 - - - - - - - -withObject -public DeleteMediaResponse withObject(DeleteMediaResponseBody object) -Delete a video media - - - - - - - -withObject -public DeleteMediaResponse withObject(java.util.Optional<? extends DeleteMediaResponseBody> object) -Delete a video media - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteMediaResponseBody -build() - - - -DeleteMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -DeleteMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public DeleteMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public DeleteMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -build -public DeleteMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteMediaResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteMediaResponseBody - - - - - - - -public class DeleteMediaResponseBody -extends java.lang.Object -DeleteMediaResponseBody - - Delete a video media - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteMediaResponseBody() - - - -DeleteMediaResponseBody(java.util.Optional<java.lang.Boolean> success) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteMediaResponseBody.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -DeleteMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -DeleteMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DeleteMediaResponseBody.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeletePlaybackIdOfStreamRequest -build() - - - -DeletePlaybackIdOfStreamRequest.Builder -playbackId(java.lang.String playbackId) - -Unique identifier for the playbackId - - - -DeletePlaybackIdOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeletePlaybackIdOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -playbackId -public DeletePlaybackIdOfStreamRequest.Builder playbackId(java.lang.String playbackId) -Unique identifier for the playbackId - - - - - - - -build -public DeletePlaybackIdOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeletePlaybackIdOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest - - - - - - - -public class DeletePlaybackIdOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeletePlaybackIdOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeletePlaybackIdOfStreamRequest(java.lang.String streamId, - java.lang.String playbackId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeletePlaybackIdOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -playbackId() - -Unique identifier for the playbackId - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -DeletePlaybackIdOfStreamRequest -withPlaybackId(java.lang.String playbackId) - -Unique identifier for the playbackId - - - -DeletePlaybackIdOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final DeletePlaybackIdOfStreamRequest.Builder builder() - - - - - - - -withStreamId -public DeletePlaybackIdOfStreamRequest withStreamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -withPlaybackId -public DeletePlaybackIdOfStreamRequest withPlaybackId(java.lang.String playbackId) -Unique identifier for the playbackId - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeletePlaybackIdOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder - - - - - - - -public class DeletePlaybackIdOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeletePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeletePlaybackIdOfStreamResponse -call() - - - -DeletePlaybackIdOfStreamRequestBuilder -playbackId(java.lang.String playbackId) - - - -DeletePlaybackIdOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DeletePlaybackIdOfStreamRequestBuilder -public DeletePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeletePlaybackIdOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -playbackId -public DeletePlaybackIdOfStreamRequestBuilder playbackId(java.lang.String playbackId) - - - - - - - -call -public DeletePlaybackIdOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeletePlaybackIdOfStreamResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder - - - - - - - -Enclosing class: -DeletePlaybackIdOfStreamResponse - - -public static final class DeletePlaybackIdOfStreamResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeletePlaybackIdOfStreamResponse -build() - - - -DeletePlaybackIdOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeletePlaybackIdOfStreamResponse.Builder -liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) - -Stream's playbackId deleted successfully - - - -DeletePlaybackIdOfStreamResponse.Builder -liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - -Stream's playbackId deleted successfully - - - -DeletePlaybackIdOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeletePlaybackIdOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DeletePlaybackIdOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DeletePlaybackIdOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DeletePlaybackIdOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -liveStreamDeleteResponse -public DeletePlaybackIdOfStreamResponse.Builder liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) -Stream's playbackId deleted successfully - - - - - - - -liveStreamDeleteResponse -public DeletePlaybackIdOfStreamResponse.Builder liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) -Stream's playbackId deleted successfully - - - - - - - -build -public DeletePlaybackIdOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeletePlaybackIdOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DeletePlaybackIdOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeletePlaybackIdOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeletePlaybackIdOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<LiveStreamDeleteResponse> -liveStreamDeleteResponse() - -Stream's playbackId deleted successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DeletePlaybackIdOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeletePlaybackIdOfStreamResponse -withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) - -Stream's playbackId deleted successfully - - - -DeletePlaybackIdOfStreamResponse -withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) - -Stream's playbackId deleted successfully - - - -DeletePlaybackIdOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeletePlaybackIdOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final DeletePlaybackIdOfStreamResponse.Builder builder() - - - - - - - -withContentType -public DeletePlaybackIdOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public DeletePlaybackIdOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public DeletePlaybackIdOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withLiveStreamDeleteResponse -public DeletePlaybackIdOfStreamResponse withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse) -Stream's playbackId deleted successfully - - - - - - - -withLiveStreamDeleteResponse -public DeletePlaybackIdOfStreamResponse withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse) -Stream's playbackId deleted successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteSimulcastOfStreamRequest -build() - - - -DeleteSimulcastOfStreamRequest.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. - - - -DeleteSimulcastOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeleteSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -simulcastId -public DeleteSimulcastOfStreamRequest.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. - - - - - - - -build -public DeleteSimulcastOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteSimulcastOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest - - - - - - - -public class DeleteSimulcastOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteSimulcastOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteSimulcastOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -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. - - - -DeleteSimulcastOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DeleteSimulcastOfStreamRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteSimulcastOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder - - - - - - - -public class DeleteSimulcastOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteSimulcastOfStreamResponse -call() - - - -DeleteSimulcastOfStreamRequestBuilder -simulcastId(java.lang.String simulcastId) - - - -DeleteSimulcastOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DeleteSimulcastOfStreamRequestBuilder -public DeleteSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public DeleteSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -simulcastId -public DeleteSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId) - - - - - - - -call -public DeleteSimulcastOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DeleteSimulcastOfStreamResponse -build() - - - -DeleteSimulcastOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteSimulcastOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteSimulcastOfStreamResponse.Builder -simulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse) - -Stream's simulcast deleted successfully - - - -DeleteSimulcastOfStreamResponse.Builder -simulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse) - -Stream's simulcast deleted successfully - - - -DeleteSimulcastOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DeleteSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DeleteSimulcastOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DeleteSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -simulcastdeleteResponse -public DeleteSimulcastOfStreamResponse.Builder simulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse) -Stream's simulcast deleted successfully - - - - - - - -simulcastdeleteResponse -public DeleteSimulcastOfStreamResponse.Builder simulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse) -Stream's simulcast deleted successfully - - - - - - - -build -public DeleteSimulcastOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DeleteSimulcastOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DeleteSimulcastOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DeleteSimulcastOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DeleteSimulcastOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -java.util.Optional<SimulcastdeleteResponse> -simulcastdeleteResponse() - -Stream's simulcast deleted successfully - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DeleteSimulcastOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DeleteSimulcastOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DeleteSimulcastOfStreamResponse -withSimulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse) - -Stream's simulcast deleted successfully - - - -DeleteSimulcastOfStreamResponse -withSimulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse) - -Stream's simulcast deleted successfully - - - -DeleteSimulcastOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final DeleteSimulcastOfStreamResponse.Builder builder() - - - - - - - -withContentType -public DeleteSimulcastOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public DeleteSimulcastOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public DeleteSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withSimulcastdeleteResponse -public DeleteSimulcastOfStreamResponse withSimulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse) -Stream's simulcast deleted successfully - - - - - - - -withSimulcastdeleteResponse -public DeleteSimulcastOfStreamResponse withSimulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse) -Stream's simulcast deleted successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum DirectUploadVideoMediaAccessPolicy - - - -java.lang.Object - - -java.lang.Enum<DirectUploadVideoMediaAccessPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -PRIVATE - - - -PUBLIC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<DirectUploadVideoMediaAccessPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static DirectUploadVideoMediaAccessPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static DirectUploadVideoMediaAccessPolicy[] -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 - - - - - -PUBLIC -public static final DirectUploadVideoMediaAccessPolicy PUBLIC - - - - - - - -PRIVATE -public static final DirectUploadVideoMediaAccessPolicy PRIVATE - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<DirectUploadVideoMediaAccessPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaAccessRestrictions.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder - - - - - - - -Enclosing class: -DirectUploadVideoMediaAccessRestrictions - - -public static final class DirectUploadVideoMediaAccessRestrictions.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaAccessRestrictions -build() - - - -DirectUploadVideoMediaAccessRestrictions.Builder -domains(DirectUploadVideoMediaDomains domains) - - - -DirectUploadVideoMediaAccessRestrictions.Builder -domains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains) - - - -DirectUploadVideoMediaAccessRestrictions.Builder -userAgents(DirectUploadVideoMediaUserAgents userAgents) - - - -DirectUploadVideoMediaAccessRestrictions.Builder -userAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -domains -public DirectUploadVideoMediaAccessRestrictions.Builder domains(DirectUploadVideoMediaDomains domains) - - - - - - - -domains -public DirectUploadVideoMediaAccessRestrictions.Builder domains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains) - - - - - - - -userAgents -public DirectUploadVideoMediaAccessRestrictions.Builder userAgents(DirectUploadVideoMediaUserAgents userAgents) - - - - - - - -userAgents -public DirectUploadVideoMediaAccessRestrictions.Builder userAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - -build -public DirectUploadVideoMediaAccessRestrictions build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaAccessRestrictions - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions - - - - - - - -public class DirectUploadVideoMediaAccessRestrictions -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaAccessRestrictions.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaAccessRestrictions() - - - -DirectUploadVideoMediaAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains, - java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadVideoMediaAccessRestrictions.Builder -builder() - - - -java.util.Optional<DirectUploadVideoMediaDomains> -domains() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.util.Optional<DirectUploadVideoMediaUserAgents> -userAgents() - - - -DirectUploadVideoMediaAccessRestrictions -withDomains(DirectUploadVideoMediaDomains domains) - - - -DirectUploadVideoMediaAccessRestrictions -withDomains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains) - - - -DirectUploadVideoMediaAccessRestrictions -withUserAgents(DirectUploadVideoMediaUserAgents userAgents) - - - -DirectUploadVideoMediaAccessRestrictions -withUserAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DirectUploadVideoMediaAccessRestrictions -public DirectUploadVideoMediaAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains, - java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - -DirectUploadVideoMediaAccessRestrictions -public DirectUploadVideoMediaAccessRestrictions() - - - - - - - - - - - -Method Detail - - - - - -domains -public java.util.Optional<DirectUploadVideoMediaDomains> domains() - - - - - - - -userAgents -public java.util.Optional<DirectUploadVideoMediaUserAgents> userAgents() - - - - - - - -builder -public static final DirectUploadVideoMediaAccessRestrictions.Builder builder() - - - - - - - -withDomains -public DirectUploadVideoMediaAccessRestrictions withDomains(DirectUploadVideoMediaDomains domains) - - - - - - - -withDomains -public DirectUploadVideoMediaAccessRestrictions withDomains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains) - - - - - - - -withUserAgents -public DirectUploadVideoMediaAccessRestrictions withUserAgents(DirectUploadVideoMediaUserAgents userAgents) - - - - - - - -withUserAgents -public DirectUploadVideoMediaAccessRestrictions withUserAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents) - - - - - - - -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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaDomains.Builder -allow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -DirectUploadVideoMediaDomains -build() - - - -DirectUploadVideoMediaDomains.Builder -defaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -DirectUploadVideoMediaDomains.Builder -defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -DirectUploadVideoMediaDomains.Builder -deny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -defaultPolicy -public DirectUploadVideoMediaDomains.Builder defaultPolicy(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. - - - - - - - -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`. - - - - - - - -build -public DirectUploadVideoMediaDomains build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaDomains - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains - - - - - - - -public class DirectUploadVideoMediaDomains -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaDomains.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaDomains() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<java.util.List<java.lang.String>> -allow() - -A list of domain names or patterns that are explicitly allowed access. - - - -static DirectUploadVideoMediaDomains.Builder -builder() - - - -java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for domains. - - - -java.util.Optional<java.util.List<java.lang.String>> -deny() - -A list of domain names or patterns that are explicitly denied access. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -DirectUploadVideoMediaDomains -withAllow(java.util.List<java.lang.String> allow) - -A list of domain names or patterns that are explicitly allowed access. - - - -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. - - - -DirectUploadVideoMediaDomains -withDefaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy) - -Specifies the default access policy for domains. - - - -DirectUploadVideoMediaDomains -withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for domains. - - - -DirectUploadVideoMediaDomains -withDeny(java.util.List<java.lang.String> deny) - -A list of domain names or patterns that are explicitly denied access. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final DirectUploadVideoMediaDomains.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum DirectUploadVideoMediaDomainsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<DirectUploadVideoMediaDomainsDefaultPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static DirectUploadVideoMediaDomainsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static DirectUploadVideoMediaDomainsDefaultPolicy[] -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 - - - - - -ALLOW -public static final DirectUploadVideoMediaDomainsDefaultPolicy ALLOW - - - - - - - -DENY -public static final DirectUploadVideoMediaDomainsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public DirectUploadVideoMediaMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadVideoMediaMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DirectUploadVideoMediaMetadata -public DirectUploadVideoMediaMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final DirectUploadVideoMediaMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaRequest -build() - - - -DirectUploadVideoMediaRequest.Builder -corsOrigin(java.lang.String corsOrigin) - -Upload media directly from a device using the URL name or enter '*' to allow all. - - - -DirectUploadVideoMediaRequest.Builder -pushMediaSettings(PushMediaSettings pushMediaSettings) - -Configuration settings for media upload. - - - -DirectUploadVideoMediaRequest.Builder -pushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings) - -Configuration settings for media upload. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -corsOrigin -public DirectUploadVideoMediaRequest.Builder corsOrigin(java.lang.String corsOrigin) -Upload media directly from a device using the URL name or enter '*' to allow all. - - - - - - - -pushMediaSettings -public DirectUploadVideoMediaRequest.Builder pushMediaSettings(PushMediaSettings pushMediaSettings) -Configuration settings for media upload. - - - - - - - -pushMediaSettings -public DirectUploadVideoMediaRequest.Builder pushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings) -Configuration settings for media upload. - - - - - - - -build -public DirectUploadVideoMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest - - - - - - - -public class DirectUploadVideoMediaRequest -extends java.lang.Object -DirectUploadVideoMediaRequest - - Request body for direct upload - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaRequest(java.lang.String corsOrigin) - - - -DirectUploadVideoMediaRequest(java.lang.String corsOrigin, - java.util.Optional<? extends PushMediaSettings> pushMediaSettings) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadVideoMediaRequest.Builder -builder() - - - -java.lang.String -corsOrigin() - -Upload media directly from a device using the URL name or enter '*' to allow all. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PushMediaSettings> -pushMediaSettings() - -Configuration settings for media upload. - - - -java.lang.String -toString() - - - -DirectUploadVideoMediaRequest -withCorsOrigin(java.lang.String corsOrigin) - -Upload media directly from a device using the URL name or enter '*' to allow all. - - - -DirectUploadVideoMediaRequest -withPushMediaSettings(PushMediaSettings pushMediaSettings) - -Configuration settings for media upload. - - - -DirectUploadVideoMediaRequest -withPushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings) - -Configuration settings for media upload. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DirectUploadVideoMediaRequest.Builder builder() - - - - - - - -withCorsOrigin -public DirectUploadVideoMediaRequest withCorsOrigin(java.lang.String corsOrigin) -Upload media directly from a device using the URL name or enter '*' to allow all. - - - - - - - -withPushMediaSettings -public DirectUploadVideoMediaRequest withPushMediaSettings(PushMediaSettings pushMediaSettings) -Configuration settings for media upload. - - - - - - - -withPushMediaSettings -public DirectUploadVideoMediaRequest withPushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings) -Configuration settings for media upload. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder - - - - - - - -public class DirectUploadVideoMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaRequestBuilder(SDKMethodInterfaces.MethodCallDirectUploadVideoMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaResponse -call() - - - -DirectUploadVideoMediaRequestBuilder -request(DirectUploadVideoMediaRequest request) - - - -DirectUploadVideoMediaRequestBuilder -request(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -DirectUploadVideoMediaRequestBuilder -public DirectUploadVideoMediaRequestBuilder(SDKMethodInterfaces.MethodCallDirectUploadVideoMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -request -public DirectUploadVideoMediaRequestBuilder request(DirectUploadVideoMediaRequest request) - - - - - - - -request -public DirectUploadVideoMediaRequestBuilder request(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - - - - - - - -call -public DirectUploadVideoMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaResponse -build() - - - -DirectUploadVideoMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DirectUploadVideoMediaResponse.Builder -object(DirectUploadVideoMediaResponseBody object) - -Direct upload created successfully - - - -DirectUploadVideoMediaResponse.Builder -object(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object) - -Direct upload created successfully - - - -DirectUploadVideoMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DirectUploadVideoMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public DirectUploadVideoMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public DirectUploadVideoMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public DirectUploadVideoMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public DirectUploadVideoMediaResponse.Builder object(DirectUploadVideoMediaResponseBody object) -Direct upload created successfully - - - - - - - -object -public DirectUploadVideoMediaResponse.Builder object(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object) -Direct upload created successfully - - - - - - - -build -public DirectUploadVideoMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class DirectUploadVideoMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadVideoMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<DirectUploadVideoMediaResponseBody> -object() - -Direct upload created successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -DirectUploadVideoMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -DirectUploadVideoMediaResponse -withObject(DirectUploadVideoMediaResponseBody object) - -Direct upload created successfully - - - -DirectUploadVideoMediaResponse -withObject(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object) - -Direct upload created successfully - - - -DirectUploadVideoMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -DirectUploadVideoMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<DirectUploadVideoMediaResponseBody> object() -Direct upload created successfully - - - - - - - -builder -public static final DirectUploadVideoMediaResponse.Builder builder() - - - - - - - -withContentType -public DirectUploadVideoMediaResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public DirectUploadVideoMediaResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public DirectUploadVideoMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withObject -public DirectUploadVideoMediaResponse withObject(DirectUploadVideoMediaResponseBody object) -Direct upload created successfully - - - - - - - -withObject -public DirectUploadVideoMediaResponse withObject(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object) -Direct upload created successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaResponseBody.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder - - - - - - - -Enclosing class: -DirectUploadVideoMediaResponseBody - - -public static final class DirectUploadVideoMediaResponseBody.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaResponseBody -build() - - - -DirectUploadVideoMediaResponseBody.Builder -data(DirectUpload data) - -Displays the result of the request. - - - -DirectUploadVideoMediaResponseBody.Builder -data(java.util.Optional<? extends DirectUpload> data) - -Displays the result of the request. - - - -DirectUploadVideoMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -DirectUploadVideoMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public DirectUploadVideoMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public DirectUploadVideoMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public DirectUploadVideoMediaResponseBody.Builder data(DirectUpload data) -Displays the result of the request. - - - - - - - -data -public DirectUploadVideoMediaResponseBody.Builder data(java.util.Optional<? extends DirectUpload> data) -Displays the result of the request. - - - - - - - -build -public DirectUploadVideoMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody - - - - - - - -public class DirectUploadVideoMediaResponseBody -extends java.lang.Object -DirectUploadVideoMediaResponseBody - - Direct upload created successfully - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaResponseBody() - - - -DirectUploadVideoMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends DirectUpload> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static DirectUploadVideoMediaResponseBody.Builder -builder() - - - -java.util.Optional<DirectUpload> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -DirectUploadVideoMediaResponseBody -withData(DirectUpload data) - -Displays the result of the request. - - - -DirectUploadVideoMediaResponseBody -withData(java.util.Optional<? extends DirectUpload> data) - -Displays the result of the request. - - - -DirectUploadVideoMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -DirectUploadVideoMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final DirectUploadVideoMediaResponseBody.Builder builder() - - - - - - - -withSuccess -public DirectUploadVideoMediaResponseBody withSuccess(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -withSuccess -public DirectUploadVideoMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -withData -public DirectUploadVideoMediaResponseBody withData(DirectUpload data) -Displays the result of the request. - - - - - - - -withData -public DirectUploadVideoMediaResponseBody withData(java.util.Optional<? extends DirectUpload> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaUserAgents.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder - - - - - - - -Enclosing class: -DirectUploadVideoMediaUserAgents - - -public static final class DirectUploadVideoMediaUserAgents.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -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. - - - -DirectUploadVideoMediaUserAgents -build() - - - -DirectUploadVideoMediaUserAgents.Builder -defaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -DirectUploadVideoMediaUserAgents.Builder -defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -build -public DirectUploadVideoMediaUserAgents build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class DirectUploadVideoMediaUserAgents - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents - - - - - - - -public class DirectUploadVideoMediaUserAgents -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -DirectUploadVideoMediaUserAgents.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -DirectUploadVideoMediaUserAgents() - - - -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) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -static DirectUploadVideoMediaUserAgents.Builder -builder() - - - -java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> -defaultPolicy() - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -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. - - - -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. - - - -DirectUploadVideoMediaUserAgents -withDefaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -DirectUploadVideoMediaUserAgents -withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy) - -Specifies the default access policy for user agents (browsers, bots, etc.). - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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`. - - - - - - - -builder -public static final DirectUploadVideoMediaUserAgents.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Enum DirectUploadVideoMediaUserAgentsDefaultPolicy - - - -java.lang.Object - - -java.lang.Enum<DirectUploadVideoMediaUserAgentsDefaultPolicy> - - -io.fastpix.sdk.models.operations.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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -ALLOW - - - -DENY - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static DirectUploadVideoMediaUserAgentsDefaultPolicy -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static DirectUploadVideoMediaUserAgentsDefaultPolicy[] -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 - - - - - -ALLOW -public static final DirectUploadVideoMediaUserAgentsDefaultPolicy ALLOW - - - - - - - -DENY -public static final DirectUploadVideoMediaUserAgentsDefaultPolicy DENY - - - - - - - - - - - -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() - - - - - - - -fromValue -public static java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> fromValue(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Constant -Description - - -ASC - - - -DESC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<GetAllStreamsOrderBy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static GetAllStreamsOrderBy -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -ASC -public static final GetAllStreamsOrderBy ASC - - - - - - - -DESC -public static final GetAllStreamsOrderBy DESC - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetAllStreamsRequest -build() - - - -GetAllStreamsRequest.Builder -limit(java.lang.String limit) - -Limit specifies the maximum number of items to display per page. - - - -GetAllStreamsRequest.Builder -limit(java.util.Optional<java.lang.String> limit) - -Limit specifies the maximum number of items to display per page. - - - -GetAllStreamsRequest.Builder -offset(java.lang.String offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -GetAllStreamsRequest.Builder -offset(java.util.Optional<java.lang.String> offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -GetAllStreamsRequest.Builder -orderBy(GetAllStreamsOrderBy orderBy) - -The list of value can be order in two ways DESC (Descending) or ASC (Ascending). - - - -GetAllStreamsRequest.Builder -orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - -The list of value can be order in two ways DESC (Descending) or ASC (Ascending). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(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. - - - - - - - -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. - - - - - - - -build -public GetAllStreamsRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetAllStreamsRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetAllStreamsRequest - - - - - - - -public class GetAllStreamsRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetAllStreamsRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetAllStreamsRequest() - - - -GetAllStreamsRequest(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetAllStreamsRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.String> -limit() - -Limit specifies the maximum number of items to display per page. - - - -java.util.Optional<java.lang.String> -offset() - -Offset determines the starting point for data retrieval within a paginated list. - - - -java.util.Optional<GetAllStreamsOrderBy> -orderBy() - -The list of value can be order in two ways DESC (Descending) or ASC (Ascending). - - - -java.lang.String -toString() - - - -GetAllStreamsRequest -withLimit(java.lang.String limit) - -Limit specifies the maximum number of items to display per page. - - - -GetAllStreamsRequest -withLimit(java.util.Optional<java.lang.String> limit) - -Limit specifies the maximum number of items to display per page. - - - -GetAllStreamsRequest -withOffset(java.lang.String offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -GetAllStreamsRequest -withOffset(java.util.Optional<java.lang.String> offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -GetAllStreamsRequest -withOrderBy(GetAllStreamsOrderBy orderBy) - -The list of value can be order in two ways DESC (Descending) or ASC (Ascending). - - - -GetAllStreamsRequest -withOrderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - -The list of value can be order 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 - - - - - -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. - - - - - - - -builder -public static final GetAllStreamsRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetAllStreamsRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder - - - - - - - -public class GetAllStreamsRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetAllStreamsRequestBuilder(SDKMethodInterfaces.MethodCallGetAllStreams sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetAllStreamsResponse -call() - - - -GetAllStreamsRequestBuilder -limit(java.lang.String limit) - - - -GetAllStreamsRequestBuilder -limit(java.util.Optional<java.lang.String> limit) - - - -GetAllStreamsRequestBuilder -offset(java.lang.String offset) - - - -GetAllStreamsRequestBuilder -offset(java.util.Optional<java.lang.String> offset) - - - -GetAllStreamsRequestBuilder -orderBy(GetAllStreamsOrderBy orderBy) - - - -GetAllStreamsRequestBuilder -orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetAllStreamsRequestBuilder -public GetAllStreamsRequestBuilder(SDKMethodInterfaces.MethodCallGetAllStreams sdk) - - - - - - - - - - - -Method Detail - - - - - -limit -public GetAllStreamsRequestBuilder limit(java.lang.String limit) - - - - - - - -limit -public GetAllStreamsRequestBuilder limit(java.util.Optional<java.lang.String> limit) - - - - - - - -offset -public GetAllStreamsRequestBuilder offset(java.lang.String offset) - - - - - - - -offset -public GetAllStreamsRequestBuilder offset(java.util.Optional<java.lang.String> offset) - - - - - - - -orderBy -public GetAllStreamsRequestBuilder orderBy(GetAllStreamsOrderBy orderBy) - - - - - - - -orderBy -public GetAllStreamsRequestBuilder orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - - - - - - - -call -public GetAllStreamsResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetAllStreamsResponse -build() - - - -GetAllStreamsResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetAllStreamsResponse.Builder -getStreamsResponse(GetStreamsResponse getStreamsResponse) - -All streams retrieved sucessfully - - - -GetAllStreamsResponse.Builder -getStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse) - -All streams retrieved sucessfully - - - -GetAllStreamsResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetAllStreamsResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public GetAllStreamsResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public GetAllStreamsResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public GetAllStreamsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -getStreamsResponse -public GetAllStreamsResponse.Builder getStreamsResponse(GetStreamsResponse getStreamsResponse) -All streams retrieved sucessfully - - - - - - - -getStreamsResponse -public GetAllStreamsResponse.Builder getStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse) -All streams retrieved sucessfully - - - - - - - -build -public GetAllStreamsResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetAllStreamsResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetAllStreamsResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class GetAllStreamsResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetAllStreamsResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetStreamsResponse> getStreamsResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetAllStreamsResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<GetStreamsResponse> -getStreamsResponse() - -All streams retrieved sucessfully - - - -int -hashCode() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -GetAllStreamsResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetAllStreamsResponse -withGetStreamsResponse(GetStreamsResponse getStreamsResponse) - -All streams retrieved sucessfully - - - -GetAllStreamsResponse -withGetStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse) - -All streams retrieved sucessfully - - - -GetAllStreamsResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetAllStreamsResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final GetAllStreamsResponse.Builder builder() - - - - - - - -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 - - - - - - - -withGetStreamsResponse -public GetAllStreamsResponse withGetStreamsResponse(GetStreamsResponse getStreamsResponse) -All streams retrieved sucessfully - - - - - - - -withGetStreamsResponse -public GetAllStreamsResponse withGetStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse) -All streams retrieved sucessfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamByIdRequest -build() - - - -GetLiveStreamByIdRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetLiveStreamByIdRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -build -public GetLiveStreamByIdRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamByIdRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest - - - - - - - -public class GetLiveStreamByIdRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetLiveStreamByIdRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamByIdRequest(java.lang.String streamId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetLiveStreamByIdRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -GetLiveStreamByIdRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final GetLiveStreamByIdRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamByIdRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder - - - - - - - -public class GetLiveStreamByIdRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamByIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamById sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamByIdResponse -call() - - - -GetLiveStreamByIdRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetLiveStreamByIdRequestBuilder -public GetLiveStreamByIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamById sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetLiveStreamByIdRequestBuilder streamId(java.lang.String streamId) - - - - - - - -call -public GetLiveStreamByIdResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamByIdResponse -build() - - - -GetLiveStreamByIdResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetLiveStreamByIdResponse.Builder -livestreamgetResponse(LivestreamgetResponse livestreamgetResponse) - -Stream details retrieved successfully - - - -GetLiveStreamByIdResponse.Builder -livestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse) - -Stream details retrieved successfully - - - -GetLiveStreamByIdResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetLiveStreamByIdResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public GetLiveStreamByIdResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public GetLiveStreamByIdResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public GetLiveStreamByIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -livestreamgetResponse -public GetLiveStreamByIdResponse.Builder livestreamgetResponse(LivestreamgetResponse livestreamgetResponse) -Stream details retrieved successfully - - - - - - - -livestreamgetResponse -public GetLiveStreamByIdResponse.Builder livestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse) -Stream details retrieved successfully - - - - - - - -build -public GetLiveStreamByIdResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamByIdResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class GetLiveStreamByIdResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetLiveStreamByIdResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetLiveStreamByIdResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<LivestreamgetResponse> -livestreamgetResponse() - -Stream details retrieved successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -GetLiveStreamByIdResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetLiveStreamByIdResponse -withLivestreamgetResponse(LivestreamgetResponse livestreamgetResponse) - -Stream details retrieved successfully - - - -GetLiveStreamByIdResponse -withLivestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse) - -Stream details retrieved successfully - - - -GetLiveStreamByIdResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetLiveStreamByIdResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final GetLiveStreamByIdResponse.Builder builder() - - - - - - - -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 - - - - - - - -withLivestreamgetResponse -public GetLiveStreamByIdResponse withLivestreamgetResponse(LivestreamgetResponse livestreamgetResponse) -Stream details retrieved successfully - - - - - - - -withLivestreamgetResponse -public GetLiveStreamByIdResponse withLivestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse) -Stream details retrieved successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamPlaybackIdRequest -build() - - - -GetLiveStreamPlaybackIdRequest.Builder -playbackId(java.lang.String playbackId) - -Upon creating a new playbackId, FastPix assigns a unique identifier to the playback. - - - -GetLiveStreamPlaybackIdRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetLiveStreamPlaybackIdRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -playbackId -public GetLiveStreamPlaybackIdRequest.Builder playbackId(java.lang.String playbackId) -Upon creating a new playbackId, FastPix assigns a unique identifier to the playback. - - - - - - - -build -public GetLiveStreamPlaybackIdRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamPlaybackIdRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest - - - - - - - -public class GetLiveStreamPlaybackIdRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetLiveStreamPlaybackIdRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamPlaybackIdRequest(java.lang.String streamId, - java.lang.String playbackId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetLiveStreamPlaybackIdRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -playbackId() - -Upon creating a new playbackId, FastPix assigns a unique identifier to the playback. - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -GetLiveStreamPlaybackIdRequest -withPlaybackId(java.lang.String playbackId) - -Upon creating a new playbackId, FastPix assigns a unique identifier to the playback. - - - -GetLiveStreamPlaybackIdRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final GetLiveStreamPlaybackIdRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamPlaybackIdRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder - - - - - - - -public class GetLiveStreamPlaybackIdRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamPlaybackIdResponse -call() - - - -GetLiveStreamPlaybackIdRequestBuilder -playbackId(java.lang.String playbackId) - - - -GetLiveStreamPlaybackIdRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetLiveStreamPlaybackIdRequestBuilder -public GetLiveStreamPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetLiveStreamPlaybackIdRequestBuilder streamId(java.lang.String streamId) - - - - - - - -playbackId -public GetLiveStreamPlaybackIdRequestBuilder playbackId(java.lang.String playbackId) - - - - - - - -call -public GetLiveStreamPlaybackIdResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetLiveStreamPlaybackIdResponse -build() - - - -GetLiveStreamPlaybackIdResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetLiveStreamPlaybackIdResponse.Builder -playbackIdResponse(PlaybackIdResponse playbackIdResponse) - -Stream details retrieved successfully - - - -GetLiveStreamPlaybackIdResponse.Builder -playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - -Stream details retrieved successfully - - - -GetLiveStreamPlaybackIdResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetLiveStreamPlaybackIdResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public GetLiveStreamPlaybackIdResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public GetLiveStreamPlaybackIdResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public GetLiveStreamPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -playbackIdResponse -public GetLiveStreamPlaybackIdResponse.Builder playbackIdResponse(PlaybackIdResponse playbackIdResponse) -Stream details retrieved successfully - - - - - - - -playbackIdResponse -public GetLiveStreamPlaybackIdResponse.Builder playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) -Stream details retrieved successfully - - - - - - - -build -public GetLiveStreamPlaybackIdResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetLiveStreamPlaybackIdResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class GetLiveStreamPlaybackIdResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetLiveStreamPlaybackIdResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetLiveStreamPlaybackIdResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PlaybackIdResponse> -playbackIdResponse() - -Stream details retrieved successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -GetLiveStreamPlaybackIdResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetLiveStreamPlaybackIdResponse -withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse) - -Stream details retrieved successfully - - - -GetLiveStreamPlaybackIdResponse -withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) - -Stream details retrieved successfully - - - -GetLiveStreamPlaybackIdResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetLiveStreamPlaybackIdResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final GetLiveStreamPlaybackIdResponse.Builder builder() - - - - - - - -withContentType -public GetLiveStreamPlaybackIdResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public GetLiveStreamPlaybackIdResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public GetLiveStreamPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withPlaybackIdResponse -public GetLiveStreamPlaybackIdResponse withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse) -Stream details retrieved successfully - - - - - - - -withPlaybackIdResponse -public GetLiveStreamPlaybackIdResponse withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse) -Stream details retrieved successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Method -Description - - -GetMediaRequest -build() - - - -GetMediaRequest.Builder -mediaId(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. - - - - - - - -build -public GetMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Class -Description - - -static class -GetMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetMediaRequest(java.lang.String mediaId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetMediaRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters. - - - -java.lang.String -toString() - - - -GetMediaRequest -withMediaId(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. - - - - - - - -builder -public static final GetMediaRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetMediaRequestBuilder - - - - - - - -public class GetMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetMediaRequestBuilder(SDKMethodInterfaces.MethodCallGetMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetMediaResponse -call() - - - -GetMediaRequestBuilder -mediaId(java.lang.String mediaId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetMediaRequestBuilder -public GetMediaRequestBuilder(SDKMethodInterfaces.MethodCallGetMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public GetMediaRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -call -public GetMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetMediaResponse -build() - - - -GetMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetMediaResponse.Builder -object(GetMediaResponseBody object) - -Get a video media by id - - - -GetMediaResponse.Builder -object(java.util.Optional<? extends GetMediaResponseBody> object) - -Get a video media by id - - - -GetMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public GetMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public GetMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public GetMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public GetMediaResponse.Builder object(GetMediaResponseBody object) -Get a video media by id - - - - - - - -object -public GetMediaResponse.Builder object(java.util.Optional<? extends GetMediaResponseBody> object) -Get a video media by id - - - - - - - -build -public GetMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class GetMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<GetMediaResponseBody> -object() - -Get a video media by id - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -GetMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetMediaResponse -withObject(GetMediaResponseBody object) - -Get a video media by id - - - -GetMediaResponse -withObject(java.util.Optional<? extends GetMediaResponseBody> object) - -Get a video media by id - - - -GetMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<GetMediaResponseBody> object() -Get a video media by id - - - - - - - -builder -public static final GetMediaResponse.Builder builder() - - - - - - - -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 - - - - - - - -withObject -public GetMediaResponse withObject(GetMediaResponseBody object) -Get a video media by id - - - - - - - -withObject -public GetMediaResponse withObject(java.util.Optional<? extends GetMediaResponseBody> object) -Get a video media by id - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetMediaResponseBody -build() - - - -GetMediaResponseBody.Builder -data(Media data) - - - -GetMediaResponseBody.Builder -data(java.util.Optional<? extends Media> data) - - - -GetMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -GetMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public GetMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public GetMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public GetMediaResponseBody.Builder data(Media data) - - - - - - - -data -public GetMediaResponseBody.Builder data(java.util.Optional<? extends Media> data) - - - - - - - -build -public GetMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetMediaResponseBody() - - - -GetMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetMediaResponseBody.Builder -builder() - - - -java.util.Optional<Media> -data() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -GetMediaResponseBody -withData(Media data) - - - -GetMediaResponseBody -withData(java.util.Optional<? extends Media> data) - - - -GetMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -GetMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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() - - - - - - - -builder -public static final GetMediaResponseBody.Builder builder() - - - - - - - -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. - - - - - - - -withData -public GetMediaResponseBody withData(Media data) - - - - - - - -withData -public GetMediaResponseBody withData(java.util.Optional<? extends Media> data) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetSpecificSimulcastOfStreamRequest.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder - - - - - - - -Enclosing class: -GetSpecificSimulcastOfStreamRequest - - -public static final class GetSpecificSimulcastOfStreamRequest.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetSpecificSimulcastOfStreamRequest -build() - - - -GetSpecificSimulcastOfStreamRequest.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. - - - -GetSpecificSimulcastOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetSpecificSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -simulcastId -public GetSpecificSimulcastOfStreamRequest.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. - - - - - - - -build -public GetSpecificSimulcastOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetSpecificSimulcastOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest - - - - - - - -public class GetSpecificSimulcastOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetSpecificSimulcastOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetSpecificSimulcastOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -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. - - - -GetSpecificSimulcastOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final GetSpecificSimulcastOfStreamRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetSpecificSimulcastOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder - - - - - - - -public class GetSpecificSimulcastOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetSpecificSimulcastOfStreamResponse -call() - - - -GetSpecificSimulcastOfStreamRequestBuilder -simulcastId(java.lang.String simulcastId) - - - -GetSpecificSimulcastOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -GetSpecificSimulcastOfStreamRequestBuilder -public GetSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public GetSpecificSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -simulcastId -public GetSpecificSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId) - - - - - - - -call -public GetSpecificSimulcastOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetSpecificSimulcastOfStreamResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder - - - - - - - -Enclosing class: -GetSpecificSimulcastOfStreamResponse - - -public static final class GetSpecificSimulcastOfStreamResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -GetSpecificSimulcastOfStreamResponse -build() - - - -GetSpecificSimulcastOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetSpecificSimulcastOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetSpecificSimulcastOfStreamResponse.Builder -simulcastResponse(SimulcastResponse simulcastResponse) - -Stream's simulcast details fetched successfully - - - -GetSpecificSimulcastOfStreamResponse.Builder -simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) - -Stream's simulcast details fetched successfully - - - -GetSpecificSimulcastOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public GetSpecificSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public GetSpecificSimulcastOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public GetSpecificSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -simulcastResponse -public GetSpecificSimulcastOfStreamResponse.Builder simulcastResponse(SimulcastResponse simulcastResponse) -Stream's simulcast details fetched successfully - - - - - - - -simulcastResponse -public GetSpecificSimulcastOfStreamResponse.Builder simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) -Stream's simulcast details fetched successfully - - - - - - - -build -public GetSpecificSimulcastOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class GetSpecificSimulcastOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class GetSpecificSimulcastOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -GetSpecificSimulcastOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static GetSpecificSimulcastOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -java.util.Optional<SimulcastResponse> -simulcastResponse() - -Stream's simulcast details fetched successfully - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -GetSpecificSimulcastOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -GetSpecificSimulcastOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -GetSpecificSimulcastOfStreamResponse -withSimulcastResponse(SimulcastResponse simulcastResponse) - -Stream's simulcast details fetched successfully - - - -GetSpecificSimulcastOfStreamResponse -withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) - -Stream's simulcast details fetched successfully - - - -GetSpecificSimulcastOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final GetSpecificSimulcastOfStreamResponse.Builder builder() - - - - - - - -withContentType -public GetSpecificSimulcastOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public GetSpecificSimulcastOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public GetSpecificSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withSimulcastResponse -public GetSpecificSimulcastOfStreamResponse withSimulcastResponse(SimulcastResponse simulcastResponse) -Stream's simulcast details fetched successfully - - - - - - - -withSimulcastResponse -public GetSpecificSimulcastOfStreamResponse withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse) -Stream's simulcast details fetched successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class Input._Deserializer - - - -java.lang.Object - - -com.fasterxml.jackson.databind.JsonDeserializer<T> - - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> - - -io.fastpix.sdk.utils.OneOfDeserializer<Input> - - -io.fastpix.sdk.models.operations.Input._Deserializer - - - - - - - - - - - - - -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 - -Constructor -Description - - -_Deserializer() - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from class io.fastpix.sdk.utils.OneOfDeserializer -applyMatchPreferences, deserialize, matchPossible - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Class -Description - - -static class -Input._Deserializer - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -static Input -of(AudioInput value) - - - -static Input -of(SubtitleInput value) - - - -static Input -of(VideoInput value) - - - -static Input -of(WatermarkInput value) - - - -java.lang.String -toString() - - - -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 - - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -of -public static Input of(VideoInput value) - - - - - - - -of -public static Input of(WatermarkInput value) - - - - - - - -of -public static Input of(AudioInput value) - - - - - - - -of -public static Input of(SubtitleInput value) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Constant -Description - - -EN - - - -ES - - - -FR - - - -IT - - - -NL - - - -PL - - - -RU - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<LanguageCode> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static LanguageCode -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -EN -public static final LanguageCode EN - - - - - - - -IT -public static final LanguageCode IT - - - - - - - -PL -public static final LanguageCode PL - - - - - - - -ES -public static final LanguageCode ES - - - - - - - -FR -public static final LanguageCode FR - - - - - - - -RU -public static final LanguageCode RU - - - - - - - -NL -public static final LanguageCode NL - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Constant -Description - - -ASC - - - -DESC - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<ListMediaOrderBy> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static ListMediaOrderBy -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -ASC -public static final ListMediaOrderBy ASC - - - - - - - -DESC -public static final ListMediaOrderBy DESC - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ListMediaRequest -build() - - - -ListMediaRequest.Builder -limit(long limit) - -Limit specifies the maximum number of items to display per page. - - - -ListMediaRequest.Builder -limit(java.util.Optional<java.lang.Long> limit) - -Limit specifies the maximum number of items to display per page. - - - -ListMediaRequest.Builder -offset(long offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -ListMediaRequest.Builder -offset(java.util.Optional<java.lang.Long> offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -ListMediaRequest.Builder -orderBy(ListMediaOrderBy orderBy) - -The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending). - - - -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). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(ListMediaOrderBy orderBy) -The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending). - - - - - - - -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). - - - - - - - -build -public ListMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Class -Description - - -static class -ListMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static ListMediaRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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.String -toString() - - - -ListMediaRequest -withLimit(long limit) - -Limit specifies the maximum number of items to display per page. - - - -ListMediaRequest -withLimit(java.util.Optional<java.lang.Long> limit) - -Limit specifies the maximum number of items to display per page. - - - -ListMediaRequest -withOffset(long offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -ListMediaRequest -withOffset(java.util.Optional<java.lang.Long> offset) - -Offset determines the starting point for data retrieval within a paginated list. - - - -ListMediaRequest -withOrderBy(ListMediaOrderBy orderBy) - -The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending). - - - -ListMediaRequest -withOrderBy(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). - - - - - - - -builder -public static final ListMediaRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class ListMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.ListMediaRequestBuilder - - - - - - - -public class ListMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ListMediaRequestBuilder(SDKMethodInterfaces.MethodCallListMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ListMediaResponse -call() - - - -ListMediaRequestBuilder -limit(long limit) - - - -ListMediaRequestBuilder -limit(java.util.Optional<java.lang.Long> limit) - - - -ListMediaRequestBuilder -offset(long offset) - - - -ListMediaRequestBuilder -offset(java.util.Optional<java.lang.Long> offset) - - - -ListMediaRequestBuilder -orderBy(ListMediaOrderBy orderBy) - - - -ListMediaRequestBuilder -orderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -ListMediaRequestBuilder -public ListMediaRequestBuilder(SDKMethodInterfaces.MethodCallListMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -limit -public ListMediaRequestBuilder limit(long limit) - - - - - - - -limit -public ListMediaRequestBuilder limit(java.util.Optional<java.lang.Long> limit) - - - - - - - -offset -public ListMediaRequestBuilder offset(long offset) - - - - - - - -offset -public ListMediaRequestBuilder offset(java.util.Optional<java.lang.Long> offset) - - - - - - - -orderBy -public ListMediaRequestBuilder orderBy(ListMediaOrderBy orderBy) - - - - - - - -orderBy -public ListMediaRequestBuilder orderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy) - - - - - - - -call -public ListMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ListMediaResponse -build() - - - -ListMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -ListMediaResponse.Builder -object(ListMediaResponseBody object) - -List of video media - - - -ListMediaResponse.Builder -object(java.util.Optional<? extends ListMediaResponseBody> object) - -List of video media - - - -ListMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -ListMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public ListMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public ListMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public ListMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public ListMediaResponse.Builder object(ListMediaResponseBody object) -List of video media - - - - - - - -object -public ListMediaResponse.Builder object(java.util.Optional<? extends ListMediaResponseBody> object) -List of video media - - - - - - - -build -public ListMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class ListMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.ListMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class ListMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -ListMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends ListMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static ListMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<ListMediaResponseBody> -object() - -List of video media - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -ListMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -ListMediaResponse -withObject(ListMediaResponseBody object) - -List of video media - - - -ListMediaResponse -withObject(java.util.Optional<? extends ListMediaResponseBody> object) - -List of video media - - - -ListMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -ListMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<ListMediaResponseBody> object() -List of video media - - - - - - - -builder -public static final ListMediaResponse.Builder builder() - - - - - - - -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 - - - - - - - -withObject -public ListMediaResponse withObject(ListMediaResponseBody object) -List of video media - - - - - - - -withObject -public ListMediaResponse withObject(java.util.Optional<? extends ListMediaResponseBody> object) -List of video media - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -ListMediaResponseBody -build() - - - -ListMediaResponseBody.Builder -data(java.util.List<Media> data) - -Displays the result of the request. - - - -ListMediaResponseBody.Builder -data(java.util.Optional<? extends java.util.List<Media>> data) - -Displays the result of the request. - - - -ListMediaResponseBody.Builder -pagination(Pagination pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -ListMediaResponseBody.Builder -pagination(java.util.Optional<? extends Pagination> pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -ListMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -ListMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public ListMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public ListMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public ListMediaResponseBody.Builder data(java.util.List<Media> data) -Displays the result of the request. - - - - - - - -data -public ListMediaResponseBody.Builder data(java.util.Optional<? extends java.util.List<Media>> data) -Displays the result of the request. - - - - - - - -pagination -public ListMediaResponseBody.Builder pagination(Pagination pagination) -Pagination organizes content into pages for better readability and navigation. - - - - - - - -pagination -public ListMediaResponseBody.Builder pagination(java.util.Optional<? extends Pagination> pagination) -Pagination organizes content into pages for better readability and navigation. - - - - - - - -build -public ListMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class ListMediaResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.ListMediaResponseBody - - - - - - - -public class ListMediaResponseBody -extends java.lang.Object -ListMediaResponseBody - - List of video media - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -ListMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -ListMediaResponseBody() - - - -ListMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<Media>> data, - java.util.Optional<? extends Pagination> pagination) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static ListMediaResponseBody.Builder -builder() - - - -java.util.Optional<java.util.List<Media>> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<Pagination> -pagination() - -Pagination organizes content into pages for better readability and navigation. - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -ListMediaResponseBody -withData(java.util.List<Media> data) - -Displays the result of the request. - - - -ListMediaResponseBody -withData(java.util.Optional<? extends java.util.List<Media>> data) - -Displays the result of the request. - - - -ListMediaResponseBody -withPagination(Pagination pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -ListMediaResponseBody -withPagination(java.util.Optional<? extends Pagination> pagination) - -Pagination organizes content into pages for better readability and navigation. - - - -ListMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -ListMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final ListMediaResponseBody.Builder builder() - - - - - - - -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.List<Media> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -Enum Constants - -Enum Constant -Description - - -FOUR_HUNDRED_AND_EIGHTYP - - - -ONE_THOUSAND_AND_EIGHTYP - - - -ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - - - -SEVEN_HUNDRED_AND_TWENTYP - - - -THREE_HUNDRED_AND_SIXTYP - - - -TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<MaxResolution> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static MaxResolution -valueOf(java.lang.String name) - -Returns the enum constant of this type with the specified name. - - - -static MaxResolution[] -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 - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Moderation -build() - - - -Moderation.Builder -type(Type type) - -Defines the type of input. - - - -Moderation.Builder -type(java.util.Optional<? extends Type> type) - -Defines the type of input. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public Moderation build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class Moderation - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.Moderation - - - - - - - -public class Moderation -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Moderation.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Moderation() - - - -Moderation(java.util.Optional<? extends Type> type) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Moderation.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.util.Optional<Type> -type() - -Defines the type of input. - - - -Moderation -withType(Type type) - -Defines the type of input. - - - -Moderation -withType(java.util.Optional<? extends Type> type) - -Defines the type of input. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final Moderation.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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. - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -AUDIO_ONLY - - - -AUDIO_ONLY_CAPPED4K - - - -CAPPED4K - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<Mp4Support> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static Mp4Support -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -PushMediaSettings.Builder -accessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PushMediaSettings.Builder -accessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions) - - - -PushMediaSettings.Builder -accessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions) - - - -PushMediaSettings -build() - - - -PushMediaSettings.Builder -chapters(boolean chapters) - -Enable or disable the chapters feature for the media. - - - -PushMediaSettings.Builder -chapters(java.util.Optional<java.lang.Boolean> chapters) - -Enable or disable the chapters feature for the media. - - - -PushMediaSettings.Builder -endTime(double endTime) - -End time indicates where encoding should end within the video file, in seconds. - - - -PushMediaSettings.Builder -endTime(java.util.Optional<java.lang.Double> endTime) - -End time indicates where encoding should end within the video file, in seconds. - - - -PushMediaSettings.Builder -inputs(java.util.List<Input> inputs) - - - -PushMediaSettings.Builder -inputs(java.util.Optional<? extends java.util.List<Input>> inputs) - - - -PushMediaSettings.Builder -maxResolution(MaxResolution maxResolution) - -Determines the highest quality resolution available. - - - -PushMediaSettings.Builder -maxResolution(java.util.Optional<? extends MaxResolution> maxResolution) - -Determines the highest quality resolution available. - - - -PushMediaSettings.Builder -metadata(DirectUploadVideoMediaMetadata metadata) - -Tag a video in "key" : "value" pairs for searchable metadata. - - - -PushMediaSettings.Builder -metadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata) - -Tag a video in "key" : "value" pairs for searchable metadata. - - - -PushMediaSettings.Builder -moderation(Moderation moderation) - - - -PushMediaSettings.Builder -moderation(java.util.Optional<? extends Moderation> moderation) - - - -PushMediaSettings.Builder -mp4Support(Mp4Support mp4Support) - -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - -PushMediaSettings.Builder -mp4Support(java.util.Optional<? extends Mp4Support> mp4Support) - -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - -PushMediaSettings.Builder -namedEntities(boolean namedEntities) - -Enable or disable named entity extraction. - - - -PushMediaSettings.Builder -namedEntities(java.util.Optional<java.lang.Boolean> namedEntities) - -Enable or disable named entity extraction. - - - -PushMediaSettings.Builder -optimizeAudio(boolean optimizeAudio) - -Enhance the quality and volume of the audio track. - - - -PushMediaSettings.Builder -optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio) - -Enhance the quality and volume of the audio track. - - - -PushMediaSettings.Builder -sourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -PushMediaSettings.Builder -sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -PushMediaSettings.Builder -startTime(double startTime) - -Start time indicates where encoding should begin within the video file, in seconds. - - - -PushMediaSettings.Builder -startTime(java.util.Optional<java.lang.Double> startTime) - -Start time indicates where encoding should begin within the video file, in seconds. - - - -PushMediaSettings.Builder -subtitles(Subtitles subtitles) - -Generates subtitle files for audio/video files. - - - -PushMediaSettings.Builder -subtitles(java.util.Optional<? extends Subtitles> subtitles) - -Generates subtitle files for audio/video files. - - - -PushMediaSettings.Builder -summary(Summary summary) - - - -PushMediaSettings.Builder -summary(java.util.Optional<? extends Summary> summary) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public PushMediaSettings.Builder accessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -startTime -public PushMediaSettings.Builder startTime(double startTime) -Start time indicates where encoding should begin within the video file, in seconds. - - - - - - - -startTime -public PushMediaSettings.Builder startTime(java.util.Optional<java.lang.Double> startTime) -Start time indicates where encoding should begin within the video file, in seconds. - - - - - - - -endTime -public PushMediaSettings.Builder endTime(double endTime) -End time indicates where encoding should end within the video file, in seconds. - - - - - - - -endTime -public PushMediaSettings.Builder endTime(java.util.Optional<java.lang.Double> endTime) -End time indicates where encoding should end within the video file, in seconds. - - - - - - - -inputs -public PushMediaSettings.Builder inputs(java.util.List<Input> inputs) - - - - - - - -inputs -public PushMediaSettings.Builder inputs(java.util.Optional<? extends java.util.List<Input>> inputs) - - - - - - - -metadata -public PushMediaSettings.Builder metadata(DirectUploadVideoMediaMetadata metadata) -Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each. - - - - - - - -metadata -public PushMediaSettings.Builder metadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata) -Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each. - - - - - - - -subtitles -public PushMediaSettings.Builder subtitles(Subtitles subtitles) -Generates subtitle files for audio/video files. - - - - - - - -subtitles -public PushMediaSettings.Builder subtitles(java.util.Optional<? extends Subtitles> subtitles) -Generates subtitle files for audio/video files. - - - - - - - -optimizeAudio -public PushMediaSettings.Builder optimizeAudio(boolean optimizeAudio) -Enhance the quality and volume of the audio track. This is available for pre-recorded content only. - - - - - - - -optimizeAudio -public PushMediaSettings.Builder optimizeAudio(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 PushMediaSettings.Builder maxResolution(MaxResolution maxResolution) -Determines the highest quality resolution available. - - - - - - - -maxResolution -public PushMediaSettings.Builder maxResolution(java.util.Optional<? extends MaxResolution> maxResolution) -Determines the highest quality resolution available. - - - - - - - -sourceAccess -public PushMediaSettings.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 PushMediaSettings.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 - - - - - - - -mp4Support -public PushMediaSettings.Builder mp4Support(Mp4Support mp4Support) -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - - - - - -mp4Support -public PushMediaSettings.Builder mp4Support(java.util.Optional<? extends Mp4Support> mp4Support) -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - - - - - -summary -public PushMediaSettings.Builder summary(Summary summary) - - - - - - - -summary -public PushMediaSettings.Builder summary(java.util.Optional<? extends Summary> summary) - - - - - - - -chapters -public PushMediaSettings.Builder chapters(boolean chapters) -Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable. - - - - - - - -chapters -public PushMediaSettings.Builder chapters(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 PushMediaSettings.Builder namedEntities(boolean namedEntities) -Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. - - - - - - - -namedEntities -public PushMediaSettings.Builder namedEntities(java.util.Optional<java.lang.Boolean> namedEntities) -Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. - - - - - - - -moderation -public PushMediaSettings.Builder moderation(Moderation moderation) - - - - - - - -moderation -public PushMediaSettings.Builder moderation(java.util.Optional<? extends Moderation> moderation) - - - - - - - -accessRestrictions -public PushMediaSettings.Builder accessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions) - - - - - - - -accessRestrictions -public PushMediaSettings.Builder accessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions) - - - - - - - -build -public PushMediaSettings build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class PushMediaSettings - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.PushMediaSettings - - - - - - - -public class PushMediaSettings -extends java.lang.Object -PushMediaSettings - - Configuration settings for media upload. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -PushMediaSettings.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -PushMediaSettings(DirectUploadVideoMediaAccessPolicy accessPolicy) - - - -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 Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaAccessPolicy -accessPolicy() - -Determines if access to the streamed content is kept private or available to all. - - - -java.util.Optional<DirectUploadVideoMediaAccessRestrictions> -accessRestrictions() - - - -static PushMediaSettings.Builder -builder() - - - -java.util.Optional<java.lang.Boolean> -chapters() - -Enable or disable the chapters feature for the media. - - - -java.util.Optional<java.lang.Double> -endTime() - -End time indicates where encoding should end within the video file, in seconds. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.util.List<Input>> -inputs() - - - -java.util.Optional<MaxResolution> -maxResolution() - -Determines the highest quality resolution available. - - - -java.util.Optional<DirectUploadVideoMediaMetadata> -metadata() - -Tag a video in "key" : "value" pairs for searchable metadata. - - - -java.util.Optional<Moderation> -moderation() - - - -java.util.Optional<Mp4Support> -mp4Support() - -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - -java.util.Optional<java.lang.Boolean> -namedEntities() - -Enable or disable named entity extraction. - - - -java.util.Optional<java.lang.Boolean> -optimizeAudio() - -Enhance the quality and volume of the audio track. - - - -java.util.Optional<java.lang.Boolean> -sourceAccess() - -The sourceAccess parameter determines whether the original media file is accessible. - - - -java.util.Optional<java.lang.Double> -startTime() - -Start time indicates where encoding should begin within the video file, in seconds. - - - -java.util.Optional<Subtitles> -subtitles() - -Generates subtitle files for audio/video files. - - - -java.util.Optional<Summary> -summary() - - - -java.lang.String -toString() - - - -PushMediaSettings -withAccessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy) - -Determines if access to the streamed content is kept private or available to all. - - - -PushMediaSettings -withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions) - - - -PushMediaSettings -withAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions) - - - -PushMediaSettings -withChapters(boolean chapters) - -Enable or disable the chapters feature for the media. - - - -PushMediaSettings -withChapters(java.util.Optional<java.lang.Boolean> chapters) - -Enable or disable the chapters feature for the media. - - - -PushMediaSettings -withEndTime(double endTime) - -End time indicates where encoding should end within the video file, in seconds. - - - -PushMediaSettings -withEndTime(java.util.Optional<java.lang.Double> endTime) - -End time indicates where encoding should end within the video file, in seconds. - - - -PushMediaSettings -withInputs(java.util.List<Input> inputs) - - - -PushMediaSettings -withInputs(java.util.Optional<? extends java.util.List<Input>> inputs) - - - -PushMediaSettings -withMaxResolution(MaxResolution maxResolution) - -Determines the highest quality resolution available. - - - -PushMediaSettings -withMaxResolution(java.util.Optional<? extends MaxResolution> maxResolution) - -Determines the highest quality resolution available. - - - -PushMediaSettings -withMetadata(DirectUploadVideoMediaMetadata metadata) - -Tag a video in "key" : "value" pairs for searchable metadata. - - - -PushMediaSettings -withMetadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata) - -Tag a video in "key" : "value" pairs for searchable metadata. - - - -PushMediaSettings -withModeration(Moderation moderation) - - - -PushMediaSettings -withModeration(java.util.Optional<? extends Moderation> moderation) - - - -PushMediaSettings -withMp4Support(Mp4Support mp4Support) - -Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing. - - - -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. - - - -PushMediaSettings -withNamedEntities(boolean namedEntities) - -Enable or disable named entity extraction. - - - -PushMediaSettings -withNamedEntities(java.util.Optional<java.lang.Boolean> namedEntities) - -Enable or disable named entity extraction. - - - -PushMediaSettings -withOptimizeAudio(boolean optimizeAudio) - -Enhance the quality and volume of the audio track. - - - -PushMediaSettings -withOptimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio) - -Enhance the quality and volume of the audio track. - - - -PushMediaSettings -withSourceAccess(boolean sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -PushMediaSettings -withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess) - -The sourceAccess parameter determines whether the original media file is accessible. - - - -PushMediaSettings -withStartTime(double startTime) - -Start time indicates where encoding should begin within the video file, in seconds. - - - -PushMediaSettings -withStartTime(java.util.Optional<java.lang.Double> startTime) - -Start time indicates where encoding should begin within the video file, in seconds. - - - -PushMediaSettings -withSubtitles(Subtitles subtitles) - -Generates subtitle files for audio/video files. - - - -PushMediaSettings -withSubtitles(java.util.Optional<? extends Subtitles> subtitles) - -Generates subtitle files for audio/video files. - - - -PushMediaSettings -withSummary(Summary summary) - - - -PushMediaSettings -withSummary(java.util.Optional<? extends Summary> summary) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - -PushMediaSettings -public PushMediaSettings(DirectUploadVideoMediaAccessPolicy accessPolicy) - - - - - - - - - - - -Method Detail - - - - - -accessPolicy -public DirectUploadVideoMediaAccessPolicy accessPolicy() -Determines if access to the streamed content is kept private or available to all. - - - - - - - -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() - - - - - - - -accessRestrictions -public java.util.Optional<DirectUploadVideoMediaAccessRestrictions> accessRestrictions() - - - - - - - -builder -public static final PushMediaSettings.Builder builder() - - - - - - - -withAccessPolicy -public PushMediaSettings withAccessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy) -Determines if access to the streamed content is kept private or available to all. - - - - - - - -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.List<Input> inputs) - - - - - - - -withInputs -public PushMediaSettings withInputs(java.util.Optional<? extends java.util.List<Input>> inputs) - - - - - - - -withMetadata -public PushMediaSettings withMetadata(DirectUploadVideoMediaMetadata metadata) -Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each. - - - - - - - -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. - - - - - - - -withSummary -public PushMediaSettings withSummary(Summary summary) - - - - - - - -withSummary -public PushMediaSettings withSummary(java.util.Optional<? extends Summary> summary) - - - - - - - -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. - - - - - - - -withModeration -public PushMediaSettings withModeration(Moderation moderation) - - - - - - - -withModeration -public PushMediaSettings withModeration(java.util.Optional<? extends Moderation> moderation) - - - - - - - -withAccessRestrictions -public PushMediaSettings withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions) - - - - - - - -withAccessRestrictions -public PushMediaSettings withAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RetrieveMediaInputInfoRequest -build() - - - -RetrieveMediaInputInfoRequest.Builder -mediaId(java.lang.String mediaId) - -Pass the list of the input objects used to create the media, along with applied settings. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -mediaId -public RetrieveMediaInputInfoRequest.Builder mediaId(java.lang.String mediaId) -Pass the list of the input objects used to create the media, along with applied settings. - - - - - - - -build -public RetrieveMediaInputInfoRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class RetrieveMediaInputInfoRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest - - - - - - - -public class RetrieveMediaInputInfoRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -RetrieveMediaInputInfoRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -RetrieveMediaInputInfoRequest(java.lang.String mediaId) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static RetrieveMediaInputInfoRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -Pass the list of the input objects used to create the media, along with applied settings. - - - -java.lang.String -toString() - - - -RetrieveMediaInputInfoRequest -withMediaId(java.lang.String mediaId) - -Pass the list of the input objects used to create the media, along with applied settings. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final RetrieveMediaInputInfoRequest.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class RetrieveMediaInputInfoRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder - - - - - - - -public class RetrieveMediaInputInfoRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -RetrieveMediaInputInfoRequestBuilder(SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RetrieveMediaInputInfoResponse -call() - - - -RetrieveMediaInputInfoRequestBuilder -mediaId(java.lang.String mediaId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -RetrieveMediaInputInfoRequestBuilder -public RetrieveMediaInputInfoRequestBuilder(SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public RetrieveMediaInputInfoRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -call -public RetrieveMediaInputInfoResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RetrieveMediaInputInfoResponse -build() - - - -RetrieveMediaInputInfoResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -RetrieveMediaInputInfoResponse.Builder -object(RetrieveMediaInputInfoResponseBody object) - -Get video media input information - - - -RetrieveMediaInputInfoResponse.Builder -object(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object) - -Get video media input information - - - -RetrieveMediaInputInfoResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -RetrieveMediaInputInfoResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public RetrieveMediaInputInfoResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public RetrieveMediaInputInfoResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public RetrieveMediaInputInfoResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public RetrieveMediaInputInfoResponse.Builder object(RetrieveMediaInputInfoResponseBody object) -Get video media input information - - - - - - - -object -public RetrieveMediaInputInfoResponse.Builder object(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object) -Get video media input information - - - - - - - -build -public RetrieveMediaInputInfoResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class RetrieveMediaInputInfoResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class RetrieveMediaInputInfoResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -RetrieveMediaInputInfoResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static RetrieveMediaInputInfoResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<RetrieveMediaInputInfoResponseBody> -object() - -Get video media input information - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -RetrieveMediaInputInfoResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -RetrieveMediaInputInfoResponse -withObject(RetrieveMediaInputInfoResponseBody object) - -Get video media input information - - - -RetrieveMediaInputInfoResponse -withObject(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object) - -Get video media input information - - - -RetrieveMediaInputInfoResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -RetrieveMediaInputInfoResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<RetrieveMediaInputInfoResponseBody> object() -Get video media input information - - - - - - - -builder -public static final RetrieveMediaInputInfoResponse.Builder builder() - - - - - - - -withContentType -public RetrieveMediaInputInfoResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public RetrieveMediaInputInfoResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public RetrieveMediaInputInfoResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withObject -public RetrieveMediaInputInfoResponse withObject(RetrieveMediaInputInfoResponseBody object) -Get video media input information - - - - - - - -withObject -public RetrieveMediaInputInfoResponse withObject(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object) -Get video media input information - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class RetrieveMediaInputInfoResponseBody.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder - - - - - - - -Enclosing class: -RetrieveMediaInputInfoResponseBody - - -public static final class RetrieveMediaInputInfoResponseBody.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RetrieveMediaInputInfoResponseBody -build() - - - -RetrieveMediaInputInfoResponseBody.Builder -data(java.lang.Object data) - -Displays the result of the request. - - - -RetrieveMediaInputInfoResponseBody.Builder -data(java.util.Optional<? extends java.lang.Object> data) - -Displays the result of the request. - - - -RetrieveMediaInputInfoResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -RetrieveMediaInputInfoResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public RetrieveMediaInputInfoResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public RetrieveMediaInputInfoResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public RetrieveMediaInputInfoResponseBody.Builder data(java.lang.Object data) -Displays the result of the request. - - - - - - - -data -public RetrieveMediaInputInfoResponseBody.Builder data(java.util.Optional<? extends java.lang.Object> data) -Displays the result of the request. - - - - - - - -build -public RetrieveMediaInputInfoResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class RetrieveMediaInputInfoResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody - - - - - - - -public class RetrieveMediaInputInfoResponseBody -extends java.lang.Object -RetrieveMediaInputInfoResponseBody - - Get video media input information - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -RetrieveMediaInputInfoResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -RetrieveMediaInputInfoResponseBody() - - - -RetrieveMediaInputInfoResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.lang.Object> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static RetrieveMediaInputInfoResponseBody.Builder -builder() - - - -java.util.Optional<java.lang.Object> -data() - -Displays the result of the request. - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -RetrieveMediaInputInfoResponseBody -withData(java.lang.Object data) - -Displays the result of the request. - - - -RetrieveMediaInputInfoResponseBody -withData(java.util.Optional<? extends java.lang.Object> data) - -Displays the result of the request. - - - -RetrieveMediaInputInfoResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -RetrieveMediaInputInfoResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final RetrieveMediaInputInfoResponseBody.Builder builder() - - - - - - - -withSuccess -public RetrieveMediaInputInfoResponseBody withSuccess(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -withSuccess -public RetrieveMediaInputInfoResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -withData -public RetrieveMediaInputInfoResponseBody withData(java.lang.Object data) -Displays the result of the request. - - - - - - - -withData -public RetrieveMediaInputInfoResponseBody withData(java.util.Optional<? extends java.lang.Object> data) -Displays the result of the request. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallCreateMedia - - - - - - -All Known Implementing Classes: -InputVideo - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallCreateMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -CreateMediaResponse -createMedia(java.util.Optional<? extends CreateMediaRequest> request) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -createMedia -CreateMediaResponse createMedia(java.util.Optional<? extends CreateMediaRequest> request) - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - - - - - - -All Known Implementing Classes: -Playback - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -CreateMediaPlaybackIdResponse -createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -createMediaPlaybackId -CreateMediaPlaybackIdResponse createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallCreateNewStream - - - - - - -All Known Implementing Classes: -StartLiveStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallCreateNewStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -CreateNewStreamResponse -createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -createNewStream -CreateNewStreamResponse createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request) - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - - - - - - -All Known Implementing Classes: -Playback - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -CreatePlaybackIdOfStreamResponse -createPlaybackIdOfStream(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - - - - - - -All Known Implementing Classes: -SimulcastStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -CreateSimulcastOfStreamResponse -createSimulcastOfStream(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDeleteLiveStream - - - - - - -All Known Implementing Classes: -ManageLiveStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDeleteLiveStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DeleteLiveStreamResponse -deleteLiveStream(java.lang.String streamId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDeleteMedia - - - - - - -All Known Implementing Classes: -ManageVideos - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDeleteMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DeleteMediaResponse -deleteMedia(java.lang.String mediaId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - - - - -All Known Implementing Classes: -Playback - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DeleteMediaPlaybackIdResponse -deleteMediaPlaybackId(java.lang.String mediaId, - java.lang.String playbackId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - - - - - - -All Known Implementing Classes: -Playback - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DeletePlaybackIdOfStreamResponse -deletePlaybackIdOfStream(java.lang.String streamId, - java.lang.String playbackId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - - - - - - -All Known Implementing Classes: -SimulcastStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DeleteSimulcastOfStreamResponse -deleteSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - - - - -All Known Implementing Classes: -InputVideo - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -DirectUploadVideoMediaResponse -directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -directUploadVideoMedia -DirectUploadVideoMediaResponse directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallGetAllStreams - - - - - - -All Known Implementing Classes: -ManageLiveStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallGetAllStreams - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -GetAllStreamsResponse -getAllStreams(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallGetLiveStreamById - - - - - - -All Known Implementing Classes: -ManageLiveStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallGetLiveStreamById - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -GetLiveStreamByIdResponse -getLiveStreamById(java.lang.String streamId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - - - - - -All Known Implementing Classes: -Playback - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -GetLiveStreamPlaybackIdResponse -getLiveStreamPlaybackId(java.lang.String streamId, - java.lang.String playbackId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallGetMedia - - - - - - -All Known Implementing Classes: -ManageVideos - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallGetMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -GetMediaResponse -getMedia(java.lang.String mediaId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - - - - - - -All Known Implementing Classes: -SimulcastStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -GetSpecificSimulcastOfStreamResponse -getSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallListMedia - - - - - - -All Known Implementing Classes: -ManageVideos - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallListMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -ListMediaResponse -listMedia(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - - - - -All Known Implementing Classes: -ManageVideos - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -RetrieveMediaInputInfoResponse -retrieveMediaInputInfo(java.lang.String mediaId) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallUpdateLiveStream - - - - - - -All Known Implementing Classes: -ManageLiveStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallUpdateLiveStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -UpdateLiveStreamResponse -updateLiveStream(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - - - - -All Known Implementing Classes: -SimulcastStream - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -UpdateSpecificSimulcastOfStreamResponse -updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Interface SDKMethodInterfaces.MethodCallUpdatedMedia - - - - - - -All Known Implementing Classes: -ManageVideos - - -Enclosing class: -SDKMethodInterfaces - - -public static interface SDKMethodInterfaces.MethodCallUpdatedMedia - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -UpdatedMediaResponse -updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - - - - - - - - - - - - -Method Detail - - - - - -updatedMedia -UpdatedMediaResponse updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class SDKMethodInterfaces - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.SDKMethodInterfaces - - - - - - - -public class SDKMethodInterfaces -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static interface -SDKMethodInterfaces.MethodCallCreateMedia - - - -static interface -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - - - -static interface -SDKMethodInterfaces.MethodCallCreateNewStream - - - -static interface -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - - - -static interface -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - - - -static interface -SDKMethodInterfaces.MethodCallDeleteLiveStream - - - -static interface -SDKMethodInterfaces.MethodCallDeleteMedia - - - -static interface -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - -static interface -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - - - -static interface -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - - - -static interface -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - -static interface -SDKMethodInterfaces.MethodCallGetAllStreams - - - -static interface -SDKMethodInterfaces.MethodCallGetLiveStreamById - - - -static interface -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - - -static interface -SDKMethodInterfaces.MethodCallGetMedia - - - -static interface -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - - - -static interface -SDKMethodInterfaces.MethodCallListMedia - - - -static interface -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - -static interface -SDKMethodInterfaces.MethodCallUpdatedMedia - - - -static interface -SDKMethodInterfaces.MethodCallUpdateLiveStream - - - -static interface -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SDKMethodInterfaces() - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Subtitles -build() - - - -Subtitles.Builder -languageCode(LanguageCode languageCode) - -Language codes (BCP 47 compliant) used for text files. - - - -Subtitles.Builder -languageCode(java.util.Optional<? extends LanguageCode> languageCode) - -Language codes (BCP 47 compliant) used for text files. - - - -Subtitles.Builder -languageName(java.lang.String languageName) - -Name of the language for the subtitles. - - - -Subtitles.Builder -languageName(java.util.Optional<java.lang.String> languageName) - -Name of the language for the subtitles. - - - -Subtitles.Builder -metadata(SubtitlesMetadata metadata) - -Searchable metadata tags for the video in key-value pairs. - - - -Subtitles.Builder -metadata(java.util.Optional<? extends SubtitlesMetadata> metadata) - -Searchable metadata tags for the video in key-value pairs. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(SubtitlesMetadata metadata) -Searchable metadata tags for the video in key-value pairs. - - - - - - - -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. - - - - - - - -build -public Subtitles build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Subtitles.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Subtitles() - - - -Subtitles(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitlesMetadata> metadata, - java.util.Optional<? extends LanguageCode> languageCode) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Subtitles.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<LanguageCode> -languageCode() - -Language codes (BCP 47 compliant) used for text files. - - - -java.util.Optional<java.lang.String> -languageName() - -Name of the language for the subtitles. - - - -java.util.Optional<SubtitlesMetadata> -metadata() - -Searchable metadata tags for the video in key-value pairs. - - - -java.lang.String -toString() - - - -Subtitles -withLanguageCode(LanguageCode languageCode) - -Language codes (BCP 47 compliant) used for text files. - - - -Subtitles -withLanguageCode(java.util.Optional<? extends LanguageCode> languageCode) - -Language codes (BCP 47 compliant) used for text files. - - - -Subtitles -withLanguageName(java.lang.String languageName) - -Name of the language for the subtitles. - - - -Subtitles -withLanguageName(java.util.Optional<java.lang.String> languageName) - -Name of the language for the subtitles. - - - -Subtitles -withMetadata(SubtitlesMetadata metadata) - -Searchable metadata tags for the video in key-value pairs. - - - -Subtitles -withMetadata(java.util.Optional<? extends SubtitlesMetadata> metadata) - -Searchable metadata tags for the video in key-value pairs. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final Subtitles.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Method -Description - - -SubtitlesMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public SubtitlesMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -SubtitlesMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SubtitlesMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static SubtitlesMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -SubtitlesMetadata -public SubtitlesMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final SubtitlesMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Method -Description - - -Summary -build() - - - -Summary.Builder -generate(boolean generate) - -Enable or disable the summary feature for the media. - - - -Summary.Builder -generate(java.util.Optional<java.lang.Boolean> generate) - -Enable or disable the summary feature for the media. - - - -Summary.Builder -summaryLength(long summaryLength) - -Specifies the desired word count for the generated summary. - - - -Summary.Builder -summaryLength(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Type -Class -Description - - -static class -Summary.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -static Summary.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -java.util.Optional<java.lang.Boolean> -generate() - -Enable or disable the summary feature for the media. - - - -int -hashCode() - - - -java.util.Optional<java.lang.Long> -summaryLength() - -Specifies the desired word count for the generated summary. - - - -java.lang.String -toString() - - - -Summary -withGenerate(boolean generate) - -Enable or disable the summary feature for the media. - - - -Summary -withGenerate(java.util.Optional<java.lang.Boolean> generate) - -Enable or disable the summary feature for the media. - - - -Summary -withSummaryLength(long summaryLength) - -Specifies the desired word count for the generated summary. - - - -Summary -withSummaryLength(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. - - - - - - - -builder -public static final Summary.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Constant -Description - - -AUDIO - - - -AV - - - -VIDEO - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static java.util.Optional<Type> -fromValue(java.lang.String value) - - - -java.lang.String -value() - - - -static Type -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateLiveStreamRequest -build() - - - -UpdateLiveStreamRequest.Builder -patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - -UpdateLiveStreamRequest.Builder -patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - -UpdateLiveStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public UpdateLiveStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -patchLiveStreamRequest -public UpdateLiveStreamRequest.Builder patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - - - - - -patchLiveStreamRequest -public UpdateLiveStreamRequest.Builder patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - - - - - -build -public UpdateLiveStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateLiveStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateLiveStreamRequest - - - - - - - -public class UpdateLiveStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdateLiveStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateLiveStreamRequest(java.lang.String streamId) - - - -UpdateLiveStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdateLiveStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PatchLiveStreamRequest> -patchLiveStreamRequest() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -UpdateLiveStreamRequest -withPatchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - -UpdateLiveStreamRequest -withPatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - -UpdateLiveStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -patchLiveStreamRequest -public java.util.Optional<PatchLiveStreamRequest> patchLiveStreamRequest() - - - - - - - -builder -public static final UpdateLiveStreamRequest.Builder builder() - - - - - - - -withStreamId -public UpdateLiveStreamRequest withStreamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -withPatchLiveStreamRequest -public UpdateLiveStreamRequest withPatchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - - - - - -withPatchLiveStreamRequest -public UpdateLiveStreamRequest withPatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateLiveStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder - - - - - - - -public class UpdateLiveStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateLiveStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateLiveStreamResponse -call() - - - -UpdateLiveStreamRequestBuilder -patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - -UpdateLiveStreamRequestBuilder -patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - -UpdateLiveStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -UpdateLiveStreamRequestBuilder -public UpdateLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateLiveStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public UpdateLiveStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -patchLiveStreamRequest -public UpdateLiveStreamRequestBuilder patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest) - - - - - - - -patchLiveStreamRequest -public UpdateLiveStreamRequestBuilder patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - - - - - - - -call -public UpdateLiveStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateLiveStreamResponse -build() - - - -UpdateLiveStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdateLiveStreamResponse.Builder -patchResponseDTO(PatchResponseDTO patchResponseDTO) - -Stream details updated successfully - - - -UpdateLiveStreamResponse.Builder -patchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO) - -Stream details updated successfully - - - -UpdateLiveStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdateLiveStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public UpdateLiveStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public UpdateLiveStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public UpdateLiveStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -patchResponseDTO -public UpdateLiveStreamResponse.Builder patchResponseDTO(PatchResponseDTO patchResponseDTO) -Stream details updated successfully - - - - - - - -patchResponseDTO -public UpdateLiveStreamResponse.Builder patchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO) -Stream details updated successfully - - - - - - - -build -public UpdateLiveStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateLiveStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateLiveStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class UpdateLiveStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdateLiveStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PatchResponseDTO> patchResponseDTO) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdateLiveStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<PatchResponseDTO> -patchResponseDTO() - -Stream details updated successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -UpdateLiveStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdateLiveStreamResponse -withPatchResponseDTO(PatchResponseDTO patchResponseDTO) - -Stream details updated successfully - - - -UpdateLiveStreamResponse -withPatchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO) - -Stream details updated successfully - - - -UpdateLiveStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdateLiveStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final UpdateLiveStreamResponse.Builder builder() - - - - - - - -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 - - - - - - - -withPatchResponseDTO -public UpdateLiveStreamResponse withPatchResponseDTO(PatchResponseDTO patchResponseDTO) -Stream details updated successfully - - - - - - - -withPatchResponseDTO -public UpdateLiveStreamResponse withPatchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO) -Stream details updated successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateSpecificSimulcastOfStreamRequest.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder - - - - - - - -Enclosing class: -UpdateSpecificSimulcastOfStreamRequest - - -public static final class UpdateSpecificSimulcastOfStreamRequest.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateSpecificSimulcastOfStreamRequest -build() - - - -UpdateSpecificSimulcastOfStreamRequest.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. - - - -UpdateSpecificSimulcastOfStreamRequest.Builder -simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequest.Builder -simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequest.Builder -streamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -streamId -public UpdateSpecificSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId) -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -simulcastId -public UpdateSpecificSimulcastOfStreamRequest.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. - - - - - - - -simulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequest.Builder simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - - - - - -simulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequest.Builder simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - - - - - -build -public UpdateSpecificSimulcastOfStreamRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateSpecificSimulcastOfStreamRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest - - - - - - - -public class UpdateSpecificSimulcastOfStreamRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdateSpecificSimulcastOfStreamRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId) - - - -UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdateSpecificSimulcastOfStreamRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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<SimulcastUpdateRequest> -simulcastUpdateRequest() - - - -java.lang.String -streamId() - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - -java.lang.String -toString() - - - -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. - - - -UpdateSpecificSimulcastOfStreamRequest -withSimulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequest -withSimulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequest -withStreamId(java.lang.String streamId) - -Upon creating a new live stream, FastPix assigns a unique identifier to the stream. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -simulcastUpdateRequest -public java.util.Optional<SimulcastUpdateRequest> simulcastUpdateRequest() - - - - - - - -builder -public static final UpdateSpecificSimulcastOfStreamRequest.Builder builder() - - - - - - - -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. - - - - - - - -withSimulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequest withSimulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - - - - - -withSimulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequest withSimulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateSpecificSimulcastOfStreamRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder - - - - - - - -public class UpdateSpecificSimulcastOfStreamRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateSpecificSimulcastOfStreamResponse -call() - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -simulcastId(java.lang.String simulcastId) - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -streamId(java.lang.String streamId) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -UpdateSpecificSimulcastOfStreamRequestBuilder -public UpdateSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream sdk) - - - - - - - - - - - -Method Detail - - - - - -streamId -public UpdateSpecificSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId) - - - - - - - -simulcastId -public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId) - - - - - - - -simulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest) - - - - - - - -simulcastUpdateRequest -public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - - - - - - - -call -public UpdateSpecificSimulcastOfStreamResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateSpecificSimulcastOfStreamResponse.Builder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder - - - - - - - -Enclosing class: -UpdateSpecificSimulcastOfStreamResponse - - -public static final class UpdateSpecificSimulcastOfStreamResponse.Builder -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdateSpecificSimulcastOfStreamResponse -build() - - - -UpdateSpecificSimulcastOfStreamResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdateSpecificSimulcastOfStreamResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdateSpecificSimulcastOfStreamResponse.Builder -simulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse) - -Stream's simulcast details fetched successfully - - - -UpdateSpecificSimulcastOfStreamResponse.Builder -simulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse) - -Stream's simulcast details fetched successfully - - - -UpdateSpecificSimulcastOfStreamResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public UpdateSpecificSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public UpdateSpecificSimulcastOfStreamResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public UpdateSpecificSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -simulcastUpdateResponse -public UpdateSpecificSimulcastOfStreamResponse.Builder simulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse) -Stream's simulcast details fetched successfully - - - - - - - -simulcastUpdateResponse -public UpdateSpecificSimulcastOfStreamResponse.Builder simulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse) -Stream's simulcast details fetched successfully - - - - - - - -build -public UpdateSpecificSimulcastOfStreamResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdateSpecificSimulcastOfStreamResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class UpdateSpecificSimulcastOfStreamResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdateSpecificSimulcastOfStreamResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdateSpecificSimulcastOfStreamResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -java.util.Optional<SimulcastUpdateResponse> -simulcastUpdateResponse() - -Stream's simulcast details fetched successfully - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -UpdateSpecificSimulcastOfStreamResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdateSpecificSimulcastOfStreamResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdateSpecificSimulcastOfStreamResponse -withSimulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse) - -Stream's simulcast details fetched successfully - - - -UpdateSpecificSimulcastOfStreamResponse -withSimulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse) - -Stream's simulcast details fetched successfully - - - -UpdateSpecificSimulcastOfStreamResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - -builder -public static final UpdateSpecificSimulcastOfStreamResponse.Builder builder() - - - - - - - -withContentType -public UpdateSpecificSimulcastOfStreamResponse withContentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -withStatusCode -public UpdateSpecificSimulcastOfStreamResponse withStatusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -withRawResponse -public UpdateSpecificSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -withSimulcastUpdateResponse -public UpdateSpecificSimulcastOfStreamResponse withSimulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse) -Stream's simulcast details fetched successfully - - - - - - - -withSimulcastUpdateResponse -public UpdateSpecificSimulcastOfStreamResponse withSimulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse) -Stream's simulcast details fetched successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaMetadata -build() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -build -public UpdatedMediaMetadata build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdatedMediaMetadata.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaMetadata() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdatedMediaMetadata.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -toString() - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -UpdatedMediaMetadata -public UpdatedMediaMetadata() - - - - - - - - - - - -Method Detail - - - - - -builder -public static final UpdatedMediaMetadata.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaRequest -build() - - - -UpdatedMediaRequest.Builder -mediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -UpdatedMediaRequest.Builder -requestBody(UpdatedMediaRequestBody requestBody) - - - -UpdatedMediaRequest.Builder -requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -mediaId -public UpdatedMediaRequest.Builder mediaId(java.lang.String mediaId) -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - - - - - -requestBody -public UpdatedMediaRequest.Builder requestBody(UpdatedMediaRequestBody requestBody) - - - - - - - -requestBody -public UpdatedMediaRequest.Builder requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -build -public UpdatedMediaRequest build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdatedMediaRequest - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdatedMediaRequest - - - - - - - -public class UpdatedMediaRequest -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdatedMediaRequest.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaRequest(java.lang.String mediaId) - - - -UpdatedMediaRequest(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdatedMediaRequest.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.lang.String -mediaId() - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -java.util.Optional<UpdatedMediaRequestBody> -requestBody() - - - -java.lang.String -toString() - - - -UpdatedMediaRequest -withMediaId(java.lang.String mediaId) - -When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. - - - -UpdatedMediaRequest -withRequestBody(UpdatedMediaRequestBody requestBody) - - - -UpdatedMediaRequest -withRequestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -requestBody -public java.util.Optional<UpdatedMediaRequestBody> requestBody() - - - - - - - -builder -public static final UpdatedMediaRequest.Builder builder() - - - - - - - -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. - - - - - - - -withRequestBody -public UpdatedMediaRequest withRequestBody(UpdatedMediaRequestBody requestBody) - - - - - - - -withRequestBody -public UpdatedMediaRequest withRequestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaRequestBody -build() - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -build -public UpdatedMediaRequestBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdatedMediaRequestBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdatedMediaRequestBody - - - - - - - -public class UpdatedMediaRequestBody -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdatedMediaRequestBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaRequestBody() - - - -UpdatedMediaRequestBody(java.util.Optional<? extends UpdatedMediaMetadata> metadata) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdatedMediaRequestBody.Builder -builder() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -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. - - - -java.lang.String -toString() - - - -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. - - - -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. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - -builder -public static final UpdatedMediaRequestBody.Builder builder() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdatedMediaRequestBuilder - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder - - - - - - - -public class UpdatedMediaRequestBuilder -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaRequestBuilder(SDKMethodInterfaces.MethodCallUpdatedMedia sdk) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaResponse -call() - - - -UpdatedMediaRequestBuilder -mediaId(java.lang.String mediaId) - - - -UpdatedMediaRequestBuilder -requestBody(UpdatedMediaRequestBody requestBody) - - - -UpdatedMediaRequestBuilder -requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Constructor Detail - - - - - -UpdatedMediaRequestBuilder -public UpdatedMediaRequestBuilder(SDKMethodInterfaces.MethodCallUpdatedMedia sdk) - - - - - - - - - - - -Method Detail - - - - - -mediaId -public UpdatedMediaRequestBuilder mediaId(java.lang.String mediaId) - - - - - - - -requestBody -public UpdatedMediaRequestBuilder requestBody(UpdatedMediaRequestBody requestBody) - - - - - - - -requestBody -public UpdatedMediaRequestBuilder requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - - - - - - - -call -public UpdatedMediaResponse call() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaResponse -build() - - - -UpdatedMediaResponse.Builder -contentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdatedMediaResponse.Builder -object(UpdatedMediaResponseBody object) - -Media details updated successfully - - - -UpdatedMediaResponse.Builder -object(java.util.Optional<? extends UpdatedMediaResponseBody> object) - -Media details updated successfully - - - -UpdatedMediaResponse.Builder -rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdatedMediaResponse.Builder -statusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -contentType -public UpdatedMediaResponse.Builder contentType(java.lang.String contentType) -HTTP response content type for this operation - - - - - - - -statusCode -public UpdatedMediaResponse.Builder statusCode(int statusCode) -HTTP response status code for this operation - - - - - - - -rawResponse -public UpdatedMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) -Raw HTTP response; suitable for custom response parsing - - - - - - - -object -public UpdatedMediaResponse.Builder object(UpdatedMediaResponseBody object) -Media details updated successfully - - - - - - - -object -public UpdatedMediaResponse.Builder object(java.util.Optional<? extends UpdatedMediaResponseBody> object) -Media details updated successfully - - - - - - - -build -public UpdatedMediaResponse build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdatedMediaResponse - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdatedMediaResponse - - - - - - - -All Implemented Interfaces: -Response - - -public class UpdatedMediaResponse -extends java.lang.Object -implements Response - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdatedMediaResponse.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse) - - - -UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends UpdatedMediaResponseBody> object) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdatedMediaResponse.Builder -builder() - - - -java.lang.String -contentType() - -HTTP response content type for this operation - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<UpdatedMediaResponseBody> -object() - -Media details updated successfully - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Raw HTTP response; suitable for custom response parsing - - - -int -statusCode() - -HTTP response status code for this operation - - - -java.lang.String -toString() - - - -UpdatedMediaResponse -withContentType(java.lang.String contentType) - -HTTP response content type for this operation - - - -UpdatedMediaResponse -withObject(UpdatedMediaResponseBody object) - -Media details updated successfully - - - -UpdatedMediaResponse -withObject(java.util.Optional<? extends UpdatedMediaResponseBody> object) - -Media details updated successfully - - - -UpdatedMediaResponse -withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse) - -Raw HTTP response; suitable for custom response parsing - - - -UpdatedMediaResponse -withStatusCode(int statusCode) - -HTTP response status code for this operation - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -object -public java.util.Optional<UpdatedMediaResponseBody> object() -Media details updated successfully - - - - - - - -builder -public static final UpdatedMediaResponse.Builder builder() - - - - - - - -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 - - - - - - - -withObject -public UpdatedMediaResponse withObject(UpdatedMediaResponseBody object) -Media details updated successfully - - - - - - - -withObject -public UpdatedMediaResponse withObject(java.util.Optional<? extends UpdatedMediaResponseBody> object) -Media details updated successfully - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -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 - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -UpdatedMediaResponseBody -build() - - - -UpdatedMediaResponseBody.Builder -data(Media data) - - - -UpdatedMediaResponseBody.Builder -data(java.util.Optional<? extends Media> data) - - - -UpdatedMediaResponseBody.Builder -success(boolean success) - -Demonstrates whether the request is successful or not. - - - -UpdatedMediaResponseBody.Builder -success(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -success -public UpdatedMediaResponseBody.Builder success(boolean success) -Demonstrates whether the request is successful or not. - - - - - - - -success -public UpdatedMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success) -Demonstrates whether the request is successful or not. - - - - - - - -data -public UpdatedMediaResponseBody.Builder data(Media data) - - - - - - - -data -public UpdatedMediaResponseBody.Builder data(java.util.Optional<? extends Media> data) - - - - - - - -build -public UpdatedMediaResponseBody build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations -Class UpdatedMediaResponseBody - - - -java.lang.Object - - -io.fastpix.sdk.models.operations.UpdatedMediaResponseBody - - - - - - - -public class UpdatedMediaResponseBody -extends java.lang.Object -UpdatedMediaResponseBody - - Media details updated successfully - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -UpdatedMediaResponseBody.Builder - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -UpdatedMediaResponseBody() - - - -UpdatedMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static UpdatedMediaResponseBody.Builder -builder() - - - -java.util.Optional<Media> -data() - - - -boolean -equals(java.lang.Object o) - - - -int -hashCode() - - - -java.util.Optional<java.lang.Boolean> -success() - -Demonstrates whether the request is successful or not. - - - -java.lang.String -toString() - - - -UpdatedMediaResponseBody -withData(Media data) - - - -UpdatedMediaResponseBody -withData(java.util.Optional<? extends Media> data) - - - -UpdatedMediaResponseBody -withSuccess(boolean success) - -Demonstrates whether the request is successful or not. - - - -UpdatedMediaResponseBody -withSuccess(java.util.Optional<java.lang.Boolean> success) - -Demonstrates whether the request is successful or not. - - - - - - - -Methods inherited from class java.lang.Object -clone, finalize, getClass, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -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() - - - - - - - -builder -public static final UpdatedMediaResponseBody.Builder builder() - - - - - - - -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. - - - - - - - -withData -public UpdatedMediaResponseBody withData(Media data) - - - - - - - -withData -public UpdatedMediaResponseBody withData(java.util.Optional<? extends Media> data) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Package io.fastpix.sdk.models.operations - - - - - -Interface Summary - -Interface -Description - - - -SDKMethodInterfaces.MethodCallCreateMedia - - - -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - - - -SDKMethodInterfaces.MethodCallCreateNewStream - - - -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - - - -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallDeleteLiveStream - - - -SDKMethodInterfaces.MethodCallDeleteMedia - - - -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - - - -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - - - -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - - - -SDKMethodInterfaces.MethodCallGetAllStreams - - - -SDKMethodInterfaces.MethodCallGetLiveStreamById - - - -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - - - -SDKMethodInterfaces.MethodCallGetMedia - - - -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - - - -SDKMethodInterfaces.MethodCallListMedia - - - -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - - - -SDKMethodInterfaces.MethodCallUpdatedMedia - - - -SDKMethodInterfaces.MethodCallUpdateLiveStream - - - -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - - - - - -Class Summary - -Class -Description - - - -CreateMediaPlaybackIdAccessRestrictions - - - -CreateMediaPlaybackIdAccessRestrictions.Builder - - - -CreateMediaPlaybackIdDomains - - - -CreateMediaPlaybackIdDomains.Builder - - - -CreateMediaPlaybackIdRequest - - - -CreateMediaPlaybackIdRequest.Builder - - - -CreateMediaPlaybackIdRequestBody - -CreateMediaPlaybackIdRequestBody - - - -CreateMediaPlaybackIdRequestBody.Builder - - - -CreateMediaPlaybackIdRequestBuilder - - - -CreateMediaPlaybackIdResponse - - - -CreateMediaPlaybackIdResponse.Builder - - - -CreateMediaPlaybackIdResponseBody - -CreateMediaPlaybackIdResponseBody - - - -CreateMediaPlaybackIdResponseBody.Builder - - - -CreateMediaPlaybackIdUserAgents - - - -CreateMediaPlaybackIdUserAgents.Builder - - - -CreateMediaRequestBuilder - - - -CreateMediaResponse - - - -CreateMediaResponse.Builder - - - -CreateMediaResponseBody - -CreateMediaResponseBody - - - -CreateMediaResponseBody.Builder - - - -CreateNewStreamRequestBuilder - - - -CreateNewStreamResponse - - - -CreateNewStreamResponse.Builder - - - -CreatePlaybackIdOfStreamRequest - - - -CreatePlaybackIdOfStreamRequest.Builder - - - -CreatePlaybackIdOfStreamRequestBuilder - - - -CreatePlaybackIdOfStreamResponse - - - -CreatePlaybackIdOfStreamResponse.Builder - - - -CreateSimulcastOfStreamRequest - - - -CreateSimulcastOfStreamRequest.Builder - - - -CreateSimulcastOfStreamRequestBuilder - - - -CreateSimulcastOfStreamResponse - - - -CreateSimulcastOfStreamResponse.Builder - - - -Data - -Data - - - -Data.Builder - - - -DeleteLiveStreamRequest - - - -DeleteLiveStreamRequest.Builder - - - -DeleteLiveStreamRequestBuilder - - - -DeleteLiveStreamResponse - - - -DeleteLiveStreamResponse.Builder - - - -DeleteMediaPlaybackIdRequest - - - -DeleteMediaPlaybackIdRequest.Builder - - - -DeleteMediaPlaybackIdRequestBuilder - - - -DeleteMediaPlaybackIdResponse - - - -DeleteMediaPlaybackIdResponse.Builder - - - -DeleteMediaPlaybackIdResponseBody - -DeleteMediaPlaybackIdResponseBody - - - -DeleteMediaPlaybackIdResponseBody.Builder - - - -DeleteMediaRequest - - - -DeleteMediaRequest.Builder - - - -DeleteMediaRequestBuilder - - - -DeleteMediaResponse - - - -DeleteMediaResponse.Builder - - - -DeleteMediaResponseBody - -DeleteMediaResponseBody - - - -DeleteMediaResponseBody.Builder - - - -DeletePlaybackIdOfStreamRequest - - - -DeletePlaybackIdOfStreamRequest.Builder - - - -DeletePlaybackIdOfStreamRequestBuilder - - - -DeletePlaybackIdOfStreamResponse - - - -DeletePlaybackIdOfStreamResponse.Builder - - - -DeleteSimulcastOfStreamRequest - - - -DeleteSimulcastOfStreamRequest.Builder - - - -DeleteSimulcastOfStreamRequestBuilder - - - -DeleteSimulcastOfStreamResponse - - - -DeleteSimulcastOfStreamResponse.Builder - - - -DirectUploadVideoMediaAccessRestrictions - - - -DirectUploadVideoMediaAccessRestrictions.Builder - - - -DirectUploadVideoMediaDomains - - - -DirectUploadVideoMediaDomains.Builder - - - -DirectUploadVideoMediaMetadata - -DirectUploadVideoMediaMetadata - - - -DirectUploadVideoMediaMetadata.Builder - - - -DirectUploadVideoMediaRequest - -DirectUploadVideoMediaRequest - - - -DirectUploadVideoMediaRequest.Builder - - - -DirectUploadVideoMediaRequestBuilder - - - -DirectUploadVideoMediaResponse - - - -DirectUploadVideoMediaResponse.Builder - - - -DirectUploadVideoMediaResponseBody - -DirectUploadVideoMediaResponseBody - - - -DirectUploadVideoMediaResponseBody.Builder - - - -DirectUploadVideoMediaUserAgents - - - -DirectUploadVideoMediaUserAgents.Builder - - - -GetAllStreamsRequest - - - -GetAllStreamsRequest.Builder - - - -GetAllStreamsRequestBuilder - - - -GetAllStreamsResponse - - - -GetAllStreamsResponse.Builder - - - -GetLiveStreamByIdRequest - - - -GetLiveStreamByIdRequest.Builder - - - -GetLiveStreamByIdRequestBuilder - - - -GetLiveStreamByIdResponse - - - -GetLiveStreamByIdResponse.Builder - - - -GetLiveStreamPlaybackIdRequest - - - -GetLiveStreamPlaybackIdRequest.Builder - - - -GetLiveStreamPlaybackIdRequestBuilder - - - -GetLiveStreamPlaybackIdResponse - - - -GetLiveStreamPlaybackIdResponse.Builder - - - -GetMediaRequest - - - -GetMediaRequest.Builder - - - -GetMediaRequestBuilder - - - -GetMediaResponse - - - -GetMediaResponse.Builder - - - -GetMediaResponseBody - -GetMediaResponseBody - - - -GetMediaResponseBody.Builder - - - -GetSpecificSimulcastOfStreamRequest - - - -GetSpecificSimulcastOfStreamRequest.Builder - - - -GetSpecificSimulcastOfStreamRequestBuilder - - - -GetSpecificSimulcastOfStreamResponse - - - -GetSpecificSimulcastOfStreamResponse.Builder - - - -Input - - - -Input._Deserializer - - - -ListMediaRequest - - - -ListMediaRequest.Builder - - - -ListMediaRequestBuilder - - - -ListMediaResponse - - - -ListMediaResponse.Builder - - - -ListMediaResponseBody - -ListMediaResponseBody - - - -ListMediaResponseBody.Builder - - - -Moderation - - - -Moderation.Builder - - - -PushMediaSettings - -PushMediaSettings - - - -PushMediaSettings.Builder - - - -RetrieveMediaInputInfoRequest - - - -RetrieveMediaInputInfoRequest.Builder - - - -RetrieveMediaInputInfoRequestBuilder - - - -RetrieveMediaInputInfoResponse - - - -RetrieveMediaInputInfoResponse.Builder - - - -RetrieveMediaInputInfoResponseBody - -RetrieveMediaInputInfoResponseBody - - - -RetrieveMediaInputInfoResponseBody.Builder - - - -SDKMethodInterfaces - - - -Subtitles - -Subtitles - - - -Subtitles.Builder - - - -SubtitlesMetadata - -SubtitlesMetadata - - - -SubtitlesMetadata.Builder - - - -Summary - - - -Summary.Builder - - - -UpdatedMediaMetadata - -UpdatedMediaMetadata - - - -UpdatedMediaMetadata.Builder - - - -UpdatedMediaRequest - - - -UpdatedMediaRequest.Builder - - - -UpdatedMediaRequestBody - - - -UpdatedMediaRequestBody.Builder - - - -UpdatedMediaRequestBuilder - - - -UpdatedMediaResponse - - - -UpdatedMediaResponse.Builder - - - -UpdatedMediaResponseBody - -UpdatedMediaResponseBody - - - -UpdatedMediaResponseBody.Builder - - - -UpdateLiveStreamRequest - - - -UpdateLiveStreamRequest.Builder - - - -UpdateLiveStreamRequestBuilder - - - -UpdateLiveStreamResponse - - - -UpdateLiveStreamResponse.Builder - - - -UpdateSpecificSimulcastOfStreamRequest - - - -UpdateSpecificSimulcastOfStreamRequest.Builder - - - -UpdateSpecificSimulcastOfStreamRequestBuilder - - - -UpdateSpecificSimulcastOfStreamResponse - - - -UpdateSpecificSimulcastOfStreamResponse.Builder - - - - - - - -Enum Summary - -Enum -Description - - - -CreateMediaPlaybackIdAccessPolicy - -CreateMediaPlaybackIdAccessPolicy - - - -CreateMediaPlaybackIdDomainsDefaultPolicy - -CreateMediaPlaybackIdDomainsDefaultPolicy - - - -CreateMediaPlaybackIdUserAgentsDefaultPolicy - -CreateMediaPlaybackIdUserAgentsDefaultPolicy - - - -DirectUploadVideoMediaAccessPolicy - -DirectUploadVideoMediaAccessPolicy - - - -DirectUploadVideoMediaDomainsDefaultPolicy - -DirectUploadVideoMediaDomainsDefaultPolicy - - - -DirectUploadVideoMediaUserAgentsDefaultPolicy - -DirectUploadVideoMediaUserAgentsDefaultPolicy - - - -GetAllStreamsOrderBy - -GetAllStreamsOrderBy - - - -LanguageCode - -LanguageCode - - - -ListMediaOrderBy - -ListMediaOrderBy - - - -MaxResolution - -MaxResolution - - - -Mp4Support - -Mp4Support - - - -Type - -Type - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Hierarchy For Package io.fastpix.sdk.models.operations -Package Hierarchies: - -All Packages - - - - -Class Hierarchy - -java.lang.Object - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder -io.fastpix.sdk.models.operations.CreateMediaRequestBuilder -io.fastpix.sdk.models.operations.CreateMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateMediaResponse.Builder -io.fastpix.sdk.models.operations.CreateMediaResponseBody -io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder -io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder -io.fastpix.sdk.models.operations.CreateNewStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder -io.fastpix.sdk.models.operations.Data -io.fastpix.sdk.models.operations.Data.Builder -io.fastpix.sdk.models.operations.DeleteLiveStreamRequest -io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder -io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder -io.fastpix.sdk.models.operations.DeleteLiveStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder -io.fastpix.sdk.models.operations.DeleteMediaRequest -io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder -io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder -io.fastpix.sdk.models.operations.DeleteMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaResponseBody -io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata -io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder -io.fastpix.sdk.models.operations.GetAllStreamsRequest -io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder -io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder -io.fastpix.sdk.models.operations.GetAllStreamsResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder -io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.GetMediaRequest -io.fastpix.sdk.models.operations.GetMediaRequest.Builder -io.fastpix.sdk.models.operations.GetMediaRequestBuilder -io.fastpix.sdk.models.operations.GetMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetMediaResponse.Builder -io.fastpix.sdk.models.operations.GetMediaResponseBody -io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder -io.fastpix.sdk.models.operations.Input -com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider) - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) - -io.fastpix.sdk.utils.OneOfDeserializer<T> - -io.fastpix.sdk.models.operations.Input._Deserializer - - - - - - -io.fastpix.sdk.models.operations.ListMediaRequest -io.fastpix.sdk.models.operations.ListMediaRequest.Builder -io.fastpix.sdk.models.operations.ListMediaRequestBuilder -io.fastpix.sdk.models.operations.ListMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.ListMediaResponse.Builder -io.fastpix.sdk.models.operations.ListMediaResponseBody -io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder -io.fastpix.sdk.models.operations.Moderation -io.fastpix.sdk.models.operations.Moderation.Builder -io.fastpix.sdk.models.operations.PushMediaSettings -io.fastpix.sdk.models.operations.PushMediaSettings.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder -io.fastpix.sdk.models.operations.SDKMethodInterfaces -io.fastpix.sdk.models.operations.Subtitles -io.fastpix.sdk.models.operations.Subtitles.Builder -io.fastpix.sdk.models.operations.SubtitlesMetadata -io.fastpix.sdk.models.operations.SubtitlesMetadata.Builder -io.fastpix.sdk.models.operations.Summary -io.fastpix.sdk.models.operations.Summary.Builder -io.fastpix.sdk.models.operations.UpdatedMediaMetadata -io.fastpix.sdk.models.operations.UpdatedMediaMetadata.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequest -io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequestBody -io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder -io.fastpix.sdk.models.operations.UpdatedMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder -io.fastpix.sdk.models.operations.UpdatedMediaResponseBody -io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder -io.fastpix.sdk.models.operations.UpdateLiveStreamRequest -io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder -io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder -io.fastpix.sdk.models.operations.UpdateLiveStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder - - - - - -Interface Hierarchy - -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMediaPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateNewStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteLiveStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDirectUploadVideoMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetAllStreams -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamById -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallListMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdatedMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateLiveStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - - - -Enum Hierarchy - -java.lang.Object - -java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy -io.fastpix.sdk.models.operations.GetAllStreamsOrderBy -io.fastpix.sdk.models.operations.LanguageCode -io.fastpix.sdk.models.operations.ListMediaOrderBy -io.fastpix.sdk.models.operations.MaxResolution -io.fastpix.sdk.models.operations.Mp4Support -io.fastpix.sdk.models.operations.Type - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Package io.fastpix.sdk - - - - - -Interface Summary - -Interface -Description - - - -SecuritySource - - - - - - - -Class Summary - -Class -Description - - - -FastPixSDK - -LIVE STREAMING API: The Live Stream APIs in FastPix simplifies the process of creating,managing, and distributing live content. - - - -FastPixSDK.Builder - -The Builder class allows the configuration of a new instance of the SDK. - - - -InputVideo - - - -ManageLiveStream - - - -ManageVideos - - - -Playback - - - -SecuritySource.DefaultSecuritySource - - - -SimulcastStream - - - -StartLiveStream - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Hierarchy For Package io.fastpix.sdk -Package Hierarchies: - -All Packages - - - - -Class Hierarchy - -java.lang.Object - -io.fastpix.sdk.FastPixSDK -io.fastpix.sdk.FastPixSDK.Builder -io.fastpix.sdk.InputVideo (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDirectUploadVideoMedia) -io.fastpix.sdk.ManageLiveStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteLiveStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetAllStreams, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamById, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateLiveStream) -io.fastpix.sdk.ManageVideos (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallListMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdatedMedia) -io.fastpix.sdk.Playback (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMediaPlaybackId, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId) -io.fastpix.sdk.SecuritySource.DefaultSecuritySource (implements io.fastpix.sdk.SecuritySource) -io.fastpix.sdk.SimulcastStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream) -io.fastpix.sdk.StartLiveStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateNewStream) - - - - - -Interface Hierarchy - -io.fastpix.sdk.SecuritySource - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Summary - -All Methods Instance Methods Concrete Methods Deprecated Methods - -Modifier and Type -Method -Description - - -BackoffStrategy.Builder -baseFactor(double baseFactor) - -Sets the backoff base factor. - - - -BackoffStrategy -build() - - - -BackoffStrategy.Builder -exponent(double baseFactor) - -Deprecated. -use baseFactor(double) instead. - - - - -BackoffStrategy.Builder -initialInterval(long duration, - java.util.concurrent.TimeUnit unit) - -Sets the initial interval - - - -BackoffStrategy.Builder -jitterFactor(double jitterFactor) - -Sets the jitter factor used to randomize the backoff interval. - - - -BackoffStrategy.Builder -maxElapsedTime(long duration, - java.util.concurrent.TimeUnit unit) - -Sets the maximum elapsed time - - - -BackoffStrategy.Builder -maxInterval(long duration, - java.util.concurrent.TimeUnit unit) - -Sets the maximum interval - - - -BackoffStrategy.Builder -retryConnectError(boolean retry) - -Specifies whether connection errors should be retried. - - - -BackoffStrategy.Builder -retryReadTimeoutError(boolean retry) - -Specifies whether Read Timeout errors should be retried. - - - -BackoffStrategy.Builder -throwConnectError() - -Do not retry on connection error. - - - -BackoffStrategy.Builder -throwReadTimeoutError() - -Do not retry on Read Timeout error. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - - -build -public BackoffStrategy build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -BackoffStrategy.Builder - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods - -Modifier and Type -Method -Description - - -double -baseFactor() - - - -static BackoffStrategy.Builder -builder() - - - -double -exponent() - -Deprecated. -use baseFactor() instead. - - - - -long -initialIntervalMs() - - - -double -jitterFactor() - - - -long -maxElapsedTimeMs() - - - -long -maxIntervalMs() - - - -boolean -retryConnectError() - - - -boolean -retryReadTimeoutError() - - - -static BackoffStrategy -withDefaults() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -withDefaults -public static BackoffStrategy withDefaults() - - - - - - - -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() - - - - - - - -builder -public static final BackoffStrategy.Builder builder() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Modifier -Constructor -Description - - -protected -Deserializer() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -BigDecimalString -deserialize(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Modifier -Constructor -Description - - -protected -Serializer() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -void -serialize(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class BigDecimalString - - - -java.lang.Object - - -io.fastpix.sdk.utils.BigDecimalString - - - - - - - -public class BigDecimalString -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -BigDecimalString.Deserializer - - - -static class -BigDecimalString.Serializer - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -BigDecimalString(java.lang.String value) - - - -BigDecimalString(java.math.BigDecimal value) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -boolean -equals(java.lang.Object obj) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.math.BigDecimal -value() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Modifier -Constructor -Description - - -protected -Deserializer() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -BigIntegerString -deserialize(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Modifier -Constructor -Description - - -protected -Serializer() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -void -serialize(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class BigIntegerString - - - -java.lang.Object - - -io.fastpix.sdk.utils.BigIntegerString - - - - - - - -public class BigIntegerString -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -BigIntegerString.Deserializer - - - -static class -BigIntegerString.Serializer - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -BigIntegerString(java.lang.String value) - - - -BigIntegerString(java.math.BigInteger value) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -boolean -equals(java.lang.Object obj) - - - -int -hashCode() - - - -java.lang.String -toString() - - - -java.math.BigInteger -value() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Constants - - - -java.lang.Object - - -io.fastpix.sdk.utils.Constants - - - - - - - -public final class Constants -extends java.lang.Object - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -static boolean -HAS_CLIENT_CREDENTIALS_BASIC - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Deserializers - - - -java.lang.Object - - -io.fastpix.sdk.utils.Deserializers - - - - - - - -public final class Deserializers -extends java.lang.Object - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -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.Module -STRICT_DESERIALIZERS - - - -static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> -STRING_STRICT - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -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 Type -Method -Description - - -void -close() - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -EventStreamLineReader(java.io.Reader reader) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -void -close() - - - -int -read() - - - -int -read(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class EventStreamMessage - - - -java.lang.Object - - -io.fastpix.sdk.utils.EventStreamMessage - - - - - - - -public class EventStreamMessage -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -java.lang.String -data() - - - -java.util.Optional<java.lang.String> -event() - - - -java.util.Optional<java.lang.String> -id() - - - -boolean -isEmpty() - - - -java.util.Optional<java.lang.Integer> -retryMs() - - - -java.lang.String -toString() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Summary - -Constructors - -Constructor -Description - - -EventStreamReader(java.io.InputStream in) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -void -close() - - - -static EventStreamMessage -parseMessage(java.lang.String text) - - - -java.util.Optional<EventStreamMessage> -readMessage() - - - -java.lang.String -readRawMessage() - -Returns the event message (lines separated by \n) without the terminating - \n\n. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface HTTPClient - - - - - - -All Known Implementing Classes: -RecordingClient, SpeakeasyHTTPClient - - -public interface HTTPClient - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class HTTPRequest - - - -java.lang.Object - - -io.fastpix.sdk.utils.HTTPRequest - - - - - - - -public class HTTPRequest -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -HTTPRequest(java.lang.String baseURL, - java.lang.String method) - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -HTTPRequest -addHeader(java.lang.String key, - java.lang.String value) - - - -HTTPRequest -addHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> map) - - - -HTTPRequest -addQueryParam(QueryParameter param) - - - -HTTPRequest -addQueryParam(java.lang.String key, - java.lang.String value, - boolean allowReserved) - - - -HTTPRequest -addQueryParams(java.util.Collection<QueryParameter> params) - - - -java.net.http.HttpRequest -build() - - - -static java.lang.String -buildUrl(java.lang.String baseURL, - java.util.Collection<QueryParameter> queryParams) - - - -void -setBody(java.util.Optional<SerializedBody> body) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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(QueryParameter param) - - - - - - - -addQueryParam -public HTTPRequest addQueryParam(java.lang.String key, - java.lang.String value, - boolean allowReserved) - - - - - - - -addQueryParams -public HTTPRequest addQueryParams(java.util.Collection<QueryParameter> params) - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -Helpers() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static byte[] -bodyBytes(java.net.http.HttpRequest request) - -Returns the request body as a byte array. - - - -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. - - - -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. - - - -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. - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Type -Field -Description - - -static Hook.AfterError -DEFAULT - -The default action is to rethrow the given error. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Hook.AfterErrorContext - - - - - - -All Superinterfaces: -Hook.HookContext - - -All Known Implementing Classes: -Hook.AfterErrorContextImpl - - -Enclosing class: -Hook - - -public static interface Hook.AfterErrorContext -extends Hook.HookContext -Context for an AfterError hook call. - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from interface io.fastpix.sdk.utils.Hook.HookContext -baseUrl, oauthScopes, operationId, securitySource - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Hook.AfterErrorContextImpl - - - -java.lang.Object - - -io.fastpix.sdk.utils.Hook.AfterErrorContextImpl - - - - - - - -All Implemented Interfaces: -Hook.AfterErrorContext, Hook.HookContext - - -Enclosing class: -Hook - - -public static final class Hook.AfterErrorContextImpl -extends java.lang.Object -implements Hook.AfterErrorContext - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -java.lang.String -baseUrl() - - - -java.util.Optional<java.util.List<java.lang.String>> -oauthScopes() - - - -java.lang.String -operationId() - - - -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) - - - - - - - - - - - -Method Detail - - - - - -baseUrl -public java.lang.String baseUrl() - -Specified by: -baseUrl in interface Hook.HookContext - - - - - - - - -operationId -public java.lang.String operationId() - -Specified by: -operationId in interface Hook.HookContext - - - - - - - - -securitySource -public java.util.Optional<SecuritySource> securitySource() - -Specified by: -securitySource in interface Hook.HookContext - - - - - - - - -oauthScopes -public java.util.Optional<java.util.List<java.lang.String>> oauthScopes() - -Specified by: -oauthScopes in interface Hook.HookContext - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Type -Field -Description - - -static Hook.AfterSuccess -DEFAULT - -The default action is to return the response untouched. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Hook.AfterSuccessContext - - - - - - -All Superinterfaces: -Hook.HookContext - - -All Known Implementing Classes: -Hook.AfterSuccessContextImpl - - -Enclosing class: -Hook - - -public static interface Hook.AfterSuccessContext -extends Hook.HookContext -Context for an AfterSuccess hook call. - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from interface io.fastpix.sdk.utils.Hook.HookContext -baseUrl, oauthScopes, operationId, securitySource - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Hook.AfterSuccessContextImpl - - - -java.lang.Object - - -io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl - - - - - - - -All Implemented Interfaces: -Hook.AfterSuccessContext, Hook.HookContext - - -Enclosing class: -Hook - - -public static final class Hook.AfterSuccessContextImpl -extends java.lang.Object -implements Hook.AfterSuccessContext - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -java.lang.String -baseUrl() - - - -java.util.Optional<java.util.List<java.lang.String>> -oauthScopes() - - - -java.lang.String -operationId() - - - -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) - - - - - - - - - - - -Method Detail - - - - - -baseUrl -public java.lang.String baseUrl() - -Specified by: -baseUrl in interface Hook.HookContext - - - - - - - - -operationId -public java.lang.String operationId() - -Specified by: -operationId in interface Hook.HookContext - - - - - - - - -securitySource -public java.util.Optional<SecuritySource> securitySource() - -Specified by: -securitySource in interface Hook.HookContext - - - - - - - - -oauthScopes -public java.util.Optional<java.util.List<java.lang.String>> oauthScopes() - -Specified by: -oauthScopes in interface Hook.HookContext - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Summary - -Fields - -Modifier and Type -Field -Description - - -static Hook.BeforeRequest -DEFAULT - -The default action is to return the request untouched. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -java.net.http.HttpRequest -beforeRequest(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) - -Transforms the given HttpRequest 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Hook.BeforeRequestContext - - - - - - -All Superinterfaces: -Hook.HookContext - - -All Known Implementing Classes: -Hook.BeforeRequestContextImpl - - -Enclosing class: -Hook - - -public static interface Hook.BeforeRequestContext -extends Hook.HookContext -Context for a BeforeRequest hook call. - - - - - - - - - - - - -Method Summary - - - - -Methods inherited from interface io.fastpix.sdk.utils.Hook.HookContext -baseUrl, oauthScopes, operationId, securitySource - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Hook.BeforeRequestContextImpl - - - -java.lang.Object - - -io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl - - - - - - - -All Implemented Interfaces: -Hook.BeforeRequestContext, Hook.HookContext - - -Enclosing class: -Hook - - -public static final class Hook.BeforeRequestContextImpl -extends java.lang.Object -implements Hook.BeforeRequestContext - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -java.lang.String -baseUrl() - - - -java.util.Optional<java.util.List<java.lang.String>> -oauthScopes() - - - -java.lang.String -operationId() - - - -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) - - - - - - - - - - - -Method Detail - - - - - -baseUrl -public java.lang.String baseUrl() - -Specified by: -baseUrl in interface Hook.HookContext - - - - - - - - -operationId -public java.lang.String operationId() - -Specified by: -operationId in interface Hook.HookContext - - - - - - - - -securitySource -public java.util.Optional<SecuritySource> securitySource() - -Specified by: -securitySource in interface Hook.HookContext - - - - - - - - -oauthScopes -public java.util.Optional<java.util.List<java.lang.String>> oauthScopes() - -Specified by: -oauthScopes in interface Hook.HookContext - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Hook.HookContext - - - - - - -All Known Subinterfaces: -Hook.AfterErrorContext, Hook.AfterSuccessContext, Hook.BeforeRequestContext - - -All Known Implementing Classes: -Hook.AfterErrorContextImpl, Hook.AfterSuccessContextImpl, Hook.BeforeRequestContextImpl - - -Enclosing class: -Hook - - -public static interface Hook.HookContext -Context for a hook call. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -java.lang.String -baseUrl() - - - -java.util.Optional<java.util.List<java.lang.String>> -oauthScopes() - - - -java.lang.String -operationId() - - - -java.util.Optional<SecuritySource> -securitySource() - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Hook.IdempotencyHook - - - -java.lang.Object - - -io.fastpix.sdk.utils.Hook.IdempotencyHook - - - - - - - -All Implemented Interfaces: -Hook.BeforeRequest - - -Enclosing class: -Hook - - -public static final class Hook.IdempotencyHook -extends java.lang.Object -implements Hook.BeforeRequest - - - - - - - - - - - - -Field Summary - - - - -Fields inherited from interface io.fastpix.sdk.utils.Hook.BeforeRequest -DEFAULT - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -IdempotencyHook() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.net.http.HttpRequest -beforeRequest(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Hook.SdkInit - - - - - - -All Known Implementing Classes: -Hooks - - -Enclosing class: -Hook - - -public static interface Hook.SdkInit -Transforms the HTTPClient before use. - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -static Hook.SdkInit -DEFAULT - -The default action is to return the client untouched. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -Hook.SdkInitData -sdkInit(Hook.SdkInitData data) - -Returns a transformed HTTPClient and baseUrl for use in requests. - - - - - - - - - - - - - - - - - - -Field Detail - - - - - -DEFAULT -static final Hook.SdkInit DEFAULT -The default action is to return the client untouched. - - - - - - - - - - - -Method Detail - - - - - -sdkInit -Hook.SdkInitData sdkInit(Hook.SdkInitData data) -Returns a transformed HTTPClient and baseUrl for use in requests. - -Parameters: -data - data to transform -Returns: -the transformed data - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -SdkInitData(java.lang.String baseUrl, - HTTPClient client) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.lang.String -baseUrl() - - - -HTTPClient -client() - - - - - - - -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() - - - - - - - -client -public HTTPClient client() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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. - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static interface -Hook.AfterError - -Specifies what happens if a request action throws an Exception. - - - -static interface -Hook.AfterErrorContext - -Context for an AfterError hook call. - - - -static class -Hook.AfterErrorContextImpl - - - -static interface -Hook.AfterSuccess - -Specifies how a response is transformed before response processing. - - - -static interface -Hook.AfterSuccessContext - -Context for an AfterSuccess hook call. - - - -static class -Hook.AfterSuccessContextImpl - - - -static interface -Hook.BeforeRequest - -Specifies how a request is transformed before sending. - - - -static interface -Hook.BeforeRequestContext - -Context for a BeforeRequest hook call. - - - -static class -Hook.BeforeRequestContextImpl - - - -static interface -Hook.HookContext - -Context for a hook call. - - - -static class -Hook.IdempotencyHook - - - -static interface -Hook.SdkInit - -Transforms the HTTPClient before use. - - - -static class -Hook.SdkInitData - - - - - - - - - - - - -Method Summary - - - - -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/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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Hooks - - - -java.lang.Object - - -io.fastpix.sdk.utils.Hooks - - - - - - - -All Implemented Interfaces: -Hook.AfterError, Hook.AfterSuccess, Hook.BeforeRequest, Hook.SdkInit - - -public class Hooks -extends java.lang.Object -implements Hook.BeforeRequest, Hook.AfterSuccess, Hook.AfterError, Hook.SdkInit -Registers hooks for use at runtime by an end-user or for use by a customer - that may edit the SDKHooks.java file. - - - For example, this code will add a transaction id header to every request: - - - hooks.registerBeforeRequest((context, request) -> { - request.headers().map().put("acme-transaction-id", nextTransactionId()); - return request; - }); - - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Hooks.FailEarlyException - - - - - - - - - - - - -Field Summary - - - - -Fields inherited from interface io.fastpix.sdk.utils.Hook.AfterError -DEFAULT - - - - - -Fields inherited from interface io.fastpix.sdk.utils.Hook.AfterSuccess -DEFAULT - - - - - -Fields inherited from interface io.fastpix.sdk.utils.Hook.BeforeRequest -DEFAULT - - - - - -Fields inherited from interface io.fastpix.sdk.utils.Hook.SdkInit -DEFAULT - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -Hooks() - -Constructor. - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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. - - - -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. - - - -java.net.http.HttpRequest -beforeRequest(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) - -Transforms the given HttpRequest before sending. - - - -Hooks -registerAfterError(Hook.AfterError afterError) - -Registers an Hook.AfterError hook to be applied in order of registration - (multiple can be registered). - - - -Hooks -registerAfterSuccess(Hook.AfterSuccess afterSuccess) - -Registers an Hook.AfterSuccess hook to be applied in order of registration - (multiple can be registered). - - - -Hooks -registerBeforeRequest(Hook.BeforeRequest beforeRequest) - -Registers a Hook.BeforeRequest hook to be applied in order of - registration. - - - -Hooks -registerSdkInit(Hook.SdkInit SdkInit) - -Registers a Hook.SdkInit hook to be applied in order of registration - (multiple can be registered). - - - -Hook.SdkInitData -sdkInit(Hook.SdkInitData data) - -Returns a transformed HTTPClient and baseUrl for use in requests. - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -sdkInit -public Hook.SdkInitData sdkInit(Hook.SdkInitData data) -Description copied from interface: Hook.SdkInit -Returns a transformed HTTPClient and baseUrl for use in requests. - -Specified by: -sdkInit in interface Hook.SdkInit -Parameters: -data - data to transform -Returns: -the transformed data - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class JSON - - - -java.lang.Object - - -io.fastpix.sdk.utils.JSON - - - - - - - -public class JSON -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -JSON() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static com.fasterxml.jackson.databind.ObjectMapper -getMapper() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class LazySingletonValue<T> - - - -java.lang.Object - - -io.fastpix.sdk.utils.LazySingletonValue<T> - - - - - - - -public final class LazySingletonValue<T> -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -T -value() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -Builder() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Multipart.Builder -addPart(java.lang.String name, - java.lang.String value) - - - -Multipart.Builder -addPart(java.lang.String name, - java.lang.String value, - java.lang.String contentType) - - - -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) - - - -Multipart -build() - - - - - - - -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) - - - - - - - -build -public Multipart build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Enum Multipart.PartType - - - -java.lang.Object - - -java.lang.Enum<Multipart.PartType> - - -io.fastpix.sdk.utils.Multipart.PartType - - - - - - - - - -All Implemented Interfaces: -java.io.Serializable, java.lang.Comparable<Multipart.PartType> - - -Enclosing class: -Multipart - - -public static enum Multipart.PartType -extends java.lang.Enum<Multipart.PartType> - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -FINAL_BOUNDARY - - - -STREAM - - - -STRING - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Multipart.PartType -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -STRING -public static final Multipart.PartType STRING - - - - - - - -STREAM -public static final Multipart.PartType STREAM - - - - - - - -FINAL_BOUNDARY -public static final Multipart.PartType FINAL_BOUNDARY - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Multipart - - - -java.lang.Object - - -io.fastpix.sdk.utils.Multipart - - - - - - - -public final class Multipart -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Multipart.Builder - - - -static class -Multipart.PartType - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.net.http.HttpRequest.BodyPublisher -bodyPublisher() - - - -static Multipart.Builder -builder() - - - -java.lang.String -contentType() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -bodyPublisher -public java.net.http.HttpRequest.BodyPublisher bodyPublisher() - - - - - - - -contentType -public java.lang.String contentType() - - - - - - - -builder -public static Multipart.Builder builder() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - - - - - - - - - - -Constructor Summary - -Constructors - -Modifier -Constructor -Description - - -protected -OneOfDeserializer(java.lang.Class<T> cls, - boolean strict, - Utils.TypeReferenceWithShape... typeReferences) - -Constructor. - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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) - - - -T -deserialize(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) - - - -static boolean -matchPossible(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -Options -build() - - - -Options.Builder -retryConfig(RetryConfig retryConfig) - - - -Options.Builder -retryConfig(java.util.Optional<RetryConfig> retryConfig) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Constant -Description - - -RETRY_CONFIG - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Options.Option -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Options - - - -java.lang.Object - - -io.fastpix.sdk.utils.Options - - - - - - - -public class Options -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Options.Builder - - - -static class -Options.Option - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Options.Builder -builder() - - - -java.util.Optional<RetryConfig> -retryConfig() - - - -void -validate(java.util.List<Options.Option> supportedOptions) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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 - - - - - - - - -builder -public static final Options.Builder builder() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Type -Method -Description - - -boolean -allowReserved() - - - -boolean -equals(java.lang.Object obj) - - - -int -hashCode() - - - -java.lang.String -name() - - - -static QueryParameter -of(java.lang.String name, - java.lang.String value, - boolean allowReserved) - - - -java.lang.String -toString() - - - -java.lang.String -value() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class QueryParameters - - - -java.lang.Object - - -io.fastpix.sdk.utils.QueryParameters - - - - - - - -public class QueryParameters -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -QueryParameters() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -RecordingClient() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RecordingClient -afterResponse(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook) - - - -RecordingClient -beforeRequest(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook) - - - -java.util.List<java.net.http.HttpRequest> -requests() - - - -void -reset() - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Type -Method -Description - - -static SerializedBody -serialize(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) - - - -static SerializedBody -serializeFormData(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Response - - - - - - -All Known Implementing Classes: -CreateMediaPlaybackIdResponse, CreateMediaResponse, CreateNewStreamResponse, CreatePlaybackIdOfStreamResponse, CreateSimulcastOfStreamResponse, DeleteLiveStreamResponse, DeleteMediaPlaybackIdResponse, DeleteMediaResponse, DeletePlaybackIdOfStreamResponse, DeleteSimulcastOfStreamResponse, DirectUploadVideoMediaResponse, GetAllStreamsResponse, GetLiveStreamByIdResponse, GetLiveStreamPlaybackIdResponse, GetMediaResponse, GetSpecificSimulcastOfStreamResponse, ListMediaResponse, RetrieveMediaInputInfoResponse, UpdatedMediaResponse, UpdateLiveStreamResponse, UpdateSpecificSimulcastOfStreamResponse - - -public interface Response - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -java.lang.String -contentType() - -Returns the value of the Content-Type header. - - - -java.net.http.HttpResponse<java.io.InputStream> -rawResponse() - -Returns the raw response. - - - -int -statusCode() - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Type -Method -Description - - -Retries.Builder -action(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action) - -Sets the HTTP callback to be retried. - - - -Retries -build() - - - -Retries.Builder -retryConfig(RetryConfig retryConfig) - -Defines the retry configuration. - - - -Retries.Builder -statusCodes(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -NonRetryableException(java.lang.Exception exception) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.lang.Exception -exception() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -RetryableException(java.net.http.HttpResponse<java.io.InputStream> response) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Retries - - - -java.lang.Object - - -io.fastpix.sdk.utils.Retries - - - - - - - -public class Retries -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -Retries.Builder - - - -static class -Retries.NonRetryableException - - - -static class -Retries.RetryableException - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Retries.Builder -builder() - - - -java.net.http.HttpResponse<java.io.InputStream> -run() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -run -public java.net.http.HttpResponse<java.io.InputStream> run() - throws java.lang.Exception - -Throws: -java.lang.Exception - - - - - - - - -builder -public static final Retries.Builder builder() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -RetryConfig.Builder -backoff() - -Selects the default backoff retry strategy. - - - -RetryConfig.Builder -backoff(BackoffStrategy backoff) - -Selects and configures the backoff retry strategy. - - - -RetryConfig -build() - - - -RetryConfig.Builder -enable() - -Enables the selected strategy. - - - -RetryConfig.Builder -enable(boolean enable) - -Enables or disables the selected strategy. - - - -RetryConfig.Builder -noRetries() - -Disables retries (sets strategy to "none"). - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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. - - - - - - - - -build -public RetryConfig build() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Enum RetryConfig.Strategy - - - -java.lang.Object - - -java.lang.Enum<RetryConfig.Strategy> - - -io.fastpix.sdk.utils.RetryConfig.Strategy - - - - - - - - - -All Implemented Interfaces: -java.io.Serializable, java.lang.Comparable<RetryConfig.Strategy> - - -Enclosing class: -RetryConfig - - -public static enum RetryConfig.Strategy -extends java.lang.Enum<RetryConfig.Strategy> - - - - - - - - - - - - -Enum Constant Summary - -Enum Constants - -Enum Constant -Description - - -BACKOFF - - - -NONE - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static RetryConfig.Strategy -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -BACKOFF -public static final RetryConfig.Strategy BACKOFF - - - - - - - -NONE -public static final RetryConfig.Strategy NONE - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class RetryConfig - - - -java.lang.Object - - -io.fastpix.sdk.utils.RetryConfig - - - - - - - -public class RetryConfig -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -RetryConfig.Builder - - - -static class -RetryConfig.Strategy - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.util.Optional<BackoffStrategy> -backoff() - - - -static RetryConfig.Builder -builder() - - - -static RetryConfig -noRetries() - - - -RetryConfig.Strategy -strategy() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -noRetries -public static RetryConfig noRetries() - - - - - - - -strategy -public RetryConfig.Strategy strategy() - - - - - - - -backoff -public java.util.Optional<BackoffStrategy> backoff() - - - - - - - -builder -public static final RetryConfig.Builder builder() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Security - - - -java.lang.Object - - -io.fastpix.sdk.utils.Security - - - - - - - -public final class Security -extends java.lang.Object - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static HTTPRequest -configureSecurity(HTTPRequest request, - java.lang.Object security) - - - -static java.util.Optional<java.lang.Object> -findComplexObjectWithNonEmptyAnnotatedField(java.lang.Object object, - java.lang.String... regexes) - - - -static java.util.stream.Stream<java.lang.reflect.Field> -findFieldsWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes) - - - -static java.util.Optional<java.lang.String> -findStringValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes) - - - -static java.util.Optional<java.lang.String> -findStringValueWhereMetadataNameIs(java.lang.Object o, - java.lang.String name) - - - -static java.util.Optional<java.lang.Object> -findValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class SerializedBody - - - -java.lang.Object - - -io.fastpix.sdk.utils.SerializedBody - - - - - - - -public class SerializedBody -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SerializedBody(java.lang.String contentType, - java.net.http.HttpRequest.BodyPublisher body) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.net.http.HttpRequest.BodyPublisher -body() - - - -java.lang.String -contentType() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface SessionManager.HasSessionKey - - - - - - -Enclosing class: -SessionManager<T extends SessionManager.HasSessionKey> - - -public static interface SessionManager.HasSessionKey - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -java.lang.String -sessionKey() - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class SessionManager.Session<T> - - - -java.lang.Object - - -io.fastpix.sdk.utils.SessionManager.Session<T> - - - - - - - -Enclosing class: -SessionManager<T extends SessionManager.HasSessionKey> - - -public static final class SessionManager.Session<T> -extends java.lang.Object - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -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 Type -Method -Description - - -T -credentials() - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class SessionManager<T extends SessionManager.HasSessionKey> - - - -java.lang.Object - - -io.fastpix.sdk.utils.SessionManager<T> - - - - - - - -public final class SessionManager<T extends SessionManager.HasSessionKey> -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static interface -SessionManager.HasSessionKey - - - -static class -SessionManager.Session<T> - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -static int -REFRESH_BEFORE_EXPIRY_SECONDS - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SessionManager() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -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) - - - -static boolean -hasRequiredScopes(java.util.List<java.lang.String> sessionScopes, - java.util.Optional<java.util.List<java.lang.String>> requiredScopes) - - - -static boolean -hasTokenExpired(java.util.Optional<java.time.OffsetDateTime> expiresAt, - java.time.OffsetDateTime now) - - - -void -remove(java.lang.String sessionKey) - - - -static <T extends SessionManager.HasSessionKey>SessionManager.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) - - - -static <T extends SessionManager.HasSessionKey>boolean -shouldCreateNewSession(java.util.Optional<SessionManager.Session<T>> currentSession, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -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.HasSessionKey> SessionManager.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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class SpeakeasyHTTPClient - - - -java.lang.Object - - -io.fastpix.sdk.utils.SpeakeasyHTTPClient - - - - - - - -All Implemented Interfaces: -HTTPClient - - -public class SpeakeasyHTTPClient -extends java.lang.Object -implements HTTPClient - - - - - - - - - - - - -Constructor Summary - -Constructors - -Constructor -Description - - -SpeakeasyHTTPClient() - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.net.http.HttpResponse<java.io.InputStream> -send(java.net.http.HttpRequest request) - -Sends an HTTP request and returns the response. - - - -static void -setDebugLogging(boolean enabled) - -Experimental, may be changed anytime. - - - -static void -setLogger(java.util.function.Consumer<? super java.lang.String> logger) - - - -static void -setRedactedHeaders(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Field | -Required | -Optional - - -Detail: -Field | -Element - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Annotation Type SpeakeasyMetadata - - - - - - -@Retention(RUNTIME) -@Target(FIELD) -public @interface SpeakeasyMetadata - - - - - - - - - - - - -Optional Element Summary - -Optional Elements - -Modifier and Type -Optional Element -Description - - -java.lang.String -value - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -Serializer() - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -void -serialize(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class TypedObject - - - -java.lang.Object - - -io.fastpix.sdk.utils.TypedObject - - - - - - - -public class TypedObject -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static class -TypedObject.Serializer - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static <T> TypedObject -of(T value, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) - - - -Utils.JsonShape -shape() - - - -java.lang.String -toString() - - - -com.fasterxml.jackson.core.type.TypeReference<?> -typeReference() - - - -java.lang.Object -value() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -value -public java.lang.Object value() - - - - - - - -typeReference -public com.fasterxml.jackson.core.type.TypeReference<?> typeReference() - - - - - - - -shape -public Utils.JsonShape shape() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Constant -Description - - -ARRAY - - - -ENUM - - - -MAP - - - -OBJECT - - - -PRIMITIVE - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Types -getType(java.lang.Class<?> clazz) - - - -static Types -valueOf(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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Utf8UrlEncoder - - - -java.lang.Object - - -io.fastpix.sdk.utils.Utf8UrlEncoder - - - - - - - -public final class Utf8UrlEncoder -extends java.lang.Object - - - - - - - - - - - - -Field Summary - -Fields - -Modifier and Type -Field -Description - - -static Utf8UrlEncoder -ALLOW_RESERVED - - - -static Utf8UrlEncoder -DEFAULT - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Utf8UrlEncoder -allowReserved(boolean allowReserved) - - - -java.lang.String -encode(java.lang.String s) - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Field Detail - - - - - -ALLOW_RESERVED -public static final Utf8UrlEncoder ALLOW_RESERVED - - - - - - - -DEFAULT -public static final Utf8UrlEncoder DEFAULT - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Interface Utils.Function<S,T> - - - - - - -Enclosing class: -Utils - - -public static interface Utils.Function<S,T> - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Abstract Methods - -Modifier and Type -Method -Description - - -T -apply(S value) - - - - - - - - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - -Constructor -Description - - -HttpResponseCached(java.net.http.HttpResponse<java.io.InputStream> response) - - - - - - - - - - - - -Method Summary - -All Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -java.io.InputStream -body() - - - -byte[] -bodyAsBytes() - - - -java.lang.String -bodyAsUtf8() - - - -java.net.http.HttpHeaders -headers() - - - -java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> -previousResponse() - - - -java.net.http.HttpRequest -request() - - - -java.util.Optional<javax.net.ssl.SSLSession> -sslSession() - - - -int -statusCode() - - - -java.lang.String -toString() - - - -java.net.URI -uri() - - - -java.net.http.HttpClient.Version -version() - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Enum Constants | -Field | -Method - - -Detail: -Enum Constants | -Field | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 Constant -Description - - -DEFAULT - - - -STRING - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Utils.JsonShape -valueOf(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 - - - - - - - - - - - - - - - - -Enum Constant Detail - - - - - -STRING -public static final Utils.JsonShape STRING - - - - - - - -DEFAULT -public static final Utils.JsonShape DEFAULT - - - - - - - - - - - -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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -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 - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Instance Methods Concrete Methods - -Modifier and Type -Method -Description - - -static Utils.TypeReferenceWithShape -of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, - Utils.JsonShape shape) - - - -Utils.JsonShape -shape() - - - -com.fasterxml.jackson.core.type.TypeReference<?> -typeReference() - - - - - - - -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait - - - - - - - - - - - - - - - - -Method Detail - - - - - -of -public static Utils.TypeReferenceWithShape of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, - Utils.JsonShape shape) - - - - - - - -typeReference -public com.fasterxml.jackson.core.type.TypeReference<?> typeReference() - - - - - - - -shape -public Utils.JsonShape shape() - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - -Summary: -Nested | -Field | -Constr | -Method - - -Detail: -Field | -Constr | -Method - - - - - - - - - - - - - - -Package io.fastpix.sdk.utils -Class Utils - - - -java.lang.Object - - -io.fastpix.sdk.utils.Utils - - - - - - - -public final class Utils -extends java.lang.Object - - - - - - - - - - - - -Nested Class Summary - -Nested Classes - -Modifier and Type -Class -Description - - -static interface -Utils.Function<S,T> - - - -static class -Utils.HttpResponseCached - - - -static class -Utils.JsonShape - - - -static class -Utils.TypeReferenceWithShape - - - - - - - - - - - - -Method Summary - -All Methods Static Methods Concrete Methods - -Modifier and Type -Method -Description - - -static boolean -allowIntrospection(java.lang.Class<?> cls) - - - -static <T> T -asType(EventStreamMessage x, - com.fasterxml.jackson.databind.ObjectMapper mapper, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) - - - -static Utils.HttpResponseCached -cache(java.net.http.HttpResponse<java.io.InputStream> response) - -Fully reads the body of the given response and caches it in memory. - - - -static void -checkArgument(boolean expression, - java.lang.String message) - - - -static <T> T -checkNotNull(T object, - java.lang.String name) - - - -static HTTPRequest -configureSecurity(HTTPRequest request, - java.lang.Object security) - - - -static boolean -contentTypeMatches(java.lang.String contentType, - java.lang.String pattern) - - - -static java.lang.Object -convertToShape(java.lang.Object o, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<?> typeReference) - - - -static com.fasterxml.jackson.databind.JavaType -convertToStringShape(com.fasterxml.jackson.databind.type.TypeFactory f, - com.fasterxml.jackson.databind.JavaType a) - - - -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. - - - -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. - - - -static HTTPClient -createTestHTTPClient(SpeakeasyHTTPClient client, - java.lang.String testName) - - - -static HTTPClient -createTestHTTPClient(java.lang.String testName) - - - -static java.lang.String -discriminatorToString(java.lang.Object o) - - - -static <K,V>java.util.Map<K,V> -emptyMapIfNull(java.util.Map<K,V> map) - - - -static java.lang.String -environmentVariable(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.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) - - - -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) - - - -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) - - - -static java.lang.String -generateURL(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 boolean -isPresentAndNotNull(java.util.Optional<?> x) - - - -static boolean -isPresentAndNotNull(org.openapitools.jackson.nullable.JsonNullable<?> x) - - - -static java.lang.String -json(EventStreamMessage m, - com.fasterxml.jackson.databind.ObjectMapper mapper, - boolean dataIsPlainText) - - - -static com.fasterxml.jackson.databind.ObjectMapper -mapper() - - - -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) - - - -static java.lang.String -prefixBearer(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> T -readDefaultOrConstValue(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) - - - -static void -recordTest(java.lang.String id) - - - -static boolean -referenceEquals(java.lang.Object a, - java.lang.Object b) - - - -static java.lang.Object -resolveOptionals(java.lang.Object o) - - - -static SerializedBody -serializeRequestBody(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) - - - -static java.lang.String -sessionKey(java.lang.String... items) - - - -static void -setSseSentinel(java.lang.Object o, - java.lang.String value) - - - -static java.lang.String -sortJSONObjectKeys(java.lang.String json, - java.lang.String... fields) - - - -static java.lang.String -sortQueryParameters(java.lang.String url) - -Returns an equivalent url with query parameters sorted by name. - - - -static java.lang.Object -sortSerializedMaps(java.lang.Object input, - java.lang.String regex, - java.lang.String delim) - - - -static boolean -statusCodeMatches(int statusCode, - java.lang.String... expectedStatusCodes) - - - -static boolean -statusCodeMatchesOne(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.String -templateUrl(java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> params) - - - -static byte[] -toByteArrayAndClose(java.io.InputStream in) - - - -static java.lang.String -toHex(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.String -toString(java.lang.Class<?> cls, - java.lang.Object... items) - - - -static java.lang.String -toUtf8AndClose(java.io.InputStream in) - - - -static java.lang.String -valToString(java.lang.Object value) - - - -static <T> T -valueOrElse(java.util.Optional<T> value, - T valueIfNotPresent) - - - -static <T> T -valueOrElse(org.openapitools.jackson.nullable.JsonNullable<T> value, - T valueIfNotPresent) - - - -static <T> T -valueOrElse(T value, - T valueIfNotPresent) - - - -static <T> T -valueOrNull(java.util.Optional<T> value) - - - -static <T> T -valueOrNull(org.openapitools.jackson.nullable.JsonNullable<T> value) - - - -static <T> T -valueOrNull(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) - - - - - - - -createTestHTTPClient -public static HTTPClient createTestHTTPClient(SpeakeasyHTTPClient client, - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Package io.fastpix.sdk.utils - - - - - -Interface Summary - -Interface -Description - - - -HasSecurity - -Implemented by classes that have security annotations on fields. - - - -Hook.AfterError - -Specifies what happens if a request action throws an Exception. - - - -Hook.AfterErrorContext - -Context for an AfterError hook call. - - - -Hook.AfterSuccess - -Specifies how a response is transformed before response processing. - - - -Hook.AfterSuccessContext - -Context for an AfterSuccess hook call. - - - -Hook.BeforeRequest - -Specifies how a request is transformed before sending. - - - -Hook.BeforeRequestContext - -Context for a BeforeRequest hook call. - - - -Hook.HookContext - -Context for a hook call. - - - -Hook.SdkInit - -Transforms the HTTPClient before use. - - - -HTTPClient - - - -Response - - - -SessionManager.HasSessionKey - - - -Utils.Function<S,T> - - - - - - - -Class Summary - -Class -Description - - - -BackoffStrategy - -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 - - - -BigDecimalString - - - -BigDecimalString.Deserializer - - - -BigDecimalString.Serializer - - - -BigIntegerString - - - -BigIntegerString.Deserializer - - - -BigIntegerString.Serializer - - - -Constants - - - -Deserializers - - - -EventStream<T> - - - -EventStreamLineReader - -Converts CR-LF, LF, CR to LF - - - -EventStreamMessage - - - -EventStreamReader - - - -Helpers - -Public helper methods for use by customers and end-users. - - - -Hook - -Holder class for hook-associated types. - - - -Hook.AfterErrorContextImpl - - - -Hook.AfterSuccessContextImpl - - - -Hook.BeforeRequestContextImpl - - - -Hook.IdempotencyHook - - - -Hook.SdkInitData - - - -Hooks - -Registers hooks for use at runtime by an end-user or for use by a customer - that may edit the SDKHooks.java file. - - - -HTTPRequest - - - -JSON - - - -LazySingletonValue<T> - - - -Multipart - - - -Multipart.Builder - - - -OneOfDeserializer<T> - - - -Options - - - -Options.Builder - - - -QueryParameter - - - -QueryParameters - - - -RecordingClient - - - -RequestBody - - - -Retries - - - -Retries.Builder - - - -RetryConfig - - - -RetryConfig.Builder - - - -Security - - - -SerializedBody - - - -SessionManager<T extends SessionManager.HasSessionKey> - - - -SessionManager.Session<T> - - - -SpeakeasyHTTPClient - - - -TypedObject - - - -TypedObject.Serializer - - - -Utf8UrlEncoder - - - -Utils - - - -Utils.HttpResponseCached - - - -Utils.TypeReferenceWithShape - - - - - - - -Enum Summary - -Enum -Description - - - -Multipart.PartType - - - -Options.Option - - - -RetryConfig.Strategy - - - -Types - - - -Utils.JsonShape - - - - - - - -Exception Summary - -Exception -Description - - - -Hooks.FailEarlyException - - - -Retries.NonRetryableException - - - -Retries.RetryableException - - - - - - - -Annotation Types Summary - -Annotation Type -Description - - - -SpeakeasyMetadata - - - - - - - - - - - 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) - - - - - - - - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - -Skip navigation links - - - - -Overview -Package -Class -Tree -Deprecated -Index -Help - - - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - - - - - - - - - - - - - -Hierarchy For Package io.fastpix.sdk.utils -Package Hierarchies: - -All Packages - - - - -Class Hierarchy - -java.lang.Object - -io.fastpix.sdk.utils.BackoffStrategy -io.fastpix.sdk.utils.BackoffStrategy.Builder -io.fastpix.sdk.utils.BigDecimalString -io.fastpix.sdk.utils.BigIntegerString -io.fastpix.sdk.utils.Constants -io.fastpix.sdk.utils.Deserializers -io.fastpix.sdk.utils.EventStream<T> (implements java.lang.AutoCloseable) -io.fastpix.sdk.utils.EventStreamMessage -io.fastpix.sdk.utils.EventStreamReader (implements java.lang.AutoCloseable) -io.fastpix.sdk.utils.Helpers -io.fastpix.sdk.utils.Hook -io.fastpix.sdk.utils.Hook.AfterErrorContextImpl (implements io.fastpix.sdk.utils.Hook.AfterErrorContext) -io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl (implements io.fastpix.sdk.utils.Hook.AfterSuccessContext) -io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl (implements io.fastpix.sdk.utils.Hook.BeforeRequestContext) -io.fastpix.sdk.utils.Hook.IdempotencyHook (implements io.fastpix.sdk.utils.Hook.BeforeRequest) -io.fastpix.sdk.utils.Hook.SdkInitData -io.fastpix.sdk.utils.Hooks (implements io.fastpix.sdk.utils.Hook.AfterError, io.fastpix.sdk.utils.Hook.AfterSuccess, io.fastpix.sdk.utils.Hook.BeforeRequest, io.fastpix.sdk.utils.Hook.SdkInit) -io.fastpix.sdk.utils.HTTPRequest -io.fastpix.sdk.utils.JSON -com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider) - -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) - -io.fastpix.sdk.utils.BigDecimalString.Deserializer -io.fastpix.sdk.utils.BigIntegerString.Deserializer -io.fastpix.sdk.utils.OneOfDeserializer<T> - - - - -com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable) - -com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable) - -io.fastpix.sdk.utils.BigDecimalString.Serializer -io.fastpix.sdk.utils.BigIntegerString.Serializer -io.fastpix.sdk.utils.TypedObject.Serializer - - - - -io.fastpix.sdk.utils.LazySingletonValue<T> -io.fastpix.sdk.utils.Multipart -io.fastpix.sdk.utils.Multipart.Builder -io.fastpix.sdk.utils.Options -io.fastpix.sdk.utils.Options.Builder -io.fastpix.sdk.utils.QueryParameter -io.fastpix.sdk.utils.QueryParameters -java.io.Reader (implements java.io.Closeable, java.lang.Readable) - -io.fastpix.sdk.utils.EventStreamLineReader - - -io.fastpix.sdk.utils.RecordingClient (implements io.fastpix.sdk.utils.HTTPClient) -io.fastpix.sdk.utils.RequestBody -io.fastpix.sdk.utils.Retries -io.fastpix.sdk.utils.Retries.Builder -io.fastpix.sdk.utils.RetryConfig -io.fastpix.sdk.utils.RetryConfig.Builder -io.fastpix.sdk.utils.Security -io.fastpix.sdk.utils.SerializedBody -io.fastpix.sdk.utils.SessionManager<T> -io.fastpix.sdk.utils.SessionManager.Session<T> -io.fastpix.sdk.utils.SpeakeasyHTTPClient (implements io.fastpix.sdk.utils.HTTPClient) -java.lang.Throwable (implements java.io.Serializable) - -java.lang.Exception - -io.fastpix.sdk.utils.Retries.NonRetryableException -io.fastpix.sdk.utils.Retries.RetryableException -java.lang.RuntimeException - -io.fastpix.sdk.utils.Hooks.FailEarlyException - - - - - - -io.fastpix.sdk.utils.TypedObject -io.fastpix.sdk.utils.Utf8UrlEncoder -io.fastpix.sdk.utils.Utils -io.fastpix.sdk.utils.Utils.HttpResponseCached (implements java.net.http.HttpResponse<T>) -io.fastpix.sdk.utils.Utils.TypeReferenceWithShape - - - - - -Interface Hierarchy - -io.fastpix.sdk.utils.HasSecurity -io.fastpix.sdk.utils.Hook.AfterError -io.fastpix.sdk.utils.Hook.AfterSuccess -io.fastpix.sdk.utils.Hook.BeforeRequest -io.fastpix.sdk.utils.Hook.HookContext - -io.fastpix.sdk.utils.Hook.AfterErrorContext -io.fastpix.sdk.utils.Hook.AfterSuccessContext -io.fastpix.sdk.utils.Hook.BeforeRequestContext - - -io.fastpix.sdk.utils.Hook.SdkInit -io.fastpix.sdk.utils.HTTPClient -io.fastpix.sdk.utils.Response -io.fastpix.sdk.utils.SessionManager.HasSessionKey -io.fastpix.sdk.utils.Utils.Function<S,T> - - - -Annotation Type Hierarchy - -io.fastpix.sdk.utils.SpeakeasyMetadata (implements java.lang.annotation.Annotation) - - - -Enum Hierarchy - -java.lang.Object - -java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -io.fastpix.sdk.utils.Multipart.PartType -io.fastpix.sdk.utils.Options.Option -io.fastpix.sdk.utils.RetryConfig.Strategy -io.fastpix.sdk.utils.Types -io.fastpix.sdk.utils.Utils.JsonShape - - - - - - - - - - - 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 = "x"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces tags with their contents when inserted outside of - // the select element. - div.innerHTML = ""; - 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 = /\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\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 - - - + JavaScript is disabled on your browser. diff --git a/build/docs/javadoc/overview-tree.html b/build/docs/javadoc/overview-tree.html index 0cf99e9..34159e7 100644 --- a/build/docs/javadoc/overview-tree.html +++ b/build/docs/javadoc/overview-tree.html @@ -1,304 +1,791 @@ - - -Class Hierarchy (fastpix 0.1.0 API) + +Class Hierarchy (openapi 1.0.0 API) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class -Tree +Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + Hierarchy For All Packages -Package Hierarchies: - -io.fastpix.sdk, -io.fastpix.sdk.models.components, -io.fastpix.sdk.models.errors, -io.fastpix.sdk.models.operations, -io.fastpix.sdk.utils - - - +Package Hierarchies: + +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 + + Class Hierarchy -java.lang.Object +java.lang.Object -io.fastpix.sdk.models.components.AudioInput -io.fastpix.sdk.models.components.AudioInput.Builder -io.fastpix.sdk.utils.BackoffStrategy -io.fastpix.sdk.utils.BackoffStrategy.Builder -io.fastpix.sdk.models.errors.BadRequestError -io.fastpix.sdk.models.errors.BadRequestError.Builder -io.fastpix.sdk.models.errors.BadRequestException.Builder -io.fastpix.sdk.utils.BigDecimalString -io.fastpix.sdk.utils.BigIntegerString -io.fastpix.sdk.utils.Constants -io.fastpix.sdk.models.components.CreateLiveStreamRequest -io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder -io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata -io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder -io.fastpix.sdk.models.components.CreateMediaRequest -io.fastpix.sdk.models.components.CreateMediaRequest.Builder -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions -io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder -io.fastpix.sdk.models.operations.CreateMediaRequestBuilder -io.fastpix.sdk.models.components.CreateMediaRequestDomains -io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder -io.fastpix.sdk.models.components.CreateMediaRequestMetadata -io.fastpix.sdk.models.components.CreateMediaRequestMetadata.Builder -io.fastpix.sdk.models.components.CreateMediaRequestUserAgents -io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder -io.fastpix.sdk.models.components.CreateMediaResponse -io.fastpix.sdk.models.operations.CreateMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.components.CreateMediaResponse.Builder -io.fastpix.sdk.models.operations.CreateMediaResponse.Builder -io.fastpix.sdk.models.operations.CreateMediaResponseBody -io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder -io.fastpix.sdk.models.components.CreateMediaResponseMetadata -io.fastpix.sdk.models.components.CreateMediaResponseMetadata.Builder -io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder -io.fastpix.sdk.models.operations.CreateNewStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder -io.fastpix.sdk.models.operations.Data -io.fastpix.sdk.models.operations.Data.Builder -io.fastpix.sdk.models.operations.DeleteLiveStreamRequest -io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder -io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder -io.fastpix.sdk.models.operations.DeleteLiveStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody -io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder -io.fastpix.sdk.models.operations.DeleteMediaRequest -io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder -io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder -io.fastpix.sdk.models.operations.DeleteMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder -io.fastpix.sdk.models.operations.DeleteMediaResponseBody -io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder -io.fastpix.sdk.utils.Deserializers -io.fastpix.sdk.models.components.DirectUpload -io.fastpix.sdk.models.components.DirectUpload.Builder -io.fastpix.sdk.models.components.DirectUploadResponse -io.fastpix.sdk.models.components.DirectUploadResponse.Builder -io.fastpix.sdk.models.components.DirectUploadResponseMetadata -io.fastpix.sdk.models.components.DirectUploadResponseMetadata.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata -io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody -io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder -io.fastpix.sdk.utils.EventStream<T> (implements java.lang.AutoCloseable) -io.fastpix.sdk.utils.EventStreamMessage -io.fastpix.sdk.utils.EventStreamReader (implements java.lang.AutoCloseable) -io.fastpix.sdk.FastPixSDK -io.fastpix.sdk.FastPixSDK.Builder -io.fastpix.sdk.models.errors.Field -io.fastpix.sdk.models.errors.Field.Builder -io.fastpix.sdk.models.errors.ForbiddenError -io.fastpix.sdk.models.errors.ForbiddenError.Builder -io.fastpix.sdk.models.errors.ForbiddenException.Builder -io.fastpix.sdk.models.operations.GetAllStreamsRequest -io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder -io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder -io.fastpix.sdk.models.operations.GetAllStreamsResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse -io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder -io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder -io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder -io.fastpix.sdk.models.operations.GetMediaRequest -io.fastpix.sdk.models.operations.GetMediaRequest.Builder -io.fastpix.sdk.models.operations.GetMediaRequestBuilder -io.fastpix.sdk.models.operations.GetMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetMediaResponse.Builder -io.fastpix.sdk.models.operations.GetMediaResponseBody -io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder -io.fastpix.sdk.models.components.GetStreamsResponse -io.fastpix.sdk.models.components.GetStreamsResponse.Builder -io.fastpix.sdk.utils.Helpers -io.fastpix.sdk.utils.Hook -io.fastpix.sdk.utils.Hook.AfterErrorContextImpl (implements io.fastpix.sdk.utils.Hook.AfterErrorContext) -io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl (implements io.fastpix.sdk.utils.Hook.AfterSuccessContext) -io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl (implements io.fastpix.sdk.utils.Hook.BeforeRequestContext) -io.fastpix.sdk.utils.Hook.IdempotencyHook (implements io.fastpix.sdk.utils.Hook.BeforeRequest) -io.fastpix.sdk.utils.Hook.SdkInitData -io.fastpix.sdk.utils.Hooks (implements io.fastpix.sdk.utils.Hook.AfterError, io.fastpix.sdk.utils.Hook.AfterSuccess, io.fastpix.sdk.utils.Hook.BeforeRequest, io.fastpix.sdk.utils.Hook.SdkInit) -io.fastpix.sdk.utils.HTTPRequest -io.fastpix.sdk.models.components.ImposeTrack -io.fastpix.sdk.models.components.ImposeTrack.Builder -io.fastpix.sdk.models.components.Input -io.fastpix.sdk.models.operations.Input -io.fastpix.sdk.models.components.InputMediaSettings -io.fastpix.sdk.models.components.InputMediaSettings.Builder -io.fastpix.sdk.InputVideo (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDirectUploadVideoMedia) -io.fastpix.sdk.models.errors.InvalidPermissionError -io.fastpix.sdk.models.errors.InvalidPermissionError.Builder -io.fastpix.sdk.models.errors.InvalidPermissionException.Builder -io.fastpix.sdk.utils.JSON +org.openapis.openapi.models.components.AccessPolicy +org.openapis.openapi.operations.AddMediaToPlaylist +org.openapis.openapi.operations.AddMediaToPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.AddMediaToPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.AddMediaToPlaylistRequest +org.openapis.openapi.models.operations.AddMediaToPlaylistRequest.Builder +org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder +org.openapis.openapi.models.operations.AddMediaToPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder +org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder +org.openapis.openapi.operations.AddMediaTrack +org.openapis.openapi.operations.AddMediaTrack.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.AddMediaTrack.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.AddMediaTrackRequest +org.openapis.openapi.models.operations.AddMediaTrackRequest.Builder +org.openapis.openapi.models.operations.AddMediaTrackRequestBody +org.openapis.openapi.models.operations.AddMediaTrackRequestBody.Builder +org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder +org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder +org.openapis.openapi.models.operations.AddMediaTrackResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.AddMediaTrackResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder +org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder +org.openapis.openapi.models.operations.AddMediaTrackResponseBody +org.openapis.openapi.models.operations.AddMediaTrackResponseBody.Builder +org.openapis.openapi.models.components.AddTrackRequest +org.openapis.openapi.models.components.AddTrackRequest.Builder +org.openapis.openapi.models.components.AddTrackResponse +org.openapis.openapi.models.components.AddTrackResponse.Builder +org.openapis.openapi.models.components.AddTrackResponseType +org.openapis.openapi.AiFeatures +org.openapis.openapi.models.components.AiResponseRecord +org.openapis.openapi.models.components.AiResponseRecord.Builder +org.openapis.openapi.models.components.AiSummaryRecord +org.openapis.openapi.models.components.AiSummaryRecord.Builder +org.openapis.openapi.AsyncAiFeatures +org.openapis.openapi.AsyncDimensions +org.openapis.openapi.AsyncDrmConfigurations +org.openapis.openapi.AsyncErrors +org.openapis.openapi.AsyncFastpix +org.openapis.openapi.utils.AsyncHook +org.openapis.openapi.utils.AsyncHook.IdempotencyHook (implements org.openapis.openapi.utils.AsyncHook.BeforeRequest) +org.openapis.openapi.utils.AsyncHooks (implements org.openapis.openapi.utils.AsyncHook.AfterError, org.openapis.openapi.utils.AsyncHook.AfterSuccess, org.openapis.openapi.utils.AsyncHook.BeforeRequest) +org.openapis.openapi.AsyncInputVideos +org.openapis.openapi.AsyncInVideoAiFeatures +org.openapis.openapi.AsyncLivePlayback +org.openapis.openapi.AsyncLivePlaybacks +org.openapis.openapi.AsyncLiveStream +org.openapis.openapi.AsyncManageLiveStream +org.openapis.openapi.AsyncManageLiveStreams +org.openapis.openapi.AsyncManageVideos +org.openapis.openapi.AsyncMetrics +org.openapis.openapi.AsyncPlayback +org.openapis.openapi.AsyncPlaylist +org.openapis.openapi.AsyncPlaylists +org.openapis.openapi.utils.AsyncRetries +org.openapis.openapi.utils.AsyncRetries.Builder +org.openapis.openapi.AsyncSigningKeys +org.openapis.openapi.AsyncSimulcasts +org.openapis.openapi.AsyncSimulcastStream +org.openapis.openapi.AsyncSimulcastStreams +org.openapis.openapi.AsyncStreams +org.openapis.openapi.AsyncVideos +org.openapis.openapi.AsyncViews +org.openapis.openapi.models.components.AudioInput +org.openapis.openapi.models.components.AudioInput.Builder +org.openapis.openapi.models.components.AudioTrack +org.openapis.openapi.models.components.AudioTrack.Builder +org.openapis.openapi.models.components.AudioTrackType +org.openapis.openapi.utils.BackoffStrategy +org.openapis.openapi.utils.BackoffStrategy.Builder +org.openapis.openapi.utils.BigDecimalString +org.openapis.openapi.utils.BigIntegerString +org.openapis.openapi.utils.Blob (implements java.net.http.HttpRequest.BodyPublisher) +org.openapis.openapi.utils.BlockingParser<T> +org.openapis.openapi.models.components.BrowserNameDimensiondetails +org.openapis.openapi.models.components.BrowserNameDimensiondetails.Builder +org.openapis.openapi.operations.CancelUpload +org.openapis.openapi.operations.CancelUpload.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CancelUpload.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.CancelUploadRequest +org.openapis.openapi.models.operations.CancelUploadRequest.Builder +org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder +org.openapis.openapi.models.operations.CancelUploadRequestBuilder +org.openapis.openapi.models.operations.async.CancelUploadResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CancelUploadResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder +org.openapis.openapi.models.operations.CancelUploadResponse.Builder +org.openapis.openapi.models.operations.CancelUploadResponseBody +org.openapis.openapi.models.operations.CancelUploadResponseBody.Builder +org.openapis.openapi.operations.ChangeMediaOrderInPlaylist +org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest +org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest.Builder +org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder +org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder +org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder +org.openapis.openapi.models.components.ChaptersResponse +org.openapis.openapi.models.components.ChaptersResponse.Builder +org.openapis.openapi.operations.CompleteLiveStream +org.openapis.openapi.operations.CompleteLiveStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CompleteLiveStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.CompleteLiveStreamRequest +org.openapis.openapi.models.operations.CompleteLiveStreamRequest.Builder +org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder +org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder +org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CompleteLiveStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder +org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder +org.openapis.openapi.models.operations.Configuration +org.openapis.openapi.models.operations.Configuration.Builder +org.openapis.openapi.utils.Constants +org.openapis.openapi.utils.CopiableInputStream +org.openapis.openapi.operations.CreateAPlaylist +org.openapis.openapi.operations.CreateAPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateAPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder +org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.CreateAPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateAPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder +org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder +org.openapis.openapi.models.components.CreateLiveStreamRequest +org.openapis.openapi.models.components.CreateLiveStreamRequest.Builder +org.openapis.openapi.models.components.CreateLiveStreamResponseDTO +org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder +org.openapis.openapi.operations.CreateMedia +org.openapis.openapi.operations.CreateMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateMediaPlaybackId +org.openapis.openapi.operations.CreateMediaPlaybackId.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateMediaPlaybackId.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions +org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder +org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest +org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest.Builder +org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody +org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder +org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody +org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody.Builder +org.openapis.openapi.models.components.CreateMediaRequest +org.openapis.openapi.models.components.CreateMediaRequest.Builder +org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions +org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions.Builder +org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder +org.openapis.openapi.models.operations.CreateMediaRequestBuilder +org.openapis.openapi.models.components.CreateMediaRequestDomains +org.openapis.openapi.models.components.CreateMediaRequestDomains.Builder +org.openapis.openapi.models.components.CreateMediaRequestUserAgents +org.openapis.openapi.models.components.CreateMediaRequestUserAgents.Builder +org.openapis.openapi.models.components.CreateMediaResponse +org.openapis.openapi.models.operations.async.CreateMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.components.CreateMediaResponse.Builder +org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder +org.openapis.openapi.models.operations.CreateMediaResponse.Builder +org.openapis.openapi.models.components.CreateMediaResponseInput +org.openapis.openapi.models.components.CreateMediaResponseInput.Builder +org.openapis.openapi.models.components.CreateMediaResponseMaxResolution +org.openapis.openapi.models.components.CreateMediaResponseMediaQuality +org.openapis.openapi.models.components.CreateMediaResponseStatus +org.openapis.openapi.models.components.CreateMediaSuccessResponse +org.openapis.openapi.models.components.CreateMediaSuccessResponse.Builder +org.openapis.openapi.operations.CreateNewStream +org.openapis.openapi.operations.CreateNewStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateNewStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder +org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder +org.openapis.openapi.models.operations.async.CreateNewStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateNewStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder +org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder +org.openapis.openapi.models.components.CreatePlaybackId +org.openapis.openapi.models.components.CreatePlaybackId.Builder +org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions +org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions.Builder +org.openapis.openapi.models.components.CreatePlaybackIdDomains +org.openapis.openapi.models.components.CreatePlaybackIdDomains.Builder +org.openapis.openapi.operations.CreatePlaybackIdOfStream +org.openapis.openapi.operations.CreatePlaybackIdOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreatePlaybackIdOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest +org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder +org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder +org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder +org.openapis.openapi.models.components.CreatePlaybackIdUserAgents +org.openapis.openapi.models.components.CreatePlaybackIdUserAgents.Builder +org.openapis.openapi.models.components.CreatePlaylistRequestManual (implements org.openapis.openapi.models.components.CreatePlaylistRequest) +org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder +org.openapis.openapi.models.components.CreatePlaylistRequestSmart (implements org.openapis.openapi.models.components.CreatePlaylistRequest) +org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder +org.openapis.openapi.models.components.CreateResponse +org.openapis.openapi.models.components.CreateResponse.Builder +org.openapis.openapi.operations.CreateSigningKey +org.openapis.openapi.operations.CreateSigningKey.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestlessOperation<ResT>) +org.openapis.openapi.operations.CreateSigningKey.Sync (implements org.openapis.openapi.operations.Operations.RequestlessOperation<ResT>) +org.openapis.openapi.models.operations.async.CreateSigningKeyRequestBuilder +org.openapis.openapi.models.operations.CreateSigningKeyRequestBuilder +org.openapis.openapi.models.operations.async.CreateSigningKeyResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateSigningKeyResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder +org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder +org.openapis.openapi.models.components.CreateSigningKeyResponseDTO +org.openapis.openapi.models.components.CreateSigningKeyResponseDTO.Builder +org.openapis.openapi.operations.CreateSimulcastOfStream +org.openapis.openapi.operations.CreateSimulcastOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.CreateSimulcastOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest +org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.components.Custom1 +org.openapis.openapi.models.components.Custom1.Builder +org.openapis.openapi.models.components.Custom2 +org.openapis.openapi.models.components.Custom2.Builder +org.openapis.openapi.models.components.DataPagination +org.openapis.openapi.models.components.DataPagination.Builder +org.openapis.openapi.models.components.DateRange +org.openapis.openapi.models.components.DateRange.Builder +org.openapis.openapi.models.components.DefaultError +org.openapis.openapi.models.components.DefaultError.Builder +org.openapis.openapi.operations.DeleteAPlaylist +org.openapis.openapi.operations.DeleteAPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteAPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteAPlaylistRequest +org.openapis.openapi.models.operations.DeleteAPlaylistRequest.Builder +org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder +org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteAPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder +org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder +org.openapis.openapi.operations.DeleteLiveStream +org.openapis.openapi.operations.DeleteLiveStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteLiveStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteLiveStreamRequest +org.openapis.openapi.models.operations.DeleteLiveStreamRequest.Builder +org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder +org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder +org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteLiveStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder +org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder +org.openapis.openapi.operations.DeleteMedia +org.openapis.openapi.operations.DeleteMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteMediaFromPlaylist +org.openapis.openapi.operations.DeleteMediaFromPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteMediaFromPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest +org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest.Builder +org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder +org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder +org.openapis.openapi.operations.DeleteMediaPlaybackId +org.openapis.openapi.operations.DeleteMediaPlaybackId.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteMediaPlaybackId.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest.Builder +org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody +org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody.Builder +org.openapis.openapi.models.operations.DeleteMediaRequest +org.openapis.openapi.models.operations.DeleteMediaRequest.Builder +org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder +org.openapis.openapi.models.operations.DeleteMediaRequestBuilder +org.openapis.openapi.models.operations.async.DeleteMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaResponseBody +org.openapis.openapi.models.operations.DeleteMediaResponseBody.Builder +org.openapis.openapi.operations.DeleteMediaTrack +org.openapis.openapi.operations.DeleteMediaTrack.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteMediaTrack.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteMediaTrackRequest +org.openapis.openapi.models.operations.DeleteMediaTrackRequest.Builder +org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder +org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder +org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteMediaTrackResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder +org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody +org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody.Builder +org.openapis.openapi.operations.DeletePlaybackIdOfStream +org.openapis.openapi.operations.DeletePlaybackIdOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeletePlaybackIdOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest +org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder +org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder +org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder +org.openapis.openapi.operations.DeleteSigningKey +org.openapis.openapi.operations.DeleteSigningKey.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteSigningKey.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteSigningKeyRequest +org.openapis.openapi.models.operations.DeleteSigningKeyRequest.Builder +org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder +org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder +org.openapis.openapi.models.components.DeleteSigningKeyResponse +org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteSigningKeyResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.components.DeleteSigningKeyResponse.Builder +org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder +org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder +org.openapis.openapi.operations.DeleteSimulcastOfStream +org.openapis.openapi.operations.DeleteSimulcastOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DeleteSimulcastOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest +org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder +org.openapis.openapi.utils.Deserializers +org.openapis.openapi.Dimensions +org.openapis.openapi.models.components.DirectUpload +org.openapis.openapi.models.components.DirectUpload.Builder +org.openapis.openapi.models.components.DirectUploadResponse +org.openapis.openapi.models.components.DirectUploadResponse.Builder +org.openapis.openapi.models.components.DirectUploadResponseMediaQuality +org.openapis.openapi.models.components.DirectUploadStatus +org.openapis.openapi.operations.DirectUploadVideoMedia +org.openapis.openapi.operations.DirectUploadVideoMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DirectUploadVideoMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions +org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains +org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration +org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest +org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest.Builder +org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder +org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder +org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody +org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody.Builder +org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents +org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents.Builder +org.openapis.openapi.operations.DisableLiveStream +org.openapis.openapi.operations.DisableLiveStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.DisableLiveStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.DisableLiveStreamRequest +org.openapis.openapi.models.operations.DisableLiveStreamRequest.Builder +org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder +org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder +org.openapis.openapi.models.operations.async.DisableLiveStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.DisableLiveStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder +org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder +org.openapis.openapi.models.components.DomainRestrictions +org.openapis.openapi.models.components.DomainRestrictions.Builder +org.openapis.openapi.DrmConfigurations +org.openapis.openapi.models.components.DrmIdResponse +org.openapis.openapi.models.components.DrmIdResponse.Builder +org.openapis.openapi.operations.EnableLiveStream +org.openapis.openapi.operations.EnableLiveStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.EnableLiveStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.EnableLiveStreamRequest +org.openapis.openapi.models.operations.EnableLiveStreamRequest.Builder +org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder +org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder +org.openapis.openapi.models.operations.async.EnableLiveStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.EnableLiveStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder +org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder +org.openapis.openapi.models.components.Error +org.openapis.openapi.models.components.Error.Builder +org.openapis.openapi.models.components.ErrorDetails +org.openapis.openapi.models.components.ErrorDetails.Builder +org.openapis.openapi.models.components.ErrorDetailsPercentage +org.openapis.openapi.Errors +org.openapis.openapi.models.components.Event +org.openapis.openapi.models.components.Event.Builder +org.openapis.openapi.utils.EventStream<T> (implements java.lang.AutoCloseable, java.lang.Iterable<T>) +org.openapis.openapi.utils.reactive.EventStream<ResponseT,ItemT> (implements org.reactivestreams.Publisher<T>) +org.openapis.openapi.utils.EventStreamMessage +org.openapis.openapi.models.components.EventTime +org.openapis.openapi.utils.Exceptions +org.openapis.openapi.Fastpix +org.openapis.openapi.Fastpix.Builder +org.openapis.openapi.utils.FastpixHTTPClient (implements org.openapis.openapi.utils.HTTPClient) +org.openapis.openapi.utils.FastpixLogger +org.openapis.openapi.models.operations.File +org.openapis.openapi.models.operations.File.Builder +org.openapis.openapi.operations.GenerateSubtitleTrack +org.openapis.openapi.operations.GenerateSubtitleTrack.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GenerateSubtitleTrack.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest +org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest.Builder +org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder +org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder +org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder +org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder +org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody +org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody.Builder +org.openapis.openapi.models.components.GenerateTrackResponse +org.openapis.openapi.models.components.GenerateTrackResponse.Builder +org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode +org.openapis.openapi.models.components.GenerateTrackResponseType +org.openapis.openapi.models.components.GetAllMediaResponse +org.openapis.openapi.models.components.GetAllMediaResponse.Builder +org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution +org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality +org.openapis.openapi.models.components.GetAllMediaResponseMp4Support +org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution +org.openapis.openapi.models.components.GetAllMediaResponseStatus +org.openapis.openapi.models.components.GetAllMediaResponseTrack +org.openapis.openapi.operations.GetAllPlaylists +org.openapis.openapi.operations.GetAllPlaylists.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetAllPlaylists.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetAllPlaylistsRequest +org.openapis.openapi.models.operations.GetAllPlaylistsRequest.Builder +org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder +org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder +org.openapis.openapi.models.components.GetAllPlaylistsResponse +org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetAllPlaylistsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.components.GetAllPlaylistsResponse.Builder +org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder +org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder +org.openapis.openapi.models.components.GetAllSigningKeysResponse +org.openapis.openapi.models.components.GetAllSigningKeysResponse.Builder +org.openapis.openapi.models.components.GetAllSigningKeysResponseDto +org.openapis.openapi.models.components.GetAllSigningKeysResponseDto.Builder +org.openapis.openapi.operations.GetAllStreams +org.openapis.openapi.operations.GetAllStreams.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetAllStreams.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetAllStreamsRequest +org.openapis.openapi.models.operations.GetAllStreamsRequest.Builder +org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder +org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder +org.openapis.openapi.models.operations.async.GetAllStreamsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetAllStreamsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder +org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder +org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO +org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder +org.openapis.openapi.operations.GetDrmConfiguration +org.openapis.openapi.operations.GetDrmConfiguration.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetDrmConfiguration.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetDrmConfigurationById +org.openapis.openapi.operations.GetDrmConfigurationById.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetDrmConfigurationById.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest +org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest.Builder +org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder +org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder +org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder +org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder +org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody +org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody.Builder +org.openapis.openapi.models.operations.GetDrmConfigurationRequest +org.openapis.openapi.models.operations.GetDrmConfigurationRequest.Builder +org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder +org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder +org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetDrmConfigurationResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder +org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder +org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody +org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody.Builder +org.openapis.openapi.operations.GetLiveStreamById +org.openapis.openapi.operations.GetLiveStreamById.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetLiveStreamById.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetLiveStreamByIdRequest +org.openapis.openapi.models.operations.GetLiveStreamByIdRequest.Builder +org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder +org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder +org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetLiveStreamByIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder +org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder +org.openapis.openapi.operations.GetLiveStreamPlaybackId +org.openapis.openapi.operations.GetLiveStreamPlaybackId.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetLiveStreamPlaybackId.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest +org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest.Builder +org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder +org.openapis.openapi.operations.GetLiveStreamViewerCountById +org.openapis.openapi.operations.GetLiveStreamViewerCountById.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetLiveStreamViewerCountById.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest +org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest.Builder +org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder +org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder +org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder +org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder +org.openapis.openapi.operations.GetMedia +org.openapis.openapi.operations.GetMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetMediaClips +org.openapis.openapi.operations.GetMediaClips.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetMediaClips.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetMediaClipsRequest +org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder +org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder +org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder +org.openapis.openapi.models.operations.async.GetMediaClipsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetMediaClipsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder +org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder +org.openapis.openapi.models.operations.GetMediaRequest +org.openapis.openapi.models.operations.GetMediaRequest.Builder +org.openapis.openapi.models.operations.async.GetMediaRequestBuilder +org.openapis.openapi.models.operations.GetMediaRequestBuilder +org.openapis.openapi.models.components.GetMediaResponse +org.openapis.openapi.models.operations.async.GetMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.components.GetMediaResponse.Builder +org.openapis.openapi.models.operations.async.GetMediaResponse.Builder +org.openapis.openapi.models.operations.GetMediaResponse.Builder +org.openapis.openapi.models.operations.GetMediaResponseBody +org.openapis.openapi.models.operations.GetMediaResponseBody.Builder +org.openapis.openapi.models.components.GetMediaResponseMaxResolution +org.openapis.openapi.models.components.GetMediaResponseMediaQuality +org.openapis.openapi.models.components.GetMediaResponseMp4Support +org.openapis.openapi.models.components.GetMediaResponseSourceResolution +org.openapis.openapi.models.components.GetMediaResponseStatus +org.openapis.openapi.models.components.GetMediaResponseTrack +org.openapis.openapi.operations.GetMediaSummary +org.openapis.openapi.operations.GetMediaSummary.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetMediaSummary.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetMediaSummaryRequest +org.openapis.openapi.models.operations.GetMediaSummaryRequest.Builder +org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder +org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder +org.openapis.openapi.models.operations.async.GetMediaSummaryResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetMediaSummaryResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder +org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder +org.openapis.openapi.models.operations.GetMediaSummaryResponseBody +org.openapis.openapi.models.operations.GetMediaSummaryResponseBody.Builder +org.openapis.openapi.operations.GetPlaybackId +org.openapis.openapi.operations.GetPlaybackId.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetPlaybackId.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy +org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions +org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions.Builder +org.openapis.openapi.models.operations.GetPlaybackIdData +org.openapis.openapi.models.operations.GetPlaybackIdData.Builder +org.openapis.openapi.models.operations.GetPlaybackIdDomains +org.openapis.openapi.models.operations.GetPlaybackIdDomains.Builder +org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy +org.openapis.openapi.models.operations.GetPlaybackIdRequest +org.openapis.openapi.models.operations.GetPlaybackIdRequest.Builder +org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder +org.openapis.openapi.models.operations.async.GetPlaybackIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetPlaybackIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder +org.openapis.openapi.models.operations.GetPlaybackIdResponseBody +org.openapis.openapi.models.operations.GetPlaybackIdResponseBody.Builder +org.openapis.openapi.models.operations.GetPlaybackIdUserAgents +org.openapis.openapi.models.operations.GetPlaybackIdUserAgents.Builder +org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy +org.openapis.openapi.operations.GetPlaylistById +org.openapis.openapi.operations.GetPlaylistById.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetPlaylistById.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetPlaylistByIdRequest +org.openapis.openapi.models.operations.GetPlaylistByIdRequest.Builder +org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder +org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder +org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetPlaylistByIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder +org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder +org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO +org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO.Builder +org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData +org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData.Builder +org.openapis.openapi.operations.GetSigningKeyById +org.openapis.openapi.operations.GetSigningKeyById.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetSigningKeyById.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetSigningKeyByIdRequest +org.openapis.openapi.models.operations.GetSigningKeyByIdRequest.Builder +org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder +org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder +org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetSigningKeyByIdResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder +org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder +org.openapis.openapi.operations.GetSpecificSimulcastOfStream +org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest +org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.components.GetStreamsResponse +org.openapis.openapi.models.components.GetStreamsResponse.Builder +org.openapis.openapi.operations.GetTimeseriesData +org.openapis.openapi.operations.GetTimeseriesData.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetTimeseriesData.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetTimeseriesDataRequest +org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder +org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder +org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder +org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetTimeseriesDataResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder +org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder +org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody +org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder +org.openapis.openapi.operations.GetVideoViewDetails +org.openapis.openapi.operations.GetVideoViewDetails.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.GetVideoViewDetails.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.GetVideoViewDetailsRequest +org.openapis.openapi.models.operations.GetVideoViewDetailsRequest.Builder +org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder +org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder +org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.GetVideoViewDetailsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder +org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder +org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody +org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody.Builder +org.openapis.openapi.utils.Globals +org.openapis.openapi.utils.Headers +org.openapis.openapi.utils.Helpers +org.openapis.openapi.utils.Hook +org.openapis.openapi.utils.Hook.AfterErrorContextImpl (implements org.openapis.openapi.utils.Hook.AfterErrorContext) +org.openapis.openapi.utils.Hook.AfterSuccessContextImpl (implements org.openapis.openapi.utils.Hook.AfterSuccessContext) +org.openapis.openapi.utils.Hook.BeforeRequestContextImpl (implements org.openapis.openapi.utils.Hook.BeforeRequestContext) +org.openapis.openapi.utils.Hook.IdempotencyHook (implements org.openapis.openapi.utils.Hook.BeforeRequest) +org.openapis.openapi.utils.HookAdapters +org.openapis.openapi.utils.Hooks (implements org.openapis.openapi.utils.Hook.AfterError, org.openapis.openapi.utils.Hook.AfterSuccess, org.openapis.openapi.utils.Hook.BeforeRequest, org.openapis.openapi.utils.Hook.SdkInit) +org.openapis.openapi.utils.HTTPRequest +org.openapis.openapi.models.components.ImposeTrack +org.openapis.openapi.models.components.ImposeTrack.Builder +org.openapis.openapi.models.components.Input +org.openapis.openapi.models.operations.Input +org.openapis.openapi.models.components.InputMediaSettings +org.openapis.openapi.models.components.InputMediaSettings.Builder +org.openapis.openapi.InputVideos +org.openapis.openapi.InVideoAiFeatures +org.openapis.openapi.utils.JSON com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider) -com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) +com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable) -io.fastpix.sdk.utils.BigDecimalString.Deserializer -io.fastpix.sdk.utils.BigIntegerString.Deserializer -io.fastpix.sdk.utils.OneOfDeserializer<T> +org.openapis.openapi.utils.BigDecimalString.Deserializer +org.openapis.openapi.utils.BigIntegerString.Deserializer +org.openapis.openapi.utils.OneOfDeserializer<T> -io.fastpix.sdk.models.components.Input._Deserializer -io.fastpix.sdk.models.operations.Input._Deserializer -io.fastpix.sdk.models.components.SegmentUnion._Deserializer +org.openapis.openapi.models.components.ErrorDetailsPercentage._Deserializer +org.openapis.openapi.models.components.EventTime._Deserializer +org.openapis.openapi.models.components.GetAllMediaResponseTrack._Deserializer +org.openapis.openapi.models.components.GetMediaResponseTrack._Deserializer +org.openapis.openapi.models.components.Input._Deserializer +org.openapis.openapi.models.operations.Input._Deserializer +org.openapis.openapi.models.components.LiveMediaClipsTrack._Deserializer +org.openapis.openapi.models.components.MediaTrack._Deserializer +org.openapis.openapi.models.components.PlayerHeight._Deserializer +org.openapis.openapi.models.components.PlayerViewCount._Deserializer +org.openapis.openapi.models.components.PropertyId._Deserializer +org.openapis.openapi.models.components.PullVideoInputSegmentUnion._Deserializer +org.openapis.openapi.models.components.SourceAccessMediaTrack._Deserializer +org.openapis.openapi.models.components.TopErrorDetailsPercentage._Deserializer +org.openapis.openapi.models.operations.Track._Deserializer +org.openapis.openapi.models.components.UniqueViewersEffectedPercentage._Deserializer +org.openapis.openapi.models.components.UpdateMediaTrack._Deserializer +org.openapis.openapi.models.components.VideoInputSegmentUnion._Deserializer +org.openapis.openapi.models.components.ViewerTime._Deserializer @@ -307,386 +794,886 @@ Class Hierarchy com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable) -com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable) +com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable) -io.fastpix.sdk.utils.BigDecimalString.Serializer -io.fastpix.sdk.utils.BigIntegerString.Serializer -io.fastpix.sdk.utils.TypedObject.Serializer +org.openapis.openapi.utils.BigDecimalString.Serializer +org.openapis.openapi.utils.BigIntegerString.Serializer +org.openapis.openapi.utils.TypedObject.Serializer -io.fastpix.sdk.utils.LazySingletonValue<T> -io.fastpix.sdk.models.operations.ListMediaRequest -io.fastpix.sdk.models.operations.ListMediaRequest.Builder -io.fastpix.sdk.models.operations.ListMediaRequestBuilder -io.fastpix.sdk.models.operations.ListMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.ListMediaResponse.Builder -io.fastpix.sdk.models.operations.ListMediaResponseBody -io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder -io.fastpix.sdk.models.components.LiveStreamDeleteResponse -io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder -io.fastpix.sdk.models.components.LivestreamgetResponse -io.fastpix.sdk.models.components.LivestreamgetResponse.Builder -io.fastpix.sdk.models.components.LiveStreamResponseDTO -io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder -io.fastpix.sdk.ManageLiveStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteLiveStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetAllStreams, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamById, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateLiveStream) -io.fastpix.sdk.ManageVideos (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallListMedia, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdatedMedia) -io.fastpix.sdk.models.components.Media -io.fastpix.sdk.models.components.Media.Builder -io.fastpix.sdk.models.components.MediaMetadata -io.fastpix.sdk.models.components.MediaMetadata.Builder -io.fastpix.sdk.models.errors.MediaNotFoundError -io.fastpix.sdk.models.errors.MediaNotFoundError.Builder -io.fastpix.sdk.models.errors.MediaNotFoundException.Builder -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder -io.fastpix.sdk.models.components.Moderation -io.fastpix.sdk.models.operations.Moderation -io.fastpix.sdk.models.components.Moderation.Builder -io.fastpix.sdk.models.operations.Moderation.Builder -io.fastpix.sdk.utils.Multipart -io.fastpix.sdk.utils.Multipart.Builder -io.fastpix.sdk.models.errors.NotFoundError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorError -io.fastpix.sdk.models.errors.NotFoundErrorError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder -io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder -io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError -io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder -io.fastpix.sdk.utils.Options -io.fastpix.sdk.utils.Options.Builder -io.fastpix.sdk.models.components.Pagination -io.fastpix.sdk.models.components.Pagination.Builder -io.fastpix.sdk.models.components.PatchLiveStreamRequest -io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder -io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata -io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata.Builder -io.fastpix.sdk.models.components.PatchResponseData -io.fastpix.sdk.models.components.PatchResponseData.Builder -io.fastpix.sdk.models.components.PatchResponseDataMetadata -io.fastpix.sdk.models.components.PatchResponseDataMetadata.Builder -io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse -io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder -io.fastpix.sdk.models.components.PatchResponseDTO -io.fastpix.sdk.models.components.PatchResponseDTO.Builder -io.fastpix.sdk.models.components.Placement -io.fastpix.sdk.models.components.Placement.Builder -io.fastpix.sdk.Playback (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMediaPlaybackId, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId) -io.fastpix.sdk.models.components.PlaybackId -io.fastpix.sdk.models.components.PlaybackId.Builder -io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions -io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder -io.fastpix.sdk.models.components.PlaybackIdDomains -io.fastpix.sdk.models.components.PlaybackIdDomains.Builder -io.fastpix.sdk.models.components.PlaybackIdRequest -io.fastpix.sdk.models.components.PlaybackIdRequest.Builder -io.fastpix.sdk.models.components.PlaybackIdResponse -io.fastpix.sdk.models.components.PlaybackIdResponse.Builder -io.fastpix.sdk.models.components.PlaybackIdResponseData -io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder -io.fastpix.sdk.models.components.PlaybackIds -io.fastpix.sdk.models.components.PlaybackIds.Builder -io.fastpix.sdk.models.components.PlaybackIdUserAgents -io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder -io.fastpix.sdk.models.components.PlaybackSettings -io.fastpix.sdk.models.components.PlaybackSettings.Builder -io.fastpix.sdk.models.operations.PushMediaSettings -io.fastpix.sdk.models.operations.PushMediaSettings.Builder -io.fastpix.sdk.utils.QueryParameter -io.fastpix.sdk.utils.QueryParameters -java.io.Reader (implements java.io.Closeable, java.lang.Readable) +org.openapis.openapi.utils.LazySingletonValue<T> +org.openapis.openapi.operations.ListBreakdownValues +org.openapis.openapi.operations.ListBreakdownValues.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListBreakdownValues.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListBreakdownValuesRequest +org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder +org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder +org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder +org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListBreakdownValuesResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder +org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder +org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody +org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder +org.openapis.openapi.operations.ListByTopContent +org.openapis.openapi.operations.ListByTopContent.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListByTopContent.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListByTopContentRequest +org.openapis.openapi.models.operations.ListByTopContentRequest.Builder +org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder +org.openapis.openapi.models.operations.ListByTopContentRequestBuilder +org.openapis.openapi.models.operations.async.ListByTopContentResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListByTopContentResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder +org.openapis.openapi.models.operations.ListByTopContentResponse.Builder +org.openapis.openapi.models.operations.ListByTopContentResponseBody +org.openapis.openapi.models.operations.ListByTopContentResponseBody.Builder +org.openapis.openapi.operations.ListComparisonValues +org.openapis.openapi.operations.ListComparisonValues.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListComparisonValues.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListComparisonValuesRequest +org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder +org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder +org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder +org.openapis.openapi.models.operations.async.ListComparisonValuesResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListComparisonValuesResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder +org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder +org.openapis.openapi.models.operations.ListComparisonValuesResponseBody +org.openapis.openapi.models.operations.ListComparisonValuesResponseBody.Builder +org.openapis.openapi.operations.ListDimensions +org.openapis.openapi.operations.ListDimensions.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestlessOperation<ResT>) +org.openapis.openapi.operations.ListDimensions.Sync (implements org.openapis.openapi.operations.Operations.RequestlessOperation<ResT>) +org.openapis.openapi.models.operations.async.ListDimensionsRequestBuilder +org.openapis.openapi.models.operations.ListDimensionsRequestBuilder +org.openapis.openapi.models.operations.async.ListDimensionsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListDimensionsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder +org.openapis.openapi.models.operations.ListDimensionsResponse.Builder +org.openapis.openapi.models.operations.ListDimensionsResponseBody +org.openapis.openapi.models.operations.ListDimensionsResponseBody.Builder +org.openapis.openapi.operations.ListErrors +org.openapis.openapi.operations.ListErrors.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListErrors.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListErrorsData +org.openapis.openapi.models.operations.ListErrorsData.Builder +org.openapis.openapi.models.operations.ListErrorsRequest +org.openapis.openapi.models.operations.ListErrorsRequest.Builder +org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder +org.openapis.openapi.models.operations.ListErrorsRequestBuilder +org.openapis.openapi.models.operations.async.ListErrorsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListErrorsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder +org.openapis.openapi.models.operations.ListErrorsResponse.Builder +org.openapis.openapi.models.operations.ListErrorsResponseBody +org.openapis.openapi.models.operations.ListErrorsResponseBody.Builder +org.openapis.openapi.operations.ListFilterValuesForDimension +org.openapis.openapi.operations.ListFilterValuesForDimension.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListFilterValuesForDimension.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest +org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest.Builder +org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder +org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder +org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder +org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder +org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody +org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody.Builder +org.openapis.openapi.operations.ListLiveClips +org.openapis.openapi.operations.ListLiveClips.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListLiveClips.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListLiveClipsRequest +org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder +org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder +org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder +org.openapis.openapi.models.operations.async.ListLiveClipsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListLiveClipsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder +org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder +org.openapis.openapi.models.operations.ListLiveClipsResponseBody +org.openapis.openapi.models.operations.ListLiveClipsResponseBody.Builder +org.openapis.openapi.operations.ListMedia +org.openapis.openapi.operations.ListMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListMediaRequest +org.openapis.openapi.models.operations.ListMediaRequest.Builder +org.openapis.openapi.models.operations.async.ListMediaRequestBuilder +org.openapis.openapi.models.operations.ListMediaRequestBuilder +org.openapis.openapi.models.operations.async.ListMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListMediaResponse.Builder +org.openapis.openapi.models.operations.ListMediaResponse.Builder +org.openapis.openapi.models.operations.ListMediaResponseBody +org.openapis.openapi.models.operations.ListMediaResponseBody.Builder +org.openapis.openapi.operations.ListOverallValues +org.openapis.openapi.operations.ListOverallValues.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListOverallValues.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListOverallValuesRequest +org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder +org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder +org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder +org.openapis.openapi.models.operations.async.ListOverallValuesResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListOverallValuesResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder +org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder +org.openapis.openapi.models.operations.ListOverallValuesResponseBody +org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder +org.openapis.openapi.operations.ListPlaybackIds +org.openapis.openapi.operations.ListPlaybackIds.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListPlaybackIds.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy +org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions +org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsData +org.openapis.openapi.models.operations.ListPlaybackIdsData.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsDomains +org.openapis.openapi.models.operations.ListPlaybackIdsDomains.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy +org.openapis.openapi.models.operations.ListPlaybackIdsRequest +org.openapis.openapi.models.operations.ListPlaybackIdsRequest.Builder +org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder +org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder +org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListPlaybackIdsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody +org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents +org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents.Builder +org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy +org.openapis.openapi.operations.ListSigningKeys +org.openapis.openapi.operations.ListSigningKeys.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListSigningKeys.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListSigningKeysRequest +org.openapis.openapi.models.operations.ListSigningKeysRequest.Builder +org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder +org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder +org.openapis.openapi.models.operations.async.ListSigningKeysResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListSigningKeysResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder +org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder +org.openapis.openapi.operations.ListUploads +org.openapis.openapi.operations.ListUploads.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListUploads.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListUploadsRequest +org.openapis.openapi.models.operations.ListUploadsRequest.Builder +org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder +org.openapis.openapi.models.operations.ListUploadsRequestBuilder +org.openapis.openapi.models.operations.async.ListUploadsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListUploadsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder +org.openapis.openapi.models.operations.ListUploadsResponse.Builder +org.openapis.openapi.models.operations.ListUploadsResponseBody +org.openapis.openapi.models.operations.ListUploadsResponseBody.Builder +org.openapis.openapi.operations.ListVideoViews +org.openapis.openapi.operations.ListVideoViews.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.ListVideoViews.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.ListVideoViewsRequest +org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder +org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder +org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder +org.openapis.openapi.models.operations.async.ListVideoViewsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.ListVideoViewsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder +org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder +org.openapis.openapi.models.operations.ListVideoViewsResponseBody +org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder +org.openapis.openapi.models.components.LiveMediaClips +org.openapis.openapi.models.components.LiveMediaClips.Builder +org.openapis.openapi.models.components.LiveMediaClipsMaxResolution +org.openapis.openapi.models.components.LiveMediaClipsSourceResolution +org.openapis.openapi.models.components.LiveMediaClipsStatus +org.openapis.openapi.models.components.LiveMediaClipsTrack +org.openapis.openapi.LivePlayback +org.openapis.openapi.LivePlaybacks +org.openapis.openapi.models.components.LiveSimulcast +org.openapis.openapi.models.components.LiveSimulcast.Builder +org.openapis.openapi.LiveStream +org.openapis.openapi.models.components.LiveStreamDeleteResponse +org.openapis.openapi.models.components.LiveStreamDeleteResponse.Builder +org.openapis.openapi.models.components.LivestreamgetResponse +org.openapis.openapi.models.components.LivestreamgetResponse.Builder +org.openapis.openapi.models.components.LiveStreamPagination +org.openapis.openapi.models.components.LiveStreamPagination.Builder +org.openapis.openapi.models.components.LiveStreamResponseDTO +org.openapis.openapi.models.components.LiveStreamResponseDTO.Builder +org.openapis.openapi.ManageLiveStream +org.openapis.openapi.ManageLiveStreams +org.openapis.openapi.ManageVideos +org.openapis.openapi.models.components.Media +org.openapis.openapi.models.components.Media.Builder +org.openapis.openapi.models.components.MediaCancelResponse +org.openapis.openapi.models.components.MediaCancelResponse.Builder +org.openapis.openapi.models.components.MediaClipResponse +org.openapis.openapi.models.components.MediaClipResponse.Builder +org.openapis.openapi.models.components.MediaClipResponseData +org.openapis.openapi.models.components.MediaClipResponseData.Builder +org.openapis.openapi.models.components.MediaClipResponsePagination +org.openapis.openapi.models.components.MediaClipResponsePagination.Builder +org.openapis.openapi.models.components.MediaClipResponsePlaybackId +org.openapis.openapi.models.components.MediaClipResponsePlaybackId.Builder +org.openapis.openapi.models.components.MediaClipResponseStatus +org.openapis.openapi.models.components.MediaIdsRequest +org.openapis.openapi.models.components.MediaIdsRequest.Builder +org.openapis.openapi.models.components.MediaMaxResolution +org.openapis.openapi.models.components.MediaMediaQuality +org.openapis.openapi.models.components.MediaMp4Support +org.openapis.openapi.models.components.MediaSourceResolution +org.openapis.openapi.models.components.MediaStatus +org.openapis.openapi.models.components.MediaTrack +org.openapis.openapi.models.components.Metadata +org.openapis.openapi.models.components.Metadata.Builder +org.openapis.openapi.Metrics +org.openapis.openapi.models.components.MetricsBreakdownDetails +org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder +org.openapis.openapi.models.components.MetricsComparisonDetails +org.openapis.openapi.models.components.MetricsComparisonDetails.Builder +org.openapis.openapi.models.components.MetricsmetadataDetails +org.openapis.openapi.models.components.MetricsmetadataDetails.Builder +org.openapis.openapi.models.components.MetricsOverallDataDetails +org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder +org.openapis.openapi.models.components.MetricsOverallmetadataDetails +org.openapis.openapi.models.components.MetricsOverallmetadataDetails.Builder +org.openapis.openapi.models.components.MetricsTimeseriesDataDetails +org.openapis.openapi.models.components.MetricsTimeseriesDataDetails.Builder +org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails +org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails.Builder +org.openapis.openapi.models.components.Moderation +org.openapis.openapi.models.components.Moderation.Builder +org.openapis.openapi.models.components.ModerationResponse +org.openapis.openapi.models.components.ModerationResponse.Builder +org.openapis.openapi.utils.Multipart +org.openapis.openapi.utils.Multipart.Builder +org.openapis.openapi.models.components.NamedEntitiesResponse +org.openapis.openapi.models.components.NamedEntitiesResponse.Builder +org.openapis.openapi.operations.Operations +org.openapis.openapi.utils.Options +org.openapis.openapi.utils.Options.Builder +org.openapis.openapi.models.components.Pagination +org.openapis.openapi.models.components.Pagination.Builder +org.openapis.openapi.models.components.PatchLiveStreamRequest +org.openapis.openapi.models.components.PatchLiveStreamRequest.Builder +org.openapis.openapi.models.components.PatchResponseData +org.openapis.openapi.models.components.PatchResponseData.Builder +org.openapis.openapi.models.components.PatchResponseDTO +org.openapis.openapi.models.components.PatchResponseDTO.Builder +org.openapis.openapi.models.components.Placement +org.openapis.openapi.models.components.Placement.Builder +org.openapis.openapi.Playback +org.openapis.openapi.models.components.PlaybackId +org.openapis.openapi.models.components.PlaybackId.Builder +org.openapis.openapi.models.components.PlaybackIdAccessRestrictions +org.openapis.openapi.models.components.PlaybackIdAccessRestrictions.Builder +org.openapis.openapi.models.components.PlaybackIdDomains +org.openapis.openapi.models.components.PlaybackIdDomains.Builder +org.openapis.openapi.models.components.PlaybackIdRequest +org.openapis.openapi.models.components.PlaybackIdRequest.Builder +org.openapis.openapi.models.components.PlaybackIdResponse +org.openapis.openapi.models.components.PlaybackIdResponse.Builder +org.openapis.openapi.models.components.PlaybackIdSuccessResponse +org.openapis.openapi.models.components.PlaybackIdSuccessResponse.Builder +org.openapis.openapi.models.components.PlaybackIdSuccessResponseData +org.openapis.openapi.models.components.PlaybackIdSuccessResponseData.Builder +org.openapis.openapi.models.components.PlaybackIdUserAgents +org.openapis.openapi.models.components.PlaybackIdUserAgents.Builder +org.openapis.openapi.models.components.PlaybackSettings +org.openapis.openapi.models.components.PlaybackSettings.Builder +org.openapis.openapi.models.components.PlayerHeight +org.openapis.openapi.models.components.PlayerViewCount +org.openapis.openapi.Playlist +org.openapis.openapi.models.components.PlaylistByIdResponse +org.openapis.openapi.models.components.PlaylistByIdResponse.Builder +org.openapis.openapi.models.components.PlaylistByIdResponseDataManual (implements org.openapis.openapi.models.components.PlaylistByIdResponseData, org.openapis.openapi.models.components.PlaylistCreatedSchema) +org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder +org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType +org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart (implements org.openapis.openapi.models.components.PlaylistByIdResponseData, org.openapis.openapi.models.components.PlaylistCreatedSchema) +org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder +org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType +org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem +org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder +org.openapis.openapi.models.components.PlaylistByIdResponseMetadata +org.openapis.openapi.models.components.PlaylistByIdResponseMetadata.Builder +org.openapis.openapi.models.components.PlaylistCreatedResponse +org.openapis.openapi.models.components.PlaylistCreatedResponse.Builder +org.openapis.openapi.models.components.PlaylistDeleteResponse +org.openapis.openapi.models.components.PlaylistDeleteResponse.Builder +org.openapis.openapi.models.components.PlaylistItem +org.openapis.openapi.models.components.PlaylistItem.Builder +org.openapis.openapi.models.components.PlaylistItemType +org.openapis.openapi.models.components.PlaylistOrder +org.openapis.openapi.Playlists +org.openapis.openapi.models.components.PolicyAction +org.openapis.openapi.models.components.PropertyId +org.openapis.openapi.models.components.PullVideoInput +org.openapis.openapi.models.components.PullVideoInput.Builder +org.openapis.openapi.models.components.PullVideoInputSegment1 +org.openapis.openapi.models.components.PullVideoInputSegment1.Builder +org.openapis.openapi.models.components.PullVideoInputSegment2 +org.openapis.openapi.models.components.PullVideoInputSegment2.Builder +org.openapis.openapi.models.components.PullVideoInputSegmentUnion +org.openapis.openapi.models.operations.PushMediaSettings +org.openapis.openapi.models.operations.PushMediaSettings.Builder +org.openapis.openapi.utils.QueryParameter +org.openapis.openapi.utils.QueryParameters +org.openapis.openapi.utils.reactive.ReactiveUtils +org.openapis.openapi.utils.RecordingClient (implements org.openapis.openapi.utils.HTTPClient) +org.openapis.openapi.utils.Reflections +org.openapis.openapi.utils.RequestBody +org.openapis.openapi.models.components.Resolution +org.openapis.openapi.utils.ResponseWithBody<R,B> (implements java.net.http.HttpResponse<T>) +org.openapis.openapi.utils.Retries +org.openapis.openapi.utils.Retries.Builder +org.openapis.openapi.operations.RetrieveMediaInputInfo +org.openapis.openapi.operations.RetrieveMediaInputInfo.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.RetrieveMediaInputInfo.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.RetrieveMediaInputInfoData +org.openapis.openapi.models.operations.RetrieveMediaInputInfoData.Builder +org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest +org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest.Builder +org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder +org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder +org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder +org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder +org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody +org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody.Builder +org.openapis.openapi.utils.RetryConfig +org.openapis.openapi.utils.RetryConfig.Builder +org.openapis.openapi.SDKConfiguration +org.openapis.openapi.hooks.SDKHooks +org.openapis.openapi.models.components.Security (implements org.openapis.openapi.utils.HasSecurity) +org.openapis.openapi.utils.Security +org.openapis.openapi.models.components.Security.Builder +org.openapis.openapi.SecuritySource.DefaultSecuritySource (implements org.openapis.openapi.SecuritySource) +org.openapis.openapi.utils.SerializedBody +org.openapis.openapi.utils.SessionManager<T> +org.openapis.openapi.utils.SessionManager.Session<T> +org.openapis.openapi.SigningKeys +org.openapis.openapi.models.components.SigningKeysPagination +org.openapis.openapi.models.components.SigningKeysPagination.Builder +org.openapis.openapi.models.components.SimulcastdeleteResponse +org.openapis.openapi.models.components.SimulcastdeleteResponse.Builder +org.openapis.openapi.models.components.SimulcastRequest +org.openapis.openapi.models.components.SimulcastRequest.Builder +org.openapis.openapi.models.components.SimulcastResponse +org.openapis.openapi.models.components.SimulcastResponse.Builder +org.openapis.openapi.models.components.SimulcastResponseData +org.openapis.openapi.models.components.SimulcastResponseData.Builder +org.openapis.openapi.Simulcasts +org.openapis.openapi.SimulcastStream +org.openapis.openapi.SimulcastStreams +org.openapis.openapi.models.components.SimulcastUpdateRequest +org.openapis.openapi.models.components.SimulcastUpdateRequest.Builder +org.openapis.openapi.models.components.SimulcastUpdateResponse +org.openapis.openapi.models.components.SimulcastUpdateResponse.Builder +org.openapis.openapi.models.components.SimulcastUpdateResponseData +org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder +org.openapis.openapi.models.components.SourceAccessMedia +org.openapis.openapi.models.components.SourceAccessMedia.Builder +org.openapis.openapi.models.components.SourceAccessMediaMaxResolution +org.openapis.openapi.models.components.SourceAccessMediaMediaQuality +org.openapis.openapi.models.components.SourceAccessMediaSourceResolution +org.openapis.openapi.models.components.SourceAccessMediaStatus +org.openapis.openapi.models.components.SourceAccessMediaTrack +org.openapis.openapi.models.components.SrtPlaybackResponse +org.openapis.openapi.models.components.SrtPlaybackResponse.Builder +org.openapis.openapi.utils.StreamingParser<T> +org.openapis.openapi.Streams +org.openapis.openapi.models.components.SubtitleInput +org.openapis.openapi.models.components.SubtitleInput.Builder +org.openapis.openapi.models.components.Subtitles +org.openapis.openapi.models.operations.Subtitles +org.openapis.openapi.models.components.Subtitles.Builder +org.openapis.openapi.models.operations.Subtitles.Builder +org.openapis.openapi.models.components.SubtitleTrack +org.openapis.openapi.models.components.SubtitleTrack.Builder +org.openapis.openapi.models.components.SubtitleTrackType +org.openapis.openapi.models.components.Summary +org.openapis.openapi.models.operations.Summary +org.openapis.openapi.models.components.Summary.Builder +org.openapis.openapi.models.operations.Summary.Builder +org.openapis.openapi.models.components.SummaryResponse +org.openapis.openapi.models.components.SummaryResponse.Builder +java.lang.Throwable (implements java.io.Serializable) -io.fastpix.sdk.utils.EventStreamLineReader +java.lang.Exception + +org.openapis.openapi.utils.AsyncRetryableException +org.openapis.openapi.utils.NonRetryableException +org.openapis.openapi.utils.RetryableException +java.lang.RuntimeException + +org.openapis.openapi.models.errors.FastpixException + +org.openapis.openapi.models.errors.APIException +org.openapis.openapi.models.errors.AsyncAPIException +org.openapis.openapi.models.errors.AuthException -io.fastpix.sdk.utils.RecordingClient (implements io.fastpix.sdk.utils.HTTPClient) -io.fastpix.sdk.utils.RequestBody -io.fastpix.sdk.utils.Retries -io.fastpix.sdk.utils.Retries.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody -io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder -io.fastpix.sdk.utils.RetryConfig -io.fastpix.sdk.utils.RetryConfig.Builder -io.fastpix.sdk.models.operations.SDKMethodInterfaces -io.fastpix.sdk.models.components.Security (implements io.fastpix.sdk.utils.HasSecurity) -io.fastpix.sdk.utils.Security -io.fastpix.sdk.models.components.Security.Builder -io.fastpix.sdk.SecuritySource.DefaultSecuritySource (implements io.fastpix.sdk.SecuritySource) -io.fastpix.sdk.models.components.Segment1 -io.fastpix.sdk.models.components.Segment1.Builder -io.fastpix.sdk.models.components.Segment2 -io.fastpix.sdk.models.components.Segment2.Builder -io.fastpix.sdk.models.components.SegmentUnion -io.fastpix.sdk.utils.SerializedBody -io.fastpix.sdk.utils.SessionManager<T> -io.fastpix.sdk.utils.SessionManager.Session<T> -io.fastpix.sdk.models.components.SimulcastdeleteResponse -io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder -io.fastpix.sdk.models.components.SimulcastRequest -io.fastpix.sdk.models.components.SimulcastRequest.Builder -io.fastpix.sdk.models.components.SimulcastResponse -io.fastpix.sdk.models.components.SimulcastResponse.Builder -io.fastpix.sdk.models.components.SimulcastResponseData -io.fastpix.sdk.models.components.SimulcastResponseData.Builder -io.fastpix.sdk.models.components.SimulcastResponseMetadata -io.fastpix.sdk.models.components.SimulcastResponseMetadata.Builder -io.fastpix.sdk.SimulcastStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream, io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream) -io.fastpix.sdk.models.errors.SimulcastUnavailableError -io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder -io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder -io.fastpix.sdk.models.components.SimulcastUpdateRequest -io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder -io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata -io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponse -io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponseData -io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder -io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata -io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata.Builder -io.fastpix.sdk.utils.SpeakeasyHTTPClient (implements io.fastpix.sdk.utils.HTTPClient) -io.fastpix.sdk.StartLiveStream (implements io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateNewStream) -io.fastpix.sdk.models.components.Subtitle -io.fastpix.sdk.models.components.Subtitle.Builder -io.fastpix.sdk.models.components.SubtitleInput -io.fastpix.sdk.models.components.SubtitleInput.Builder -io.fastpix.sdk.models.components.SubtitleMetadata -io.fastpix.sdk.models.components.SubtitleMetadata.Builder -io.fastpix.sdk.models.operations.Subtitles -io.fastpix.sdk.models.operations.Subtitles.Builder -io.fastpix.sdk.models.operations.SubtitlesMetadata -io.fastpix.sdk.models.operations.SubtitlesMetadata.Builder -io.fastpix.sdk.models.components.Summary -io.fastpix.sdk.models.operations.Summary -io.fastpix.sdk.models.components.Summary.Builder -io.fastpix.sdk.models.operations.Summary.Builder -java.lang.Throwable (implements java.io.Serializable) - -java.lang.Exception +org.openapis.openapi.utils.Hooks.FailEarlyException + + + + + + +org.openapis.openapi.models.components.TopErrorDetails +org.openapis.openapi.models.components.TopErrorDetails.Builder +org.openapis.openapi.models.components.TopErrorDetailsPercentage +org.openapis.openapi.models.operations.Track +org.openapis.openapi.models.components.TracksSubtitles +org.openapis.openapi.models.components.TracksSubtitles.Builder +org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest +org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest.Builder +org.openapis.openapi.utils.TypedObject +com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver) -io.fastpix.sdk.models.errors.APIException -io.fastpix.sdk.utils.Retries.NonRetryableException -io.fastpix.sdk.utils.Retries.RetryableException -java.lang.RuntimeException +org.openapis.openapi.utils.GenericTypeIdResolver<T> -io.fastpix.sdk.models.errors.AuthException -io.fastpix.sdk.models.errors.BadRequestException -io.fastpix.sdk.models.errors.ForbiddenException -io.fastpix.sdk.utils.Hooks.FailEarlyException -io.fastpix.sdk.models.errors.InvalidPermissionException -io.fastpix.sdk.models.errors.MediaNotFoundException -io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException -io.fastpix.sdk.models.errors.NotFoundError -io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId -io.fastpix.sdk.models.errors.NotFoundErrorSimulcast -io.fastpix.sdk.models.errors.SimulcastUnavailableException -io.fastpix.sdk.models.errors.UnauthorizedException -io.fastpix.sdk.models.errors.ValidationErrorResponse +org.openapis.openapi.models.components.CreatePlaylistRequestTypeIdResolver +org.openapis.openapi.models.components.PlaylistByIdResponseDataTypeIdResolver +org.openapis.openapi.models.components.PlaylistCreatedSchemaTypeIdResolver +org.openapis.openapi.models.components.UniqueViewersEffectedPercentage +org.openapis.openapi.utils.UnknownType + +org.openapis.openapi.models.components.UnknownCreatePlaylistRequest (implements org.openapis.openapi.models.components.CreatePlaylistRequest) +org.openapis.openapi.models.components.UnknownPlaylistByIdResponseData (implements org.openapis.openapi.models.components.PlaylistByIdResponseData) +org.openapis.openapi.models.components.UnknownPlaylistCreatedSchema (implements org.openapis.openapi.models.components.PlaylistCreatedSchema) -io.fastpix.sdk.models.components.Track -io.fastpix.sdk.models.components.Track.Builder -io.fastpix.sdk.utils.TypedObject -io.fastpix.sdk.models.errors.UnauthorizedError -io.fastpix.sdk.models.errors.UnauthorizedError.Builder -io.fastpix.sdk.models.errors.UnauthorizedException.Builder -io.fastpix.sdk.models.operations.UpdatedMediaMetadata -io.fastpix.sdk.models.operations.UpdatedMediaMetadata.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequest -io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequestBody -io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder -io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder -io.fastpix.sdk.models.operations.UpdatedMediaResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder -io.fastpix.sdk.models.operations.UpdatedMediaResponseBody -io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder -io.fastpix.sdk.models.operations.UpdateLiveStreamRequest -io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder -io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder -io.fastpix.sdk.models.operations.UpdateLiveStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse (implements io.fastpix.sdk.utils.Response) -io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder -io.fastpix.sdk.utils.Utf8UrlEncoder -io.fastpix.sdk.utils.Utils -io.fastpix.sdk.utils.Utils.HttpResponseCached (implements java.net.http.HttpResponse<T>) -io.fastpix.sdk.utils.Utils.TypeReferenceWithShape -io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder -io.fastpix.sdk.models.errors.ValidationErrorResponseError -io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder -io.fastpix.sdk.models.components.VideoInput -io.fastpix.sdk.models.components.VideoInput.Builder -io.fastpix.sdk.models.components.WatermarkInput -io.fastpix.sdk.models.components.WatermarkInput.Builder +org.openapis.openapi.models.components.UnusedDirectUpload +org.openapis.openapi.models.components.UnusedDirectUpload.Builder +org.openapis.openapi.models.components.UnusedDirectUploadResponse +org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder +org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality +org.openapis.openapi.models.components.UnusedDirectUploadStatus +org.openapis.openapi.models.components.UnusedUploadsPlaybackId +org.openapis.openapi.models.components.UnusedUploadsPlaybackId.Builder +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions.Builder +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains.Builder +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents +org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents.Builder +org.openapis.openapi.operations.UpdateAPlaylist +org.openapis.openapi.operations.UpdateAPlaylist.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateAPlaylist.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateAPlaylistRequest +org.openapis.openapi.models.operations.UpdateAPlaylistRequest.Builder +org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder +org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder +org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateAPlaylistResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder +org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder +org.openapis.openapi.operations.UpdatedMedia +org.openapis.openapi.operations.UpdatedMedia.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdatedMedia.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdatedMediaRequest +org.openapis.openapi.models.operations.UpdatedMediaRequest.Builder +org.openapis.openapi.models.operations.UpdatedMediaRequestBody +org.openapis.openapi.models.operations.UpdatedMediaRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder +org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder +org.openapis.openapi.models.operations.async.UpdatedMediaResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdatedMediaResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder +org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder +org.openapis.openapi.models.operations.UpdatedMediaResponseBody +org.openapis.openapi.models.operations.UpdatedMediaResponseBody.Builder +org.openapis.openapi.operations.UpdatedMp4Support +org.openapis.openapi.operations.UpdatedMp4Support.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdatedMp4Support.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdatedMp4SupportRequest +org.openapis.openapi.models.operations.UpdatedMp4SupportRequest.Builder +org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody +org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder +org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder +org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdatedMp4SupportResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder +org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder +org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody +org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody.Builder +org.openapis.openapi.operations.UpdateDomainRestrictions +org.openapis.openapi.operations.UpdateDomainRestrictions.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateDomainRestrictions.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateDomainRestrictionsData +org.openapis.openapi.models.operations.UpdateDomainRestrictionsData.Builder +org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest +org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest.Builder +org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody +org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder +org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder +org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder +org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder +org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody +org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody.Builder +org.openapis.openapi.operations.UpdatedSourceAccess +org.openapis.openapi.operations.UpdatedSourceAccess.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdatedSourceAccess.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdatedSourceAccessRequest +org.openapis.openapi.models.operations.UpdatedSourceAccessRequest.Builder +org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody +org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder +org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder +org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdatedSourceAccessResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder +org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder +org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody +org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody.Builder +org.openapis.openapi.operations.UpdateLiveStream +org.openapis.openapi.operations.UpdateLiveStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateLiveStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateLiveStreamRequest +org.openapis.openapi.models.operations.UpdateLiveStreamRequest.Builder +org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder +org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder +org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateLiveStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder +org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder +org.openapis.openapi.models.components.UpdateMedia +org.openapis.openapi.models.components.UpdateMedia.Builder +org.openapis.openapi.operations.UpdateMediaChapters +org.openapis.openapi.operations.UpdateMediaChapters.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateMediaChapters.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateMediaChaptersRequest +org.openapis.openapi.models.operations.UpdateMediaChaptersRequest.Builder +org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody +org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder +org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder +org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateMediaChaptersResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody +org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody.Builder +org.openapis.openapi.models.components.UpdateMediaMaxResolution +org.openapis.openapi.models.components.UpdateMediaMediaQuality +org.openapis.openapi.operations.UpdateMediaModeration +org.openapis.openapi.operations.UpdateMediaModeration.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateMediaModeration.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateMediaModerationModeration +org.openapis.openapi.models.operations.UpdateMediaModerationModeration.Builder +org.openapis.openapi.models.operations.UpdateMediaModerationRequest +org.openapis.openapi.models.operations.UpdateMediaModerationRequest.Builder +org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody +org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder +org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder +org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateMediaModerationResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody +org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody.Builder +org.openapis.openapi.operations.UpdateMediaNamedEntities +org.openapis.openapi.operations.UpdateMediaNamedEntities.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateMediaNamedEntities.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest.Builder +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder +org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody +org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody.Builder +org.openapis.openapi.models.components.UpdateMediaSourceResolution +org.openapis.openapi.models.components.UpdateMediaStatus +org.openapis.openapi.operations.UpdateMediaSummary +org.openapis.openapi.operations.UpdateMediaSummary.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateMediaSummary.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateMediaSummaryRequest +org.openapis.openapi.models.operations.UpdateMediaSummaryRequest.Builder +org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody +org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder +org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder +org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateMediaSummaryResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody +org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody.Builder +org.openapis.openapi.models.components.UpdateMediaTrack +org.openapis.openapi.operations.UpdateMediaTrack +org.openapis.openapi.operations.UpdateMediaTrack.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateMediaTrack.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateMediaTrackRequest +org.openapis.openapi.models.operations.UpdateMediaTrackRequest.Builder +org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder +org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder +org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateMediaTrackResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder +org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody +org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody.Builder +org.openapis.openapi.models.components.UpdatePlaylistRequest +org.openapis.openapi.models.components.UpdatePlaylistRequest.Builder +org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream +org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest +org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder +org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder +org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder +org.openapis.openapi.models.components.UpdateTrackRequest +org.openapis.openapi.models.components.UpdateTrackRequest.Builder +org.openapis.openapi.models.components.UpdateTrackResponse +org.openapis.openapi.models.components.UpdateTrackResponse.Builder +org.openapis.openapi.models.components.UpdateTrackResponseType +org.openapis.openapi.operations.UpdateUserAgentRestrictions +org.openapis.openapi.operations.UpdateUserAgentRestrictions.Async (implements org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT>) +org.openapis.openapi.operations.UpdateUserAgentRestrictions.Sync (implements org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT>) +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData.Builder +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest.Builder +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody.Builder +org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder +org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse (implements org.openapis.openapi.utils.AsyncResponse) +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse (implements org.openapis.openapi.utils.Response) +org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody.Builder +org.openapis.openapi.models.components.UserAgentRestrictions +org.openapis.openapi.models.components.UserAgentRestrictions.Builder +org.openapis.openapi.utils.Utf8UrlEncoder +org.openapis.openapi.utils.Utils +org.openapis.openapi.utils.Utils.HttpResponseCached (implements java.net.http.HttpResponse<T>) +org.openapis.openapi.utils.Utils.TypeReferenceWithShape +org.openapis.openapi.models.components.VideoInput +org.openapis.openapi.models.components.VideoInput.Builder +org.openapis.openapi.models.components.VideoInputSegment1 +org.openapis.openapi.models.components.VideoInputSegment1.Builder +org.openapis.openapi.models.components.VideoInputSegment2 +org.openapis.openapi.models.components.VideoInputSegment2.Builder +org.openapis.openapi.models.components.VideoInputSegmentUnion +org.openapis.openapi.Videos +org.openapis.openapi.models.components.VideoTrack +org.openapis.openapi.models.components.VideoTrack.Builder +org.openapis.openapi.models.components.VideoTrackForGetAll +org.openapis.openapi.models.components.VideoTrackForGetAll.Builder +org.openapis.openapi.models.components.ViewerTime +org.openapis.openapi.models.components.Views +org.openapis.openapi.Views +org.openapis.openapi.models.components.Views.Builder +org.openapis.openapi.models.components.ViewsByTopContentDetails +org.openapis.openapi.models.components.ViewsByTopContentDetails.Builder +org.openapis.openapi.models.components.ViewsCountResponse +org.openapis.openapi.models.components.ViewsCountResponse.Builder +org.openapis.openapi.models.components.ViewsCountResponseData +org.openapis.openapi.models.components.ViewsCountResponseData.Builder +org.openapis.openapi.models.components.ViewsList +org.openapis.openapi.models.components.ViewsList.Builder +org.openapis.openapi.models.components.WatermarkInput +org.openapis.openapi.models.components.WatermarkInput.Builder - + Interface Hierarchy -io.fastpix.sdk.utils.HasSecurity -io.fastpix.sdk.utils.Hook.AfterError -io.fastpix.sdk.utils.Hook.AfterSuccess -io.fastpix.sdk.utils.Hook.BeforeRequest -io.fastpix.sdk.utils.Hook.HookContext +org.openapis.openapi.utils.AsyncHook.AfterError +org.openapis.openapi.utils.AsyncHook.AfterSuccess +org.openapis.openapi.utils.AsyncHook.BeforeRequest +org.openapis.openapi.utils.AsyncResponse +org.openapis.openapi.models.components.CreatePlaylistRequest +org.openapis.openapi.utils.reactive.EventStream.Protocol<ParsedT,ItemT> +org.openapis.openapi.utils.Exceptions.CheckedConsumer<T> +org.openapis.openapi.utils.Exceptions.CheckedFunction<T,R> +org.openapis.openapi.utils.Exceptions.CheckedRunnable +org.openapis.openapi.utils.Exceptions.CheckedSupplier<T> +org.openapis.openapi.utils.HasSecurity +org.openapis.openapi.utils.Hook.AfterError +org.openapis.openapi.utils.Hook.AfterSuccess +org.openapis.openapi.utils.Hook.BeforeRequest +org.openapis.openapi.utils.Hook.HookContext + +org.openapis.openapi.utils.Hook.AfterErrorContext +org.openapis.openapi.utils.Hook.AfterSuccessContext +org.openapis.openapi.utils.Hook.BeforeRequestContext + + +org.openapis.openapi.utils.Hook.SdkInit +org.openapis.openapi.utils.HTTPClient +org.openapis.openapi.operations.Operations.AsyncOperation<ResT> + +org.openapis.openapi.operations.Operations.AsyncRequestlessOperation<ResT> +org.openapis.openapi.operations.Operations.AsyncRequestOperation<ReqT,ResT> + + +org.openapis.openapi.operations.Operations.Operation<ResT> -io.fastpix.sdk.utils.Hook.AfterErrorContext -io.fastpix.sdk.utils.Hook.AfterSuccessContext -io.fastpix.sdk.utils.Hook.BeforeRequestContext +org.openapis.openapi.operations.Operations.RequestlessOperation<ResT> +org.openapis.openapi.operations.Operations.RequestOperation<ReqT,ResT> -io.fastpix.sdk.utils.Hook.SdkInit -io.fastpix.sdk.utils.HTTPClient -io.fastpix.sdk.utils.Response -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMediaPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateNewStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteLiveStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDirectUploadVideoMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetAllStreams -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamById -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallListMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdatedMedia -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateLiveStream -io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream -io.fastpix.sdk.SecuritySource -io.fastpix.sdk.utils.SessionManager.HasSessionKey -io.fastpix.sdk.utils.Utils.Function<S,T> +org.openapis.openapi.models.components.PlaylistByIdResponseData +org.openapis.openapi.models.components.PlaylistCreatedSchema +org.openapis.openapi.utils.Response +org.openapis.openapi.SecuritySource +org.openapis.openapi.utils.SessionManager.HasSessionKey +org.openapis.openapi.utils.Utils.Function<S,T> - -Annotation Type Hierarchy + +Annotation Interface Hierarchy -io.fastpix.sdk.utils.SpeakeasyMetadata (implements java.lang.annotation.Annotation) +org.openapis.openapi.utils.FastpixMetadata (implements java.lang.annotation.Annotation) - -Enum Hierarchy + +Enum Class Hierarchy -java.lang.Object +java.lang.Object -java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable) -io.fastpix.sdk.models.components.AudioInputType -io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy -io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy -io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy -io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy -io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode -io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution -io.fastpix.sdk.models.components.CreateMediaRequestMp4Support -io.fastpix.sdk.models.components.CreateMediaRequestType -io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy -io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution -io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy -io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy -io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy -io.fastpix.sdk.models.operations.GetAllStreamsOrderBy -io.fastpix.sdk.models.operations.LanguageCode -io.fastpix.sdk.models.operations.ListMediaOrderBy -io.fastpix.sdk.models.operations.MaxResolution -io.fastpix.sdk.models.components.MediaMaxResolution -io.fastpix.sdk.models.components.MediaMp4Support -io.fastpix.sdk.models.components.MediaPolicy -io.fastpix.sdk.models.operations.Mp4Support -io.fastpix.sdk.utils.Multipart.PartType -io.fastpix.sdk.utils.Options.Option -io.fastpix.sdk.models.components.PlaybackIdAccessPolicy -io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy -io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy -io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy -io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy -io.fastpix.sdk.utils.RetryConfig.Strategy -io.fastpix.sdk.models.components.SourceResolution -io.fastpix.sdk.models.components.SubtitleInputLanguageCode -io.fastpix.sdk.models.operations.Type -io.fastpix.sdk.utils.Types -io.fastpix.sdk.utils.Utils.JsonShape -io.fastpix.sdk.models.components.WatermarkInputType -io.fastpix.sdk.models.components.XAlign -io.fastpix.sdk.models.components.YAlign +org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum +org.openapis.openapi.models.components.AddTrackRequestType +org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum +org.openapis.openapi.models.components.AudioInputType +org.openapis.openapi.models.components.AudioTrackType.AudioTrackTypeEnum +org.openapis.openapi.models.components.BasicAccessPolicy +org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution +org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy +org.openapis.openapi.models.components.CreateMediaRequestLanguageCode +org.openapis.openapi.models.components.CreateMediaRequestMaxResolution +org.openapis.openapi.models.components.CreateMediaRequestMediaQuality +org.openapis.openapi.models.components.CreateMediaRequestMp4Support +org.openapis.openapi.models.components.CreateMediaRequestType +org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum +org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum +org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum +org.openapis.openapi.models.components.CreatePlaylistRequestManualType +org.openapis.openapi.models.components.CreatePlaylistRequestSmartType +org.openapis.openapi.models.operations.Dimension +org.openapis.openapi.models.operations.DimensionsId +org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum +org.openapis.openapi.models.components.DirectUploadStatus.DirectUploadStatusEnum +org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy +org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy +org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support +org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy +org.openapis.openapi.models.components.DomainsDefaultPolicy +org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum +org.openapis.openapi.models.components.GenerateTrackResponseType.GenerateTrackResponseTypeEnum +org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum +org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum +org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum +org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum +org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum +org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum +org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum +org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum +org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum +org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum +org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum +org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum +org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum +org.openapis.openapi.models.operations.GetTimeseriesDataMetricId +org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder +org.openapis.openapi.models.operations.GetTimeseriesDataTimespan +org.openapis.openapi.models.operations.GroupBy +org.openapis.openapi.models.components.LanguageCode +org.openapis.openapi.models.operations.LanguageCode +org.openapis.openapi.models.operations.ListBreakdownValuesMetricId +org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder +org.openapis.openapi.models.operations.ListBreakdownValuesTimespan +org.openapis.openapi.models.operations.ListByTopContentTimespan +org.openapis.openapi.models.operations.ListComparisonValuesTimespan +org.openapis.openapi.models.operations.ListErrorsTimespan +org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan +org.openapis.openapi.models.operations.ListOverallValuesMetricId +org.openapis.openapi.models.operations.ListOverallValuesTimespan +org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum +org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum +org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum +org.openapis.openapi.models.operations.ListVideoViewsTimespan +org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum +org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum +org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum +org.openapis.openapi.models.operations.MaxResolution +org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum +org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum +org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum +org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum +org.openapis.openapi.models.operations.MediaQuality +org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum +org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum +org.openapis.openapi.models.components.MediaType +org.openapis.openapi.utils.Options.Option +org.openapis.openapi.models.operations.OrderBy +org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum +org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum +org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum +org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum +org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum +org.openapis.openapi.models.operations.Resolution +org.openapis.openapi.models.components.Resolution.ResolutionEnum +org.openapis.openapi.utils.RetryConfig.Strategy +org.openapis.openapi.models.components.SortOrder +org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum +org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum +org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum +org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum +org.openapis.openapi.models.components.SubtitleTrackType.SubtitleTrackTypeEnum +org.openapis.openapi.models.operations.Type +org.openapis.openapi.utils.Types +org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum +org.openapis.openapi.models.components.UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum +org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support +org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy +org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum +org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum +org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum +org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum +org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum +org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy +org.openapis.openapi.models.components.UserAgentsDefaultPolicy +org.openapis.openapi.utils.Utils.JsonShape +org.openapis.openapi.models.components.WatermarkInputType +org.openapis.openapi.models.components.XAlign +org.openapis.openapi.models.components.YAlign - - diff --git a/build/docs/javadoc/package-search-index.js b/build/docs/javadoc/package-search-index.js index e5a55af..e45a15d 100644 --- a/build/docs/javadoc/package-search-index.js +++ b/build/docs/javadoc/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"All Packages","url":"allpackages-index.html"},{"l":"io.fastpix.sdk"},{"l":"io.fastpix.sdk.models.components"},{"l":"io.fastpix.sdk.models.errors"},{"l":"io.fastpix.sdk.models.operations"},{"l":"io.fastpix.sdk.utils"}] \ No newline at end of file +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"org.openapis.openapi"},{"l":"org.openapis.openapi.hooks"},{"l":"org.openapis.openapi.models.components"},{"l":"org.openapis.openapi.models.errors"},{"l":"org.openapis.openapi.models.operations"},{"l":"org.openapis.openapi.models.operations.async"},{"l":"org.openapis.openapi.operations"},{"l":"org.openapis.openapi.utils"},{"l":"org.openapis.openapi.utils.reactive"}];updateSearchResults(); \ No newline at end of file diff --git a/build/docs/javadoc/package-search-index.zip b/build/docs/javadoc/package-search-index.zip deleted file mode 100644 index 43ae2dc..0000000 Binary files a/build/docs/javadoc/package-search-index.zip and /dev/null differ diff --git a/build/docs/javadoc/script.js b/build/docs/javadoc/script.js index 7dc93c4..bb9c8a2 100644 --- a/build/docs/javadoc/script.js +++ b/build/docs/javadoc/script.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2023, 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 @@ -28,83 +28,22 @@ var packageSearchIndex; var typeSearchIndex; var memberSearchIndex; var tagSearchIndex; + +var oddRowColor = "odd-row-color"; +var evenRowColor = "even-row-color"; +var sortAsc = "sort-asc"; +var sortDesc = "sort-desc"; +var tableTab = "table-tab"; +var activeTableTab = "active-table-tab"; + function loadScripts(doc, tag) { - createElem(doc, tag, 'jquery/jszip/dist/jszip.js'); - createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils.js'); - if (window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0 || - window.navigator.userAgent.indexOf('Edge/') > 0) { - createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils-ie.js'); - } createElem(doc, tag, 'search.js'); - $.get(pathtoroot + "module-search-index.zip") - .done(function() { - JSZipUtils.getBinaryContent(pathtoroot + "module-search-index.zip", function(e, data) { - JSZip.loadAsync(data).then(function(zip){ - zip.file("module-search-index.json").async("text").then(function(content){ - moduleSearchIndex = JSON.parse(content); - }); - }); - }); - }); - $.get(pathtoroot + "package-search-index.zip") - .done(function() { - JSZipUtils.getBinaryContent(pathtoroot + "package-search-index.zip", function(e, data) { - JSZip.loadAsync(data).then(function(zip){ - zip.file("package-search-index.json").async("text").then(function(content){ - packageSearchIndex = JSON.parse(content); - }); - }); - }); - }); - $.get(pathtoroot + "type-search-index.zip") - .done(function() { - JSZipUtils.getBinaryContent(pathtoroot + "type-search-index.zip", function(e, data) { - JSZip.loadAsync(data).then(function(zip){ - zip.file("type-search-index.json").async("text").then(function(content){ - typeSearchIndex = JSON.parse(content); - }); - }); - }); - }); - $.get(pathtoroot + "member-search-index.zip") - .done(function() { - JSZipUtils.getBinaryContent(pathtoroot + "member-search-index.zip", function(e, data) { - JSZip.loadAsync(data).then(function(zip){ - zip.file("member-search-index.json").async("text").then(function(content){ - memberSearchIndex = JSON.parse(content); - }); - }); - }); - }); - $.get(pathtoroot + "tag-search-index.zip") - .done(function() { - JSZipUtils.getBinaryContent(pathtoroot + "tag-search-index.zip", function(e, data) { - JSZip.loadAsync(data).then(function(zip){ - zip.file("tag-search-index.json").async("text").then(function(content){ - tagSearchIndex = JSON.parse(content); - }); - }); - }); - }); - if (!moduleSearchIndex) { - createElem(doc, tag, 'module-search-index.js'); - } - if (!packageSearchIndex) { - createElem(doc, tag, 'package-search-index.js'); - } - if (!typeSearchIndex) { - createElem(doc, tag, 'type-search-index.js'); - } - if (!memberSearchIndex) { - createElem(doc, tag, 'member-search-index.js'); - } - if (!tagSearchIndex) { - createElem(doc, tag, 'tag-search-index.js'); - } - $(window).resize(function() { - $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - }); + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); } function createElem(doc, tag, path) { @@ -114,36 +53,201 @@ function createElem(doc, tag, path) { scriptElement.parentNode.insertBefore(script, scriptElement); } -function show(type) { - count = 0; - for (var key in data) { - var row = document.getElementById(key); - if ((data[key] & type) !== 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; +// Helper for making content containing release names comparable lexicographically +function makeComparable(s) { + return s.toLowerCase().replace(/(\d+)/g, + function(n, m) { + return ("000" + m).slice(-4); + }); +} + +// Switches between two styles depending on a condition +function toggleStyle(classList, condition, trueStyle, falseStyle) { + if (condition) { + classList.remove(falseStyle); + classList.add(trueStyle); + } else { + classList.remove(trueStyle); + classList.add(falseStyle); } - updateTabs(type); } -function updateTabs(type) { - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; +// Sorts the rows in a table lexicographically by the content of a specific column +function sortTable(header, columnIndex, columns) { + var container = header.parentElement; + var descending = header.classList.contains(sortAsc); + container.querySelectorAll("div.table-header").forEach( + function(header) { + header.classList.remove(sortAsc); + header.classList.remove(sortDesc); } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; + ) + var cells = container.children; + var rows = []; + for (var i = columns; i < cells.length; i += columns) { + rows.push(Array.prototype.slice.call(cells, i, i + columns)); + } + var comparator = function(a, b) { + var ka = makeComparable(a[columnIndex].textContent); + var kb = makeComparable(b[columnIndex].textContent); + if (ka < kb) + return descending ? 1 : -1; + if (ka > kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + var displaySection = visible === 0 ? 'none' : ''; + t.parentElement.style.display = displaySection; + document.querySelector("li#contents-" + id).style.display = displaySection; + }) +} + +// Shows the elements of a table belonging to a specific category +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); } } } -function updateModuleFrame(pFrame, cFrame) { - top.packageFrame.location = pFrame; - top.classFrame.location = cFrame; +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button, button.firstElementChild); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); } +function switchCopyLabel(button, span) { + var copied = span.getAttribute("data-copied"); + button.classList.add("visible"); + var initialLabel = span.innerHTML; + span.innerHTML = copied; + setTimeout(function() { + button.classList.remove("visible"); + setTimeout(function() { + if (initialLabel !== copied) { + span.innerHTML = initialLabel; + } + }, 100); + }, 1900); +} +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + var timeoutId; + contentDiv.addEventListener("scroll", function(e) { + if (timeoutId) { + clearTimeout(timeoutId); + } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/build/docs/javadoc/search.js b/build/docs/javadoc/search.js index 8492271..d398670 100644 --- a/build/docs/javadoc/search.js +++ b/build/docs/javadoc/search.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2023, 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 @@ -22,120 +22,356 @@ * or visit www.oracle.com if you need additional information or have any * questions. */ - -var noResult = {l: "No results found"}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Types"; -var catMembers = "Members"; -var catSearchTags = "SearchTags"; -var highlight = "$&"; -var camelCaseRegexp = ""; -var secondaryMatcher = ""; -function getHighlightedText(item) { - var ccMatcher = new RegExp(camelCaseRegexp); - var label = item.replace(ccMatcher, highlight); - if (label === item) { - label = item.replace(secondaryMatcher, highlight); +"use strict"; +const messages = { + enterTerm: "Enter a search term", + noResult: "No results found", + oneResult: "Found one result", + manyResults: "Found {0} results", + loading: "Loading search index...", + searching: "Searching...", + redirecting: "Redirecting to first result...", + linkIcon: "Link icon", + linkToSection: "Link to this section" +} +const categories = { + modules: "Modules", + packages: "Packages", + types: "Classes and Interfaces", + members: "Members", + searchTags: "Search Tags" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 300; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); } - return label; + text += escapeHtml(str.slice(start, to)); + return text; } -function getURLPrefix(ui) { - var urlPrefix=""; - if (useModuleDirectories) { - var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if ((ui.item.category === catTypes && ui.item.p) || ui.item.category === catMembers) { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p == item.l) { - urlPrefix = item.m + slash; +function getURLPrefix(item, category) { + var urlPrefix = ""; + var slash = "/"; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; + } else { + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; } }); - return urlPrefix; - } else { - return urlPrefix; } } return urlPrefix; } -var watermark = 'Search'; -$(function() { - $("#search").val(''); - $("#search").prop("disabled", false); - $("#reset").prop("disabled", false); - $("#search").val(watermark).addClass('watermark'); - $("#search").blur(function() { - if ($(this).val().length == 0) { - $(this).val(watermark).addClass('watermark'); +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; } - }); - $("#search").on('click keydown', function() { - if ($(this).val() == watermark) { - $(this).val('').removeClass('watermark'); + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; + } + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); + if (isWordToken) { + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); + } } }); - $("#reset").click(function() { - $("#search").val(''); - $("#search").focus(); - }); - $("#search").focus(); - $("#search")[0].setSelectionRange(0, 0); -}); + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; +} +function findMatch(matcher, input, startOfName, endOfName) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + boundaries: boundaries + }; +} +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; + } + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; + } + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + m.category = category; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return true; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }).slice(0, maxResults); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation $.widget("custom.catcomplete", $.ui.autocomplete, { _create: function() { this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; }, _renderMenu: function(ul, items) { - var rMenu = this, - currentCategory = ""; - rMenu.menu.bindings = $(); + var currentCategory = ""; + var widget = this; + widget.menu.bindings = $(); $.each(items, function(index, item) { - var li; - if (item.l !== noResult.l && item.category !== currentCategory) { - ul.append("" + item.category + ""); + if (item.category && item.category !== currentCategory) { + ul.append("" + categories[item.category] + ""); currentCategory = item.category; } - li = rMenu._renderItemData(ul, item); + var li = widget._renderItemData(ul, item); if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "resultItem"); + li.attr("aria-label", categories[item.category] + " : " + item.l); } else { li.attr("aria-label", item.l); - li.attr("class", "resultItem"); } + li.attr("class", "result-item"); }); + ul.append("Go to search page"); }, _renderItem: function(ul, item) { - var label = ""; - if (item.category === catModules) { - label = getHighlightedText(item.l); - } else if (item.category === catPackages) { - label = (item.m) - ? getHighlightedText(item.m + "/" + item.l) - : getHighlightedText(item.l); - } else if (item.category === catTypes) { - label = (item.p) - ? getHighlightedText(item.p + "." + item.l) - : getHighlightedText(item.l); - } else if (item.category === catMembers) { - label = getHighlightedText(item.p + "." + (item.c + "." + item.l)); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l); - } else { - label = item.l; - } var li = $("").appendTo(ul); var div = $("").appendTo(li); - if (item.category === catSearchTags) { - if (item.d) { - div.html(label + " (" + item.h + ")" - + item.d + ""); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")" + + idx.d + ""); } else { - div.html(label + " (" + item.h + ")"); + div.html(label + " (" + idx.h + ")"); } } else { div.html(label); @@ -144,183 +380,79 @@ $.widget("custom.catcomplete", $.ui.autocomplete, { } }); $(function() { - $("#search").catcomplete({ + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; + } + } + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; + } + }); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").each(function(idx, el) { + // Create anchor links for headers with an associated id attribute + var hdr = $(el); + var id = hdr.attr("id") || hdr.parent("section").attr("id") || hdr.children("a").attr("id"); + if (id) { + hdr.append(" "); + } + }); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ minLength: 1, - delay: 100, - source: function(request, response) { - var result = new Array(); - var presult = new Array(); - var tresult = new Array(); - var mresult = new Array(); - var tgresult = new Array(); - var secondaryresult = new Array(); - var displayCount = 0; - var exactMatcher = new RegExp("^" + $.ui.autocomplete.escapeRegex(request.term) + "$", "i"); - camelCaseRegexp = ($.ui.autocomplete.escapeRegex(request.term)).split(/(?=[A-Z])/).join("([a-z0-9_$]*?)"); - var camelCaseMatcher = new RegExp("^" + camelCaseRegexp); - secondaryMatcher = new RegExp($.ui.autocomplete.escapeRegex(request.term), "i"); - - // Return the nested innermost name from the specified object - function nestedName(e) { - return e.l.substring(e.l.lastIndexOf(".") + 1); - } - - function concatResults(a1, a2) { - a1 = a1.concat(a2); - a2.length = 0; - return a1; - } - - if (moduleSearchIndex) { - var mdleCount = 0; - $.each(moduleSearchIndex, function(index, item) { - item.category = catModules; - if (exactMatcher.test(item.l)) { - result.push(item); - mdleCount++; - } else if (camelCaseMatcher.test(item.l)) { - result.push(item); - } else if (secondaryMatcher.test(item.l)) { - secondaryresult.push(item); - } - }); - displayCount = mdleCount; - result = concatResults(result, secondaryresult); - } - if (packageSearchIndex) { - var pCount = 0; - var pkg = ""; - $.each(packageSearchIndex, function(index, item) { - item.category = catPackages; - pkg = (item.m) - ? (item.m + "/" + item.l) - : item.l; - if (exactMatcher.test(item.l)) { - presult.push(item); - pCount++; - } else if (camelCaseMatcher.test(pkg)) { - presult.push(item); - } else if (secondaryMatcher.test(pkg)) { - secondaryresult.push(item); - } - }); - result = result.concat(concatResults(presult, secondaryresult)); - displayCount = (pCount > displayCount) ? pCount : displayCount; - } - if (typeSearchIndex) { - var tCount = 0; - $.each(typeSearchIndex, function(index, item) { - item.category = catTypes; - var s = nestedName(item); - if (exactMatcher.test(s)) { - tresult.push(item); - tCount++; - } else if (camelCaseMatcher.test(s)) { - tresult.push(item); - } else if (secondaryMatcher.test(item.p + "." + item.l)) { - secondaryresult.push(item); - } - }); - result = result.concat(concatResults(tresult, secondaryresult)); - displayCount = (tCount > displayCount) ? tCount : displayCount; - } - if (memberSearchIndex) { - var mCount = 0; - $.each(memberSearchIndex, function(index, item) { - item.category = catMembers; - var s = nestedName(item); - if (exactMatcher.test(s)) { - mresult.push(item); - mCount++; - } else if (camelCaseMatcher.test(s)) { - mresult.push(item); - } else if (secondaryMatcher.test(item.c + "." + item.l)) { - secondaryresult.push(item); - } - }); - result = result.concat(concatResults(mresult, secondaryresult)); - displayCount = (mCount > displayCount) ? mCount : displayCount; - } - if (tagSearchIndex) { - var tgCount = 0; - $.each(tagSearchIndex, function(index, item) { - item.category = catSearchTags; - if (exactMatcher.test(item.l)) { - tgresult.push(item); - tgCount++; - } else if (secondaryMatcher.test(item.l)) { - secondaryresult.push(item); - } - }); - result = result.concat(concatResults(tgresult, secondaryresult)); - displayCount = (tgCount > displayCount) ? tgCount : displayCount; - } - displayCount = (displayCount > 500) ? displayCount : 500; - var counter = function() { - var count = {Modules: 0, Packages: 0, Types: 0, Members: 0, SearchTags: 0}; - var f = function(item) { - count[item.category] += 1; - return (count[item.category] <= displayCount); - }; - return f; - }(); - response(result.filter(counter)); - }, + delay: 200, + source: doSearch, response: function(event, ui) { if (!ui.content.length) { - ui.content.push(noResult); + ui.content.push({ l: messages.noResult }); } else { - $("#search").empty(); + $("#search-input").empty(); } }, autoFocus: true, + focus: function(event, ui) { + return false; + }, position: { collision: "flip" }, select: function(event, ui) { - if (ui.item.l !== noResult.l) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - if (useModuleDirectories) { - url += "module-summary.html"; - } else { - url = ui.item.l + "-summary.html"; - } - } else if (ui.item.category === catPackages) { - if (ui.item.url) { - url = ui.item.url; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.url) { - url = ui.item.url; - } else if (ui.item.p === "") { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === "") { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.url) { - url += ui.item.url; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } - $("#search").focus(); + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; + $("#search-input").focus(); } } }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); }); diff --git a/build/docs/javadoc/serialized-form.html b/build/docs/javadoc/serialized-form.html index 03f89ea..be277e7 100644 --- a/build/docs/javadoc/serialized-form.html +++ b/build/docs/javadoc/serialized-form.html @@ -1,572 +1,370 @@ - - -Serialized Form (fastpix 0.1.0 API) + +Serialized Form (openapi 1.0.0 API) + + + - - + - - - - - + + - - JavaScript is disabled on your browser. - + + - - - - -Skip navigation links - - - - + +Skip navigation links + Overview Package Class Tree Deprecated Index -Help +Help - - -All Classes - - -SEARCH: - - - - - - - -JavaScript is disabled on your browser. - + + +SEARCH + + - - - - - - - + + + Serialized Form - - - - -Package io.fastpix.sdk.models.components - - - - -Class io.fastpix.sdk.models.components.Input._Deserializer extends OneOfDeserializer<Input> implements Serializable - - - - -Class io.fastpix.sdk.models.components.SegmentUnion._Deserializer extends OneOfDeserializer<SegmentUnion> implements Serializable - - + + + +Package org.openapis.openapi.models.components + + + +Class org.openapis.openapi.models.components.ErrorDetailsPercentage._Deserializer +class _Deserializer extends OneOfDeserializer<ErrorDetailsPercentage> implements Serializable - - -Package io.fastpix.sdk.models.errors - - - - -Class io.fastpix.sdk.models.errors.APIException extends java.lang.Exception implements Serializable - - -Serialized Fields - - -body -byte[] body - - -code -int code - - -message -java.lang.String message - - -rawResponse -java.net.http.HttpResponse<java.io.InputStream> rawResponse + + +Class org.openapis.openapi.models.components.EventTime._Deserializer +class _Deserializer extends OneOfDeserializer<EventTime> implements Serializable + - + + +Class org.openapis.openapi.models.components.GetAllMediaResponseTrack._Deserializer +class _Deserializer extends OneOfDeserializer<GetAllMediaResponseTrack> implements Serializable + - + + +Class org.openapis.openapi.models.components.GetMediaResponseTrack._Deserializer +class _Deserializer extends OneOfDeserializer<GetMediaResponseTrack> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.AuthException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -statusCode -java.util.Optional<java.lang.Integer> statusCode + + +Class org.openapis.openapi.models.components.Input._Deserializer +class _Deserializer extends OneOfDeserializer<Input> implements Serializable + - + + +Class org.openapis.openapi.models.components.LiveMediaClipsTrack._Deserializer +class _Deserializer extends OneOfDeserializer<LiveMediaClipsTrack> implements Serializable + - + + +Class org.openapis.openapi.models.components.MediaTrack._Deserializer +class _Deserializer extends OneOfDeserializer<MediaTrack> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.BadRequestException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends BadRequestError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.models.components.PlayerHeight._Deserializer +class _Deserializer extends OneOfDeserializer<PlayerHeight> implements Serializable + - + + +Class org.openapis.openapi.models.components.PlayerViewCount._Deserializer +class _Deserializer extends OneOfDeserializer<PlayerViewCount> implements Serializable + - + + +Class org.openapis.openapi.models.components.PropertyId._Deserializer +class _Deserializer extends OneOfDeserializer<PropertyId> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.ForbiddenException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends ForbiddenError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.models.components.PullVideoInputSegmentUnion._Deserializer +class _Deserializer extends OneOfDeserializer<PullVideoInputSegmentUnion> implements Serializable + - + + +Class org.openapis.openapi.models.components.SourceAccessMediaTrack._Deserializer +class _Deserializer extends OneOfDeserializer<SourceAccessMediaTrack> implements Serializable + - + + +Class org.openapis.openapi.models.components.TopErrorDetailsPercentage._Deserializer +class _Deserializer extends OneOfDeserializer<TopErrorDetailsPercentage> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.InvalidPermissionException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends InvalidPermissionError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage._Deserializer +class _Deserializer extends OneOfDeserializer<UniqueViewersEffectedPercentage> implements Serializable + - + + +Class org.openapis.openapi.models.components.UpdateMediaTrack._Deserializer +class _Deserializer extends OneOfDeserializer<UpdateMediaTrack> implements Serializable + - + + +Class org.openapis.openapi.models.components.VideoInputSegmentUnion._Deserializer +class _Deserializer extends OneOfDeserializer<VideoInputSegmentUnion> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.MediaNotFoundException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends MediaNotFoundError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.models.components.ViewerTime._Deserializer +class _Deserializer extends OneOfDeserializer<ViewerTime> implements Serializable + + - + + +Package org.openapis.openapi.models.errors + + + +Exception Class org.openapis.openapi.models.errors.APIException +class APIException extends FastpixException implements Serializable + - - - -Class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends MediaOrPlaybackNotFoundError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Exception Class org.openapis.openapi.models.errors.AsyncAPIException +class AsyncAPIException extends FastpixException implements Serializable + - + + +Exception Class org.openapis.openapi.models.errors.AuthException +class AuthException extends FastpixException implements Serializable + - + + +Exception Class org.openapis.openapi.models.errors.FastpixException +class FastpixException extends RuntimeException implements Serializable + + + +Serialized Fields + + +body +byte[] body - - - -Class io.fastpix.sdk.models.errors.NotFoundError extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends NotFoundErrorError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + +code +int code - + +rawResponse +HttpResponse<?> rawResponse - - - - -Class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends NotFoundErrorPlaybackIdError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + + - - - -Class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends NotFoundErrorSimulcastError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Package org.openapis.openapi.models.operations + + + +Class org.openapis.openapi.models.operations.Input._Deserializer +class _Deserializer extends OneOfDeserializer<Input> implements Serializable + - + + +Class org.openapis.openapi.models.operations.Track._Deserializer +class _Deserializer extends OneOfDeserializer<Track> implements Serializable + + - - - -Class io.fastpix.sdk.models.errors.SimulcastUnavailableException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends SimulcastUnavailableError> error -Returns the problem that has occured. - - -success -java.util.Optional<java.lang.Boolean> success -It demonstrates whether the request is successful or not. + + +Package org.openapis.openapi.utils + + + +Exception Class org.openapis.openapi.utils.AsyncRetryableException +class AsyncRetryableException extends Exception implements Serializable + + + +Serialized Fields + + +response +HttpResponse<Blob> response + + - - - -Class io.fastpix.sdk.models.errors.UnauthorizedException extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends UnauthorizedError> error -Displays details about the reasons behind the request's failure. - - -success -java.util.Optional<java.lang.Boolean> success -Demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.utils.BigDecimalString.Deserializer +class Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString> implements Serializable + - + + +Class org.openapis.openapi.utils.BigDecimalString.Serializer +class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString> implements Serializable + - + + +Class org.openapis.openapi.utils.BigIntegerString.Deserializer +class Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString> implements Serializable + - - - -Class io.fastpix.sdk.models.errors.ValidationErrorResponse extends java.lang.RuntimeException implements Serializable - - -Serialized Fields - - -error -java.util.Optional<? extends ValidationErrorResponseError> error -Returns the problem that has occured - - -success -java.util.Optional<java.lang.Boolean> success -It demonstrates whether the request is successful or not. + + +Class org.openapis.openapi.utils.BigIntegerString.Serializer +class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString> implements Serializable + - + + +Exception Class org.openapis.openapi.utils.Hooks.FailEarlyException +class FailEarlyException extends RuntimeException implements Serializable + - + + +Exception Class org.openapis.openapi.utils.NonRetryableException +class NonRetryableException extends Exception implements Serializable + + + +Serialized Fields + + +throwable +Throwable throwable - - -Package io.fastpix.sdk.models.operations - - - - -Class io.fastpix.sdk.models.operations.Input._Deserializer extends OneOfDeserializer<Input> implements Serializable - - - -Package io.fastpix.sdk.utils - - - - -Class io.fastpix.sdk.utils.BigDecimalString.Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString> implements Serializable - - - - -Class io.fastpix.sdk.utils.BigDecimalString.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString> implements Serializable - - - - -Class io.fastpix.sdk.utils.BigIntegerString.Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString> implements Serializable - - - - -Class io.fastpix.sdk.utils.BigIntegerString.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString> implements Serializable - - - - -Class io.fastpix.sdk.utils.Hooks.FailEarlyException extends java.lang.RuntimeException implements Serializable - - - - -Class io.fastpix.sdk.utils.OneOfDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> implements Serializable - + + +Class org.openapis.openapi.utils.OneOfDeserializer +class OneOfDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> implements Serializable + serialVersionUID: -1L - - -Serialized Fields - - -cls -java.lang.Class<T> cls - - -mapper + + + +Serialized Fields + + +cls +Class<T> cls + + +mapper com.fasterxml.jackson.databind.ObjectMapper mapper - -strict -boolean strict - - - - - - - - -Class io.fastpix.sdk.utils.Retries.NonRetryableException extends java.lang.Exception implements Serializable - - -Serialized Fields - - -exception -java.lang.Exception exception - + + - - - -Class io.fastpix.sdk.utils.Retries.RetryableException extends java.lang.Exception implements Serializable - - -Serialized Fields - - -response -java.net.http.HttpResponse<java.io.InputStream> response + + +Exception Class org.openapis.openapi.utils.RetryableException +class RetryableException extends Exception implements Serializable + + + +Serialized Fields + + +response +HttpResponse<InputStream> response + + - - - -Class io.fastpix.sdk.utils.TypedObject.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject> implements Serializable - + + +Class org.openapis.openapi.utils.TypedObject.Serializer +class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject> implements Serializable + serialVersionUID: -1L + - - diff --git a/build/docs/javadoc/stylesheet.css b/build/docs/javadoc/stylesheet.css index de945ed..f71489f 100644 --- a/build/docs/javadoc/stylesheet.css +++ b/build/docs/javadoc/stylesheet.css @@ -1,21 +1,76 @@ -/* +/* * Javadoc style sheet */ @import url('resources/fonts/dejavu.css'); +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} /* * Styles for individual HTML elements. * * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular * HTML element throughout the page. */ - body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); margin:0; padding:0; height:100%; @@ -31,70 +86,69 @@ iframe { } a:link, a:visited { text-decoration:none; - color:#4A6782; + color:var(--link-color); } a[href]:hover, a[href]:focus { text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -a[name]:before, a[name]:target, a[id]:before, a[id]:target { - content:""; - display:inline-block; - position:relative; - padding-top:129px; - margin-top:-129px; + color:var(--link-color-active); } pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; } h1 { - font-size:20px; + font-size:1.428em; } h2 { - font-size:18px; + font-size:1.285em; } h3 { - font-size:16px; - font-style:italic; + font-size:1.14em; } h4 { - font-size:13px; + font-size:1.072em; } h5 { - font-size:12px; + font-size:1.001em; } h6 { - font-size:11px; + font-size:0.93em; +} +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; } ul { list-style-type:disc; } code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:var(--code-font-size); padding-top:4px; margin-top:8px; line-height:1.4em; } dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; padding-top:4px; } -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; +.summary-table dt code { + font-family:var(--code-font-family); + font-size:1em; vertical-align:top; padding-top:4px; } sup { font-size:8px; } - +button { + font-family: var(--body-font-family); + font-size: 1em; +} /* * Styles for HTML generated by javadoc. * @@ -104,254 +158,187 @@ sup { /* * Styles for document title and copyright. */ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { +.about-language { float:right; - padding:0px 21px; - font-size:11px; - z-index:200; + padding:0 21px 8px 8px; + font-size:0.915em; margin-top:-9px; + height:2.9em; } -.legalCopy { +.legal-copy { margin-left:.5em; } -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} /* * Styles for navigation bar. */ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.navPadding { - padding-top: 107px; -} -.fixedNav { - position:fixed; - width:100%; - z-index:999; - background-color:#ffffff; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; +@media screen { + div.flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + header.flex-header { + flex: 0 0 auto; + } + div.flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); float:left; - padding:0; width:100%; clear:right; - height:2.8em; - padding-top:10px; + min-height:2.8em; + padding:10px 0 0 0; overflow:hidden; - font-size:12px; + font-size:0.857em; } -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; } -.subNav { - background-color:#dee3e9; +.sub-nav { + background-color:var(--subnav-background-color); float:left; width:100%; overflow:hidden; - font-size:12px; + font-size:0.857em; } -.subNav div { +.sub-nav div { clear:left; float:left; - padding:0 0 5px 6px; + padding:6px; text-transform:uppercase; } -ul.navList, ul.subNavList { - float:left; +.sub-nav .sub-nav-list { + padding-top:4px; +} +ul.nav-list { + display:block; margin:0 25px 0 0; padding:0; } -ul.navList li{ - list-style:none; +ul.sub-nav-list { float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.navListSearch { - float:right; - margin:0 0 0 0; + margin:0 25px 0 0; padding:0; } -ul.navListSearch li { +ul.nav-list li { list-style:none; - float:right; + float:left; padding: 5px 6px; text-transform:uppercase; } -ul.navListSearch li label { +.sub-nav .nav-list-search { + float:right; + margin:0; + padding:6px; + clear:none; + text-align:right; position:relative; - right:-16px; } -ul.subNavList li { +ul.sub-nav-list li { list-style:none; float:left; } -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:var(--navbar-text-color); text-decoration:none; text-transform:uppercase; } -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; +.top-nav a:hover { + color:var(--link-color-active); } -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; +.nav-bar-cell1-rev { + background-color:var(--selected-background-color); + color:var(--selected-text-color); margin: auto 5px; } -.skipNav { +.skip-nav { position:absolute; top:auto; left:-9999px; overflow:hidden; } /* - * Styles for page header and footer. + * Hide navigation links and search box in print layout */ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexNav { - position:relative; - font-size:12px; - background-color:#dee3e9; -} -.indexNav ul { - margin-top:0; - padding:5px; -} -.indexNav ul li { - display:inline; - list-style-type:none; - padding-right:10px; - text-transform:uppercase; -} -.indexNav h1 { - font-size:13px; +@media print { + ul.nav-list, div.sub-nav { + display:none; + } } +/* + * Styles for page header. + */ .title { - color:#2c4557; + color:var(--title-color); margin:10px 0; } -.subTitle { +.sub-title { margin:5px 0 0 0; } -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; } -.header ul li, .footer ul li { - list-style:none; - font-size:13px; +ul.contents-list li { + font-size:0.93em; } /* * Styles for headings. */ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; padding:0; margin:15px 0; } -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); + margin:0 0 6px -8px; + padding:7px 5px; } /* * Styles for page layout containers. */ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer, -.allClassesContainer, .allPackagesContainer { +main { clear:both; padding:10px 20px; position:relative; } -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; +dl.notes > dt { + font-family: var(--body-font-family); + font-size:0.856em; font-weight:bold; margin:10px 0 0 0; - color:#4E4E4E; + color:var(--body-text-color); } -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:1em; + font-family:var(--block-font-family) } -.serializedFormContainer dl.nameValue dt { +dl.name-value > dt { margin-left:1px; font-size:1.1em; display:inline; font-weight:bold; } -.serializedFormContainer dl.nameValue dd { +dl.name-value > dd { margin:0 0 0 1px; font-size:1.1em; display:inline; @@ -366,307 +353,310 @@ ul.horizontal li { display:inline; font-size:0.9em; } -ul.inheritance { +div.inheritance { margin:0; padding:0; } -ul.inheritance li { - display:inline; - list-style:none; +div.inheritance div.inheritance { + margin-left:2em; } -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { margin:10px 0 10px 0; padding:0; } -ul.blockList li.blockList, ul.blockListLast li.blockList { +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { list-style:none; margin-bottom:15px; line-height:1.4; } -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; +ul.ref-list { + padding:0; + margin:0; } -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { +ul.ref-list > li { list-style:none; - border-bottom:none; - padding-bottom:0; } -table tr td dl, table tr td dl dt, table tr td dl dd { +.summary-table dl, .summary-table dl dt, .summary-table dl dd { margin-top:0; margin-bottom:1px; } +ul.tag-list, ul.tag-list-long { + padding-left: 0; + list-style: none; +} +ul.tag-list li { + display: inline; +} +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ + content: ", "; + white-space: pre-wrap; +} +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} /* * Styles for tables. */ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary, -.requiresSummary, .packagesSummary, .providesSummary, .usesSummary { +.summary-table, .details-table { width:100%; border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { - padding:0px; + border:1px solid var(--border-color); + border-top:0; + padding:0; } -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption, -.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption { +.caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#253441; - font-weight:bold; + color:var(--selected-text-color); clear:none; overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.constantsSummary caption a:link, .constantsSummary caption a:visited, -.useSummary caption a:link, .useSummary caption a:visited { - color:#1f389c; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.deprecatedSummary caption a:link, -.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link, -.usesSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover, -.usesSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active, -.usesSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.deprecatedSummary caption a:visited, -.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited, -.usesSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span, -.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span, -.usesSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; + padding: 10px 0 0 1px; + margin:0; } -.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span, -.overviewSummary caption span.activeTableTab span, .typeSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; +.caption a:link, .caption a:visited { + color:var(--selected-link-color); } -.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span, -.overviewSummary caption span.tableTab span, .typeSummary caption span.tableTab span { +.caption a:hover, +.caption a:active { + color:var(--navbar-text-color); +} +.caption span { + font-weight:bold; white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; + padding:5px 12px 7px 12px; display:inline-block; float:left; - background-color:#4D7A97; + background-color:var(--selected-background-color); + border: none; height:16px; } -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, -.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab, -.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab, -.typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd, -.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd, -.overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd, -.overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; -} -.rowColor th, .altColor th { - font-weight:normal; +div.table-tabs { + padding:10px 0 0 1px; + margin:10px 0 0 0; } -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td, -.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td { +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; +} +div.table-tabs > .active-table-tab { + background: var(--selected-background-color); + color: var(--selected-text-color); +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +@media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ + grid-column-end: span 2; + } +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +.summary-table > div, .details-table > div { text-align:left; - padding:0px 0px 12px 10px; + padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; } -th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th, -.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td, -.constantsSummary td { +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { vertical-align:top; - padding-right:0px; + padding-right:0; padding-top:8px; padding-bottom:3px; } -th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th, -.packagesSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; +.table-header { + background:var(--subnav-background-color); + font-weight: bold; +} +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + } -td.colFirst, th.colFirst { - font-size:13px; +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); } -td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast { - font-size:13px; +.col-first, .col-first { + font-size:0.93em; } -.constantsSummary th, .packagesSummary th { - font-size:13px; +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:0.93em; } -.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst, -.providesSummary td.colLast { - white-space:normal; - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.requiresSummary td.colFirst, .requiresSummary th.colFirst, -.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th, -.usesSummary td.colFirst, .usesSummary th.colFirst, -.providesSummary td.colFirst, .providesSummary th.colFirst, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName, -.typeSummary td.colFirst, .typeSummary th.colFirst { +.col-first, .col-second, .col-constructor-name { vertical-align:top; + overflow: auto; } -.packagesSummary th.colLast, .packagesSummary td.colLast { +.col-last { white-space:normal; } -td.colFirst a:link, td.colFirst a:visited, -td.colSecond a:link, td.colSecond a:visited, -th.colFirst a:link, th.colFirst a:visited, -th.colSecond a:link, th.colSecond a:visited, -th.colConstructorName a:link, th.colConstructorName a:visited, -th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited, -.constantValuesContainer td a:link, .constantValuesContainer td a:visited, -.allClassesContainer td a:link, .allClassesContainer td a:visited, -.allPackagesContainer td a:link, .allPackagesContainer td a:visited { +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited { font-weight:bold; } -.tableSubHeadingColor { - background-color:#EEEEFF; +.even-row-color, .even-row-color .table-header { + background-color:var(--even-row-color); } -.altColor, .altColor th { - background-color:#FFFFFF; -} -.rowColor, .rowColor th { - background-color:#EEEEEF; +.odd-row-color, .odd-row-color .table-header { + background-color:var(--odd-row-color); } /* * Styles for contents. */ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:var(--body-font-size); + font-family:var(--block-font-family); } -td.colLast div { - padding-top:0px; +.col-last div { + padding-top:0; } -td.colLast a { +.col-last a { padding-bottom:3px; } +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:var(--code-font-family); + font-size:1em; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} /* * Styles for formatting effect. */ -.sourceLineNo { - color:green; +.source-line-no { + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); padding:0 30px 0 0; } -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} .block { display:block; - margin:3px 10px 2px 0px; - color:#474747; + margin:0 10px 5px 0; + color:var(--block-text-color); } -.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink, -.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType, -.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel, -.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink { +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { font-weight:bold; } -.deprecationComment, .emphasizedPhrase, .interfaceName { +.deprecation-comment, .help-footnote, .preview-comment { font-style:italic; } -.deprecationBlock { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +.deprecation-block { + font-size:1em; + font-family:var(--block-font-family); border-style:solid; border-width:thin; border-radius:10px; @@ -675,67 +665,32 @@ h1.hidden { margin-right:10px; display:inline-block; } -div.block div.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} -div.contentContainer ul.blockList li.blockList h2 { - padding-bottom:0px; -} -/* - * Styles for IFRAME. - */ -.mainContainer { - margin:0 auto; - padding:0; - height:100%; - width:100%; - position:fixed; - top:0; - left:0; -} -.leftContainer { - height:100%; - position:fixed; - width:320px; +.preview-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; } -.leftTop { - position:relative; - float:left; - width:315px; - top:0; - left:0; - height:30%; - border-right:6px solid #ccc; - border-bottom:6px solid #ccc; +div.block div.deprecation-comment { + font-style:normal; } -.leftBottom { - position:relative; - float:left; - width:315px; - bottom:0; - left:0; - height:70%; - border-right:6px solid #ccc; - border-top:1px solid #000; +details.invalid-tag, span.invalid-tag { + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); + border-radius:2px; + padding: 2px 4px; + display:inline-block; } -.rightContainer { - position:absolute; - left:320px; - top:0; - bottom:0; - height:100%; - right:0; - border-left:1px solid #000; -} -.rightIframe { - margin:0; - padding:0; - height:100%; - right:30px; - width:100%; - overflow:visible; - margin-bottom:30px; +details summary { + cursor: pointer; } /* * Styles specific to HTML5 elements. @@ -746,90 +701,321 @@ main, nav, header, footer, section { /* * Styles for javadoc search. */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} .ui-autocomplete-category { font-weight:bold; font-size:15px; padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.resultItem { - font-size:13px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); } .ui-autocomplete { max-height:85%; max-width:65%; - overflow-y:scroll; - overflow-x:scroll; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; white-space:nowrap; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } ul.ui-autocomplete { position:fixed; - z-index:999999; - background-color: #FFFFFF; + z-index:1; + background-color: var(--body-background-color); } -ul.ui-autocomplete li { +ul.ui-autocomplete li { float:left; clear:both; - width:100%; + min-width:100%; } -.resultHighlight { - font-weight:bold; +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: var(--subnav-background-color); + padding: 5px 0; + font-family: var(--body-font-family); + font-size: 0.93em; + font-weight: bolder; + z-index: 2; +} +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:var(--link-color); + float:right; + margin-right:20px; } .ui-autocomplete .result-item { font-size: inherit; } -#search { +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { background-image:url('resources/glass.png'); background-size:13px; background-repeat:no-repeat; background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); padding-left:20px; - position:relative; - right:-18px; + width: 250px; + margin: 0; } -#reset { - background-color: rgb(255,255,255); +#search-input { + margin-left: 4px; +} +#reset-button { + background-color: transparent; background-image:url('resources/x.png'); - background-position:center; background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:17px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; } -.watermark { - color:#545454; +::placeholder { + color:var(--search-input-placeholder-color); + opacity: 1; } -.searchTagDescResult { +.search-tag-desc-result { font-style:italic; font-size:11px; } -.searchTagHolderResult { +.search-tag-holder-result { font-style:italic; font-size:12px; } -.searchTagResult:before, .searchTagResult:target { - color:red; +.search-tag-result:target { + background-color:var(--search-tag-highlight-color); +} +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 1em; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: var(--subnav-background-color); + border-radius: 3px; + border: 0 solid var(--border-color); + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); } -.moduleGraph span { +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} +.module-graph span, .sealed-graph span { display:none; position:absolute; } -.moduleGraph:hover span { +.module-graph:hover span, .sealed-graph:hover span { display:block; margin: -100px 0 0 100px; z-index: 1; } -.methodSignature { - white-space:normal; +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:var(--detail-background-color); + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +/* + * Styles for header/section anchor links + */ +a.anchor-link { + opacity: 0; + transition: opacity 0.1s; +} +:hover > a.anchor-link { + opacity: 80%; +} +a.anchor-link:hover, +a.anchor-link:focus-visible, +a.anchor-link.visible { + opacity: 100%; +} +a.anchor-link > img { + width: 0.9em; + height: 0.9em; +} +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 70%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.3s; + cursor: pointer; +} +:hover > button.copy { + opacity: 80%; +} +button.copy:hover, +button.copy:active, +button.copy:focus-visible, +button.copy.visible { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); +} +button.copy span { + color: var(--body-text-color); + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 0.76rem; + line-height: 1.2em; + opacity: 0; +} +button.copy:hover span, +button.copy:focus-visible span, +button.copy.visible span { + opacity: 100%; +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: var(--body-text-color); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; +} +div.page-search-info:hover button#page-search-copy span { + opacity: 100%; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; +} +div.snippet-container:hover button.snippet-copy span { + opacity: 100%; } - /* * Styles for user-provided tables. * @@ -876,35 +1062,211 @@ table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > } table.plain { border-collapse: collapse; - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { background-color: transparent; } table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped { border-collapse: collapse; - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped > thead { - background-color: #E3E3E3; + background-color: var(--subnav-background-color); } table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped > tbody > tr:nth-child(even) { - background-color: #EEE + background-color: var(--odd-row-color) } table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF + background-color: var(--even-row-color) } table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); } table.striped > tbody > tr > th { font-weight: normal; } +/** + * Tweak style for small screens. + */ +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; + } + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: var(--subnav-background-color); + color: var(--body-text-color); + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; + } + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:var(--link-color); + } + ul.sub-nav-list-small a:hover { + color:var(--link-color-active); + } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: var(--navbar-text-color); + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { + .about-language { + padding-right: 16px; + } + ul.nav-list li { + margin-left: 5px; + } + ul.sub-nav-list-small > li { + margin-left: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 400px) { + .about-language { + font-size: 10px; + padding-right: 12px; + } +} +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: var(--snippet-highlight-color); + border-radius: 10%; +} diff --git a/build/docs/javadoc/type-search-index.js b/build/docs/javadoc/type-search-index.js index 51dae8a..bf92059 100644 --- a/build/docs/javadoc/type-search-index.js +++ b/build/docs/javadoc/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"io.fastpix.sdk.models.components","l":"Input._Deserializer"},{"p":"io.fastpix.sdk.models.components","l":"SegmentUnion._Deserializer"},{"p":"io.fastpix.sdk.models.operations","l":"Input._Deserializer"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterError"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterErrorContext"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterErrorContextImpl"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterSuccess"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterSuccessContext"},{"p":"io.fastpix.sdk.utils","l":"Hook.AfterSuccessContextImpl"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"io.fastpix.sdk.models.errors","l":"APIException"},{"p":"io.fastpix.sdk.models.components","l":"AudioInput"},{"p":"io.fastpix.sdk.models.components","l":"AudioInputType"},{"p":"io.fastpix.sdk.models.errors","l":"AuthException"},{"p":"io.fastpix.sdk.utils","l":"BackoffStrategy"},{"p":"io.fastpix.sdk.models.errors","l":"BadRequestError"},{"p":"io.fastpix.sdk.models.errors","l":"BadRequestException"},{"p":"io.fastpix.sdk.utils","l":"Hook.BeforeRequest"},{"p":"io.fastpix.sdk.utils","l":"Hook.BeforeRequestContext"},{"p":"io.fastpix.sdk.utils","l":"Hook.BeforeRequestContextImpl"},{"p":"io.fastpix.sdk.utils","l":"BigDecimalString"},{"p":"io.fastpix.sdk.utils","l":"BigIntegerString"},{"p":"io.fastpix.sdk","l":"FastPixSDK.Builder"},{"p":"io.fastpix.sdk.models.components","l":"AudioInput.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateLiveStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateLiveStreamRequestMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestAccessRestrictions.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestDomains.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestUserAgents.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaResponseMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"DirectUpload.Builder"},{"p":"io.fastpix.sdk.models.components","l":"DirectUploadResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"DirectUploadResponseMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTO.Builder"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTOMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"GetStreamsResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"ImposeTrack.Builder"},{"p":"io.fastpix.sdk.models.components","l":"InputMediaSettings.Builder"},{"p":"io.fastpix.sdk.models.components","l":"LiveStreamDeleteResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"LiveStreamResponseDTO.Builder"},{"p":"io.fastpix.sdk.models.components","l":"LivestreamgetResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Media.Builder"},{"p":"io.fastpix.sdk.models.components","l":"MediaMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Moderation.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Pagination.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchLiveStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchLiveStreamRequestMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDTO.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseData.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDataMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDataSrtPlaybackResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Placement.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackId.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdAccessRestrictions.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdDomains.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdResponseData.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdUserAgents.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIds.Builder"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackSettings.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Security.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Segment1.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Segment2.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponseData.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponseMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateRequest.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateRequestMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponseData.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponseMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastdeleteResponse.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Subtitle.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SubtitleInput.Builder"},{"p":"io.fastpix.sdk.models.components","l":"SubtitleMetadata.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Summary.Builder"},{"p":"io.fastpix.sdk.models.components","l":"Track.Builder"},{"p":"io.fastpix.sdk.models.components","l":"VideoInput.Builder"},{"p":"io.fastpix.sdk.models.components","l":"WatermarkInput.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"BadRequestError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"BadRequestException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"Field.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"ForbiddenError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"ForbiddenException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"InvalidPermissionError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"InvalidPermissionException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"MediaNotFoundError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"MediaNotFoundException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"MediaOrPlaybackNotFoundError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"MediaOrPlaybackNotFoundException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorPlaybackId.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorPlaybackIdError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorSimulcast.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorSimulcastError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"SimulcastUnavailableError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"SimulcastUnavailableException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"UnauthorizedError.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"UnauthorizedException.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"ValidationErrorResponse.Builder"},{"p":"io.fastpix.sdk.models.errors","l":"ValidationErrorResponseError.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdAccessRestrictions.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdDomains.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdRequestBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdUserAgents.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateNewStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreatePlaybackIdOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreatePlaybackIdOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateSimulcastOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateSimulcastOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"Data.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteLiveStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteLiveStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeletePlaybackIdOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeletePlaybackIdOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteSimulcastOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteSimulcastOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaAccessRestrictions.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaDomains.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaMetadata.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaUserAgents.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamByIdRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamByIdResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamPlaybackIdRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamPlaybackIdResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetSpecificSimulcastOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"GetSpecificSimulcastOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"Moderation.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"PushMediaSettings.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoResponseBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"Subtitles.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"SubtitlesMetadata.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"Summary.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateLiveStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateLiveStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateSpecificSimulcastOfStreamRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateSpecificSimulcastOfStreamResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaMetadata.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaRequest.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaRequestBody.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaResponse.Builder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaResponseBody.Builder"},{"p":"io.fastpix.sdk.utils","l":"BackoffStrategy.Builder"},{"p":"io.fastpix.sdk.utils","l":"Multipart.Builder"},{"p":"io.fastpix.sdk.utils","l":"Options.Builder"},{"p":"io.fastpix.sdk.utils","l":"Retries.Builder"},{"p":"io.fastpix.sdk.utils","l":"RetryConfig.Builder"},{"p":"io.fastpix.sdk.utils","l":"Constants"},{"p":"io.fastpix.sdk.models.components","l":"CreateLiveStreamRequest"},{"p":"io.fastpix.sdk.models.components","l":"CreateLiveStreamRequestMaxResolution"},{"p":"io.fastpix.sdk.models.components","l":"CreateLiveStreamRequestMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdAccessPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdAccessRestrictions"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdDomains"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdDomainsDefaultPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdRequest"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdRequestBody"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdResponse"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdUserAgents"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaPlaybackIdUserAgentsDefaultPolicy"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequest"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestAccessPolicy"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestAccessRestrictions"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestDomains"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestDomainsDefaultPolicy"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestLanguageCode"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestMaxResolution"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestMetadata"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestMp4Support"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestType"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestUserAgents"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaRequestUserAgentsDefaultPolicy"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"CreateMediaResponseBody"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaResponseMaxResolution"},{"p":"io.fastpix.sdk.models.components","l":"CreateMediaResponseMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"CreateNewStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateNewStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"CreatePlaybackIdOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"CreatePlaybackIdOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"CreatePlaybackIdOfStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"CreateSimulcastOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"CreateSimulcastOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"CreateSimulcastOfStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"Data"},{"p":"io.fastpix.sdk","l":"SecuritySource.DefaultSecuritySource"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteLiveStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteLiveStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteLiveStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdResponse"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaPlaybackIdResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteMediaResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"DeletePlaybackIdOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DeletePlaybackIdOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DeletePlaybackIdOfStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteSimulcastOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteSimulcastOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DeleteSimulcastOfStreamResponse"},{"p":"io.fastpix.sdk.utils","l":"BigDecimalString.Deserializer"},{"p":"io.fastpix.sdk.utils","l":"BigIntegerString.Deserializer"},{"p":"io.fastpix.sdk.utils","l":"Deserializers"},{"p":"io.fastpix.sdk.models.components","l":"DirectUpload"},{"p":"io.fastpix.sdk.models.components","l":"DirectUploadResponse"},{"p":"io.fastpix.sdk.models.components","l":"DirectUploadResponseMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaAccessPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaAccessRestrictions"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaDomains"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaDomainsDefaultPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaRequest"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaUserAgents"},{"p":"io.fastpix.sdk.models.operations","l":"DirectUploadVideoMediaUserAgentsDefaultPolicy"},{"p":"io.fastpix.sdk.utils","l":"EventStream"},{"p":"io.fastpix.sdk.utils","l":"EventStreamLineReader"},{"p":"io.fastpix.sdk.utils","l":"EventStreamMessage"},{"p":"io.fastpix.sdk.utils","l":"EventStreamReader"},{"p":"io.fastpix.sdk.utils","l":"Hooks.FailEarlyException"},{"p":"io.fastpix.sdk","l":"FastPixSDK"},{"p":"io.fastpix.sdk.models.errors","l":"Field"},{"p":"io.fastpix.sdk.models.errors","l":"ForbiddenError"},{"p":"io.fastpix.sdk.models.errors","l":"ForbiddenException"},{"p":"io.fastpix.sdk.utils","l":"Utils.Function"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsOrderBy"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsRequest"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"GetAllStreamsResponse"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTO"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTOMetadata"},{"p":"io.fastpix.sdk.models.components","l":"GetCreateLiveStreamResponseDTOSrtPlaybackResponse"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamByIdRequest"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamByIdRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamByIdResponse"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamPlaybackIdRequest"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamPlaybackIdRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"GetLiveStreamPlaybackIdResponse"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaRequest"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"GetMediaResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"GetSpecificSimulcastOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"GetSpecificSimulcastOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"GetSpecificSimulcastOfStreamResponse"},{"p":"io.fastpix.sdk.models.components","l":"GetStreamsResponse"},{"p":"io.fastpix.sdk.utils","l":"HasSecurity"},{"p":"io.fastpix.sdk.utils","l":"SessionManager.HasSessionKey"},{"p":"io.fastpix.sdk.utils","l":"Helpers"},{"p":"io.fastpix.sdk.utils","l":"Hook"},{"p":"io.fastpix.sdk.utils","l":"Hook.HookContext"},{"p":"io.fastpix.sdk.utils","l":"Hooks"},{"p":"io.fastpix.sdk.utils","l":"HTTPClient"},{"p":"io.fastpix.sdk.utils","l":"HTTPRequest"},{"p":"io.fastpix.sdk.utils","l":"Utils.HttpResponseCached"},{"p":"io.fastpix.sdk.utils","l":"Hook.IdempotencyHook"},{"p":"io.fastpix.sdk.models.components","l":"ImposeTrack"},{"p":"io.fastpix.sdk.models.components","l":"Input"},{"p":"io.fastpix.sdk.models.operations","l":"Input"},{"p":"io.fastpix.sdk.models.components","l":"InputMediaSettings"},{"p":"io.fastpix.sdk","l":"InputVideo"},{"p":"io.fastpix.sdk.models.errors","l":"InvalidPermissionError"},{"p":"io.fastpix.sdk.models.errors","l":"InvalidPermissionException"},{"p":"io.fastpix.sdk.utils","l":"JSON"},{"p":"io.fastpix.sdk.utils","l":"Utils.JsonShape"},{"p":"io.fastpix.sdk.models.operations","l":"LanguageCode"},{"p":"io.fastpix.sdk.utils","l":"LazySingletonValue"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaOrderBy"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaRequest"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"ListMediaResponseBody"},{"p":"io.fastpix.sdk.models.components","l":"LiveStreamDeleteResponse"},{"p":"io.fastpix.sdk.models.components","l":"LivestreamgetResponse"},{"p":"io.fastpix.sdk.models.components","l":"LiveStreamResponseDTO"},{"p":"io.fastpix.sdk","l":"ManageLiveStream"},{"p":"io.fastpix.sdk","l":"ManageVideos"},{"p":"io.fastpix.sdk.models.operations","l":"MaxResolution"},{"p":"io.fastpix.sdk.models.components","l":"Media"},{"p":"io.fastpix.sdk.models.components","l":"MediaMaxResolution"},{"p":"io.fastpix.sdk.models.components","l":"MediaMetadata"},{"p":"io.fastpix.sdk.models.components","l":"MediaMp4Support"},{"p":"io.fastpix.sdk.models.errors","l":"MediaNotFoundError"},{"p":"io.fastpix.sdk.models.errors","l":"MediaNotFoundException"},{"p":"io.fastpix.sdk.models.errors","l":"MediaOrPlaybackNotFoundError"},{"p":"io.fastpix.sdk.models.errors","l":"MediaOrPlaybackNotFoundException"},{"p":"io.fastpix.sdk.models.components","l":"MediaPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallCreateMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallCreateMediaPlaybackId"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallCreateNewStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallCreateSimulcastOfStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDeleteLiveStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDeleteMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallDirectUploadVideoMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallGetAllStreams"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallGetLiveStreamById"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallGetMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallListMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallUpdatedMedia"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallUpdateLiveStream"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream"},{"p":"io.fastpix.sdk.models.components","l":"Moderation"},{"p":"io.fastpix.sdk.models.operations","l":"Moderation"},{"p":"io.fastpix.sdk.models.operations","l":"Mp4Support"},{"p":"io.fastpix.sdk.utils","l":"Multipart"},{"p":"io.fastpix.sdk.utils","l":"Retries.NonRetryableException"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundError"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorError"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorPlaybackId"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorPlaybackIdError"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorSimulcast"},{"p":"io.fastpix.sdk.models.errors","l":"NotFoundErrorSimulcastError"},{"p":"io.fastpix.sdk.utils","l":"OneOfDeserializer"},{"p":"io.fastpix.sdk.utils","l":"Options.Option"},{"p":"io.fastpix.sdk.utils","l":"Options"},{"p":"io.fastpix.sdk.models.components","l":"Pagination"},{"p":"io.fastpix.sdk.utils","l":"Multipart.PartType"},{"p":"io.fastpix.sdk.models.components","l":"PatchLiveStreamRequest"},{"p":"io.fastpix.sdk.models.components","l":"PatchLiveStreamRequestMetadata"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseData"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDataMetadata"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDataSrtPlaybackResponse"},{"p":"io.fastpix.sdk.models.components","l":"PatchResponseDTO"},{"p":"io.fastpix.sdk.models.components","l":"Placement"},{"p":"io.fastpix.sdk","l":"Playback"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackId"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdAccessPolicy"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdAccessRestrictions"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdDomains"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdDomainsDefaultPolicy"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdRequest"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdRequestAccessPolicy"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdResponse"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdResponseData"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIds"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdUserAgents"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackIdUserAgentsDefaultPolicy"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackSettings"},{"p":"io.fastpix.sdk.models.components","l":"PlaybackSettingsAccessPolicy"},{"p":"io.fastpix.sdk.models.operations","l":"PushMediaSettings"},{"p":"io.fastpix.sdk.utils","l":"QueryParameter"},{"p":"io.fastpix.sdk.utils","l":"QueryParameters"},{"p":"io.fastpix.sdk.utils","l":"RecordingClient"},{"p":"io.fastpix.sdk.utils","l":"RequestBody"},{"p":"io.fastpix.sdk.utils","l":"Response"},{"p":"io.fastpix.sdk.utils","l":"Retries"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoRequest"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoResponse"},{"p":"io.fastpix.sdk.models.operations","l":"RetrieveMediaInputInfoResponseBody"},{"p":"io.fastpix.sdk.utils","l":"Retries.RetryableException"},{"p":"io.fastpix.sdk.utils","l":"RetryConfig"},{"p":"io.fastpix.sdk.utils","l":"Hook.SdkInit"},{"p":"io.fastpix.sdk.utils","l":"Hook.SdkInitData"},{"p":"io.fastpix.sdk.models.operations","l":"SDKMethodInterfaces"},{"p":"io.fastpix.sdk.models.components","l":"Security"},{"p":"io.fastpix.sdk.utils","l":"Security"},{"p":"io.fastpix.sdk","l":"SecuritySource"},{"p":"io.fastpix.sdk.models.components","l":"Segment1"},{"p":"io.fastpix.sdk.models.components","l":"Segment2"},{"p":"io.fastpix.sdk.models.components","l":"SegmentUnion"},{"p":"io.fastpix.sdk.utils","l":"SerializedBody"},{"p":"io.fastpix.sdk.utils","l":"BigDecimalString.Serializer"},{"p":"io.fastpix.sdk.utils","l":"BigIntegerString.Serializer"},{"p":"io.fastpix.sdk.utils","l":"TypedObject.Serializer"},{"p":"io.fastpix.sdk.utils","l":"SessionManager.Session"},{"p":"io.fastpix.sdk.utils","l":"SessionManager"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastdeleteResponse"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastRequest"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponse"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponseData"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastResponseMetadata"},{"p":"io.fastpix.sdk","l":"SimulcastStream"},{"p":"io.fastpix.sdk.models.errors","l":"SimulcastUnavailableError"},{"p":"io.fastpix.sdk.models.errors","l":"SimulcastUnavailableException"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateRequest"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateRequestMetadata"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponse"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponseData"},{"p":"io.fastpix.sdk.models.components","l":"SimulcastUpdateResponseMetadata"},{"p":"io.fastpix.sdk.models.components","l":"SourceResolution"},{"p":"io.fastpix.sdk.utils","l":"SpeakeasyHTTPClient"},{"p":"io.fastpix.sdk.utils","l":"SpeakeasyMetadata"},{"p":"io.fastpix.sdk","l":"StartLiveStream"},{"p":"io.fastpix.sdk.utils","l":"RetryConfig.Strategy"},{"p":"io.fastpix.sdk.models.components","l":"Subtitle"},{"p":"io.fastpix.sdk.models.components","l":"SubtitleInput"},{"p":"io.fastpix.sdk.models.components","l":"SubtitleInputLanguageCode"},{"p":"io.fastpix.sdk.models.components","l":"SubtitleMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"Subtitles"},{"p":"io.fastpix.sdk.models.operations","l":"SubtitlesMetadata"},{"p":"io.fastpix.sdk.models.components","l":"Summary"},{"p":"io.fastpix.sdk.models.operations","l":"Summary"},{"p":"io.fastpix.sdk.models.components","l":"Track"},{"p":"io.fastpix.sdk.models.operations","l":"Type"},{"p":"io.fastpix.sdk.utils","l":"TypedObject"},{"p":"io.fastpix.sdk.utils","l":"Utils.TypeReferenceWithShape"},{"p":"io.fastpix.sdk.utils","l":"Types"},{"p":"io.fastpix.sdk.models.errors","l":"UnauthorizedError"},{"p":"io.fastpix.sdk.models.errors","l":"UnauthorizedException"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaMetadata"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaRequest"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaRequestBody"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaResponse"},{"p":"io.fastpix.sdk.models.operations","l":"UpdatedMediaResponseBody"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateLiveStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateLiveStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateLiveStreamResponse"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateSpecificSimulcastOfStreamRequest"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateSpecificSimulcastOfStreamRequestBuilder"},{"p":"io.fastpix.sdk.models.operations","l":"UpdateSpecificSimulcastOfStreamResponse"},{"p":"io.fastpix.sdk.utils","l":"Utf8UrlEncoder"},{"p":"io.fastpix.sdk.utils","l":"Utils"},{"p":"io.fastpix.sdk.models.errors","l":"ValidationErrorResponse"},{"p":"io.fastpix.sdk.models.errors","l":"ValidationErrorResponseError"},{"p":"io.fastpix.sdk.models.components","l":"VideoInput"},{"p":"io.fastpix.sdk.models.components","l":"WatermarkInput"},{"p":"io.fastpix.sdk.models.components","l":"WatermarkInputType"},{"p":"io.fastpix.sdk.models.components","l":"XAlign"},{"p":"io.fastpix.sdk.models.components","l":"YAlign"}] \ No newline at end of file +typeSearchIndex = [{"p":"org.openapis.openapi.models.components","l":"ErrorDetailsPercentage._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"EventTime._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"Input._Deserializer"},{"p":"org.openapis.openapi.models.operations","l":"Input._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"MediaTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"PlayerHeight._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"PlayerViewCount._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"PropertyId._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegmentUnion._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"TopErrorDetailsPercentage._Deserializer"},{"p":"org.openapis.openapi.models.operations","l":"Track._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"UniqueViewersEffectedPercentage._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaTrack._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegmentUnion._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"ViewerTime._Deserializer"},{"p":"org.openapis.openapi.models.components","l":"AccessPolicy"},{"p":"org.openapis.openapi.models.components","l":"AccessPolicy.AccessPolicyEnum"},{"p":"org.openapis.openapi.operations","l":"AddMediaToPlaylist"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaToPlaylistRequest"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaToPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaToPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaToPlaylistResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaToPlaylistResponse"},{"p":"org.openapis.openapi.operations","l":"AddMediaTrack"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackRequest"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackRequestBody"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackResponseBody"},{"p":"org.openapis.openapi.models.components","l":"AddTrackRequest"},{"p":"org.openapis.openapi.models.components","l":"AddTrackRequestType"},{"p":"org.openapis.openapi.models.components","l":"AddTrackResponse"},{"p":"org.openapis.openapi.models.components","l":"AddTrackResponseType"},{"p":"org.openapis.openapi.models.components","l":"AddTrackResponseType.AddTrackResponseTypeEnum"},{"p":"org.openapis.openapi.utils","l":"AsyncHook.AfterError"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterError"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterErrorContext"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterErrorContextImpl"},{"p":"org.openapis.openapi.utils","l":"AsyncHook.AfterSuccess"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterSuccess"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterSuccessContext"},{"p":"org.openapis.openapi.utils","l":"Hook.AfterSuccessContextImpl"},{"p":"org.openapis.openapi","l":"AiFeatures"},{"p":"org.openapis.openapi.models.components","l":"AiResponseRecord"},{"p":"org.openapis.openapi.models.components","l":"AiSummaryRecord"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"org.openapis.openapi.models.errors","l":"APIException"},{"p":"org.openapis.openapi.operations","l":"AddMediaToPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"AddMediaTrack.Async"},{"p":"org.openapis.openapi.operations","l":"CancelUpload.Async"},{"p":"org.openapis.openapi.operations","l":"ChangeMediaOrderInPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"CompleteLiveStream.Async"},{"p":"org.openapis.openapi.operations","l":"CreateAPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"CreateMedia.Async"},{"p":"org.openapis.openapi.operations","l":"CreateMediaPlaybackId.Async"},{"p":"org.openapis.openapi.operations","l":"CreateNewStream.Async"},{"p":"org.openapis.openapi.operations","l":"CreatePlaybackIdOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"CreateSigningKey.Async"},{"p":"org.openapis.openapi.operations","l":"CreateSimulcastOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteAPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteLiveStream.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteMedia.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaFromPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaPlaybackId.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaTrack.Async"},{"p":"org.openapis.openapi.operations","l":"DeletePlaybackIdOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteSigningKey.Async"},{"p":"org.openapis.openapi.operations","l":"DeleteSimulcastOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"DirectUploadVideoMedia.Async"},{"p":"org.openapis.openapi.operations","l":"DisableLiveStream.Async"},{"p":"org.openapis.openapi.operations","l":"EnableLiveStream.Async"},{"p":"org.openapis.openapi.operations","l":"GenerateSubtitleTrack.Async"},{"p":"org.openapis.openapi.operations","l":"GetAllPlaylists.Async"},{"p":"org.openapis.openapi.operations","l":"GetAllStreams.Async"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfiguration.Async"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfigurationById.Async"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamById.Async"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamPlaybackId.Async"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamViewerCountById.Async"},{"p":"org.openapis.openapi.operations","l":"GetMedia.Async"},{"p":"org.openapis.openapi.operations","l":"GetMediaClips.Async"},{"p":"org.openapis.openapi.operations","l":"GetMediaSummary.Async"},{"p":"org.openapis.openapi.operations","l":"GetPlaybackId.Async"},{"p":"org.openapis.openapi.operations","l":"GetPlaylistById.Async"},{"p":"org.openapis.openapi.operations","l":"GetSigningKeyById.Async"},{"p":"org.openapis.openapi.operations","l":"GetSpecificSimulcastOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"GetTimeseriesData.Async"},{"p":"org.openapis.openapi.operations","l":"GetVideoViewDetails.Async"},{"p":"org.openapis.openapi.operations","l":"ListBreakdownValues.Async"},{"p":"org.openapis.openapi.operations","l":"ListByTopContent.Async"},{"p":"org.openapis.openapi.operations","l":"ListComparisonValues.Async"},{"p":"org.openapis.openapi.operations","l":"ListDimensions.Async"},{"p":"org.openapis.openapi.operations","l":"ListErrors.Async"},{"p":"org.openapis.openapi.operations","l":"ListFilterValuesForDimension.Async"},{"p":"org.openapis.openapi.operations","l":"ListLiveClips.Async"},{"p":"org.openapis.openapi.operations","l":"ListMedia.Async"},{"p":"org.openapis.openapi.operations","l":"ListOverallValues.Async"},{"p":"org.openapis.openapi.operations","l":"ListPlaybackIds.Async"},{"p":"org.openapis.openapi.operations","l":"ListSigningKeys.Async"},{"p":"org.openapis.openapi.operations","l":"ListUploads.Async"},{"p":"org.openapis.openapi.operations","l":"ListVideoViews.Async"},{"p":"org.openapis.openapi.operations","l":"RetrieveMediaInputInfo.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateAPlaylist.Async"},{"p":"org.openapis.openapi.operations","l":"UpdatedMedia.Async"},{"p":"org.openapis.openapi.operations","l":"UpdatedMp4Support.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateDomainRestrictions.Async"},{"p":"org.openapis.openapi.operations","l":"UpdatedSourceAccess.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateLiveStream.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaChapters.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaModeration.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaNamedEntities.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaSummary.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaTrack.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateSpecificSimulcastOfStream.Async"},{"p":"org.openapis.openapi.operations","l":"UpdateUserAgentRestrictions.Async"},{"p":"org.openapis.openapi","l":"AsyncAiFeatures"},{"p":"org.openapis.openapi.models.errors","l":"AsyncAPIException"},{"p":"org.openapis.openapi","l":"AsyncDimensions"},{"p":"org.openapis.openapi","l":"AsyncDrmConfigurations"},{"p":"org.openapis.openapi","l":"AsyncErrors"},{"p":"org.openapis.openapi","l":"AsyncFastpix"},{"p":"org.openapis.openapi.utils","l":"AsyncHook"},{"p":"org.openapis.openapi.utils","l":"AsyncHooks"},{"p":"org.openapis.openapi","l":"AsyncInputVideos"},{"p":"org.openapis.openapi","l":"AsyncInVideoAiFeatures"},{"p":"org.openapis.openapi","l":"AsyncLivePlayback"},{"p":"org.openapis.openapi","l":"AsyncLivePlaybacks"},{"p":"org.openapis.openapi","l":"AsyncLiveStream"},{"p":"org.openapis.openapi","l":"AsyncManageLiveStream"},{"p":"org.openapis.openapi","l":"AsyncManageLiveStreams"},{"p":"org.openapis.openapi","l":"AsyncManageVideos"},{"p":"org.openapis.openapi","l":"AsyncMetrics"},{"p":"org.openapis.openapi.operations","l":"Operations.AsyncOperation"},{"p":"org.openapis.openapi","l":"AsyncPlayback"},{"p":"org.openapis.openapi","l":"AsyncPlaylist"},{"p":"org.openapis.openapi","l":"AsyncPlaylists"},{"p":"org.openapis.openapi.operations","l":"Operations.AsyncRequestlessOperation"},{"p":"org.openapis.openapi.operations","l":"Operations.AsyncRequestOperation"},{"p":"org.openapis.openapi.utils","l":"AsyncResponse"},{"p":"org.openapis.openapi.utils","l":"AsyncRetries"},{"p":"org.openapis.openapi.utils","l":"AsyncRetryableException"},{"p":"org.openapis.openapi","l":"AsyncSigningKeys"},{"p":"org.openapis.openapi","l":"AsyncSimulcasts"},{"p":"org.openapis.openapi","l":"AsyncSimulcastStream"},{"p":"org.openapis.openapi","l":"AsyncSimulcastStreams"},{"p":"org.openapis.openapi","l":"AsyncStreams"},{"p":"org.openapis.openapi","l":"AsyncVideos"},{"p":"org.openapis.openapi","l":"AsyncViews"},{"p":"org.openapis.openapi.models.components","l":"AudioInput"},{"p":"org.openapis.openapi.models.components","l":"AudioInputType"},{"p":"org.openapis.openapi.models.components","l":"AudioTrack"},{"p":"org.openapis.openapi.models.components","l":"AudioTrackType"},{"p":"org.openapis.openapi.models.components","l":"AudioTrackType.AudioTrackTypeEnum"},{"p":"org.openapis.openapi.models.errors","l":"AuthException"},{"p":"org.openapis.openapi.utils","l":"BackoffStrategy"},{"p":"org.openapis.openapi.models.components","l":"BasicAccessPolicy"},{"p":"org.openapis.openapi.utils","l":"AsyncHook.BeforeRequest"},{"p":"org.openapis.openapi.utils","l":"Hook.BeforeRequest"},{"p":"org.openapis.openapi.utils","l":"Hook.BeforeRequestContext"},{"p":"org.openapis.openapi.utils","l":"Hook.BeforeRequestContextImpl"},{"p":"org.openapis.openapi.utils","l":"BigDecimalString"},{"p":"org.openapis.openapi.utils","l":"BigIntegerString"},{"p":"org.openapis.openapi.utils","l":"Blob"},{"p":"org.openapis.openapi.utils","l":"BlockingParser"},{"p":"org.openapis.openapi.models.components","l":"BrowserNameDimensiondetails"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaToPlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaToPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaToPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"AddMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"AddMediaTrackResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"AddTrackRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"AddTrackResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"AiResponseRecord.Builder"},{"p":"org.openapis.openapi.models.components","l":"AiSummaryRecord.Builder"},{"p":"org.openapis.openapi.utils","l":"AsyncRetries.Builder"},{"p":"org.openapis.openapi.models.components","l":"AudioInput.Builder"},{"p":"org.openapis.openapi.models.components","l":"AudioTrack.Builder"},{"p":"org.openapis.openapi.utils","l":"BackoffStrategy.Builder"},{"p":"org.openapis.openapi.models.components","l":"BrowserNameDimensiondetails.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CancelUploadResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ChangeMediaOrderInPlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ChangeMediaOrderInPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ChangeMediaOrderInPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"ChaptersResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CompleteLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CompleteLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CompleteLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"Configuration.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateLiveStreamResponseDTO.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestDomains.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestUserAgents.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseInput.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaSuccessResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateNewStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateNewStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackId.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdDomains.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreatePlaybackIdOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreatePlaybackIdOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreatePlaybackIdOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdUserAgents.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestManual.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestSmart.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSigningKeyResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateSigningKeyResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"CreateSigningKeyResponseDTO.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateSimulcastOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"CreateSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"Custom1.Builder"},{"p":"org.openapis.openapi.models.components","l":"Custom2.Builder"},{"p":"org.openapis.openapi.models.components","l":"DataPagination.Builder"},{"p":"org.openapis.openapi.models.components","l":"DateRange.Builder"},{"p":"org.openapis.openapi.models.components","l":"DefaultError.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteAPlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaFromPlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaFromPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaFromPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeletePlaybackIdOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeletePlaybackIdOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeletePlaybackIdOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSigningKeyRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"DeleteSigningKeyResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSigningKeyResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSigningKeyResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSimulcastOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"DirectUpload.Builder"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaDomains.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaModeration.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DirectUploadVideoMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaUserAgents.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DisableLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"DisableLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"DisableLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"DomainRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"DrmIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"EnableLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"EnableLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"EnableLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"Error.Builder"},{"p":"org.openapis.openapi.models.components","l":"ErrorDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"Event.Builder"},{"p":"org.openapis.openapi","l":"Fastpix.Builder"},{"p":"org.openapis.openapi.models.operations","l":"File.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GenerateSubtitleTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllPlaylistsRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetAllPlaylistsResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllPlaylistsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllPlaylistsResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetAllSigningKeysResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetAllSigningKeysResponseDto.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllStreamsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllStreamsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllStreamsResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetCreateLiveStreamResponseDTO.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamByIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamPlaybackIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamViewerCountByIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamViewerCountByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamViewerCountByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaClipsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaClipsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaClipsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaSummaryResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdDomains.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdUserAgents.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaylistByIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaylistByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaylistByIdResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetPublicPemUsingSigningKeyIdResponseDTO.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetPublicPemUsingSigningKeyIdResponseDTOData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetSigningKeyByIdRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSigningKeyByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetSigningKeyByIdResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetSpecificSimulcastOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSpecificSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetSpecificSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"GetStreamsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetTimeseriesDataResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetVideoViewDetailsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"ImposeTrack.Builder"},{"p":"org.openapis.openapi.models.components","l":"InputMediaSettings.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListBreakdownValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListByTopContentResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListComparisonValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListDimensionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListDimensionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListDimensionsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListErrorsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListFilterValuesForDimensionResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListLiveClipsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListOverallValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsDomains.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListPlaybackIdsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsUserAgents.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListSigningKeysRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListSigningKeysResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListSigningKeysResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListUploadsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListVideoViewsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClips.Builder"},{"p":"org.openapis.openapi.models.components","l":"LiveSimulcast.Builder"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamDeleteResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"LivestreamgetResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamPagination.Builder"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamResponseDTO.Builder"},{"p":"org.openapis.openapi.models.components","l":"Media.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaCancelResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponsePagination.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponsePlaybackId.Builder"},{"p":"org.openapis.openapi.models.components","l":"MediaIdsRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"Metadata.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsBreakdownDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsComparisonDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsmetadataDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsOverallDataDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsOverallmetadataDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsTimeseriesDataDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"MetricsTimeseriesmetadataDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"Moderation.Builder"},{"p":"org.openapis.openapi.models.components","l":"ModerationResponse.Builder"},{"p":"org.openapis.openapi.utils","l":"Multipart.Builder"},{"p":"org.openapis.openapi.models.components","l":"NamedEntitiesResponse.Builder"},{"p":"org.openapis.openapi.utils","l":"Options.Builder"},{"p":"org.openapis.openapi.models.components","l":"Pagination.Builder"},{"p":"org.openapis.openapi.models.components","l":"PatchLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"PatchResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"PatchResponseDTO.Builder"},{"p":"org.openapis.openapi.models.components","l":"Placement.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackId.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdDomains.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdSuccessResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdSuccessResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdUserAgents.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaybackSettings.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataManual.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataSmart.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseMediaListItem.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseMetadata.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistCreatedResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistDeleteResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistItem.Builder"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInput.Builder"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegment1.Builder"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegment2.Builder"},{"p":"org.openapis.openapi.models.operations","l":"PushMediaSettings.Builder"},{"p":"org.openapis.openapi.utils","l":"Retries.Builder"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"RetrieveMediaInputInfoResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoResponseBody.Builder"},{"p":"org.openapis.openapi.utils","l":"RetryConfig.Builder"},{"p":"org.openapis.openapi.models.components","l":"Security.Builder"},{"p":"org.openapis.openapi.models.components","l":"SigningKeysPagination.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastdeleteResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMedia.Builder"},{"p":"org.openapis.openapi.models.components","l":"SrtPlaybackResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"SubtitleInput.Builder"},{"p":"org.openapis.openapi.models.components","l":"Subtitles.Builder"},{"p":"org.openapis.openapi.models.operations","l":"Subtitles.Builder"},{"p":"org.openapis.openapi.models.components","l":"SubtitleTrack.Builder"},{"p":"org.openapis.openapi.models.components","l":"Summary.Builder"},{"p":"org.openapis.openapi.models.operations","l":"Summary.Builder"},{"p":"org.openapis.openapi.models.components","l":"SummaryResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"TopErrorDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"TracksSubtitles.Builder"},{"p":"org.openapis.openapi.models.components","l":"TrackSubtitlesGenerateRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUpload.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackId.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdAccessRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdDomains.Builder"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdUserAgents.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateAPlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateAPlaylistResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMp4SupportResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateDomainRestrictionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedSourceAccessResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateLiveStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateLiveStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"UpdateMedia.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaChaptersResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationModeration.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaModerationResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaNamedEntitiesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaSummaryResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryResponseBody.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"UpdatePlaylistRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateSpecificSimulcastOfStreamRequest.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateSpecificSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateSpecificSimulcastOfStreamResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackRequest.Builder"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsData.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsRequest.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsRequestBody.Builder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateUserAgentRestrictionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsResponse.Builder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsResponseBody.Builder"},{"p":"org.openapis.openapi.models.components","l":"UserAgentRestrictions.Builder"},{"p":"org.openapis.openapi.models.components","l":"VideoInput.Builder"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegment1.Builder"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegment2.Builder"},{"p":"org.openapis.openapi.models.components","l":"VideoTrack.Builder"},{"p":"org.openapis.openapi.models.components","l":"VideoTrackForGetAll.Builder"},{"p":"org.openapis.openapi.models.components","l":"Views.Builder"},{"p":"org.openapis.openapi.models.components","l":"ViewsByTopContentDetails.Builder"},{"p":"org.openapis.openapi.models.components","l":"ViewsCountResponse.Builder"},{"p":"org.openapis.openapi.models.components","l":"ViewsCountResponseData.Builder"},{"p":"org.openapis.openapi.models.components","l":"ViewsList.Builder"},{"p":"org.openapis.openapi.models.components","l":"WatermarkInput.Builder"},{"p":"org.openapis.openapi.operations","l":"CancelUpload"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"CancelUploadRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CancelUploadResponse"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadResponse"},{"p":"org.openapis.openapi.models.operations","l":"CancelUploadResponseBody"},{"p":"org.openapis.openapi.operations","l":"ChangeMediaOrderInPlaylist"},{"p":"org.openapis.openapi.models.operations","l":"ChangeMediaOrderInPlaylistRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ChangeMediaOrderInPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ChangeMediaOrderInPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ChangeMediaOrderInPlaylistResponse"},{"p":"org.openapis.openapi.models.operations","l":"ChangeMediaOrderInPlaylistResponse"},{"p":"org.openapis.openapi.models.components","l":"ChaptersResponse"},{"p":"org.openapis.openapi.utils","l":"Exceptions.CheckedConsumer"},{"p":"org.openapis.openapi.utils","l":"Exceptions.CheckedFunction"},{"p":"org.openapis.openapi.utils","l":"Exceptions.CheckedRunnable"},{"p":"org.openapis.openapi.utils","l":"Exceptions.CheckedSupplier"},{"p":"org.openapis.openapi.operations","l":"CompleteLiveStream"},{"p":"org.openapis.openapi.models.operations","l":"CompleteLiveStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"CompleteLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CompleteLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CompleteLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"CompleteLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"Configuration"},{"p":"org.openapis.openapi.utils","l":"Constants"},{"p":"org.openapis.openapi.utils","l":"CopiableInputStream"},{"p":"org.openapis.openapi.operations","l":"CreateAPlaylist"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateAPlaylistResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateAPlaylistResponse"},{"p":"org.openapis.openapi.models.components","l":"CreateLiveStreamRequest"},{"p":"org.openapis.openapi.models.components","l":"CreateLiveStreamRequestMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"CreateLiveStreamResponseDTO"},{"p":"org.openapis.openapi.operations","l":"CreateMedia"},{"p":"org.openapis.openapi.operations","l":"CreateMediaPlaybackId"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdAccessRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdRequest"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaPlaybackIdResponseBody"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequest"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestAccessPolicy"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestAccessRestrictions"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaRequestBuilder"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestDomains"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestLanguageCode"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestMp4Support"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestType"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaRequestUserAgents"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateMediaResponse"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseInput"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseStatus"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaResponseStatus.CreateMediaResponseStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"CreateMediaSuccessResponse"},{"p":"org.openapis.openapi.operations","l":"CreateNewStream"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateNewStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateNewStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateNewStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateNewStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackId"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdAccessRestrictions"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdDomains"},{"p":"org.openapis.openapi.operations","l":"CreatePlaybackIdOfStream"},{"p":"org.openapis.openapi.models.operations","l":"CreatePlaybackIdOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"CreatePlaybackIdOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreatePlaybackIdOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreatePlaybackIdOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreatePlaybackIdOfStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaybackIdUserAgents"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequest"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestManual"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestManualType"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestSmart"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestSmartType"},{"p":"org.openapis.openapi.models.components","l":"CreatePlaylistRequestTypeIdResolver"},{"p":"org.openapis.openapi.models.components","l":"CreateResponse"},{"p":"org.openapis.openapi.operations","l":"CreateSigningKey"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSigningKeyRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateSigningKeyRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSigningKeyResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateSigningKeyResponse"},{"p":"org.openapis.openapi.models.components","l":"CreateSigningKeyResponseDTO"},{"p":"org.openapis.openapi.operations","l":"CreateSimulcastOfStream"},{"p":"org.openapis.openapi.models.operations","l":"CreateSimulcastOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"CreateSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"CreateSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"CreateSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"Custom1"},{"p":"org.openapis.openapi.models.components","l":"Custom2"},{"p":"org.openapis.openapi.models.components","l":"DataPagination"},{"p":"org.openapis.openapi.models.components","l":"DateRange"},{"p":"org.openapis.openapi.models.components","l":"DefaultError"},{"p":"org.openapis.openapi","l":"SecuritySource.DefaultSecuritySource"},{"p":"org.openapis.openapi.operations","l":"DeleteAPlaylist"},{"p":"org.openapis.openapi.models.operations","l":"DeleteAPlaylistRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteAPlaylistResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteAPlaylistResponse"},{"p":"org.openapis.openapi.operations","l":"DeleteLiveStream"},{"p":"org.openapis.openapi.models.operations","l":"DeleteLiveStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteLiveStreamResponse"},{"p":"org.openapis.openapi.operations","l":"DeleteMedia"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaFromPlaylist"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaFromPlaylistRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaFromPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaFromPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaFromPlaylistResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaFromPlaylistResponse"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaPlaybackId"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaPlaybackIdResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaResponseBody"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaTrack"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteMediaTrackResponseBody"},{"p":"org.openapis.openapi.operations","l":"DeletePlaybackIdOfStream"},{"p":"org.openapis.openapi.models.operations","l":"DeletePlaybackIdOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeletePlaybackIdOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeletePlaybackIdOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeletePlaybackIdOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeletePlaybackIdOfStreamResponse"},{"p":"org.openapis.openapi.operations","l":"DeleteSigningKey"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSigningKeyRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSigningKeyRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSigningKeyRequestBuilder"},{"p":"org.openapis.openapi.models.components","l":"DeleteSigningKeyResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSigningKeyResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSigningKeyResponse"},{"p":"org.openapis.openapi.operations","l":"DeleteSimulcastOfStream"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSimulcastOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DeleteSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"DeleteSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.utils","l":"BigDecimalString.Deserializer"},{"p":"org.openapis.openapi.utils","l":"BigIntegerString.Deserializer"},{"p":"org.openapis.openapi.utils","l":"Deserializers"},{"p":"org.openapis.openapi.models.operations","l":"Dimension"},{"p":"org.openapis.openapi","l":"Dimensions"},{"p":"org.openapis.openapi.models.operations","l":"DimensionsId"},{"p":"org.openapis.openapi.models.components","l":"DirectUpload"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadResponse"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadResponseMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadStatus"},{"p":"org.openapis.openapi.models.components","l":"DirectUploadStatus.DirectUploadStatusEnum"},{"p":"org.openapis.openapi.operations","l":"DirectUploadVideoMedia"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaAccessPolicy"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaAccessRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaDomains"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaDomainsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaModeration"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaMp4Support"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DirectUploadVideoMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DirectUploadVideoMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaUserAgents"},{"p":"org.openapis.openapi.models.operations","l":"DirectUploadVideoMediaUserAgentsDefaultPolicy"},{"p":"org.openapis.openapi.operations","l":"DisableLiveStream"},{"p":"org.openapis.openapi.models.operations","l":"DisableLiveStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"DisableLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"DisableLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"DisableLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"DisableLiveStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"DomainRestrictions"},{"p":"org.openapis.openapi.models.components","l":"DomainsDefaultPolicy"},{"p":"org.openapis.openapi","l":"DrmConfigurations"},{"p":"org.openapis.openapi.models.components","l":"DrmIdResponse"},{"p":"org.openapis.openapi.operations","l":"EnableLiveStream"},{"p":"org.openapis.openapi.models.operations","l":"EnableLiveStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"EnableLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"EnableLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"EnableLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"EnableLiveStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"Error"},{"p":"org.openapis.openapi.models.components","l":"ErrorDetails"},{"p":"org.openapis.openapi.models.components","l":"ErrorDetailsPercentage"},{"p":"org.openapis.openapi","l":"Errors"},{"p":"org.openapis.openapi.models.components","l":"Event"},{"p":"org.openapis.openapi.utils","l":"EventStream"},{"p":"org.openapis.openapi.utils.reactive","l":"EventStream"},{"p":"org.openapis.openapi.utils","l":"EventStreamMessage"},{"p":"org.openapis.openapi.models.components","l":"EventTime"},{"p":"org.openapis.openapi.utils","l":"Exceptions"},{"p":"org.openapis.openapi.utils","l":"Hooks.FailEarlyException"},{"p":"org.openapis.openapi","l":"Fastpix"},{"p":"org.openapis.openapi.models.errors","l":"FastpixException"},{"p":"org.openapis.openapi.utils","l":"FastpixHTTPClient"},{"p":"org.openapis.openapi.utils","l":"FastpixLogger"},{"p":"org.openapis.openapi.utils","l":"FastpixMetadata"},{"p":"org.openapis.openapi.models.operations","l":"File"},{"p":"org.openapis.openapi.utils","l":"Utils.Function"},{"p":"org.openapis.openapi.operations","l":"GenerateSubtitleTrack"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GenerateSubtitleTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GenerateSubtitleTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"GenerateSubtitleTrackResponseBody"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponse"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponseLanguageCode"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponseType"},{"p":"org.openapis.openapi.models.components","l":"GenerateTrackResponseType.GenerateTrackResponseTypeEnum"},{"p":"org.openapis.openapi.utils","l":"GenericTypeIdResolver"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponse"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMp4Support"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseStatus"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"GetAllMediaResponseTrack"},{"p":"org.openapis.openapi.operations","l":"GetAllPlaylists"},{"p":"org.openapis.openapi.models.operations","l":"GetAllPlaylistsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllPlaylistsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllPlaylistsRequestBuilder"},{"p":"org.openapis.openapi.models.components","l":"GetAllPlaylistsResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllPlaylistsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetAllPlaylistsResponse"},{"p":"org.openapis.openapi.models.components","l":"GetAllSigningKeysResponse"},{"p":"org.openapis.openapi.models.components","l":"GetAllSigningKeysResponseDto"},{"p":"org.openapis.openapi.operations","l":"GetAllStreams"},{"p":"org.openapis.openapi.models.operations","l":"GetAllStreamsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllStreamsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetAllStreamsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetAllStreamsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetAllStreamsResponse"},{"p":"org.openapis.openapi.models.components","l":"GetCreateLiveStreamResponseDTO"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfiguration"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfigurationById"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationByIdResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetDrmConfigurationResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetDrmConfigurationResponseBody"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamById"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamByIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamByIdResponse"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamPlaybackId"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamPlaybackIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamPlaybackIdResponse"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamViewerCountById"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamViewerCountByIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamViewerCountByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamViewerCountByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetLiveStreamViewerCountByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetLiveStreamViewerCountByIdResponse"},{"p":"org.openapis.openapi.operations","l":"GetMedia"},{"p":"org.openapis.openapi.operations","l":"GetMediaClips"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaClipsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaClipsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaClipsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaClipsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaClipsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaRequestBuilder"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponse"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaResponseBody"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMp4Support"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseStatus"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseStatus.GetMediaResponseStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"GetMediaResponseTrack"},{"p":"org.openapis.openapi.operations","l":"GetMediaSummary"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaSummaryRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetMediaSummaryResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetMediaSummaryResponseBody"},{"p":"org.openapis.openapi.operations","l":"GetPlaybackId"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdAccessPolicy"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdAccessRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdData"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdDomains"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdDomainsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdUserAgents"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdUserAgentsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum"},{"p":"org.openapis.openapi.operations","l":"GetPlaylistById"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaylistByIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaylistByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaylistByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetPlaylistByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetPlaylistByIdResponse"},{"p":"org.openapis.openapi.models.components","l":"GetPublicPemUsingSigningKeyIdResponseDTO"},{"p":"org.openapis.openapi.models.components","l":"GetPublicPemUsingSigningKeyIdResponseDTOData"},{"p":"org.openapis.openapi.operations","l":"GetSigningKeyById"},{"p":"org.openapis.openapi.models.operations","l":"GetSigningKeyByIdRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSigningKeyByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetSigningKeyByIdRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSigningKeyByIdResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetSigningKeyByIdResponse"},{"p":"org.openapis.openapi.operations","l":"GetSpecificSimulcastOfStream"},{"p":"org.openapis.openapi.models.operations","l":"GetSpecificSimulcastOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSpecificSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetSpecificSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetSpecificSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetSpecificSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"GetStreamsResponse"},{"p":"org.openapis.openapi.operations","l":"GetTimeseriesData"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataMetricId"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetTimeseriesDataRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetTimeseriesDataResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataSortOrder"},{"p":"org.openapis.openapi.models.operations","l":"GetTimeseriesDataTimespan"},{"p":"org.openapis.openapi.operations","l":"GetVideoViewDetails"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"GetVideoViewDetailsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"GetVideoViewDetailsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsResponse"},{"p":"org.openapis.openapi.models.operations","l":"GetVideoViewDetailsResponseBody"},{"p":"org.openapis.openapi.utils","l":"Globals"},{"p":"org.openapis.openapi.models.operations","l":"GroupBy"},{"p":"org.openapis.openapi.utils","l":"HasSecurity"},{"p":"org.openapis.openapi.utils","l":"SessionManager.HasSessionKey"},{"p":"org.openapis.openapi.utils","l":"Headers"},{"p":"org.openapis.openapi.utils","l":"Helpers"},{"p":"org.openapis.openapi.utils","l":"Hook"},{"p":"org.openapis.openapi.utils","l":"HookAdapters"},{"p":"org.openapis.openapi.utils","l":"Hook.HookContext"},{"p":"org.openapis.openapi.utils","l":"Hooks"},{"p":"org.openapis.openapi.utils","l":"HTTPClient"},{"p":"org.openapis.openapi.utils","l":"HTTPRequest"},{"p":"org.openapis.openapi.utils","l":"Utils.HttpResponseCached"},{"p":"org.openapis.openapi.utils","l":"AsyncHook.IdempotencyHook"},{"p":"org.openapis.openapi.utils","l":"Hook.IdempotencyHook"},{"p":"org.openapis.openapi.models.components","l":"ImposeTrack"},{"p":"org.openapis.openapi.models.components","l":"Input"},{"p":"org.openapis.openapi.models.operations","l":"Input"},{"p":"org.openapis.openapi.models.components","l":"InputMediaSettings"},{"p":"org.openapis.openapi","l":"InputVideos"},{"p":"org.openapis.openapi","l":"InVideoAiFeatures"},{"p":"org.openapis.openapi.utils","l":"JSON"},{"p":"org.openapis.openapi.utils","l":"Utils.JsonShape"},{"p":"org.openapis.openapi.models.components","l":"LanguageCode"},{"p":"org.openapis.openapi.models.operations","l":"LanguageCode"},{"p":"org.openapis.openapi.utils","l":"LazySingletonValue"},{"p":"org.openapis.openapi.operations","l":"ListBreakdownValues"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesMetricId"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListBreakdownValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListBreakdownValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesSortOrder"},{"p":"org.openapis.openapi.models.operations","l":"ListBreakdownValuesTimespan"},{"p":"org.openapis.openapi.operations","l":"ListByTopContent"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListByTopContentRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListByTopContentResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListByTopContentTimespan"},{"p":"org.openapis.openapi.operations","l":"ListComparisonValues"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListComparisonValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListComparisonValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListComparisonValuesTimespan"},{"p":"org.openapis.openapi.operations","l":"ListDimensions"},{"p":"org.openapis.openapi.models.operations.async","l":"ListDimensionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListDimensionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListDimensionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListDimensionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListDimensionsResponseBody"},{"p":"org.openapis.openapi.operations","l":"ListErrors"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsData"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListErrorsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListErrorsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListErrorsTimespan"},{"p":"org.openapis.openapi.operations","l":"ListFilterValuesForDimension"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListFilterValuesForDimensionRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListFilterValuesForDimensionResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListFilterValuesForDimensionTimespan"},{"p":"org.openapis.openapi.operations","l":"ListLiveClips"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListLiveClipsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListLiveClipsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListLiveClipsResponseBody"},{"p":"org.openapis.openapi.operations","l":"ListMedia"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListMediaResponseBody"},{"p":"org.openapis.openapi.operations","l":"ListOverallValues"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesMetricId"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListOverallValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListOverallValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListOverallValuesTimespan"},{"p":"org.openapis.openapi.operations","l":"ListPlaybackIds"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsAccessPolicy"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsAccessRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsData"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsDomains"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsDomainsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListPlaybackIdsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListPlaybackIdsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsUserAgents"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsUserAgentsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum"},{"p":"org.openapis.openapi.operations","l":"ListSigningKeys"},{"p":"org.openapis.openapi.models.operations","l":"ListSigningKeysRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListSigningKeysRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListSigningKeysRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListSigningKeysResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListSigningKeysResponse"},{"p":"org.openapis.openapi.operations","l":"ListUploads"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListUploadsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListUploadsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListUploadsResponseBody"},{"p":"org.openapis.openapi.operations","l":"ListVideoViews"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"ListVideoViewsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"ListVideoViewsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsResponse"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsResponseBody"},{"p":"org.openapis.openapi.models.operations","l":"ListVideoViewsTimespan"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClips"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsStatus"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsStatus.LiveMediaClipsStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"LiveMediaClipsTrack"},{"p":"org.openapis.openapi","l":"LivePlayback"},{"p":"org.openapis.openapi","l":"LivePlaybacks"},{"p":"org.openapis.openapi.models.components","l":"LiveSimulcast"},{"p":"org.openapis.openapi","l":"LiveStream"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamDeleteResponse"},{"p":"org.openapis.openapi.models.components","l":"LivestreamgetResponse"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamPagination"},{"p":"org.openapis.openapi.models.components","l":"LiveStreamResponseDTO"},{"p":"org.openapis.openapi","l":"ManageLiveStream"},{"p":"org.openapis.openapi","l":"ManageLiveStreams"},{"p":"org.openapis.openapi","l":"ManageVideos"},{"p":"org.openapis.openapi.models.operations","l":"MaxResolution"},{"p":"org.openapis.openapi.models.components","l":"Media"},{"p":"org.openapis.openapi.models.components","l":"MediaCancelResponse"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponse"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponseData"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponsePagination"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponsePlaybackId"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponseStatus"},{"p":"org.openapis.openapi.models.components","l":"MediaClipResponseStatus.MediaClipResponseStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"MediaIdsRequest"},{"p":"org.openapis.openapi.models.components","l":"MediaMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"MediaMaxResolution.MediaMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"MediaMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"MediaMediaQuality.MediaMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"MediaMp4Support"},{"p":"org.openapis.openapi.models.components","l":"MediaMp4Support.MediaMp4SupportEnum"},{"p":"org.openapis.openapi.models.operations","l":"MediaQuality"},{"p":"org.openapis.openapi.models.components","l":"MediaSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"MediaSourceResolution.MediaSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"MediaStatus"},{"p":"org.openapis.openapi.models.components","l":"MediaStatus.MediaStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"MediaTrack"},{"p":"org.openapis.openapi.models.components","l":"MediaType"},{"p":"org.openapis.openapi.models.components","l":"Metadata"},{"p":"org.openapis.openapi","l":"Metrics"},{"p":"org.openapis.openapi.models.components","l":"MetricsBreakdownDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsComparisonDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsmetadataDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsOverallDataDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsOverallmetadataDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsTimeseriesDataDetails"},{"p":"org.openapis.openapi.models.components","l":"MetricsTimeseriesmetadataDetails"},{"p":"org.openapis.openapi.models.components","l":"Moderation"},{"p":"org.openapis.openapi.models.components","l":"ModerationResponse"},{"p":"org.openapis.openapi.utils","l":"Multipart"},{"p":"org.openapis.openapi.models.components","l":"NamedEntitiesResponse"},{"p":"org.openapis.openapi.utils","l":"NonRetryableException"},{"p":"org.openapis.openapi.utils","l":"OneOfDeserializer"},{"p":"org.openapis.openapi.operations","l":"Operations.Operation"},{"p":"org.openapis.openapi.operations","l":"Operations"},{"p":"org.openapis.openapi.utils","l":"Options.Option"},{"p":"org.openapis.openapi.utils","l":"Options"},{"p":"org.openapis.openapi.models.operations","l":"OrderBy"},{"p":"org.openapis.openapi.models.components","l":"Pagination"},{"p":"org.openapis.openapi.models.components","l":"PatchLiveStreamRequest"},{"p":"org.openapis.openapi.models.components","l":"PatchResponseData"},{"p":"org.openapis.openapi.models.components","l":"PatchResponseDTO"},{"p":"org.openapis.openapi.models.components","l":"Placement"},{"p":"org.openapis.openapi","l":"Playback"},{"p":"org.openapis.openapi.models.components","l":"PlaybackId"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdAccessRestrictions"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdDomains"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdRequest"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdResponse"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdSuccessResponse"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdSuccessResponseData"},{"p":"org.openapis.openapi.models.components","l":"PlaybackIdUserAgents"},{"p":"org.openapis.openapi.models.components","l":"PlaybackSettings"},{"p":"org.openapis.openapi.models.components","l":"PlayerHeight"},{"p":"org.openapis.openapi.models.components","l":"PlayerViewCount"},{"p":"org.openapis.openapi","l":"Playlist"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponse"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseData"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataManual"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataManualType"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataSmart"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataSmartType"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseDataTypeIdResolver"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseMediaListItem"},{"p":"org.openapis.openapi.models.components","l":"PlaylistByIdResponseMetadata"},{"p":"org.openapis.openapi.models.components","l":"PlaylistCreatedResponse"},{"p":"org.openapis.openapi.models.components","l":"PlaylistCreatedSchema"},{"p":"org.openapis.openapi.models.components","l":"PlaylistCreatedSchemaTypeIdResolver"},{"p":"org.openapis.openapi.models.components","l":"PlaylistDeleteResponse"},{"p":"org.openapis.openapi.models.components","l":"PlaylistItem"},{"p":"org.openapis.openapi.models.components","l":"PlaylistItemType"},{"p":"org.openapis.openapi.models.components","l":"PlaylistItemType.PlaylistItemTypeEnum"},{"p":"org.openapis.openapi.models.components","l":"PlaylistOrder"},{"p":"org.openapis.openapi.models.components","l":"PlaylistOrder.PlaylistOrderEnum"},{"p":"org.openapis.openapi","l":"Playlists"},{"p":"org.openapis.openapi.models.components","l":"PolicyAction"},{"p":"org.openapis.openapi.models.components","l":"PolicyAction.PolicyActionEnum"},{"p":"org.openapis.openapi.models.components","l":"PropertyId"},{"p":"org.openapis.openapi.utils.reactive","l":"EventStream.Protocol"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInput"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegment1"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegment2"},{"p":"org.openapis.openapi.models.components","l":"PullVideoInputSegmentUnion"},{"p":"org.openapis.openapi.models.operations","l":"PushMediaSettings"},{"p":"org.openapis.openapi.utils","l":"QueryParameter"},{"p":"org.openapis.openapi.utils","l":"QueryParameters"},{"p":"org.openapis.openapi.utils.reactive","l":"ReactiveUtils"},{"p":"org.openapis.openapi.utils","l":"RecordingClient"},{"p":"org.openapis.openapi.utils","l":"Reflections"},{"p":"org.openapis.openapi.utils","l":"RequestBody"},{"p":"org.openapis.openapi.operations","l":"Operations.RequestlessOperation"},{"p":"org.openapis.openapi.operations","l":"Operations.RequestOperation"},{"p":"org.openapis.openapi.models.components","l":"Resolution"},{"p":"org.openapis.openapi.models.operations","l":"Resolution"},{"p":"org.openapis.openapi.models.components","l":"Resolution.ResolutionEnum"},{"p":"org.openapis.openapi.utils","l":"Response"},{"p":"org.openapis.openapi.utils","l":"ResponseWithBody"},{"p":"org.openapis.openapi.utils","l":"Retries"},{"p":"org.openapis.openapi.operations","l":"RetrieveMediaInputInfo"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoData"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"RetrieveMediaInputInfoRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"RetrieveMediaInputInfoResponse"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoResponse"},{"p":"org.openapis.openapi.models.operations","l":"RetrieveMediaInputInfoResponseBody"},{"p":"org.openapis.openapi.utils","l":"RetryableException"},{"p":"org.openapis.openapi.utils","l":"RetryConfig"},{"p":"org.openapis.openapi","l":"SDKConfiguration"},{"p":"org.openapis.openapi.hooks","l":"SDKHooks"},{"p":"org.openapis.openapi.utils","l":"Hook.SdkInit"},{"p":"org.openapis.openapi.models.components","l":"Security"},{"p":"org.openapis.openapi.utils","l":"Security"},{"p":"org.openapis.openapi","l":"SecuritySource"},{"p":"org.openapis.openapi.utils","l":"SerializedBody"},{"p":"org.openapis.openapi.utils","l":"BigDecimalString.Serializer"},{"p":"org.openapis.openapi.utils","l":"BigIntegerString.Serializer"},{"p":"org.openapis.openapi.utils","l":"TypedObject.Serializer"},{"p":"org.openapis.openapi.utils","l":"SessionManager.Session"},{"p":"org.openapis.openapi.utils","l":"SessionManager"},{"p":"org.openapis.openapi","l":"SigningKeys"},{"p":"org.openapis.openapi.models.components","l":"SigningKeysPagination"},{"p":"org.openapis.openapi.models.components","l":"SimulcastdeleteResponse"},{"p":"org.openapis.openapi.models.components","l":"SimulcastRequest"},{"p":"org.openapis.openapi.models.components","l":"SimulcastResponse"},{"p":"org.openapis.openapi.models.components","l":"SimulcastResponseData"},{"p":"org.openapis.openapi","l":"Simulcasts"},{"p":"org.openapis.openapi","l":"SimulcastStream"},{"p":"org.openapis.openapi","l":"SimulcastStreams"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateRequest"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateResponse"},{"p":"org.openapis.openapi.models.components","l":"SimulcastUpdateResponseData"},{"p":"org.openapis.openapi.models.components","l":"SortOrder"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMedia"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaStatus"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaStatus.SourceAccessMediaStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"SourceAccessMediaTrack"},{"p":"org.openapis.openapi.models.components","l":"SrtPlaybackResponse"},{"p":"org.openapis.openapi.utils","l":"RetryConfig.Strategy"},{"p":"org.openapis.openapi.utils","l":"StreamingParser"},{"p":"org.openapis.openapi","l":"Streams"},{"p":"org.openapis.openapi.models.components","l":"SubtitleInput"},{"p":"org.openapis.openapi.models.components","l":"Subtitles"},{"p":"org.openapis.openapi.models.operations","l":"Subtitles"},{"p":"org.openapis.openapi.models.components","l":"SubtitleTrack"},{"p":"org.openapis.openapi.models.components","l":"SubtitleTrackType"},{"p":"org.openapis.openapi.models.components","l":"SubtitleTrackType.SubtitleTrackTypeEnum"},{"p":"org.openapis.openapi.models.components","l":"Summary"},{"p":"org.openapis.openapi.models.operations","l":"Summary"},{"p":"org.openapis.openapi.models.components","l":"SummaryResponse"},{"p":"org.openapis.openapi.operations","l":"AddMediaToPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"AddMediaTrack.Sync"},{"p":"org.openapis.openapi.operations","l":"CancelUpload.Sync"},{"p":"org.openapis.openapi.operations","l":"ChangeMediaOrderInPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"CompleteLiveStream.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateAPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateMediaPlaybackId.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateNewStream.Sync"},{"p":"org.openapis.openapi.operations","l":"CreatePlaybackIdOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateSigningKey.Sync"},{"p":"org.openapis.openapi.operations","l":"CreateSimulcastOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteAPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteLiveStream.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaFromPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaPlaybackId.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteMediaTrack.Sync"},{"p":"org.openapis.openapi.operations","l":"DeletePlaybackIdOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteSigningKey.Sync"},{"p":"org.openapis.openapi.operations","l":"DeleteSimulcastOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"DirectUploadVideoMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"DisableLiveStream.Sync"},{"p":"org.openapis.openapi.operations","l":"EnableLiveStream.Sync"},{"p":"org.openapis.openapi.operations","l":"GenerateSubtitleTrack.Sync"},{"p":"org.openapis.openapi.operations","l":"GetAllPlaylists.Sync"},{"p":"org.openapis.openapi.operations","l":"GetAllStreams.Sync"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfiguration.Sync"},{"p":"org.openapis.openapi.operations","l":"GetDrmConfigurationById.Sync"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamById.Sync"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamPlaybackId.Sync"},{"p":"org.openapis.openapi.operations","l":"GetLiveStreamViewerCountById.Sync"},{"p":"org.openapis.openapi.operations","l":"GetMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"GetMediaClips.Sync"},{"p":"org.openapis.openapi.operations","l":"GetMediaSummary.Sync"},{"p":"org.openapis.openapi.operations","l":"GetPlaybackId.Sync"},{"p":"org.openapis.openapi.operations","l":"GetPlaylistById.Sync"},{"p":"org.openapis.openapi.operations","l":"GetSigningKeyById.Sync"},{"p":"org.openapis.openapi.operations","l":"GetSpecificSimulcastOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"GetTimeseriesData.Sync"},{"p":"org.openapis.openapi.operations","l":"GetVideoViewDetails.Sync"},{"p":"org.openapis.openapi.operations","l":"ListBreakdownValues.Sync"},{"p":"org.openapis.openapi.operations","l":"ListByTopContent.Sync"},{"p":"org.openapis.openapi.operations","l":"ListComparisonValues.Sync"},{"p":"org.openapis.openapi.operations","l":"ListDimensions.Sync"},{"p":"org.openapis.openapi.operations","l":"ListErrors.Sync"},{"p":"org.openapis.openapi.operations","l":"ListFilterValuesForDimension.Sync"},{"p":"org.openapis.openapi.operations","l":"ListLiveClips.Sync"},{"p":"org.openapis.openapi.operations","l":"ListMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"ListOverallValues.Sync"},{"p":"org.openapis.openapi.operations","l":"ListPlaybackIds.Sync"},{"p":"org.openapis.openapi.operations","l":"ListSigningKeys.Sync"},{"p":"org.openapis.openapi.operations","l":"ListUploads.Sync"},{"p":"org.openapis.openapi.operations","l":"ListVideoViews.Sync"},{"p":"org.openapis.openapi.operations","l":"RetrieveMediaInputInfo.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateAPlaylist.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdatedMedia.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdatedMp4Support.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateDomainRestrictions.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdatedSourceAccess.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateLiveStream.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaChapters.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaModeration.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaNamedEntities.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaSummary.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaTrack.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateSpecificSimulcastOfStream.Sync"},{"p":"org.openapis.openapi.operations","l":"UpdateUserAgentRestrictions.Sync"},{"p":"org.openapis.openapi.models.components","l":"TopErrorDetails"},{"p":"org.openapis.openapi.models.components","l":"TopErrorDetailsPercentage"},{"p":"org.openapis.openapi.models.operations","l":"Track"},{"p":"org.openapis.openapi.models.components","l":"TracksSubtitles"},{"p":"org.openapis.openapi.models.components","l":"TrackSubtitlesGenerateRequest"},{"p":"org.openapis.openapi.models.operations","l":"Type"},{"p":"org.openapis.openapi.utils","l":"TypedObject"},{"p":"org.openapis.openapi.utils","l":"Utils.TypeReferenceWithShape"},{"p":"org.openapis.openapi.utils","l":"Types"},{"p":"org.openapis.openapi.models.components","l":"UniqueViewersEffectedPercentage"},{"p":"org.openapis.openapi.models.components","l":"UnknownCreatePlaylistRequest"},{"p":"org.openapis.openapi.models.components","l":"UnknownPlaylistByIdResponseData"},{"p":"org.openapis.openapi.models.components","l":"UnknownPlaylistCreatedSchema"},{"p":"org.openapis.openapi.utils","l":"UnknownType"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUpload"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadResponse"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadResponseMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadStatus"},{"p":"org.openapis.openapi.models.components","l":"UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackId"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdAccessRestrictions"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdDomains"},{"p":"org.openapis.openapi.models.components","l":"UnusedUploadsPlaybackIdUserAgents"},{"p":"org.openapis.openapi.operations","l":"UpdateAPlaylist"},{"p":"org.openapis.openapi.models.operations","l":"UpdateAPlaylistRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateAPlaylistRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateAPlaylistResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateAPlaylistResponse"},{"p":"org.openapis.openapi.operations","l":"UpdatedMedia"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMediaResponseBody"},{"p":"org.openapis.openapi.operations","l":"UpdatedMp4Support"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportMp4Support"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMp4SupportRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedMp4SupportResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedMp4SupportResponseBody"},{"p":"org.openapis.openapi.operations","l":"UpdateDomainRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsData"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateDomainRestrictionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateDomainRestrictionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateDomainRestrictionsResponseBody"},{"p":"org.openapis.openapi.operations","l":"UpdatedSourceAccess"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedSourceAccessRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdatedSourceAccessResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdatedSourceAccessResponseBody"},{"p":"org.openapis.openapi.operations","l":"UpdateLiveStream"},{"p":"org.openapis.openapi.models.operations","l":"UpdateLiveStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateLiveStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateLiveStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateLiveStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"UpdateMedia"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaChapters"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaChaptersRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaChaptersResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaChaptersResponseBody"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaMaxResolution"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaMediaQuality"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaModeration"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationModeration"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaModerationRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaModerationResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaModerationResponseBody"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaNamedEntities"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaNamedEntitiesRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaNamedEntitiesResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaNamedEntitiesResponseBody"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaSourceResolution"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaStatus"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaStatus.UpdateMediaStatusEnum"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaSummary"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaSummaryRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaSummaryResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaSummaryResponseBody"},{"p":"org.openapis.openapi.models.components","l":"UpdateMediaTrack"},{"p":"org.openapis.openapi.operations","l":"UpdateMediaTrack"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateMediaTrackResponseBody"},{"p":"org.openapis.openapi.models.components","l":"UpdatePlaylistRequest"},{"p":"org.openapis.openapi.operations","l":"UpdateSpecificSimulcastOfStream"},{"p":"org.openapis.openapi.models.operations","l":"UpdateSpecificSimulcastOfStreamRequest"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateSpecificSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateSpecificSimulcastOfStreamRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateSpecificSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateSpecificSimulcastOfStreamResponse"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackRequest"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackResponse"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackResponseType"},{"p":"org.openapis.openapi.models.components","l":"UpdateTrackResponseType.UpdateTrackResponseTypeEnum"},{"p":"org.openapis.openapi.operations","l":"UpdateUserAgentRestrictions"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsData"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsDefaultPolicy"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsRequest"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsRequestBody"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateUserAgentRestrictionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsRequestBuilder"},{"p":"org.openapis.openapi.models.operations.async","l":"UpdateUserAgentRestrictionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsResponse"},{"p":"org.openapis.openapi.models.operations","l":"UpdateUserAgentRestrictionsResponseBody"},{"p":"org.openapis.openapi.models.components","l":"UserAgentRestrictions"},{"p":"org.openapis.openapi.models.components","l":"UserAgentsDefaultPolicy"},{"p":"org.openapis.openapi.utils","l":"Utf8UrlEncoder"},{"p":"org.openapis.openapi.utils","l":"Utils"},{"p":"org.openapis.openapi.models.components","l":"VideoInput"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegment1"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegment2"},{"p":"org.openapis.openapi.models.components","l":"VideoInputSegmentUnion"},{"p":"org.openapis.openapi","l":"Videos"},{"p":"org.openapis.openapi.models.components","l":"VideoTrack"},{"p":"org.openapis.openapi.models.components","l":"VideoTrackForGetAll"},{"p":"org.openapis.openapi.models.components","l":"ViewerTime"},{"p":"org.openapis.openapi.models.components","l":"Views"},{"p":"org.openapis.openapi","l":"Views"},{"p":"org.openapis.openapi.models.components","l":"ViewsByTopContentDetails"},{"p":"org.openapis.openapi.models.components","l":"ViewsCountResponse"},{"p":"org.openapis.openapi.models.components","l":"ViewsCountResponseData"},{"p":"org.openapis.openapi.models.components","l":"ViewsList"},{"p":"org.openapis.openapi.models.components","l":"WatermarkInput"},{"p":"org.openapis.openapi.models.components","l":"WatermarkInputType"},{"p":"org.openapis.openapi.models.components","l":"XAlign"},{"p":"org.openapis.openapi.models.components","l":"YAlign"}];updateSearchResults(); \ No newline at end of file diff --git a/build/docs/javadoc/type-search-index.zip b/build/docs/javadoc/type-search-index.zip deleted file mode 100644 index 00b16df..0000000 Binary files a/build/docs/javadoc/type-search-index.zip and /dev/null differ diff --git a/build/libs/fastpix-0.0.1.jar b/build/libs/fastpix-0.0.1.jar deleted file mode 100644 index 9e187c2..0000000 Binary files a/build/libs/fastpix-0.0.1.jar and /dev/null differ diff --git a/build/libs/sdk-0.0.1-javadoc.jar b/build/libs/sdk-0.0.1-javadoc.jar deleted file mode 100644 index 8197a76..0000000 Binary files a/build/libs/sdk-0.0.1-javadoc.jar and /dev/null differ diff --git a/build/libs/sdk-0.0.1-sources.jar b/build/libs/sdk-0.0.1-sources.jar deleted file mode 100644 index 12c5b5f..0000000 Binary files a/build/libs/sdk-0.0.1-sources.jar and /dev/null differ diff --git a/build/pom.xml b/build/pom.xml index 3551443..ace7335 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -9,13 +9,13 @@ 4.0.0 io.fastpix sdk - 0.1.0 - My Company Java SDK - SDK enabling Java developers to easily integrate with the My Company API. - https://github.com/owner/repo + 1.0.0 + FastPix Java SDK + SDK enabling Java developers to easily integrate with the FastPix API. + https://github.com/FastPix/fastpix-java - My Company - www.mycompany.com + FastPix + https://fastpix.io @@ -25,15 +25,19 @@ - My Company - info@mycompany.com - My Company + FastPix + devs@fastpix.io + FastPix - scm:git:ssh://git@github.com/owner/repo.git - github.com/owner/repo + https://github.com/FastPix/fastpix-java.git + https://github.com/FastPix/fastpix-java + + 11 + 11 + com.fasterxml.jackson.core @@ -53,6 +57,18 @@ + + org.slf4j + slf4j-api + 2.0.9 + compile + + + org.reactivestreams + reactive-streams + 1.0.4 + compile + com.fasterxml.jackson.core jackson-databind @@ -77,5 +93,11 @@ 2.18.0 runtime + + jakarta.annotation + jakarta.annotation-api + 3.0.0 + runtime + diff --git a/build/tmp/compileJava/previous-compilation-data.bin b/build/tmp/compileJava/previous-compilation-data.bin index f19049d..103a528 100644 Binary files a/build/tmp/compileJava/previous-compilation-data.bin and b/build/tmp/compileJava/previous-compilation-data.bin differ diff --git a/build/tmp/javadoc/javadoc.options b/build/tmp/javadoc/javadoc.options index 7fdb4e9..55bb191 100644 --- a/build/tmp/javadoc/javadoc.options +++ b/build/tmp/javadoc/javadoc.options @@ -1,276 +1,876 @@ -Xdoclint:none '-quiet' --classpath '/Users/saritha/workspace/fast-pix-sdk-java-14May/build/classes/java/main:/Users/saritha/workspace/fast-pix-sdk-java-14May/build/resources/main:/Users/saritha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.18.2/9ed6d538ebcc66864e114a7040953dce6ab6ea53/jackson-datatype-jdk8-2.18.2.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.18.2/fb64ccac5c27dca8819418eb4e443a9f496d9ee7/jackson-core-2.18.2.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.18.2/7b6ff96adf421f4c6edbd694e797dd8fe434510a/jackson-datatype-jsr310-2.18.2.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.18.2/deef8697b92141fb6caf7aa86966cff4eec9b04f/jackson-databind-2.18.2.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.18.2/985d77751ebc7fce5db115a986bc9aa82f973f4a/jackson-annotations-2.18.2.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/org.openapitools/jackson-databind-nullable/0.2.6/d8c7e6b4fcc10d36771d157fc011d2a04479e4a7/jackson-databind-nullable-0.2.6.jar:/Users/saritha/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.18.0/44084ef756763795b31c578403dd028ff4a22950/commons-io-2.18.0.jar' --d '/Users/saritha/workspace/fast-pix-sdk-java-14May/build/docs/javadoc' --doctitle 'fastpix 0.1.0 API' +-classpath '/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/build/classes/java/main:/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/build/resources/main:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.18.2/9ed6d538ebcc66864e114a7040953dce6ab6ea53/jackson-datatype-jdk8-2.18.2.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.18.2/fb64ccac5c27dca8819418eb4e443a9f496d9ee7/jackson-core-2.18.2.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.18.2/7b6ff96adf421f4c6edbd694e797dd8fe434510a/jackson-datatype-jsr310-2.18.2.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.18.2/deef8697b92141fb6caf7aa86966cff4eec9b04f/jackson-databind-2.18.2.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.18.2/985d77751ebc7fce5db115a986bc9aa82f973f4a/jackson-annotations-2.18.2.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/org.openapitools/jackson-databind-nullable/0.2.6/d8c7e6b4fcc10d36771d157fc011d2a04479e4a7/jackson-databind-nullable-0.2.6.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.4/3864a1320d97d7b045f729a326e1e077661f31b7/reactive-streams-1.0.4.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.18.0/44084ef756763795b31c578403dd028ff4a22950/commons-io-2.18.0.jar:/Users/tharunbudidha/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/3.0.0/54f928fadec906a99d558536756d171917b9d936/jakarta.annotation-api-3.0.0.jar' +-d '/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/build/docs/javadoc' +-doctitle 'openapi 1.0.0 API' -encoding 'UTF-8' -html5 -notimestamp -quiet --windowtitle 'fastpix 0.1.0 API' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/ManageVideos.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/FastPixSDK.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/SecuritySource.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/SpeakeasyMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/EventStreamReader.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/SecurityMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/LazySingletonValue.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/RetryConfig.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/TypedObject.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/BigDecimalString.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Helpers.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Response.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/OneOfDeserializer.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/MultipartFormMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/EventStreamMessage.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/HasSecurity.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/JSON.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Hooks.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Deserializers.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/QueryParameters.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/QueryEncoding.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/NameValue.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Utils.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/QueryParamsMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Retries.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Utf8UrlEncoder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/RecordingClient.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/RequestBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/RequestMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/EventStream.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Security.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Metadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/SpeakeasyHTTPClient.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/BackoffStrategy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/SerializedBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/SessionManager.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Types.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/EventStreamLineReader.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/HTTPClient.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Options.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/HeaderMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/PathParamsMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/FormMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Hook.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/HTTPRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Multipart.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/QueryParameter.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/Constants.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/utils/BigIntegerString.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Mp4Support.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/SDKMethodInterfaces.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/LanguageCode.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Type.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/SubtitlesMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateNewStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/MaxResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Moderation.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/ListMediaOrderBy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Data.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/ListMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/ListMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/ListMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Input.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/PushMediaSettings.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DeleteMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaResponseBody.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Summary.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/Subtitles.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/operations/GetMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackSettings.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SegmentUnion.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchResponseDataMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestType.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Pagination.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/InputMediaSettings.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdResponseData.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/MediaPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Track.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchResponseDTO.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/XAlign.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestDomains.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchLiveStreamRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Moderation.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdDomains.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastResponseMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastResponseData.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdUserAgents.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Media.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/MediaMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Segment2.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/AudioInput.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/YAlign.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchResponseData.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackId.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/LivestreamgetResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIds.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/LiveStreamResponseDTO.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Placement.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Security.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Segment1.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/WatermarkInputType.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/WatermarkInput.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Subtitle.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/GetStreamsResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastdeleteResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Input.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/AudioInputType.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/MediaMaxResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/DirectUpload.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/MediaMp4Support.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SubtitleMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/VideoInput.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SourceResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/ImposeTrack.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SubtitleInput.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/DirectUploadResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/Summary.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequest.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/APIException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/ForbiddenException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/ValidationErrorResponse.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/BadRequestError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/UnauthorizedException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/ValidationErrorResponseError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/InvalidPermissionError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/SimulcastUnavailableException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/MediaNotFoundException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/AuthException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/UnauthorizedError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/BadRequestException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/InvalidPermissionException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/Field.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/ForbiddenError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/MediaNotFoundError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/models/errors/SimulcastUnavailableError.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/SimulcastStream.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/ManageLiveStream.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/Playback.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/InputVideo.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/SDKConfiguration.java' -'/Users/saritha/workspace/fast-pix-sdk-java-14May/src/main/java/io/fastpix/sdk/StartLiveStream.java' +-windowtitle 'openapi 1.0.0 API' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncInVideoAiFeatures.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/ManageVideos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncFastpix.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncSigningKeys.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncSimulcasts.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/SigningKeys.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncPlayback.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Videos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Simulcasts.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncErrors.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncManageVideos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncSimulcastStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/ManageLiveStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncDimensions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/DrmConfigurations.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/SecuritySource.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/LivePlaybacks.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Playlists.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Fastpix.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/ResponseWithBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/BlockingParser.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/NonRetryableException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/SecurityMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/LazySingletonValue.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/AsyncRetries.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/RetryConfig.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/AsyncHook.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/TypedObject.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/BigDecimalString.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Helpers.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Response.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/OneOfDeserializer.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/MultipartFormMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/EventStreamMessage.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/UnknownType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/HasSecurity.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Reflections.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/AsyncHooks.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/JSON.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Hooks.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Deserializers.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/reactive/EventStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/reactive/ReactiveUtils.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/RetryableException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/QueryParameters.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/QueryEncoding.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/NameValue.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Utils.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Headers.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/FastpixLogger.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/QueryParamsMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Retries.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/FastpixMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/AsyncRetryableException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Utf8UrlEncoder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Exceptions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/RecordingClient.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/AsyncResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/RequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/RequestMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/EventStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Security.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Metadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/FastpixHTTPClient.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/CopiableInputStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/HookAdapters.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/BackoffStrategy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/SerializedBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/SessionManager.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Blob.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Types.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/HTTPClient.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Options.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/GenericTypeIdResolver.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/HeaderMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/PathParamsMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/FormMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Hook.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Globals.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/HTTPRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/StreamingParser.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Multipart.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/QueryParameter.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/Constants.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/utils/BigIntegerString.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DimensionsId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsDomainsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsAccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListByTopContentTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListVideoViewsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListUploadsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListDimensionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CancelUploadRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/OrderBy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaClipsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CancelUploadResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/LanguageCode.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsUserAgentsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Type.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListByTopContentRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaAccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdUserAgentsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListSigningKeysRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListVideoViewsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaClipsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Track.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateNewStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateSigningKeyResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CancelUploadRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/MaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllStreamsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListLiveClipsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListVideoViewsTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListSigningKeysResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListByTopContentResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListVideoViewsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMediaResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/AddMediaToPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedSourceAccessRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListVideoViewsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListUploadsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaSummaryResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedSourceAccessResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListErrorsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/RetrieveMediaInputInfoRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListDimensionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreatePlaybackIdOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/EnableLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetAllPlaylistsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetSigningKeyByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CancelUploadResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListBreakdownValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetTimeseriesDataResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListByTopContentRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/EnableLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetTimeseriesDataRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaClipsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamViewerCountByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateNewStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateSigningKeyResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateDomainRestrictionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/RetrieveMediaInputInfoResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CancelUploadRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetAllStreamsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListErrorsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListLiveClipsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ChangeMediaOrderInPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateMediaPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListSigningKeysResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListByTopContentResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListVideoViewsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DirectUploadVideoMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateSpecificSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListPlaybackIdsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListFilterValuesForDimensionResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateUserAgentRestrictionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeletePlaybackIdOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListFilterValuesForDimensionRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteSigningKeyResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DirectUploadVideoMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteSigningKeyRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateUserAgentRestrictionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ChangeMediaOrderInPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetSigningKeyByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetAllStreamsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListBreakdownValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaChaptersRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListDimensionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaFromPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedMp4SupportRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaSummaryRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListSigningKeysRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetVideoViewDetailsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListPlaybackIdsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaClipsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetPlaylistByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetSpecificSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaModerationRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetVideoViewDetailsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListUploadsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListOverallValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DisableLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaNamedEntitiesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaSummaryResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaModerationResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CompleteLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaFromPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateNewStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/AddMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateMediaPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaSummaryRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListLiveClipsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreateSigningKeyRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeletePlaybackIdOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/AddMediaToPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GenerateSubtitleTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateSpecificSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListComparisonValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetPlaylistByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetSpecificSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListComparisonValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CreatePlaybackIdOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaChaptersResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/CompleteLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedMp4SupportResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateDomainRestrictionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaNamedEntitiesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GenerateSubtitleTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/DisableLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/UpdatedMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetAllPlaylistsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamViewerCountByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/AddMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/async/ListOverallValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Configuration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListDimensionsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListLiveClipsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllStreamsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllStreamsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesMetricId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListDimensionsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesSortOrder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListSigningKeysRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListUploadsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaClipsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaModeration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListByTopContentResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListErrorsData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/MediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Resolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListUploadsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataMetricId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/File.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListMediaResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CancelUploadResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListUploadsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationModeration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesMetricId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Dimension.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateNewStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListByTopContentRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdAccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Input.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListLiveClipsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesTimespan.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListVideoViewsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreateSigningKeyRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/PushMediaSettings.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DeleteMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataSortOrder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListLiveClipsResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GroupBy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaTrackResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequestBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdDomainsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdatedMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsRequestBuilder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Summary.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/Subtitles.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesResponseBody.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/AddMediaTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/ListOverallValuesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/operations/GetMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadResponseMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackSettings.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnknownCreatePlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistOrder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PullVideoInputSegment2.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestLanguageCode.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DirectUploadStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastUpdateResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AddTrackRequestType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMediaSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestManualType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllPlaylistsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DateRange.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DataPagination.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedDirectUpload.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseMediaListItem.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AiResponseRecord.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestTypeIdResolver.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LanguageCode.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoInputSegmentUnion.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ChaptersResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaResponseStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveStreamPagination.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Pagination.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/InputMediaSettings.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataManual.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaCancelResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveMediaClipsStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsComparisonDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseMetadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlayerHeight.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GenerateTrackResponseType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PatchResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/XAlign.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AiSummaryRecord.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaIdsRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistCreatedSchemaTypeIdResolver.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMediaMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastUpdateResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ModerationResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaResponseMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistItem.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdSuccessResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SigningKeysPagination.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AddTrackResponseType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMediaMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PatchLiveStreamRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ErrorDetailsPercentage.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnknownPlaylistCreatedSchema.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Moderation.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetPublicPemUsingSigningKeyIdResponseDTOData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoTrackForGetAll.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMediaSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllSigningKeysResponseDto.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMediaMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveMediaClipsMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/TracksSubtitles.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DrmIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestAccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DeleteSigningKeyResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsBreakdownDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Media.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AddTrackRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetPublicPemUsingSigningKeyIdResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaClipResponsePagination.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SubtitleTrackType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PolicyAction.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistCreatedResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataSmartType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SubtitleTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SrtPlaybackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GenerateTrackResponseLanguageCode.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaResponseInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoInputSegment1.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateSigningKeyResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AudioInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PullVideoInputSegmentUnion.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/BasicAccessPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Custom2.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveStreamDeleteResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllSigningKeysResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/YAlign.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/NamedEntitiesResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/EventTime.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoInputSegment2.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ViewsCountResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Custom1.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistItemType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PatchResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMediaStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Event.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataSmart.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LivestreamgetResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveMediaClipsSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsOverallDataDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AudioTrackType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataManualType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataTypeIdResolver.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsTimeseriesDataDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveStreamResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Placement.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/TrackSubtitlesGenerateRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Security.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DefaultError.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveMediaClipsTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/WatermarkInputType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Metadata.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Resolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnknownPlaylistByIdResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaClipResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdSuccessResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SortOrder.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/WatermarkInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateMediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UserAgentsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SummaryResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetStreamsResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastdeleteResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/TopErrorDetailsPercentage.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Input.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestManual.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ViewerTime.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateLiveStreamResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AudioInputType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PullVideoInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DirectUpload.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMediaMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UserAgentRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PropertyId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestSmartType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DomainRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdDomains.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaClipResponsePlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ViewsList.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdUserAgents.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaClipResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/VideoInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GenerateTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveMediaClips.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/TopErrorDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaResponseMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SourceAccessMediaStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MediaClipResponseStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ViewsCountResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Error.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastUpdateRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlayerViewCount.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ImposeTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsTimeseriesmetadataDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistDeleteResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdatePlaylistRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetCreateLiveStreamResponseDTO.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetMediaResponseStatus.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SimulcastResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/SubtitleInput.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DirectUploadResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/LiveSimulcast.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Views.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AudioTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Summary.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/Subtitles.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/BrowserNameDimensiondetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaybackIdRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateLiveStreamRequestMaxResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsOverallmetadataDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequest.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/MetricsmetadataDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaRequestAccessRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreateMediaSuccessResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DirectUploadResponseMediaQuality.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UniqueViewersEffectedPercentage.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestSmart.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PullVideoInputSegment1.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/AddTrackResponse.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/PlaylistCreatedSchema.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ViewsByTopContentDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseSourceResolution.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/ErrorDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/UpdateTrackResponseType.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/components/DomainsDefaultPolicy.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/errors/APIException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/errors/AsyncAPIException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/errors/FastpixException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/models/errors/AuthException.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Dimensions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListComparisonValues.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/Operations.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetLiveStreamById.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteMediaPlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DisableLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetDrmConfiguration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CancelUpload.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateMediaPlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetLiveStreamPlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteSimulcastOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetSpecificSimulcastOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DirectUploadVideoMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListUploads.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateSpecificSimulcastOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetDrmConfigurationById.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdatedMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListSigningKeys.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListVideoViews.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListByTopContent.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateDomainRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteSigningKey.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CompleteLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetMediaClips.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdatedMp4Support.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListBreakdownValues.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/AddMediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetAllPlaylists.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GenerateSubtitleTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/RetrieveMediaInputInfo.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/AddMediaToPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateAPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListLiveClips.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateMediaChapters.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListOverallValues.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateAPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListFilterValuesForDimension.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteMediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdatedSourceAccess.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetSigningKeyById.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateNewStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateMediaTrack.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateUserAgentRestrictions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetLiveStreamViewerCountById.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetTimeseriesData.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListDimensions.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetVideoViewDetails.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteMedia.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateSigningKey.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetPlaybackId.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeletePlaybackIdOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateMediaSummary.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ChangeMediaOrderInPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateMediaModeration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/EnableLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetPlaylistById.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteMediaFromPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/UpdateMediaNamedEntities.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListPlaybackIds.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetAllStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreateSimulcastOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/CreatePlaybackIdOfStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/DeleteAPlaylist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/GetMediaSummary.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/operations/ListErrors.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncLivePlayback.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/InVideoAiFeatures.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncManageLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/SimulcastStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncPlaylists.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/ManageLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Playback.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncMetrics.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/hooks/SDKHooks.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncSimulcastStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/SimulcastStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Playlist.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/LivePlayback.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncDrmConfigurations.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncLivePlaybacks.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Errors.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncManageLiveStreams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/LiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AiFeatures.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Streams.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncVideos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncInputVideos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/InputVideos.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/SDKConfiguration.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncAiFeatures.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncLiveStream.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Views.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/Metrics.java' +'/Users/tharunbudidha/Desktop/F-JAVA-3/java-language-sdk-server-side/src/main/java/org/openapis/openapi/AsyncViews.java' diff --git a/docs/models/components/AccessPolicy.md b/docs/models/components/AccessPolicy.md new file mode 100644 index 0000000..270a420 --- /dev/null +++ b/docs/models/components/AccessPolicy.md @@ -0,0 +1,12 @@ +# AccessPolicy + +Access policy for media content + + +## Values + +| Name | Value | +| --------- | --------- | +| `PUBLIC` | public | +| `PRIVATE` | private | +| `DRM` | drm | \ No newline at end of file diff --git a/docs/models/components/AddTrackRequest.md b/docs/models/components/AddTrackRequest.md new file mode 100644 index 0000000..0521f97 --- /dev/null +++ b/docs/models/components/AddTrackRequest.md @@ -0,0 +1,13 @@ +# AddTrackRequest + +Contains details about the track being added to the media file. + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| `url` | *Optional\* | :heavy_minus_sign: | The direct URL of the track file. It must point to a valid audio or subtitle file. | https://static.fastpix.io/music-1.mp3 | +| `type` | [Optional\](../../models/components/AddTrackRequestType.md) | :heavy_minus_sign: | Specifies the type of track being added. It can be either `audio` or `subtitle`. | audio | +| `languageCode` | *Optional\* | :heavy_minus_sign: | The BCP 47 language code representing the track’s language. | it | +| `languageName` | *Optional\* | :heavy_minus_sign: | The full name of the language corresponding to the `languageCode`. | Italian | \ No newline at end of file diff --git a/docs/models/components/AddTrackRequestType.md b/docs/models/components/AddTrackRequestType.md new file mode 100644 index 0000000..374affd --- /dev/null +++ b/docs/models/components/AddTrackRequestType.md @@ -0,0 +1,11 @@ +# AddTrackRequestType + +Specifies the type of track being added. It can be either `audio` or `subtitle`. + + +## Values + +| Name | Value | +| ---------- | ---------- | +| `AUDIO` | audio | +| `SUBTITLE` | subtitle | \ No newline at end of file diff --git a/docs/models/components/AddTrackResponse.md b/docs/models/components/AddTrackResponse.md new file mode 100644 index 0000000..bd57e7a --- /dev/null +++ b/docs/models/components/AddTrackResponse.md @@ -0,0 +1,14 @@ +# AddTrackResponse + +Contains details about the track that was added or updated. + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | The unique identifier of the track. | ace60fc7-e876-4fc6-b9d9-c33fa242f84b | +| `type` | [Optional\](../../models/components/AddTrackResponseType.md) | :heavy_minus_sign: | Specifies the type of track (audio or subtitle). | audio | +| `url` | *Optional\* | :heavy_minus_sign: | The direct URL of the track file. | https://static.fastpix.io/music-1.mp3 | +| `languageCode` | *Optional\* | :heavy_minus_sign: | The BCP 47 language code representing the track's language. | it | +| `languageName` | *Optional\* | :heavy_minus_sign: | The full name of the language corresponding to the `languageCode`. | Italian | \ No newline at end of file diff --git a/docs/models/components/AddTrackResponseType.md b/docs/models/components/AddTrackResponseType.md new file mode 100644 index 0000000..abe9a51 --- /dev/null +++ b/docs/models/components/AddTrackResponseType.md @@ -0,0 +1,11 @@ +# AddTrackResponseType + +Specifies the type of track (audio or subtitle). + + +## Values + +| Name | Value | +| ---------- | ---------- | +| `AUDIO` | audio | +| `SUBTITLE` | subtitle | \ No newline at end of file diff --git a/docs/models/components/AiResponseRecord.md b/docs/models/components/AiResponseRecord.md new file mode 100644 index 0000000..ceb9a0d --- /dev/null +++ b/docs/models/components/AiResponseRecord.md @@ -0,0 +1,11 @@ +# AiResponseRecord + +Represents an AI response record containing status and data for AI-generated features like summary, chapters, named entities, or moderation. + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | +| `status` | *JsonNullable\* | :heavy_minus_sign: | The status of the AI processing (for example, "available", "preparing", "failed"). | ready | +| `data` | Map\ | :heavy_minus_sign: | The AI-generated content data. Can be a Map, List, or other structured data depending on the AI feature type. | | \ No newline at end of file diff --git a/docs/models/components/AiSummaryRecord.md b/docs/models/components/AiSummaryRecord.md new file mode 100644 index 0000000..a35e015 --- /dev/null +++ b/docs/models/components/AiSummaryRecord.md @@ -0,0 +1,11 @@ +# AiSummaryRecord + +Represents an AI response record containing status and data for AI-generated features like summary, chapters, named entities, or moderation. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| `status` | *JsonNullable\* | :heavy_minus_sign: | The status of the AI processing (for example, "available", "preparing", "failed"). | ready | +| `data` | *JsonNullable\* | :heavy_minus_sign: | The AI-generated summary of the media content. This field contains the processed textual output produced by the AI once summarization is complete. | | \ No newline at end of file diff --git a/docs/models/components/AudioInput.md b/docs/models/components/AudioInput.md index 95d28c6..21a5911 100644 --- a/docs/models/components/AudioInput.md +++ b/docs/models/components/AudioInput.md @@ -5,6 +5,6 @@ | Field | Type | Required | Description | Example | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -| `type` | [Optional\](../../models/components/AudioInputType.md) | :heavy_minus_sign: | Type of overlay (currently only supports 'audio'). | audio | -| `swapTrackUrl` | *Optional\* | :heavy_minus_sign: | URL of the audio track to replace the existing audio in the video. | https://file-examples.com/storage/fe0e9b723466913cf9611b7/2017/11/file_example_MP3_700KB.mp3 | +| `type` | [AudioInputType](../../models/components/AudioInputType.md) | :heavy_check_mark: | Type of overlay (currently only supports "audio"). | audio | +| `swapTrackUrl` | *String* | :heavy_check_mark: | URL of the audio track to replace the existing audio in the video. | https://file-examples.com/storage/fe0e9b723466913cf9611b7/2017/11/file_example_MP3_700KB.mp3 | | `imposeTracks` | List\<[ImposeTrack](../../models/components/ImposeTrack.md)> | :heavy_minus_sign: | List of additional audio tracks to overlay on the video. | | \ No newline at end of file diff --git a/docs/models/components/AudioInputType.md b/docs/models/components/AudioInputType.md index 56765fd..defbaab 100644 --- a/docs/models/components/AudioInputType.md +++ b/docs/models/components/AudioInputType.md @@ -1,6 +1,6 @@ # AudioInputType -Type of overlay (currently only supports 'audio'). +Type of overlay (currently only supports "audio"). ## Values diff --git a/docs/models/components/AudioTrack.md b/docs/models/components/AudioTrack.md new file mode 100644 index 0000000..23339ba --- /dev/null +++ b/docs/models/components/AudioTrack.md @@ -0,0 +1,14 @@ +# AudioTrack + +A media consists of different media tracks, like video, audio, and subtitle, all combined. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | FastPix generates a unique identifier for each track. | 9oa85f64-5717-4562-b3fc-2c963f66afa6 | +| `type` | [Optional\](../../models/components/AudioTrackType.md) | :heavy_minus_sign: | Defines the type of input track. | audio | +| `status` | *Optional\* | :heavy_minus_sign: | Indicates the current state of the track. 'available' means the track has been processed successfully and is ready to be used or played. | available | +| `languageName` | *Optional\* | :heavy_minus_sign: | Name of the language in which the subtitles will be generated. | english | +| `languageCode` | *Optional\* | :heavy_minus_sign: | 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). | en | \ No newline at end of file diff --git a/docs/models/components/AudioTrackType.md b/docs/models/components/AudioTrackType.md new file mode 100644 index 0000000..0032b42 --- /dev/null +++ b/docs/models/components/AudioTrackType.md @@ -0,0 +1,10 @@ +# AudioTrackType + +Defines the type of input track. + + +## Values + +| Name | Value | +| ------- | ------- | +| `AUDIO` | audio | \ No newline at end of file diff --git a/docs/models/components/BasicAccessPolicy.md b/docs/models/components/BasicAccessPolicy.md new file mode 100644 index 0000000..2d26517 --- /dev/null +++ b/docs/models/components/BasicAccessPolicy.md @@ -0,0 +1,11 @@ +# BasicAccessPolicy + +Basic access policy for media content + + +## Values + +| Name | Value | +| --------- | --------- | +| `PUBLIC` | public | +| `PRIVATE` | private | \ No newline at end of file diff --git a/docs/models/components/BrowserNameDimensiondetails.md b/docs/models/components/BrowserNameDimensiondetails.md new file mode 100644 index 0000000..4956714 --- /dev/null +++ b/docs/models/components/BrowserNameDimensiondetails.md @@ -0,0 +1,10 @@ +# BrowserNameDimensiondetails + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | +| `value` | *Optional\* | :heavy_minus_sign: | The specific metric value calculated based on the applied filters. | Chrome | +| `uniqueCount` | *Optional\* | :heavy_minus_sign: | The count of unique viewers who interacted with the content. | 20 | +| `count` | *Optional\* | :heavy_minus_sign: | The count of viewers. | 44 | \ No newline at end of file diff --git a/docs/models/components/ChaptersResponse.md b/docs/models/components/ChaptersResponse.md new file mode 100644 index 0000000..3cae0ef --- /dev/null +++ b/docs/models/components/ChaptersResponse.md @@ -0,0 +1,9 @@ +# ChaptersResponse + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | +| `mediaId` | *Optional\* | :heavy_minus_sign: | N/A | c695988b-ff84-42ae-bb21-10f284fedb0e | +| `isChaptersEnabled` | *Optional\* | :heavy_minus_sign: | N/A | true | \ No newline at end of file diff --git a/docs/models/components/CreateLiveStreamRequest.md b/docs/models/components/CreateLiveStreamRequest.md index d439a4e..b7c2955 100644 --- a/docs/models/components/CreateLiveStreamRequest.md +++ b/docs/models/components/CreateLiveStreamRequest.md @@ -6,4 +6,4 @@ | Field | Type | Required | Description | | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | | `playbackSettings` | [PlaybackSettings](../../models/components/PlaybackSettings.md) | :heavy_check_mark: | Displays the result of the playback settings. | -| `inputMediaSettings` | [InputMediaSettings](../../models/components/InputMediaSettings.md) | :heavy_check_mark: | Displays the result of the input Media settings. | \ No newline at end of file +| `inputMediaSettings` | [InputMediaSettings](../../models/components/InputMediaSettings.md) | :heavy_check_mark: | Contains configuration details for input media settings. | \ No newline at end of file diff --git a/docs/models/components/CreateLiveStreamRequestMaxResolution.md b/docs/models/components/CreateLiveStreamRequestMaxResolution.md index ad412f2..826d75f 100644 --- a/docs/models/components/CreateLiveStreamRequestMaxResolution.md +++ b/docs/models/components/CreateLiveStreamRequestMaxResolution.md @@ -1,6 +1,7 @@ # CreateLiveStreamRequestMaxResolution -Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. +Defines the maximum resolution for encoding, storage, and playback of the live stream. + ## Values diff --git a/docs/models/components/CreateLiveStreamRequestMetadata.md b/docs/models/components/CreateLiveStreamRequestMetadata.md deleted file mode 100644 index 56b71dc..0000000 --- a/docs/models/components/CreateLiveStreamRequestMetadata.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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. - - -## Fields - -| Field | Type | Required | Description | -| ----------- | ----------- | ----------- | ----------- | \ No newline at end of file diff --git a/docs/models/components/CreateLiveStreamResponseDTO.md b/docs/models/components/CreateLiveStreamResponseDTO.md new file mode 100644 index 0000000..8499fbf --- /dev/null +++ b/docs/models/components/CreateLiveStreamResponseDTO.md @@ -0,0 +1,26 @@ +# CreateLiveStreamResponseDTO + +Displays the result of the request. + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `streamId` | *Optional\* | :heavy_minus_sign: | Upon creating a new live stream, FastPix assigns a unique identifier to the stream. | 61a264dcc447b63da6fb79ef925cd76d | +| `streamKey` | *Optional\* | :heavy_minus_sign: | A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key. | | +| `srtSecret` | *Optional\* | :heavy_minus_sign: | A secret used for securing the SRT stream. This ensures that only authorized users can access the stream. | | +| `trial` | *Optional\* | :heavy_minus_sign: | 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. | true | +| `status` | *Optional\* | :heavy_minus_sign: | 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 RTMPS streams can be published. | {"possibleValue": "idle, preparing, active, disabled","example": "idle"} | +| `maxResolution` | *Optional\* | :heavy_minus_sign: | Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at. | {"possibleValue": "1080p, 720p, 480p","example": "1080p","default": "1080p"} | +| `maxDuration` | *Optional\* | :heavy_minus_sign: | The maximum duration in seconds that a live stream can have before it ends the stream. | 28800 | +| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time). | | +| `reconnectWindow` | *Optional\* | :heavy_minus_sign: | 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. Before starting the stream, you can set the reconnect window time which is up to 1800 seconds. | 60 | +| `enableRecording` | *Optional\* | :heavy_minus_sign: | 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. | {"example": true,"default": true} | +| `enableDvrMode` | *Optional\* | :heavy_minus_sign: | Enables DVR (Digital Video Recorder) functionality for the live stream. When set to true, viewers can pause, rewind, and resume playback during the live broadcast. This allows time-shifted viewing of the stream while it is still ongoing. | {"example": true,"default": false} | +| `mediaPolicy` | *Optional\* | :heavy_minus_sign: | Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand). | {"possibleValue": "public, private","example": "public","default": "public"} | +| `metadata` | Map\ | :heavy_minus_sign: | 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. | {"livestream_name": "fastpix_livestream"} | +| `lowLatency` | *Optional\* | :heavy_minus_sign: | Enables low-latency streaming mode to reduce playback delay. | true | +| `closedCaptions` | *Optional\* | :heavy_minus_sign: | when provided true Enables closed captions for the livestream. | false | +| `playbackIds` | List\<[PlaybackIdResponse](../../models/components/PlaybackIdResponse.md)> | :heavy_minus_sign: | A collection of Playback ID objects utilized for crafting HLS playback urls. | | +| `srtPlaybackResponse` | [Optional\](../../models/components/SrtPlaybackResponse.md) | :heavy_minus_sign: | This object contains the livestream playback response details for SRT Protocol | | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequest.md b/docs/models/components/CreateMediaRequest.md index 5a4a3db..aa12f6d 100644 --- a/docs/models/components/CreateMediaRequest.md +++ b/docs/models/components/CreateMediaRequest.md @@ -3,18 +3,22 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `inputs` | List\<[Input](../../models/components/Input.md)> | :heavy_check_mark: | N/A | | -| `metadata` | [Optional\](../../models/components/CreateMediaRequestMetadata.md) | :heavy_minus_sign: | 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. | {"key1": "value1"} | -| `subtitle` | [Optional\](../../models/components/Subtitle.md) | :heavy_minus_sign: | Generates subtitle files for audio/video files. | | -| `accessPolicy` | [CreateMediaRequestAccessPolicy](../../models/components/CreateMediaRequestAccessPolicy.md) | :heavy_check_mark: | Determines whether access to the streamed content is kept private or available to all. | public | -| `mp4Support` | [Optional\](../../models/components/CreateMediaRequestMp4Support.md) | :heavy_minus_sign: | “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 | capped_4k | -| `sourceAccess` | *Optional\* | :heavy_minus_sign: | The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it | true | -| `optimizeAudio` | *Optional\* | :heavy_minus_sign: | normalize volume of the audio track. This is available for pre-recorded content only. | true | -| `maxResolution` | [Optional\](../../models/components/CreateMediaRequestMaxResolution.md) | :heavy_minus_sign: | The maximum resolution tier determines the highest quality your media will be available in. | 1080p | -| `summary` | [Optional\](../../models/components/Summary.md) | :heavy_minus_sign: | N/A | | -| `chapters` | *Optional\* | :heavy_minus_sign: | Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable. | true | -| `namedEntities` | *Optional\* | :heavy_minus_sign: | Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. | true | -| `moderation` | [Optional\](../../models/components/Moderation.md) | :heavy_minus_sign: | N/A | | -| `accessRestrictions` | [Optional\](../../models/components/CreateMediaRequestAccessRestrictions.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `inputs` | List\<[Input](../../models/components/Input.md)> | :heavy_check_mark: | Add one input object at a time. For example, first add a **VideoInput** object. If you also need a watermark, click **Add item** again and select **WatermarkInput**. Repeat this process for **AudioInput** or **SubtitleInput** as needed. For a complete explanation of how media uploads from URL and processing work, refer to the FastPix Video on Demand Overview. | | +| `metadata` | Map\ | :heavy_minus_sign: | 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. | {"key1": "value1"} | +| `drmConfigurationId` | *Optional\* | :heavy_minus_sign: | UUID of the DRM configuration to be used | 3fa85f64-5717-4562-b3fc-2c963f66afa6 | +| `title` | *Optional\* | :heavy_minus_sign: | Title of the media file. | My Video Title | +| `creatorId` | *Optional\* | :heavy_minus_sign: | The unique identifier of the user who created this media. | 8fa85f64-5717-4562-b3fc-2c963f66afa6 | +| `subtitles` | [Optional\](../../models/components/Subtitles.md) | :heavy_minus_sign: | Generates subtitle files for audio/video files. | | +| `accessPolicy` | [Optional\](../../models/components/CreateMediaRequestAccessPolicy.md) | :heavy_minus_sign: | Determines whether access to the streamed content is kept private or available to all. | public | +| `mp4Support` | [Optional\](../../models/components/CreateMediaRequestMp4Support.md) | :heavy_minus_sign: | "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 | capped_4k | +| `sourceAccess` | *Optional\* | :heavy_minus_sign: | The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it | true | +| `optimizeAudio` | *Optional\* | :heavy_minus_sign: | normalize volume of the audio track. This is available for pre-recorded content only. | true | +| `maxResolution` | [Optional\](../../models/components/CreateMediaRequestMaxResolution.md) | :heavy_minus_sign: | The maximum resolution tier defines the highest quality at which your media is available. | 1080p | +| `mediaQuality` | [Optional\](../../models/components/CreateMediaRequestMediaQuality.md) | :heavy_minus_sign: | The quality tier applied to the media. | standard | +| `summary` | [Optional\](../../models/components/Summary.md) | :heavy_minus_sign: | N/A | | +| `chapters` | *Optional\* | :heavy_minus_sign: | Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable. | true | +| `namedEntities` | *Optional\* | :heavy_minus_sign: | Enable or disable named entity extraction. Set to `true` to enable or `false` to disable. | true | +| `moderation` | [Optional\](../../models/components/Moderation.md) | :heavy_minus_sign: | N/A | | +| `accessRestrictions` | [Optional\](../../models/components/CreateMediaRequestAccessRestrictions.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestDomains.md b/docs/models/components/CreateMediaRequestDomains.md index f6a1428..72a8744 100644 --- a/docs/models/components/CreateMediaRequestDomains.md +++ b/docs/models/components/CreateMediaRequestDomains.md @@ -5,6 +5,6 @@ | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `defaultPolicy` | [Optional\](../../models/components/CreateMediaRequestDomainsDefaultPolicy.md) | :heavy_minus_sign: | 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` | [Optional\](../../models/components/DomainsDefaultPolicy.md) | :heavy_minus_sign: | 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` | List\<*String*> | :heavy_minus_sign: | 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` | List\<*String*> | :heavy_minus_sign: | A list of domain names or patterns that are explicitly denied access. This list is only effective when the `defaultPolicy` is set to `allow`. | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestDomainsDefaultPolicy.md b/docs/models/components/CreateMediaRequestDomainsDefaultPolicy.md deleted file mode 100644 index 7d93f45..0000000 --- a/docs/models/components/CreateMediaRequestDomainsDefaultPolicy.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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. - - - -## Values - -| Name | Value | -| ------- | ------- | -| `ALLOW` | allow | -| `DENY` | deny | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestMaxResolution.md b/docs/models/components/CreateMediaRequestMaxResolution.md index 30b2afb..6baa8f5 100644 --- a/docs/models/components/CreateMediaRequestMaxResolution.md +++ b/docs/models/components/CreateMediaRequestMaxResolution.md @@ -1,6 +1,6 @@ # CreateMediaRequestMaxResolution -The maximum resolution tier determines the highest quality your media will be available in. +The maximum resolution tier defines the highest quality at which your media is available. @@ -12,5 +12,4 @@ The maximum resolution tier determines the highest quality your media will be av | `ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP` | 1440p | | `ONE_THOUSAND_AND_EIGHTYP` | 1080p | | `SEVEN_HUNDRED_AND_TWENTYP` | 720p | -| `FOUR_HUNDRED_AND_EIGHTYP` | 480p | -| `THREE_HUNDRED_AND_SIXTYP` | 360p | \ No newline at end of file +| `FOUR_HUNDRED_AND_EIGHTYP` | 480p | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestMediaQuality.md b/docs/models/components/CreateMediaRequestMediaQuality.md new file mode 100644 index 0000000..d48142c --- /dev/null +++ b/docs/models/components/CreateMediaRequestMediaQuality.md @@ -0,0 +1,12 @@ +# CreateMediaRequestMediaQuality + +The quality tier applied to the media. + + +## Values + +| Name | Value | +| ---------- | ---------- | +| `STANDARD` | standard | +| `PRO` | pro | +| `PREMIUM` | premium | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestMetadata.md b/docs/models/components/CreateMediaRequestMetadata.md deleted file mode 100644 index 077e615..0000000 --- a/docs/models/components/CreateMediaRequestMetadata.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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. - - - -## Fields - -| Field | Type | Required | Description | -| ----------- | ----------- | ----------- | ----------- | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestMp4Support.md b/docs/models/components/CreateMediaRequestMp4Support.md index 9125dd8..b075b9a 100644 --- a/docs/models/components/CreateMediaRequestMp4Support.md +++ b/docs/models/components/CreateMediaRequestMp4Support.md @@ -1,6 +1,6 @@ # 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 +"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 diff --git a/docs/models/components/CreateMediaRequestType.md b/docs/models/components/CreateMediaRequestType.md index 5e70cee..577e1e2 100644 --- a/docs/models/components/CreateMediaRequestType.md +++ b/docs/models/components/CreateMediaRequestType.md @@ -1,6 +1,6 @@ # CreateMediaRequestType -Defines the type of input. Possible values include video, audio, av. +Defines the type of input. Possible values include video, audio, or av. diff --git a/docs/models/components/CreateMediaRequestUserAgents.md b/docs/models/components/CreateMediaRequestUserAgents.md index 48c55bb..aabaafa 100644 --- a/docs/models/components/CreateMediaRequestUserAgents.md +++ b/docs/models/components/CreateMediaRequestUserAgents.md @@ -5,6 +5,6 @@ | Field | Type | Required | Description | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `defaultPolicy` | [Optional\](../../models/components/CreateMediaRequestUserAgentsDefaultPolicy.md) | :heavy_minus_sign: | 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` | [Optional\](../../models/components/UserAgentsDefaultPolicy.md) | :heavy_minus_sign: | 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` | List\<*String*> | :heavy_minus_sign: | 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` | List\<*String*> | :heavy_minus_sign: | 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`. | \ No newline at end of file diff --git a/docs/models/components/CreateMediaRequestUserAgentsDefaultPolicy.md b/docs/models/components/CreateMediaRequestUserAgentsDefaultPolicy.md deleted file mode 100644 index b51bf2a..0000000 --- a/docs/models/components/CreateMediaRequestUserAgentsDefaultPolicy.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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. - - - -## Values - -| Name | Value | -| ------- | ------- | -| `ALLOW` | allow | -| `DENY` | deny | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponse.md b/docs/models/components/CreateMediaResponse.md index 53011db..f807ee6 100644 --- a/docs/models/components/CreateMediaResponse.md +++ b/docs/models/components/CreateMediaResponse.md @@ -3,13 +3,17 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *Optional\* | :heavy_minus_sign: | The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters. | iyuU4HFxhJg1vMHM2uztnJut1hIJBuNBSzJionwUV7c | -| `trial` | *Optional\* | :heavy_minus_sign: | 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. | true | -| `status` | *Optional\* | :heavy_minus_sign: | Determines the media's status, which can be one of the possible values. | preparing | -| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Time the media was created, defined as a localDateTime (UTC Time). | 2023-10-20T10:50:34.594302Z | -| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Time the media was updated, defined as a localDateTime (UTC Time). | 2023-10-20T10:50:34.594302Z | -| `playbackIds` | List\<[PlaybackId](../../models/components/PlaybackId.md)> | :heavy_minus_sign: | A collection of Playback ID objects utilized for crafting HLS playback URLs. | | -| `metadata` | [Optional\](../../models/components/CreateMediaResponseMetadata.md) | :heavy_minus_sign: | 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. | {"key1": "value1"} | -| `maxResolution` | [Optional\](../../models/components/CreateMediaResponseMaxResolution.md) | :heavy_minus_sign: | The maximum resolution tier determines the highest quality your media will be available in. | 1080p | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters. | a1d1acdd-8f4e-4add-b498-6b398cf349d9 | +| `trial` | *Optional\* | :heavy_minus_sign: | 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. | true | +| `status` | [Optional\](../../models/components/CreateMediaResponseStatus.md) | :heavy_minus_sign: | Determines the media's status, which can be one of the possible values. | Created | +| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Time the media was created, defined as a localDateTime (UTC Time). | 2023-10-20T10:50:34.594302Z | +| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Time the media was updated, defined as a localDateTime (UTC Time). | 2023-10-20T10:50:34.594302Z | +| `playbackIds` | List\<[PlaybackId](../../models/components/PlaybackId.md)> | :heavy_minus_sign: | A collection of Playback ID objects utilized for crafting HLS playback URLs. | | +| `metadata` | Map\ | :heavy_minus_sign: | 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. | {"key1": "value1"} | +| `mediaQuality` | [Optional\](../../models/components/CreateMediaResponseMediaQuality.md) | :heavy_minus_sign: | The quality tier applied to the media. | standard | +| `sourceAccess` | *Optional\* | :heavy_minus_sign: | The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it. | false | +| `maxResolution` | [Optional\](../../models/components/CreateMediaResponseMaxResolution.md) | :heavy_minus_sign: | The maximum resolution tier defines the highest quality at which your media is available. | 1080p | +| `inputs` | List\<[CreateMediaResponseInput](../../models/components/CreateMediaResponseInput.md)> | :heavy_minus_sign: | A list of media input sources to be processed. | | +| `optimizeAudio` | *Optional\* | :heavy_minus_sign: | Enhance the quality and volume of the audio track. This is available for pre-recorded content only. | false | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponseInput.md b/docs/models/components/CreateMediaResponseInput.md new file mode 100644 index 0000000..caeeb83 --- /dev/null +++ b/docs/models/components/CreateMediaResponseInput.md @@ -0,0 +1,9 @@ +# CreateMediaResponseInput + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | +| `type` | *Optional\* | :heavy_minus_sign: | The type of input media. Commonly set to `video`. | video | +| `url` | *Optional\* | :heavy_minus_sign: | The publicly accessible URL of the input video file. | https://static.fastpix.io/fp-sample-video.mp4 | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponseMaxResolution.md b/docs/models/components/CreateMediaResponseMaxResolution.md index 290e2a3..2eed2ec 100644 --- a/docs/models/components/CreateMediaResponseMaxResolution.md +++ b/docs/models/components/CreateMediaResponseMaxResolution.md @@ -1,6 +1,6 @@ # CreateMediaResponseMaxResolution -The maximum resolution tier determines the highest quality your media will be available in. +The maximum resolution tier defines the highest quality at which your media is available. ## Values @@ -11,5 +11,4 @@ The maximum resolution tier determines the highest quality your media will be av | `ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP` | 1440p | | `ONE_THOUSAND_AND_EIGHTYP` | 1080p | | `SEVEN_HUNDRED_AND_TWENTYP` | 720p | -| `FOUR_HUNDRED_AND_EIGHTYP` | 480p | -| `THREE_HUNDRED_AND_SIXTYP` | 360p | \ No newline at end of file +| `FOUR_HUNDRED_AND_EIGHTYP` | 480p | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponseMediaQuality.md b/docs/models/components/CreateMediaResponseMediaQuality.md new file mode 100644 index 0000000..be17b33 --- /dev/null +++ b/docs/models/components/CreateMediaResponseMediaQuality.md @@ -0,0 +1,12 @@ +# CreateMediaResponseMediaQuality + +The quality tier applied to the media. + + +## Values + +| Name | Value | +| ---------- | ---------- | +| `STANDARD` | standard | +| `PRO` | pro | +| `PREMIUM` | premium | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponseMetadata.md b/docs/models/components/CreateMediaResponseMetadata.md deleted file mode 100644 index 033c718..0000000 --- a/docs/models/components/CreateMediaResponseMetadata.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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. - - -## Fields - -| Field | Type | Required | Description | -| ----------- | ----------- | ----------- | ----------- | \ No newline at end of file diff --git a/docs/models/components/CreateMediaResponseStatus.md b/docs/models/components/CreateMediaResponseStatus.md new file mode 100644 index 0000000..f5b9075 --- /dev/null +++ b/docs/models/components/CreateMediaResponseStatus.md @@ -0,0 +1,17 @@ +# CreateMediaResponseStatus + +Determines the media's status, which can be one of the possible values. + + +## Values + +| Name | Value | +| ------------- | ------------- | +| `CREATED` | Created | +| `DOWNLOADING` | Downloading | +| `DOWNLOADED` | Downloaded | +| `VALIDATING` | Validating | +| `IN_QUEUE` | In Queue | +| `PROCESSING` | Processing | +| `READY` | Ready | +| `FAILED` | Failed | \ No newline at end of file diff --git a/docs/models/components/CreateMediaSuccessResponse.md b/docs/models/components/CreateMediaSuccessResponse.md new file mode 100644 index 0000000..57152de --- /dev/null +++ b/docs/models/components/CreateMediaSuccessResponse.md @@ -0,0 +1,9 @@ +# CreateMediaSuccessResponse + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | +| `success` | *Optional\* | :heavy_minus_sign: | Shows the request status. Returns true for success and false for failure. | true | +| `data` | [Optional\](../../models/components/CreateMediaResponse.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/components/CreatePlaybackId.md b/docs/models/components/CreatePlaybackId.md new file mode 100644 index 0000000..ac32969 --- /dev/null +++ b/docs/models/components/CreatePlaybackId.md @@ -0,0 +1,13 @@ +# CreatePlaybackId + +A collection of Playback ID objects utilized for crafting HLS playback urls. + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | A unique identifier is generated by FastPix for the playbacks. | 6ta85f64-5717-4562-b3fc-2c963f66afa6 | +| `accessPolicy` | [Optional\](../../models/components/AccessPolicy.md) | :heavy_minus_sign: | Access policy for media content | | +| `accessRestrictions` | [Optional\](../../models/components/CreatePlaybackIdAccessRestrictions.md) | :heavy_minus_sign: | 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. | | +| `resolution` | [Optional\](../../models/components/Resolution.md) | :heavy_minus_sign: | The maximum resolution for the playback ID. | 1080p | \ No newline at end of file diff --git a/docs/models/components/CreatePlaybackIdAccessRestrictions.md b/docs/models/components/CreatePlaybackIdAccessRestrictions.md new file mode 100644 index 0000000..3f67202 --- /dev/null +++ b/docs/models/components/CreatePlaybackIdAccessRestrictions.md @@ -0,0 +1,11 @@ +# CreatePlaybackIdAccessRestrictions + +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. + + +## Fields + +| Field | Type | Required | Description | +| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | +| `domains` | [Optional\](../../models/components/CreatePlaybackIdDomains.md) | :heavy_minus_sign: | Restrictions based on the originating domain of a request (for example, whether requests from certain websites should be allowed or blocked). | +| `userAgents` | [Optional\](../../models/components/CreatePlaybackIdUserAgents.md) | :heavy_minus_sign: | Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). | \ No newline at end of file diff --git a/docs/models/components/CreatePlaybackIdDomains.md b/docs/models/components/CreatePlaybackIdDomains.md new file mode 100644 index 0000000..cedf7bb --- /dev/null +++ b/docs/models/components/CreatePlaybackIdDomains.md @@ -0,0 +1,12 @@ +# CreatePlaybackIdDomains + +Restrictions based on the originating domain of a request (for example, whether requests from certain websites should be allowed or blocked). + + +## Fields + +| Field | Type | Required | Description | +| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | +| `defaultPolicy` | [Optional\](../../models/components/PolicyAction.md) | :heavy_minus_sign: | Policy action type | +| `allow` | List\<*String*> | :heavy_minus_sign: | A list of domains that are explicitly allowed access. | +| `deny` | List\<*String*> | :heavy_minus_sign: | A list of domains that are explicitly blocked from accessing the resource. | \ No newline at end of file diff --git a/docs/models/components/CreatePlaybackIdUserAgents.md b/docs/models/components/CreatePlaybackIdUserAgents.md new file mode 100644 index 0000000..fb3891b --- /dev/null +++ b/docs/models/components/CreatePlaybackIdUserAgents.md @@ -0,0 +1,12 @@ +# CreatePlaybackIdUserAgents + +Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves). + + +## Fields + +| Field | Type | Required | Description | +| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | +| `defaultPolicy` | [Optional\](../../models/components/PolicyAction.md) | :heavy_minus_sign: | Policy action type | +| `allow` | List\<*String*> | :heavy_minus_sign: | A list of specific user agents that are allowed to access the resource. | +| `deny` | List\<*String*> | :heavy_minus_sign: | A list of specific user agents that are blocked. | \ No newline at end of file diff --git a/docs/models/components/CreatePlaylistRequest.md b/docs/models/components/CreatePlaylistRequest.md new file mode 100644 index 0000000..f6a0baa --- /dev/null +++ b/docs/models/components/CreatePlaylistRequest.md @@ -0,0 +1,2 @@ +# CreatePlaylistRequest + diff --git a/docs/models/components/CreatePlaylistRequestManual.md b/docs/models/components/CreatePlaylistRequestManual.md new file mode 100644 index 0000000..9e09366 --- /dev/null +++ b/docs/models/components/CreatePlaylistRequestManual.md @@ -0,0 +1,12 @@ +# CreatePlaylistRequestManual + + +## Fields + +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | +| `name` | *String* | :heavy_check_mark: | Name of the playlist. | Playlist name | +| `referenceId` | *String* | :heavy_check_mark: | Unique string value assigned by user to the playlist. | a1 | +| `type` | [CreatePlaylistRequestManualType](../../models/components/CreatePlaylistRequestManualType.md) | :heavy_check_mark: | Manual playlist type (no `playOrder`). | manual | +| `description` | *Optional\* | :heavy_minus_sign: | Description for a playlist (Optional). | This is a playlist | +| `limit` | *Optional\* | :heavy_minus_sign: | Optional parameter to limit no. of media in a playlist. | | \ No newline at end of file diff --git a/docs/models/components/CreatePlaylistRequestManualType.md b/docs/models/components/CreatePlaylistRequestManualType.md new file mode 100644 index 0000000..8bf241e --- /dev/null +++ b/docs/models/components/CreatePlaylistRequestManualType.md @@ -0,0 +1,10 @@ +# CreatePlaylistRequestManualType + +Manual playlist type (no `playOrder`). + + +## Values + +| Name | Value | +| -------- | -------- | +| `MANUAL` | manual | \ No newline at end of file diff --git a/docs/models/components/CreatePlaylistRequestSmart.md b/docs/models/components/CreatePlaylistRequestSmart.md new file mode 100644 index 0000000..58d0106 --- /dev/null +++ b/docs/models/components/CreatePlaylistRequestSmart.md @@ -0,0 +1,14 @@ +# CreatePlaylistRequestSmart + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `name` | *String* | :heavy_check_mark: | Name of the playlist. | Playlist name | +| `referenceId` | *String* | :heavy_check_mark: | Unique string value assigned by user to the playlist. | a1 | +| `type` | [CreatePlaylistRequestSmartType](../../models/components/CreatePlaylistRequestSmartType.md) | :heavy_check_mark: | For a smart playlist metadata is required. | smart | +| `description` | *Optional\* | :heavy_minus_sign: | Description for a playlist (Optional). | This is a playlist | +| `playOrder` | [PlaylistOrder](../../models/components/PlaylistOrder.md) | :heavy_check_mark: | Determines the insertion order of media into playlist. | | +| `limit` | *Optional\* | :heavy_minus_sign: | Optional parameter to limit no. of media in a playlist. | | +| `metadata` | [Metadata](../../models/components/Metadata.md) | :heavy_check_mark: | Required when the playlist type is `smart`. Media created between `startDate` and `endDate` of `createdDate` is added. Optionally, you can include media based on `updatedDate`. | | \ No newline at end of file diff --git a/docs/models/components/CreatePlaylistRequestSmartType.md b/docs/models/components/CreatePlaylistRequestSmartType.md new file mode 100644 index 0000000..ddccfcc --- /dev/null +++ b/docs/models/components/CreatePlaylistRequestSmartType.md @@ -0,0 +1,10 @@ +# CreatePlaylistRequestSmartType + +For a smart playlist metadata is required. + + +## Values + +| Name | Value | +| ------- | ------- | +| `SMART` | smart | \ No newline at end of file diff --git a/docs/models/components/CreateResponse.md b/docs/models/components/CreateResponse.md new file mode 100644 index 0000000..0d9887d --- /dev/null +++ b/docs/models/components/CreateResponse.md @@ -0,0 +1,9 @@ +# CreateResponse + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | +| `success` | *Optional\* | :heavy_minus_sign: | Shows the request status. Returns true for success and false for failure. | true | +| `data` | [Optional\](../../models/components/CreateSigningKeyResponseDTO.md) | :heavy_minus_sign: | Displays the result of the request. | | \ No newline at end of file diff --git a/docs/models/components/CreateSigningKeyResponseDTO.md b/docs/models/components/CreateSigningKeyResponseDTO.md new file mode 100644 index 0000000..b8cf947 --- /dev/null +++ b/docs/models/components/CreateSigningKeyResponseDTO.md @@ -0,0 +1,12 @@ +# CreateSigningKeyResponseDTO + +Displays the result of the request. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | A unique identifier is generated by FastPix for the signing keys. | fc9d9368-6ee5-4b16-ae50-880a2374bdc4 | +| `privateKey` | *Optional\* | :heavy_minus_sign: | A private key is a byte encoded secret key used to create a signed JSON Web Token (JWT) for authentication. | LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRREtaN1JKT1IrbXZGeVQxSWFIL0hVUkYwQnRncDJzK0srdUd4TUZ4N1JiaGNudVBMYU14WjM1b0lNWndhdHJrdDFDM3JxVFZsQzBsSnExeENFTyt3Zi9JNHQ0bktmUFB2WG83NGFCQi82YmR0MXpaSHp0OGFIenBnL3YrdEtCWVc5SEdWQ0tYc2JpNjczbHgwcFhHdXVnem8wdnZMR2lKWDBiL0Z4WEI5U1R3RkV5Q1dQOFJhczZ3VWVuSUdVM2UwMmJiV3Z4UnNoMWNER2xSRk03RWw2RVQ2MUQrS0tLTndnUGNYR1pvY0YwZTFxRU5iVGdPZUdBMFNDU0xIT3NtQ0NBQTNtSndJS1VaY0Z2MmpGRUx4Uk5MTnhoMjM5UEdUT3BuWmdvTFp5Skt4b2REN1FpV1N1eDVZY1Z0MFgrSk9rZXNBOEpjM1ZtM0tGc0IwL3RYck9QQWdNQkFBRUNnZ0VBUHhNWUxLVmZocTgyVGw4eFdWbEVCZ0p2OG5COHdIVnpFZGVnRXZJTDgyVjY2d0lDaFZYa0IvR01TVStBSXZMT2Z0TTM0MGhIdUM2REU5ZTkwWlJMQnFoR0ExMFdNbEJWZzdSNC91YkY0aDZsbmhzWGozTDRYQnhJNVNrTnhvSGRrcE9COU16YVA4YmxFNkVLT3FES0F2KzdJY0EwdnVuZDFnWExwTmRzMkduTW5nZW1qOUhJZWh1eTNLY0taNHlheFo1YkRKVEpLZlFrTlFDQzhOR0hIdWovQmRWUnU1RHRrZVdNMFFpN2FKeW5lSXRxOGhtbXdxcVNMTnpTOTZtcHpBdzF3RzFXTHVML1A3TGxJekVWa2ZJUFc0SW1zRXhsSG5FUG0ySld1RUNMQ1pRL25NODdhQXVXekROektCYW51LzZhdXhnSDB2Wnc5YWowTmxNNFFRS0JnUURPM3Y0YlN4bWluZGJpVEdSaXdFVXVyODh4TVA3M2U5RSt2SHlzb3JZMWZycFpkdXJHOVlFb09MUFN1YnQ5WkhZNFhGOFhxRWZ4bE94d294eDVzcU9PcGNMTnFnOWhTSWxPaXEyYmVnN2V2RGpOMml6b3JKRFl3VEhGQ0Era25FbmFpL0J2TU16N3AyVVkrUEEzUnJ4Z25BK3RkQlErZWlSZ1c0WmhnMkhWcndLQmdRRDZlVEpwRTRxZVFYdmpnMy9FS081UkllRklZOHphTGMvMVVHODBqNmVvbStNK3UyTmdUVDJqVmNyMkdQbjZTbHRNRlJNem5qOVJHYmQ1MCt5a2k0Y1NYU1JPdE44alV2M0FseHJtZzEwVTVtSWIrUXFIZ3g2QldyeXkvakxHYXVvMUJnVFg1dDZ0VXVEUUZuVDJSM2xoNGRNZ044T3V4VlR3OCtadGloSllJUUtCZ1FERE00ZHpHWnBHNThrc0lBbFpaVFBpcWVKSCtJT2Q0eWUrbXZ6SnFYOWxXdjljQytuZGN5czhXTVRWd293MzllUFhxdEhQOE9weCtxUmdaSWtxREhabzArRE5UL3JUUVM3Ty9leHpHT21QSXV3MjBmZ3VWU2NZWUxRbHgwVjdmajN5Q3JvRk1YYzZ2dW1XZHMrMFdQckg3bnFjb1R1NCtHZjZ4R0k1QVUvLzRRS0JnUUR6TFcvdjdIVU1xTzhyT0tSM1FuWCtkekpPSWZibGJNMFdrdjBrdnNROFF2MGlEclN3N3MwRkkycGwvR0hXeXhKUWo3V1F5L2NWT2k2VUxWajNlQyt2ZUphamc1K1FvQ2FWTVIrQTVkRWRWWCt6UU5za0xmMFVBWkJyQjdrc1F1a1lpYnR5RWtmblp5dTFXOWc2czdINWdsS0VXUiszTXdjQTJRdkRGZVl4Z1FLQmdDWVdlKzQ4bVVaUEl5ZnR4NVFaQllnYTE2blpndzYxZmxtdEdpQlVGWGVMR3BTaU1XNXc5R3RYVDZPbFh1Zy91TkNKbHR4TDE4c0NEeDNVaU9DNWFTMEN4OTc5TlFrSm1YRWw1UDNtMFNGaVU4VlZ0SFp1dHd3SWFKTFZockZ1T3NJV1BtRFN4aHhMaFpPNmJ5aWRwbHlXLzl1eGpwMlZrQ0Y3OGd5QXRRSWsKLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQo= | +| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Time the Signing key was generated, defined as a localDateTime (UTC Time). | 2024-01-11T10:00:06.618993Z | \ No newline at end of file diff --git a/docs/models/components/Custom1.md b/docs/models/components/Custom1.md new file mode 100644 index 0000000..1868298 --- /dev/null +++ b/docs/models/components/Custom1.md @@ -0,0 +1,10 @@ +# Custom1 + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `dimensionName` | *Optional\* | :heavy_minus_sign: | Unique identifier for a custom dimension used to categorize or segment analytics data (for example, custom_1). | custom_1 | +| `displayName` | *Optional\* | :heavy_minus_sign: | 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. | email | +| `value` | *Optional\* | :heavy_minus_sign: | Allows assigning user-friendly data values such as email addresses, identifiers, or other meaningful information. | johndoe@gmail.com | \ No newline at end of file diff --git a/docs/models/components/Custom2.md b/docs/models/components/Custom2.md new file mode 100644 index 0000000..60fc242 --- /dev/null +++ b/docs/models/components/Custom2.md @@ -0,0 +1,11 @@ +# Custom2 + +User defined metadata. Only accessible once it is enabled in the organization settings. + + + +## Fields + +| Field | Type | Required | Description | +| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | +| `custom` | List\<[Custom1](../../models/components/Custom1.md)> | :heavy_minus_sign: | A list of custom dimension objects. | \ No newline at end of file diff --git a/docs/models/components/DataPagination.md b/docs/models/components/DataPagination.md new file mode 100644 index 0000000..1c47724 --- /dev/null +++ b/docs/models/components/DataPagination.md @@ -0,0 +1,12 @@ +# DataPagination + +Pagination organizes content into pages for better readability and navigation. + + +## Fields + +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | +| `totalRecords` | *Optional\* | :heavy_minus_sign: | The total number of records retrieved within the timespan. | 2 | +| `currentOffset` | *Optional\* | :heavy_minus_sign: | The current offset value. Default: 1 | 1 | +| `offsetCount` | *Optional\* | :heavy_minus_sign: | The total number of offsets based on limit. | 1 | \ No newline at end of file diff --git a/docs/models/components/DateRange.md b/docs/models/components/DateRange.md new file mode 100644 index 0000000..8330e4a --- /dev/null +++ b/docs/models/components/DateRange.md @@ -0,0 +1,11 @@ +# DateRange + +Date range with start and end dates. + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | +| `startDate` | *Optional\* | :heavy_minus_sign: | N/A | 2024-11-11 | +| `endDate` | *Optional\* | :heavy_minus_sign: | N/A | 2024-11-11 | \ No newline at end of file diff --git a/docs/models/components/DefaultError.md b/docs/models/components/DefaultError.md new file mode 100644 index 0000000..60d00c0 --- /dev/null +++ b/docs/models/components/DefaultError.md @@ -0,0 +1,9 @@ +# DefaultError + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +| `success` | *Optional\* | :heavy_minus_sign: | Shows if the request was completed successfully. Returns `true` for success and `false` for failure. | false | +| `error` | [Optional\](../../models/components/Error.md) | :heavy_minus_sign: | Contains details about the error if the request failed. | | \ No newline at end of file diff --git a/docs/models/components/DeleteSigningKeyResponse.md b/docs/models/components/DeleteSigningKeyResponse.md new file mode 100644 index 0000000..f0c54c5 --- /dev/null +++ b/docs/models/components/DeleteSigningKeyResponse.md @@ -0,0 +1,8 @@ +# DeleteSigningKeyResponse + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | +| `success` | *Optional\* | :heavy_minus_sign: | Shows the request status. Returns true for success and false for failure. | true | \ No newline at end of file diff --git a/docs/models/components/DirectUpload.md b/docs/models/components/DirectUpload.md index 18a51d9..93c01f7 100644 --- a/docs/models/components/DirectUpload.md +++ b/docs/models/components/DirectUpload.md @@ -7,10 +7,10 @@ Displays the result of the request. | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *Optional\* | :heavy_minus_sign: | When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters. | 5ta85f64-5717-4562-b3fc-2c963f66afa6 | -| `mediaId` | *Optional\* | :heavy_minus_sign: | When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters. | 7ya85f64-5717-4562-b3fc-2c963f66afa6 | -| `status` | *Optional\* | :heavy_minus_sign: | Determines the media's status, which can be one of the possible values. | waiting | +| `uploadId` | *Optional\* | :heavy_minus_sign: | The unique identifier assigned to the media when created. The value must be a valid UUID. | 7ya85f64-5717-4562-b3fc-2c963f66afa6 | +| `trial` | *Optional\* | :heavy_minus_sign: | Indicates if the upload was a trial. | false | +| `status` | [Optional\](../../models/components/DirectUploadStatus.md) | :heavy_minus_sign: | Determines the media's status, which can be one of the possible values. | waiting | | `url` | *Optional\* | :heavy_minus_sign: | 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": "https://storage.fastpix.net/uploads/08256f2c-efca-4c4f-8f21-75e40d49f225/80911756-1ce3-485a-a3b4-6653ff0937a1?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=media-svc%2F20240111%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20240111T123116Z\u0026X-Amz-Expires=3600\u0026X-Amz-SignedHeaders=host\u0026X-Amz-Signature=419ab443cdc1d4a22cf1b0f8875855590b346058e6d3859f7c1c9da3bb061f91"} | -| `timeout` | *Optional\* | :heavy_minus_sign: | 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. | 14400 | -| `corsOrigin` | *Optional\* | :heavy_minus_sign: | Upload media directly from a device using the url name or enter '*' to allow all. | * | +| `timeout` | *Optional\* | :heavy_minus_sign: | The duration set for the validity of the upload URL. If the upload isn't completed within this timespan, it's marked as timed out. | 14400 | +| `corsOrigin` | *Optional\* | :heavy_minus_sign: | Upload media directly from a device using the url name or enter "*" to allow all. | * | | `pushMediaSettings` | [Optional\](../../models/components/DirectUploadResponse.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/components/DirectUploadResponse.md b/docs/models/components/DirectUploadResponse.md index 33b6139..1559cd1 100644 --- a/docs/models/components/DirectUploadResponse.md +++ b/docs/models/components/DirectUploadResponse.md @@ -3,7 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `playbackIds` | List\<[PlaybackId](../../models/components/PlaybackId.md)> | :heavy_minus_sign: | N/A | | -| `metadata` | [Optional\](../../models/components/DirectUploadResponseMetadata.md) | :heavy_minus_sign: | 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. | {"key1": "value1"} | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `playbackIds` | List\<[PlaybackId](../../models/components/PlaybackId.md)> | :heavy_minus_sign: | N/A | | +| `metadata` | Map\ | :heavy_minus_sign: | 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. | {"key1": "value1"} | +| `mediaQuality` | [Optional\](../../models/components/DirectUploadResponseMediaQuality.md) | :heavy_minus_sign: | The quality tier applied to the media. | standard | +| `sourceAccess` | *Optional\* | :heavy_minus_sign: | The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it. | false | +| `optimizeAudio` | *Optional\* | :heavy_minus_sign: | Enhance the quality and volume of the audio track. This is available for pre-recorded content only. | false | \ No newline at end of file diff --git a/docs/models/components/DirectUploadResponseMediaQuality.md b/docs/models/components/DirectUploadResponseMediaQuality.md new file mode 100644 index 0000000..f85f542 --- /dev/null +++ b/docs/models/components/DirectUploadResponseMediaQuality.md @@ -0,0 +1,12 @@ +# DirectUploadResponseMediaQuality + +The quality tier applied to the media. + + +## Values + +| Name | Value | +| ---------- | ---------- | +| `STANDARD` | standard | +| `PRO` | pro | +| `PREMIUM` | premium | \ No newline at end of file diff --git a/docs/models/components/DirectUploadResponseMetadata.md b/docs/models/components/DirectUploadResponseMetadata.md deleted file mode 100644 index cc59fcd..0000000 --- a/docs/models/components/DirectUploadResponseMetadata.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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. - - -## Fields - -| Field | Type | Required | Description | -| ----------- | ----------- | ----------- | ----------- | \ No newline at end of file diff --git a/docs/models/components/DirectUploadStatus.md b/docs/models/components/DirectUploadStatus.md new file mode 100644 index 0000000..f4a247f --- /dev/null +++ b/docs/models/components/DirectUploadStatus.md @@ -0,0 +1,10 @@ +# DirectUploadStatus + +Determines the media's status, which can be one of the possible values. + + +## Values + +| Name | Value | +| --------- | --------- | +| `WAITING` | waiting | \ No newline at end of file diff --git a/docs/models/components/DomainRestrictions.md b/docs/models/components/DomainRestrictions.md new file mode 100644 index 0000000..e467ff8 --- /dev/null +++ b/docs/models/components/DomainRestrictions.md @@ -0,0 +1,12 @@ +# DomainRestrictions + +Restrictions based on the originating domain of a request + + +## Fields + +| Field | Type | Required | Description | +| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | +| `defaultPolicy` | [Optional\](../../models/components/PolicyAction.md) | :heavy_minus_sign: | Policy action type | +| `allow` | List\<*String*> | :heavy_minus_sign: | A list of domain names or patterns that are explicitly allowed access | +| `deny` | List\<*String*> | :heavy_minus_sign: | A list of domain names or patterns that are explicitly denied access | \ No newline at end of file diff --git a/docs/models/components/DomainsDefaultPolicy.md b/docs/models/components/DomainsDefaultPolicy.md new file mode 100644 index 0000000..8a28d10 --- /dev/null +++ b/docs/models/components/DomainsDefaultPolicy.md @@ -0,0 +1,14 @@ +# DomainsDefaultPolicy + +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. + + + +## Values + +| Name | Value | +| ------- | ------- | +| `ALLOW` | allow | +| `DENY` | deny | \ No newline at end of file diff --git a/docs/models/components/DrmIdResponse.md b/docs/models/components/DrmIdResponse.md new file mode 100644 index 0000000..31c3340 --- /dev/null +++ b/docs/models/components/DrmIdResponse.md @@ -0,0 +1,8 @@ +# DrmIdResponse + + +## Fields + +| Field | Type | Required | Description | Example | +| ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | +| `id` | *Optional\* | :heavy_minus_sign: | The unique identifier of the DRM configuration. | e3dfdf15-16bb-4835-98b9-484c1e4320cc | \ No newline at end of file diff --git a/docs/models/components/Error.md b/docs/models/components/Error.md new file mode 100644 index 0000000..6797b94 --- /dev/null +++ b/docs/models/components/Error.md @@ -0,0 +1,12 @@ +# Error + +Contains details about the error if the request failed. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | +| `code` | *Optional\* | :heavy_minus_sign: | The HTTP status code that explains the type of error (for example, 400 for a bad request, 404 for not found). | HTTP status code | +| `message` | *Optional\* | :heavy_minus_sign: | A short message describing what went wrong. | Message describing the error | +| `description` | *Optional\* | :heavy_minus_sign: | A detailed explanation of the error and what caused it. May also include links to documentation or tips for fixing the issue. | Detailed explanation of why the request failed | \ No newline at end of file diff --git a/docs/models/components/ErrorDetails.md b/docs/models/components/ErrorDetails.md new file mode 100644 index 0000000..46f9546 --- /dev/null +++ b/docs/models/components/ErrorDetails.md @@ -0,0 +1,15 @@ +# ErrorDetails + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +| `percentage` | [JsonNullable\](../../models/components/ErrorDetailsPercentage.md) | :heavy_minus_sign: | views affected by the specific errors. | 0.0222222222222222 | +| `notes` | *JsonNullable\
HttpRequest.BodyPublisher
HttpResponse
R
B
public static final String
GEN_VERSION
"2.788.7"
OPENAPI_DOC_VERSION
"1.0.0"
SDK_VERSION
public static final boolean
HAS_CLIENT_CREDENTIALS_BASIC
false
DEFAULT_TEXT_CT
"text/plain; charset=UTF-8"
public static final int
REFRESH_BEFORE_EXPIRY_SECONDS
60
FastpixException.code()
BackoffStrategy.Builder.baseFactor(double)
BackoffStrategy.baseFactor()
Help:
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples:
"j.l.obj"
"InpStr"
"math exact long"
Refer to the Javadoc Search Specification for a full description of search features.
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.
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:
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:
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:
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.
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.
Each annotation type has its own separate page with the following sections:
Each enum has its own separate page with the following sections:
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.
Packages and modules may contain pages with additional information related to the declarations nearby.
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.
java.lang.Object
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.
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.
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.
The Constant Field Values page lists the static final fields and their values.
The All Classes link shows all classes and interfaces except non-static nested types.
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.
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.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
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.
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".
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.
Optional
double
HttpRequest
JsonNode
long
Flow.Publisher<ByteBuffer>
ByteBuffer
AudioInput
AudioTrack
HttpRequest.Builder
Hook.AfterError
Hook.AfterSuccess
Hook.BeforeRequest
Hook.SdkInit
HTTPClient
baseUrl
Stream
List
2 == 2.0
Number.equals
Utils.enhancedHashCode(java.lang.Object)
Utils.enhancedDeepEquals(Object, Object)
List<T>
T
Blob
InputStream
Flow.Publisher<List<ByteBuffer>>
Iterator
EventStream
PullVideoInput
PullVideoInputSegment1
PullVideoInputSegment2
ResponseWithBody
SDKConfiguration
String
SubtitleInput
SubtitleTrack
AsyncHook.AfterError
AsyncHook.AfterSuccess
AsyncHook.BeforeRequest
VideoInput
VideoInputSegment1
VideoInputSegment2
VideoTrack
VideoTrackForGetAll
WatermarkInput
io.fastpix.sdk.models.components.VideoInput
io.fastpix.sdk.models.components.WatermarkInput
io.fastpix.sdk.models.components.AudioInput
io.fastpix.sdk.models.components.SubtitleInput
io.fastpix.sdk.models.components.Segment1
io.fastpix.sdk.models.components.Segment2
Flow.Publisher<T>
Flow.Publisher<List<T>>
public static class FastPixSDK.Builder -extends java.lang.Object
FastPixSDK
build()
FastPixSDK.Builder
client(HTTPClient client)
retryConfig(RetryConfig retryConfig)
security(Security security)
securitySource(SecuritySource securitySource)
serverIndex(int serverIdx)
serverURL(java.lang.String serverUrl)
serverURL(java.lang.String serverUrl, - java.util.Map<java.lang.String,java.lang.String> params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FastPixSDK.Builder client(HTTPClient client)
client
public FastPixSDK.Builder security(Security security)
security
public FastPixSDK.Builder securitySource(SecuritySource securitySource)
securitySource
public FastPixSDK.Builder serverURL(java.lang.String serverUrl)
serverUrl
public FastPixSDK.Builder serverURL(java.lang.String serverUrl, - java.util.Map<java.lang.String,java.lang.String> params)
params
public FastPixSDK.Builder serverIndex(int serverIdx)
serverIdx
public FastPixSDK.Builder retryConfig(RetryConfig retryConfig)
retryConfig
public FastPixSDK build()
public class FastPixSDK -extends java.lang.Object
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.
static class
static java.lang.String[]
SERVERS
static FastPixSDK.Builder
builder()
InputVideo
inputVideo()
ManageLiveStream
manageLiveStream()
ManageVideos
manageVideos()
Playback
playback()
SimulcastStream
simulcastStream()
StartLiveStream
startLiveStream()
public static final java.lang.String[] SERVERS
public StartLiveStream startLiveStream()
public ManageLiveStream manageLiveStream()
public Playback playback()
public SimulcastStream simulcastStream()
public InputVideo inputVideo()
public ManageVideos manageVideos()
public static FastPixSDK.Builder builder()
SDKMethodInterfaces.MethodCallCreateMedia
SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
public class InputVideo -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateMedia, SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
CreateMediaRequestBuilder
createMedia()
CreateMediaResponse
createMedia(java.util.Optional<? extends CreateMediaRequest> request)
createMediaDirect()
DirectUploadVideoMediaRequestBuilder
directUploadVideoMedia()
DirectUploadVideoMediaResponse
directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request)
directUploadVideoMediaDirect()
public CreateMediaRequestBuilder createMedia()
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.
public CreateMediaResponse createMediaDirect() - throws java.lang.Exception
java.lang.Exception
public CreateMediaResponse createMedia(java.util.Optional<? extends CreateMediaRequest> request) - throws java.lang.Exception
createMedia
request
public DirectUploadVideoMediaRequestBuilder directUploadVideoMedia()
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. - -
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:** 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.
public DirectUploadVideoMediaResponse directUploadVideoMediaDirect() - throws java.lang.Exception
public DirectUploadVideoMediaResponse directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - throws java.lang.Exception
directUploadVideoMedia
SDKMethodInterfaces.MethodCallDeleteLiveStream
SDKMethodInterfaces.MethodCallGetAllStreams
SDKMethodInterfaces.MethodCallGetLiveStreamById
SDKMethodInterfaces.MethodCallUpdateLiveStream
public class ManageLiveStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallGetAllStreams, SDKMethodInterfaces.MethodCallGetLiveStreamById, SDKMethodInterfaces.MethodCallDeleteLiveStream, SDKMethodInterfaces.MethodCallUpdateLiveStream
DeleteLiveStreamRequestBuilder
deleteLiveStream()
DeleteLiveStreamResponse
deleteLiveStream(java.lang.String streamId)
GetAllStreamsRequestBuilder
getAllStreams()
GetAllStreamsResponse
getAllStreams(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
getAllStreamsDirect()
GetLiveStreamByIdRequestBuilder
getLiveStreamById()
GetLiveStreamByIdResponse
getLiveStreamById(java.lang.String streamId)
UpdateLiveStreamRequestBuilder
updateLiveStream()
UpdateLiveStreamResponse
updateLiveStream(java.lang.String streamId)
updateLiveStream(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public GetAllStreamsRequestBuilder getAllStreams()
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.
public GetAllStreamsResponse getAllStreamsDirect() - throws java.lang.Exception
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
getAllStreams
limit
offset
orderBy
public GetLiveStreamByIdRequestBuilder getLiveStreamById()
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.
public GetLiveStreamByIdResponse getLiveStreamById(java.lang.String streamId) - throws java.lang.Exception
getLiveStreamById
streamId
public DeleteLiveStreamRequestBuilder deleteLiveStream()
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.
public DeleteLiveStreamResponse deleteLiveStream(java.lang.String streamId) - throws java.lang.Exception
deleteLiveStream
public UpdateLiveStreamRequestBuilder updateLiveStream()
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.
public UpdateLiveStreamResponse updateLiveStream(java.lang.String streamId) - throws java.lang.Exception
public UpdateLiveStreamResponse updateLiveStream(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - throws java.lang.Exception
updateLiveStream
patchLiveStreamRequest
SDKMethodInterfaces.MethodCallDeleteMedia
SDKMethodInterfaces.MethodCallGetMedia
SDKMethodInterfaces.MethodCallListMedia
SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
SDKMethodInterfaces.MethodCallUpdatedMedia
public class ManageVideos -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallListMedia, SDKMethodInterfaces.MethodCallGetMedia, SDKMethodInterfaces.MethodCallUpdatedMedia, SDKMethodInterfaces.MethodCallDeleteMedia, SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
DeleteMediaRequestBuilder
deleteMedia()
DeleteMediaResponse
deleteMedia(java.lang.String mediaId)
GetMediaRequestBuilder
getMedia()
GetMediaResponse
getMedia(java.lang.String mediaId)
ListMediaRequestBuilder
listMedia()
ListMediaResponse
listMedia(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy)
listMediaDirect()
RetrieveMediaInputInfoRequestBuilder
retrieveMediaInputInfo()
RetrieveMediaInputInfoResponse
retrieveMediaInputInfo(java.lang.String mediaId)
UpdatedMediaRequestBuilder
updatedMedia()
UpdatedMediaResponse
updatedMedia(java.lang.String mediaId)
updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public ListMediaRequestBuilder listMedia()
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. - -
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:** 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.
public ListMediaResponse listMediaDirect() - throws java.lang.Exception
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
listMedia
public GetMediaRequestBuilder getMedia()
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. - -
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:** 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.
public GetMediaResponse getMedia(java.lang.String mediaId) - throws java.lang.Exception
getMedia
mediaId
public UpdatedMediaRequestBuilder updatedMedia()
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. - -
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.
public UpdatedMediaResponse updatedMedia(java.lang.String mediaId) - throws java.lang.Exception
public UpdatedMediaResponse updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - throws java.lang.Exception
updatedMedia
requestBody
public DeleteMediaRequestBuilder deleteMedia()
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. - -
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.
public DeleteMediaResponse deleteMedia(java.lang.String mediaId) - throws java.lang.Exception
deleteMedia
public RetrieveMediaInputInfoRequestBuilder retrieveMediaInputInfo()
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. - -
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.
public RetrieveMediaInputInfoResponse retrieveMediaInputInfo(java.lang.String mediaId) - throws java.lang.Exception
retrieveMediaInputInfo
SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
public class Playback -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream, SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream, SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId, SDKMethodInterfaces.MethodCallCreateMediaPlaybackId, SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
CreateMediaPlaybackIdRequestBuilder
createMediaPlaybackId()
CreateMediaPlaybackIdResponse
createMediaPlaybackId(java.lang.String mediaId)
createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
CreatePlaybackIdOfStreamRequestBuilder
createPlaybackIdOfStream()
CreatePlaybackIdOfStreamResponse
createPlaybackIdOfStream(java.lang.String streamId)
createPlaybackIdOfStream(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
DeleteMediaPlaybackIdRequestBuilder
deleteMediaPlaybackId()
DeleteMediaPlaybackIdResponse
deleteMediaPlaybackId(java.lang.String mediaId, - java.lang.String playbackId)
DeletePlaybackIdOfStreamRequestBuilder
deletePlaybackIdOfStream()
DeletePlaybackIdOfStreamResponse
deletePlaybackIdOfStream(java.lang.String streamId, - java.lang.String playbackId)
GetLiveStreamPlaybackIdRequestBuilder
getLiveStreamPlaybackId()
GetLiveStreamPlaybackIdResponse
getLiveStreamPlaybackId(java.lang.String streamId, - java.lang.String playbackId)
public CreatePlaybackIdOfStreamRequestBuilder createPlaybackIdOfStream()
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.
public CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream(java.lang.String streamId) - throws java.lang.Exception
public CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - throws java.lang.Exception
createPlaybackIdOfStream
playbackIdRequest
public DeletePlaybackIdOfStreamRequestBuilder deletePlaybackIdOfStream()
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.
public DeletePlaybackIdOfStreamResponse deletePlaybackIdOfStream(java.lang.String streamId, - java.lang.String playbackId) - throws java.lang.Exception
deletePlaybackIdOfStream
playbackId
public GetLiveStreamPlaybackIdRequestBuilder getLiveStreamPlaybackId()
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.
public GetLiveStreamPlaybackIdResponse getLiveStreamPlaybackId(java.lang.String streamId, - java.lang.String playbackId) - throws java.lang.Exception
getLiveStreamPlaybackId
public CreateMediaPlaybackIdRequestBuilder createMediaPlaybackId()
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. - -
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.
public CreateMediaPlaybackIdResponse createMediaPlaybackId(java.lang.String mediaId) - throws java.lang.Exception
public CreateMediaPlaybackIdResponse createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - throws java.lang.Exception
createMediaPlaybackId
public DeleteMediaPlaybackIdRequestBuilder deleteMediaPlaybackId()
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. - -
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.
public DeleteMediaPlaybackIdResponse deleteMediaPlaybackId(java.lang.String mediaId, - java.lang.String playbackId) - throws java.lang.Exception
deleteMediaPlaybackId
SecuritySource
public static class SecuritySource.DefaultSecuritySource -extends java.lang.Object -implements SecuritySource
SecuritySource.DefaultSecuritySource
DefaultSecuritySource(HasSecurity security)
HasSecurity
getSecurity()
public DefaultSecuritySource(HasSecurity security)
public HasSecurity getSecurity()
getSecurity
public interface SecuritySource
static SecuritySource
of(HasSecurity security)
HasSecurity getSecurity()
static SecuritySource of(HasSecurity security)
SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
public class SimulcastStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateSimulcastOfStream, SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream, SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream, SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
CreateSimulcastOfStreamRequestBuilder
createSimulcastOfStream()
CreateSimulcastOfStreamResponse
createSimulcastOfStream(java.lang.String streamId)
createSimulcastOfStream(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest)
DeleteSimulcastOfStreamRequestBuilder
deleteSimulcastOfStream()
DeleteSimulcastOfStreamResponse
deleteSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId)
GetSpecificSimulcastOfStreamRequestBuilder
getSpecificSimulcastOfStream()
GetSpecificSimulcastOfStreamResponse
getSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId)
UpdateSpecificSimulcastOfStreamRequestBuilder
updateSpecificSimulcastOfStream()
UpdateSpecificSimulcastOfStreamResponse
updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId)
updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public CreateSimulcastOfStreamRequestBuilder createSimulcastOfStream()
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.
public CreateSimulcastOfStreamResponse createSimulcastOfStream(java.lang.String streamId) - throws java.lang.Exception
public CreateSimulcastOfStreamResponse createSimulcastOfStream(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest) - throws java.lang.Exception
createSimulcastOfStream
simulcastRequest
public DeleteSimulcastOfStreamRequestBuilder deleteSimulcastOfStream()
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.
public DeleteSimulcastOfStreamResponse deleteSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - throws java.lang.Exception
deleteSimulcastOfStream
simulcastId
public GetSpecificSimulcastOfStreamRequestBuilder getSpecificSimulcastOfStream()
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.
public GetSpecificSimulcastOfStreamResponse getSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - throws java.lang.Exception
getSpecificSimulcastOfStream
public UpdateSpecificSimulcastOfStreamRequestBuilder updateSpecificSimulcastOfStream()
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.
public UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - throws java.lang.Exception
public UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - throws java.lang.Exception
updateSpecificSimulcastOfStream
simulcastUpdateRequest
SDKMethodInterfaces.MethodCallCreateNewStream
public class StartLiveStream -extends java.lang.Object -implements SDKMethodInterfaces.MethodCallCreateNewStream
CreateNewStreamRequestBuilder
createNewStream()
CreateNewStreamResponse
createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request)
createNewStreamDirect()
public CreateNewStreamRequestBuilder createNewStream()
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. - -
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.
public CreateNewStreamResponse createNewStreamDirect() - throws java.lang.Exception
public CreateNewStreamResponse createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request) - throws java.lang.Exception
createNewStream
public static final class AudioInput.Builder -extends java.lang.Object
AudioInput.Builder
imposeTracks(java.util.List<ImposeTrack> imposeTracks)
imposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
swapTrackUrl(java.lang.String swapTrackUrl)
swapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl)
type(AudioInputType type)
type(java.util.Optional<? extends AudioInputType> type)
public AudioInput.Builder type(AudioInputType type)
public AudioInput.Builder type(java.util.Optional<? extends AudioInputType> type)
public AudioInput.Builder swapTrackUrl(java.lang.String swapTrackUrl)
public AudioInput.Builder swapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl)
public AudioInput.Builder imposeTracks(java.util.List<ImposeTrack> imposeTracks)
public AudioInput.Builder imposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
public AudioInput build()
public class AudioInput -extends java.lang.Object
AudioInput()
AudioInput(java.util.Optional<? extends AudioInputType> type, - java.util.Optional<java.lang.String> swapTrackUrl, - java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
static AudioInput.Builder
boolean
equals(java.lang.Object o)
int
hashCode()
java.util.Optional<java.util.List<ImposeTrack>>
imposeTracks()
java.util.Optional<java.lang.String>
swapTrackUrl()
java.lang.String
toString()
java.util.Optional<AudioInputType>
type()
withImposeTracks(java.util.List<ImposeTrack> imposeTracks)
withImposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
withSwapTrackUrl(java.lang.String swapTrackUrl)
withSwapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl)
withType(AudioInputType type)
withType(java.util.Optional<? extends AudioInputType> type)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public AudioInput(java.util.Optional<? extends AudioInputType> type, - java.util.Optional<java.lang.String> swapTrackUrl, - java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
public AudioInput()
public java.util.Optional<AudioInputType> type()
public java.util.Optional<java.lang.String> swapTrackUrl()
public java.util.Optional<java.util.List<ImposeTrack>> imposeTracks()
public static final AudioInput.Builder builder()
public AudioInput withType(AudioInputType type)
public AudioInput withType(java.util.Optional<? extends AudioInputType> type)
public AudioInput withSwapTrackUrl(java.lang.String swapTrackUrl)
public AudioInput withSwapTrackUrl(java.util.Optional<java.lang.String> swapTrackUrl)
public AudioInput withImposeTracks(java.util.List<ImposeTrack> imposeTracks)
public AudioInput withImposeTracks(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
public boolean equals(java.lang.Object o)
equals
public int hashCode()
hashCode
public java.lang.String toString()
toString
java.io.Serializable
java.lang.Comparable<AudioInputType>
public enum AudioInputType -extends java.lang.Enum<AudioInputType>
Type of overlay (currently only supports 'audio').
AUDIO
static java.util.Optional<AudioInputType>
fromValue(java.lang.String value)
value()
static AudioInputType
valueOf(java.lang.String name)
static AudioInputType[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final AudioInputType AUDIO
public static AudioInputType[] values()
-for (AudioInputType c : AudioInputType.values()) - System.out.println(c); -
public static AudioInputType valueOf(java.lang.String name)
name
java.lang.IllegalArgumentException
java.lang.NullPointerException
public java.lang.String value()
public static java.util.Optional<AudioInputType> fromValue(java.lang.String value)
public static final class CreateLiveStreamRequest.Builder -extends java.lang.Object
CreateLiveStreamRequest
CreateLiveStreamRequest.Builder
inputMediaSettings(InputMediaSettings inputMediaSettings)
playbackSettings(PlaybackSettings playbackSettings)
public CreateLiveStreamRequest.Builder playbackSettings(PlaybackSettings playbackSettings)
public CreateLiveStreamRequest.Builder inputMediaSettings(InputMediaSettings inputMediaSettings)
public CreateLiveStreamRequest build()
public class CreateLiveStreamRequest -extends java.lang.Object
CreateLiveStreamRequest(PlaybackSettings playbackSettings, - InputMediaSettings inputMediaSettings)
static CreateLiveStreamRequest.Builder
InputMediaSettings
inputMediaSettings()
PlaybackSettings
playbackSettings()
withInputMediaSettings(InputMediaSettings inputMediaSettings)
withPlaybackSettings(PlaybackSettings playbackSettings)
public CreateLiveStreamRequest(PlaybackSettings playbackSettings, - InputMediaSettings inputMediaSettings)
public PlaybackSettings playbackSettings()
public InputMediaSettings inputMediaSettings()
public static final CreateLiveStreamRequest.Builder builder()
public CreateLiveStreamRequest withPlaybackSettings(PlaybackSettings playbackSettings)
public CreateLiveStreamRequest withInputMediaSettings(InputMediaSettings inputMediaSettings)
java.lang.Comparable<CreateLiveStreamRequestMaxResolution>
public enum CreateLiveStreamRequestMaxResolution -extends java.lang.Enum<CreateLiveStreamRequestMaxResolution>
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
FOUR_HUNDRED_AND_EIGHTYP
ONE_THOUSAND_AND_EIGHTYP
SEVEN_HUNDRED_AND_TWENTYP
static java.util.Optional<CreateLiveStreamRequestMaxResolution>
static CreateLiveStreamRequestMaxResolution
static CreateLiveStreamRequestMaxResolution[]
public static final CreateLiveStreamRequestMaxResolution ONE_THOUSAND_AND_EIGHTYP
public static final CreateLiveStreamRequestMaxResolution SEVEN_HUNDRED_AND_TWENTYP
public static final CreateLiveStreamRequestMaxResolution FOUR_HUNDRED_AND_EIGHTYP
public static CreateLiveStreamRequestMaxResolution[] values()
-for (CreateLiveStreamRequestMaxResolution c : CreateLiveStreamRequestMaxResolution.values()) - System.out.println(c); -
public static CreateLiveStreamRequestMaxResolution valueOf(java.lang.String name)
public static java.util.Optional<CreateLiveStreamRequestMaxResolution> fromValue(java.lang.String value)
public static final class CreateLiveStreamRequestMetadata.Builder -extends java.lang.Object
CreateLiveStreamRequestMetadata
public CreateLiveStreamRequestMetadata build()
public class CreateLiveStreamRequestMetadata -extends java.lang.Object
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.
CreateLiveStreamRequestMetadata.Builder
CreateLiveStreamRequestMetadata()
static CreateLiveStreamRequestMetadata.Builder
public CreateLiveStreamRequestMetadata()
public static final CreateLiveStreamRequestMetadata.Builder builder()
public static final class CreateMediaRequest.Builder -extends java.lang.Object
CreateMediaRequest.Builder
accessPolicy(CreateMediaRequestAccessPolicy accessPolicy)
accessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions)
accessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions)
CreateMediaRequest
chapters(boolean chapters)
chapters(java.util.Optional<java.lang.Boolean> chapters)
inputs(java.util.List<Input> inputs)
maxResolution(CreateMediaRequestMaxResolution maxResolution)
maxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution)
metadata(CreateMediaRequestMetadata metadata)
metadata(java.util.Optional<? extends CreateMediaRequestMetadata> metadata)
moderation(Moderation moderation)
moderation(java.util.Optional<? extends Moderation> moderation)
mp4Support(CreateMediaRequestMp4Support mp4Support)
mp4Support(java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support)
namedEntities(boolean namedEntities)
namedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
optimizeAudio(boolean optimizeAudio)
optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
sourceAccess(boolean sourceAccess)
sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
subtitle(Subtitle subtitle)
subtitle(java.util.Optional<? extends Subtitle> subtitle)
summary(Summary summary)
summary(java.util.Optional<? extends Summary> summary)
public CreateMediaRequest.Builder inputs(java.util.List<Input> inputs)
public CreateMediaRequest.Builder metadata(CreateMediaRequestMetadata metadata)
public CreateMediaRequest.Builder metadata(java.util.Optional<? extends CreateMediaRequestMetadata> metadata)
public CreateMediaRequest.Builder subtitle(Subtitle subtitle)
public CreateMediaRequest.Builder subtitle(java.util.Optional<? extends Subtitle> subtitle)
public CreateMediaRequest.Builder accessPolicy(CreateMediaRequestAccessPolicy accessPolicy)
public CreateMediaRequest.Builder mp4Support(CreateMediaRequestMp4Support mp4Support)
public CreateMediaRequest.Builder mp4Support(java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support)
public CreateMediaRequest.Builder sourceAccess(boolean sourceAccess)
public CreateMediaRequest.Builder sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public CreateMediaRequest.Builder optimizeAudio(boolean optimizeAudio)
public CreateMediaRequest.Builder optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
public CreateMediaRequest.Builder maxResolution(CreateMediaRequestMaxResolution maxResolution)
public CreateMediaRequest.Builder maxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution)
public CreateMediaRequest.Builder summary(Summary summary)
public CreateMediaRequest.Builder summary(java.util.Optional<? extends Summary> summary)
public CreateMediaRequest.Builder chapters(boolean chapters)
public CreateMediaRequest.Builder chapters(java.util.Optional<java.lang.Boolean> chapters)
public CreateMediaRequest.Builder namedEntities(boolean namedEntities)
public CreateMediaRequest.Builder namedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
public CreateMediaRequest.Builder moderation(Moderation moderation)
public CreateMediaRequest.Builder moderation(java.util.Optional<? extends Moderation> moderation)
public CreateMediaRequest.Builder accessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions)
public CreateMediaRequest.Builder accessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions)
public CreateMediaRequest build()
public class CreateMediaRequest -extends java.lang.Object
CreateMediaRequest(java.util.List<Input> inputs, - CreateMediaRequestAccessPolicy accessPolicy)
CreateMediaRequest(java.util.List<Input> inputs, - java.util.Optional<? extends CreateMediaRequestMetadata> metadata, - java.util.Optional<? extends Subtitle> subtitle, - CreateMediaRequestAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<java.lang.Boolean> optimizeAudio, - java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution, - 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 CreateMediaRequestAccessRestrictions> accessRestrictions)
CreateMediaRequestAccessPolicy
accessPolicy()
java.util.Optional<CreateMediaRequestAccessRestrictions>
accessRestrictions()
static CreateMediaRequest.Builder
java.util.Optional<java.lang.Boolean>
chapters()
java.util.List<Input>
inputs()
java.util.Optional<CreateMediaRequestMaxResolution>
maxResolution()
java.util.Optional<CreateMediaRequestMetadata>
metadata()
java.util.Optional<Moderation>
moderation()
java.util.Optional<CreateMediaRequestMp4Support>
mp4Support()
namedEntities()
optimizeAudio()
sourceAccess()
java.util.Optional<Subtitle>
subtitle()
java.util.Optional<Summary>
summary()
withAccessPolicy(CreateMediaRequestAccessPolicy accessPolicy)
withAccessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions)
withAccessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions)
withChapters(boolean chapters)
withChapters(java.util.Optional<java.lang.Boolean> chapters)
withInputs(java.util.List<Input> inputs)
withMaxResolution(CreateMediaRequestMaxResolution maxResolution)
withMaxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution)
withMetadata(CreateMediaRequestMetadata metadata)
withMetadata(java.util.Optional<? extends CreateMediaRequestMetadata> metadata)
withModeration(Moderation moderation)
withModeration(java.util.Optional<? extends Moderation> moderation)
withMp4Support(CreateMediaRequestMp4Support mp4Support)
withMp4Support(java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support)
withNamedEntities(boolean namedEntities)
withNamedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
withOptimizeAudio(boolean optimizeAudio)
withOptimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
withSourceAccess(boolean sourceAccess)
withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
withSubtitle(Subtitle subtitle)
withSubtitle(java.util.Optional<? extends Subtitle> subtitle)
withSummary(Summary summary)
withSummary(java.util.Optional<? extends Summary> summary)
public CreateMediaRequest(java.util.List<Input> inputs, - java.util.Optional<? extends CreateMediaRequestMetadata> metadata, - java.util.Optional<? extends Subtitle> subtitle, - CreateMediaRequestAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<java.lang.Boolean> optimizeAudio, - java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution, - 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 CreateMediaRequestAccessRestrictions> accessRestrictions)
public CreateMediaRequest(java.util.List<Input> inputs, - CreateMediaRequestAccessPolicy accessPolicy)
public java.util.List<Input> inputs()
public java.util.Optional<CreateMediaRequestMetadata> metadata()
public java.util.Optional<Subtitle> subtitle()
public CreateMediaRequestAccessPolicy accessPolicy()
public java.util.Optional<CreateMediaRequestMp4Support> mp4Support()
public java.util.Optional<java.lang.Boolean> sourceAccess()
public java.util.Optional<java.lang.Boolean> optimizeAudio()
public java.util.Optional<CreateMediaRequestMaxResolution> maxResolution()
public java.util.Optional<Summary> summary()
public java.util.Optional<java.lang.Boolean> chapters()
public java.util.Optional<java.lang.Boolean> namedEntities()
public java.util.Optional<Moderation> moderation()
public java.util.Optional<CreateMediaRequestAccessRestrictions> accessRestrictions()
public static final CreateMediaRequest.Builder builder()
public CreateMediaRequest withInputs(java.util.List<Input> inputs)
public CreateMediaRequest withMetadata(CreateMediaRequestMetadata metadata)
public CreateMediaRequest withMetadata(java.util.Optional<? extends CreateMediaRequestMetadata> metadata)
public CreateMediaRequest withSubtitle(Subtitle subtitle)
public CreateMediaRequest withSubtitle(java.util.Optional<? extends Subtitle> subtitle)
public CreateMediaRequest withAccessPolicy(CreateMediaRequestAccessPolicy accessPolicy)
public CreateMediaRequest withMp4Support(CreateMediaRequestMp4Support mp4Support)
public CreateMediaRequest withMp4Support(java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support)
public CreateMediaRequest withSourceAccess(boolean sourceAccess)
public CreateMediaRequest withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public CreateMediaRequest withOptimizeAudio(boolean optimizeAudio)
public CreateMediaRequest withOptimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
public CreateMediaRequest withMaxResolution(CreateMediaRequestMaxResolution maxResolution)
public CreateMediaRequest withMaxResolution(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution)
public CreateMediaRequest withSummary(Summary summary)
public CreateMediaRequest withSummary(java.util.Optional<? extends Summary> summary)
public CreateMediaRequest withChapters(boolean chapters)
public CreateMediaRequest withChapters(java.util.Optional<java.lang.Boolean> chapters)
public CreateMediaRequest withNamedEntities(boolean namedEntities)
public CreateMediaRequest withNamedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
public CreateMediaRequest withModeration(Moderation moderation)
public CreateMediaRequest withModeration(java.util.Optional<? extends Moderation> moderation)
public CreateMediaRequest withAccessRestrictions(CreateMediaRequestAccessRestrictions accessRestrictions)
public CreateMediaRequest withAccessRestrictions(java.util.Optional<? extends CreateMediaRequestAccessRestrictions> accessRestrictions)
java.lang.Comparable<CreateMediaRequestAccessPolicy>
public enum CreateMediaRequestAccessPolicy -extends java.lang.Enum<CreateMediaRequestAccessPolicy>
Determines whether access to the streamed content is kept private or available to all.
DRM
PRIVATE
PUBLIC
static java.util.Optional<CreateMediaRequestAccessPolicy>
static CreateMediaRequestAccessPolicy
static CreateMediaRequestAccessPolicy[]
public static final CreateMediaRequestAccessPolicy PUBLIC
public static final CreateMediaRequestAccessPolicy PRIVATE
public static final CreateMediaRequestAccessPolicy DRM
public static CreateMediaRequestAccessPolicy[] values()
-for (CreateMediaRequestAccessPolicy c : CreateMediaRequestAccessPolicy.values()) - System.out.println(c); -
public static CreateMediaRequestAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestAccessPolicy> fromValue(java.lang.String value)
public static final class CreateMediaRequestAccessRestrictions.Builder -extends java.lang.Object
CreateMediaRequestAccessRestrictions
CreateMediaRequestAccessRestrictions.Builder
domains(CreateMediaRequestDomains domains)
domains(java.util.Optional<? extends CreateMediaRequestDomains> domains)
userAgents(CreateMediaRequestUserAgents userAgents)
userAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
public CreateMediaRequestAccessRestrictions.Builder domains(CreateMediaRequestDomains domains)
public CreateMediaRequestAccessRestrictions.Builder domains(java.util.Optional<? extends CreateMediaRequestDomains> domains)
public CreateMediaRequestAccessRestrictions.Builder userAgents(CreateMediaRequestUserAgents userAgents)
public CreateMediaRequestAccessRestrictions.Builder userAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
public CreateMediaRequestAccessRestrictions build()
public class CreateMediaRequestAccessRestrictions -extends java.lang.Object
CreateMediaRequestAccessRestrictions()
CreateMediaRequestAccessRestrictions(java.util.Optional<? extends CreateMediaRequestDomains> domains, - java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
static CreateMediaRequestAccessRestrictions.Builder
java.util.Optional<CreateMediaRequestDomains>
domains()
java.util.Optional<CreateMediaRequestUserAgents>
userAgents()
withDomains(CreateMediaRequestDomains domains)
withDomains(java.util.Optional<? extends CreateMediaRequestDomains> domains)
withUserAgents(CreateMediaRequestUserAgents userAgents)
withUserAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
public CreateMediaRequestAccessRestrictions(java.util.Optional<? extends CreateMediaRequestDomains> domains, - java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
public CreateMediaRequestAccessRestrictions()
public java.util.Optional<CreateMediaRequestDomains> domains()
public java.util.Optional<CreateMediaRequestUserAgents> userAgents()
public static final CreateMediaRequestAccessRestrictions.Builder builder()
public CreateMediaRequestAccessRestrictions withDomains(CreateMediaRequestDomains domains)
public CreateMediaRequestAccessRestrictions withDomains(java.util.Optional<? extends CreateMediaRequestDomains> domains)
public CreateMediaRequestAccessRestrictions withUserAgents(CreateMediaRequestUserAgents userAgents)
public CreateMediaRequestAccessRestrictions withUserAgents(java.util.Optional<? extends CreateMediaRequestUserAgents> userAgents)
public static final class CreateMediaRequestDomains.Builder -extends java.lang.Object
CreateMediaRequestDomains.Builder
allow(java.util.List<java.lang.String> allow)
allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
CreateMediaRequestDomains
defaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
deny(java.util.List<java.lang.String> deny)
deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public CreateMediaRequestDomains.Builder defaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
public CreateMediaRequestDomains.Builder defaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
public CreateMediaRequestDomains.Builder allow(java.util.List<java.lang.String> allow)
public CreateMediaRequestDomains.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaRequestDomains.Builder deny(java.util.List<java.lang.String> deny)
public CreateMediaRequestDomains.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public CreateMediaRequestDomains build()
public class CreateMediaRequestDomains -extends java.lang.Object
CreateMediaRequestDomains()
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)
java.util.Optional<java.util.List<java.lang.String>>
allow()
static CreateMediaRequestDomains.Builder
java.util.Optional<CreateMediaRequestDomainsDefaultPolicy>
defaultPolicy()
deny()
withAllow(java.util.List<java.lang.String> allow)
withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
withDefaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
withDeny(java.util.List<java.lang.String> deny)
withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
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)
public CreateMediaRequestDomains()
public java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> defaultPolicy()
public java.util.Optional<java.util.List<java.lang.String>> allow()
public java.util.Optional<java.util.List<java.lang.String>> deny()
public static final CreateMediaRequestDomains.Builder builder()
public CreateMediaRequestDomains withDefaultPolicy(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
public CreateMediaRequestDomains withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
public CreateMediaRequestDomains withAllow(java.util.List<java.lang.String> allow)
public CreateMediaRequestDomains withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaRequestDomains withDeny(java.util.List<java.lang.String> deny)
public CreateMediaRequestDomains withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<CreateMediaRequestDomainsDefaultPolicy>
public enum CreateMediaRequestDomainsDefaultPolicy -extends java.lang.Enum<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.
ALLOW
DENY
static java.util.Optional<CreateMediaRequestDomainsDefaultPolicy>
static CreateMediaRequestDomainsDefaultPolicy
static CreateMediaRequestDomainsDefaultPolicy[]
public static final CreateMediaRequestDomainsDefaultPolicy ALLOW
public static final CreateMediaRequestDomainsDefaultPolicy DENY
public static CreateMediaRequestDomainsDefaultPolicy[] values()
-for (CreateMediaRequestDomainsDefaultPolicy c : CreateMediaRequestDomainsDefaultPolicy.values()) - System.out.println(c); -
public static CreateMediaRequestDomainsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> fromValue(java.lang.String value)
java.lang.Comparable<CreateMediaRequestLanguageCode>
public enum CreateMediaRequestLanguageCode -extends java.lang.Enum<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).
EN
ES
FR
IT
NL
PL
RU
static java.util.Optional<CreateMediaRequestLanguageCode>
static CreateMediaRequestLanguageCode
static CreateMediaRequestLanguageCode[]
public static final CreateMediaRequestLanguageCode EN
public static final CreateMediaRequestLanguageCode IT
public static final CreateMediaRequestLanguageCode PL
public static final CreateMediaRequestLanguageCode ES
public static final CreateMediaRequestLanguageCode FR
public static final CreateMediaRequestLanguageCode RU
public static final CreateMediaRequestLanguageCode NL
public static CreateMediaRequestLanguageCode[] values()
-for (CreateMediaRequestLanguageCode c : CreateMediaRequestLanguageCode.values()) - System.out.println(c); -
public static CreateMediaRequestLanguageCode valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestLanguageCode> fromValue(java.lang.String value)
java.lang.Comparable<CreateMediaRequestMaxResolution>
public enum CreateMediaRequestMaxResolution -extends java.lang.Enum<CreateMediaRequestMaxResolution>
The maximum resolution tier determines the highest quality your media will be available in.
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
THREE_HUNDRED_AND_SIXTYP
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
static java.util.Optional<CreateMediaRequestMaxResolution>
static CreateMediaRequestMaxResolution
static CreateMediaRequestMaxResolution[]
public static final CreateMediaRequestMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
public static final CreateMediaRequestMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
public static final CreateMediaRequestMaxResolution ONE_THOUSAND_AND_EIGHTYP
public static final CreateMediaRequestMaxResolution SEVEN_HUNDRED_AND_TWENTYP
public static final CreateMediaRequestMaxResolution FOUR_HUNDRED_AND_EIGHTYP
public static final CreateMediaRequestMaxResolution THREE_HUNDRED_AND_SIXTYP
public static CreateMediaRequestMaxResolution[] values()
-for (CreateMediaRequestMaxResolution c : CreateMediaRequestMaxResolution.values()) - System.out.println(c); -
public static CreateMediaRequestMaxResolution valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestMaxResolution> fromValue(java.lang.String value)
public static final class CreateMediaRequestMetadata.Builder -extends java.lang.Object
CreateMediaRequestMetadata
public CreateMediaRequestMetadata build()
public class CreateMediaRequestMetadata -extends java.lang.Object
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.
CreateMediaRequestMetadata.Builder
CreateMediaRequestMetadata()
static CreateMediaRequestMetadata.Builder
public CreateMediaRequestMetadata()
public static final CreateMediaRequestMetadata.Builder builder()
java.lang.Comparable<CreateMediaRequestMp4Support>
public enum CreateMediaRequestMp4Support -extends java.lang.Enum<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
AUDIO_ONLY
AUDIO_ONLY_CAPPED4K
CAPPED4K
static java.util.Optional<CreateMediaRequestMp4Support>
static CreateMediaRequestMp4Support
static CreateMediaRequestMp4Support[]
public static final CreateMediaRequestMp4Support CAPPED4K
public static final CreateMediaRequestMp4Support AUDIO_ONLY
public static final CreateMediaRequestMp4Support AUDIO_ONLY_CAPPED4K
public static CreateMediaRequestMp4Support[] values()
-for (CreateMediaRequestMp4Support c : CreateMediaRequestMp4Support.values()) - System.out.println(c); -
public static CreateMediaRequestMp4Support valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestMp4Support> fromValue(java.lang.String value)
java.lang.Comparable<CreateMediaRequestType>
public enum CreateMediaRequestType -extends java.lang.Enum<CreateMediaRequestType>
Defines the type of input. Possible values include video, audio, av.
AV
VIDEO
static java.util.Optional<CreateMediaRequestType>
static CreateMediaRequestType
static CreateMediaRequestType[]
public static final CreateMediaRequestType VIDEO
public static final CreateMediaRequestType AUDIO
public static final CreateMediaRequestType AV
public static CreateMediaRequestType[] values()
-for (CreateMediaRequestType c : CreateMediaRequestType.values()) - System.out.println(c); -
public static CreateMediaRequestType valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestType> fromValue(java.lang.String value)
public static final class CreateMediaRequestUserAgents.Builder -extends java.lang.Object
CreateMediaRequestUserAgents.Builder
CreateMediaRequestUserAgents
defaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaRequestUserAgents.Builder defaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
public CreateMediaRequestUserAgents.Builder defaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaRequestUserAgents.Builder allow(java.util.List<java.lang.String> allow)
public CreateMediaRequestUserAgents.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaRequestUserAgents.Builder deny(java.util.List<java.lang.String> deny)
public CreateMediaRequestUserAgents.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public CreateMediaRequestUserAgents build()
public class CreateMediaRequestUserAgents -extends java.lang.Object
CreateMediaRequestUserAgents()
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)
static CreateMediaRequestUserAgents.Builder
java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy>
withDefaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
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)
public CreateMediaRequestUserAgents()
public java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy()
public static final CreateMediaRequestUserAgents.Builder builder()
public CreateMediaRequestUserAgents withDefaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
public CreateMediaRequestUserAgents withDefaultPolicy(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaRequestUserAgents withAllow(java.util.List<java.lang.String> allow)
public CreateMediaRequestUserAgents withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaRequestUserAgents withDeny(java.util.List<java.lang.String> deny)
public CreateMediaRequestUserAgents withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<CreateMediaRequestUserAgentsDefaultPolicy>
public enum CreateMediaRequestUserAgentsDefaultPolicy -extends java.lang.Enum<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.
static java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy>
static CreateMediaRequestUserAgentsDefaultPolicy
static CreateMediaRequestUserAgentsDefaultPolicy[]
public static final CreateMediaRequestUserAgentsDefaultPolicy ALLOW
public static final CreateMediaRequestUserAgentsDefaultPolicy DENY
public static CreateMediaRequestUserAgentsDefaultPolicy[] values()
-for (CreateMediaRequestUserAgentsDefaultPolicy c : CreateMediaRequestUserAgentsDefaultPolicy.values()) - System.out.println(c); -
public static CreateMediaRequestUserAgentsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> fromValue(java.lang.String value)
public static final class CreateMediaResponse.Builder -extends java.lang.Object
CreateMediaResponse.Builder
createdAt(java.time.OffsetDateTime createdAt)
createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
id(java.lang.String id)
id(java.util.Optional<java.lang.String> id)
maxResolution(CreateMediaResponseMaxResolution maxResolution)
maxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution)
metadata(CreateMediaResponseMetadata metadata)
metadata(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
playbackIds(java.util.List<PlaybackId> playbackIds)
playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
status(java.lang.String status)
status(java.util.Optional<java.lang.String> status)
trial(boolean trial)
trial(java.util.Optional<java.lang.Boolean> trial)
updatedAt(java.time.OffsetDateTime updatedAt)
updatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
public CreateMediaResponse.Builder id(java.lang.String id)
public CreateMediaResponse.Builder id(java.util.Optional<java.lang.String> id)
public CreateMediaResponse.Builder trial(boolean trial)
public CreateMediaResponse.Builder trial(java.util.Optional<java.lang.Boolean> trial)
public CreateMediaResponse.Builder status(java.lang.String status)
public CreateMediaResponse.Builder status(java.util.Optional<java.lang.String> status)
public CreateMediaResponse.Builder createdAt(java.time.OffsetDateTime createdAt)
public CreateMediaResponse.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public CreateMediaResponse.Builder updatedAt(java.time.OffsetDateTime updatedAt)
public CreateMediaResponse.Builder updatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
public CreateMediaResponse.Builder playbackIds(java.util.List<PlaybackId> playbackIds)
public CreateMediaResponse.Builder playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public CreateMediaResponse.Builder metadata(CreateMediaResponseMetadata metadata)
public CreateMediaResponse.Builder metadata(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
public CreateMediaResponse.Builder maxResolution(CreateMediaResponseMaxResolution maxResolution)
public CreateMediaResponse.Builder maxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution)
public CreateMediaResponse build()
public class CreateMediaResponse -extends java.lang.Object
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)
static CreateMediaResponse.Builder
java.util.Optional<java.time.OffsetDateTime>
createdAt()
id()
java.util.Optional<CreateMediaResponseMaxResolution>
java.util.Optional<CreateMediaResponseMetadata>
java.util.Optional<java.util.List<PlaybackId>>
playbackIds()
status()
trial()
updatedAt()
withCreatedAt(java.time.OffsetDateTime createdAt)
withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
withId(java.lang.String id)
withId(java.util.Optional<java.lang.String> id)
withMaxResolution(CreateMediaResponseMaxResolution maxResolution)
withMaxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution)
withMetadata(CreateMediaResponseMetadata metadata)
withMetadata(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
withPlaybackIds(java.util.List<PlaybackId> playbackIds)
withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
withStatus(java.lang.String status)
withStatus(java.util.Optional<java.lang.String> status)
withTrial(boolean trial)
withTrial(java.util.Optional<java.lang.Boolean> trial)
withUpdatedAt(java.time.OffsetDateTime updatedAt)
withUpdatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
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)
public CreateMediaResponse()
public java.util.Optional<java.lang.String> id()
public java.util.Optional<java.lang.Boolean> trial()
public java.util.Optional<java.lang.String> status()
public java.util.Optional<java.time.OffsetDateTime> createdAt()
public java.util.Optional<java.time.OffsetDateTime> updatedAt()
public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
public java.util.Optional<CreateMediaResponseMetadata> metadata()
public java.util.Optional<CreateMediaResponseMaxResolution> maxResolution()
public static final CreateMediaResponse.Builder builder()
public CreateMediaResponse withId(java.lang.String id)
public CreateMediaResponse withId(java.util.Optional<java.lang.String> id)
public CreateMediaResponse withTrial(boolean trial)
public CreateMediaResponse withTrial(java.util.Optional<java.lang.Boolean> trial)
public CreateMediaResponse withStatus(java.lang.String status)
public CreateMediaResponse withStatus(java.util.Optional<java.lang.String> status)
public CreateMediaResponse withCreatedAt(java.time.OffsetDateTime createdAt)
public CreateMediaResponse withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public CreateMediaResponse withUpdatedAt(java.time.OffsetDateTime updatedAt)
public CreateMediaResponse withUpdatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
public CreateMediaResponse withPlaybackIds(java.util.List<PlaybackId> playbackIds)
public CreateMediaResponse withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public CreateMediaResponse withMetadata(CreateMediaResponseMetadata metadata)
public CreateMediaResponse withMetadata(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
public CreateMediaResponse withMaxResolution(CreateMediaResponseMaxResolution maxResolution)
public CreateMediaResponse withMaxResolution(java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution)
java.lang.Comparable<CreateMediaResponseMaxResolution>
public enum CreateMediaResponseMaxResolution -extends java.lang.Enum<CreateMediaResponseMaxResolution>
static java.util.Optional<CreateMediaResponseMaxResolution>
static CreateMediaResponseMaxResolution
static CreateMediaResponseMaxResolution[]
public static final CreateMediaResponseMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
public static final CreateMediaResponseMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
public static final CreateMediaResponseMaxResolution ONE_THOUSAND_AND_EIGHTYP
public static final CreateMediaResponseMaxResolution SEVEN_HUNDRED_AND_TWENTYP
public static final CreateMediaResponseMaxResolution FOUR_HUNDRED_AND_EIGHTYP
public static final CreateMediaResponseMaxResolution THREE_HUNDRED_AND_SIXTYP
public static CreateMediaResponseMaxResolution[] values()
-for (CreateMediaResponseMaxResolution c : CreateMediaResponseMaxResolution.values()) - System.out.println(c); -
public static CreateMediaResponseMaxResolution valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaResponseMaxResolution> fromValue(java.lang.String value)
public static final class CreateMediaResponseMetadata.Builder -extends java.lang.Object
CreateMediaResponseMetadata
public CreateMediaResponseMetadata build()
public class CreateMediaResponseMetadata -extends java.lang.Object
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.
CreateMediaResponseMetadata.Builder
CreateMediaResponseMetadata()
static CreateMediaResponseMetadata.Builder
public CreateMediaResponseMetadata()
public static final CreateMediaResponseMetadata.Builder builder()
public static final class DirectUpload.Builder -extends java.lang.Object
DirectUpload
DirectUpload.Builder
corsOrigin(java.lang.String corsOrigin)
corsOrigin(java.util.Optional<java.lang.String> corsOrigin)
mediaId(java.lang.String mediaId)
mediaId(java.util.Optional<java.lang.String> mediaId)
pushMediaSettings(DirectUploadResponse pushMediaSettings)
pushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings)
timeout(double timeout)
timeout(java.util.Optional<java.lang.Double> timeout)
url(java.lang.String url)
url(java.util.Optional<java.lang.String> url)
public DirectUpload.Builder id(java.lang.String id)
public DirectUpload.Builder id(java.util.Optional<java.lang.String> id)
public DirectUpload.Builder mediaId(java.lang.String mediaId)
public DirectUpload.Builder mediaId(java.util.Optional<java.lang.String> mediaId)
public DirectUpload.Builder status(java.lang.String status)
public DirectUpload.Builder status(java.util.Optional<java.lang.String> status)
public DirectUpload.Builder url(java.lang.String url)
public DirectUpload.Builder url(java.util.Optional<java.lang.String> url)
public DirectUpload.Builder timeout(double timeout)
public DirectUpload.Builder timeout(java.util.Optional<java.lang.Double> timeout)
public DirectUpload.Builder corsOrigin(java.lang.String corsOrigin)
public DirectUpload.Builder corsOrigin(java.util.Optional<java.lang.String> corsOrigin)
public DirectUpload.Builder pushMediaSettings(DirectUploadResponse pushMediaSettings)
public DirectUpload.Builder pushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings)
public DirectUpload build()
public class DirectUpload -extends java.lang.Object
Displays the result of the request.
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)
static DirectUpload.Builder
corsOrigin()
mediaId()
java.util.Optional<DirectUploadResponse>
pushMediaSettings()
java.util.Optional<java.lang.Double>
timeout()
url()
withCorsOrigin(java.lang.String corsOrigin)
withCorsOrigin(java.util.Optional<java.lang.String> corsOrigin)
withMediaId(java.lang.String mediaId)
withMediaId(java.util.Optional<java.lang.String> mediaId)
withPushMediaSettings(DirectUploadResponse pushMediaSettings)
withPushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings)
withTimeout(double timeout)
withTimeout(java.util.Optional<java.lang.Double> timeout)
withUrl(java.lang.String url)
withUrl(java.util.Optional<java.lang.String> url)
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)
public DirectUpload()
public java.util.Optional<java.lang.String> mediaId()
public java.util.Optional<java.lang.String> url()
public java.util.Optional<java.lang.Double> timeout()
public java.util.Optional<java.lang.String> corsOrigin()
public java.util.Optional<DirectUploadResponse> pushMediaSettings()
public static final DirectUpload.Builder builder()
public DirectUpload withId(java.lang.String id)
public DirectUpload withId(java.util.Optional<java.lang.String> id)
public DirectUpload withMediaId(java.lang.String mediaId)
public DirectUpload withMediaId(java.util.Optional<java.lang.String> mediaId)
public DirectUpload withStatus(java.lang.String status)
public DirectUpload withStatus(java.util.Optional<java.lang.String> status)
public DirectUpload withUrl(java.lang.String url)
public DirectUpload withUrl(java.util.Optional<java.lang.String> url)
public DirectUpload withTimeout(double timeout)
public DirectUpload withTimeout(java.util.Optional<java.lang.Double> timeout)
public DirectUpload withCorsOrigin(java.lang.String corsOrigin)
public DirectUpload withCorsOrigin(java.util.Optional<java.lang.String> corsOrigin)
public DirectUpload withPushMediaSettings(DirectUploadResponse pushMediaSettings)
public DirectUpload withPushMediaSettings(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings)
public static final class DirectUploadResponse.Builder -extends java.lang.Object
DirectUploadResponse
DirectUploadResponse.Builder
metadata(DirectUploadResponseMetadata metadata)
metadata(java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
public DirectUploadResponse.Builder playbackIds(java.util.List<PlaybackId> playbackIds)
public DirectUploadResponse.Builder playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public DirectUploadResponse.Builder metadata(DirectUploadResponseMetadata metadata)
public DirectUploadResponse.Builder metadata(java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
public DirectUploadResponse build()
public class DirectUploadResponse -extends java.lang.Object
DirectUploadResponse()
DirectUploadResponse(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
static DirectUploadResponse.Builder
java.util.Optional<DirectUploadResponseMetadata>
withMetadata(DirectUploadResponseMetadata metadata)
withMetadata(java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
public DirectUploadResponse(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
public DirectUploadResponse()
public java.util.Optional<DirectUploadResponseMetadata> metadata()
public static final DirectUploadResponse.Builder builder()
public DirectUploadResponse withPlaybackIds(java.util.List<PlaybackId> playbackIds)
public DirectUploadResponse withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public DirectUploadResponse withMetadata(DirectUploadResponseMetadata metadata)
public DirectUploadResponse withMetadata(java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
public static final class DirectUploadResponseMetadata.Builder -extends java.lang.Object
DirectUploadResponseMetadata
public DirectUploadResponseMetadata build()
public class DirectUploadResponseMetadata -extends java.lang.Object
DirectUploadResponseMetadata.Builder
DirectUploadResponseMetadata()
static DirectUploadResponseMetadata.Builder
public DirectUploadResponseMetadata()
public static final DirectUploadResponseMetadata.Builder builder()
public static final class GetCreateLiveStreamResponseDTO.Builder -extends java.lang.Object
GetCreateLiveStreamResponseDTO
GetCreateLiveStreamResponseDTO.Builder
enableRecording(boolean enableRecording)
enableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
maxDuration(long maxDuration)
maxDuration(java.util.Optional<java.lang.Long> maxDuration)
maxResolution(java.lang.String maxResolution)
maxResolution(java.util.Optional<java.lang.String> maxResolution)
mediaPolicy(java.lang.String mediaPolicy)
mediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
metadata(GetCreateLiveStreamResponseDTOMetadata metadata)
metadata(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
playbackId(java.util.List<PlaybackIds> playbackId)
playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
reconnectWindow(long reconnectWindow)
reconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
srtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse)
srtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
srtSecret(java.lang.String srtSecret)
srtSecret(java.util.Optional<java.lang.String> srtSecret)
streamId(java.lang.String streamId)
streamId(java.util.Optional<java.lang.String> streamId)
streamKey(java.lang.String streamKey)
streamKey(java.util.Optional<java.lang.String> streamKey)
public GetCreateLiveStreamResponseDTO.Builder streamId(java.lang.String streamId)
public GetCreateLiveStreamResponseDTO.Builder streamId(java.util.Optional<java.lang.String> streamId)
public GetCreateLiveStreamResponseDTO.Builder streamKey(java.lang.String streamKey)
public GetCreateLiveStreamResponseDTO.Builder streamKey(java.util.Optional<java.lang.String> streamKey)
public GetCreateLiveStreamResponseDTO.Builder srtSecret(java.lang.String srtSecret)
public GetCreateLiveStreamResponseDTO.Builder srtSecret(java.util.Optional<java.lang.String> srtSecret)
public GetCreateLiveStreamResponseDTO.Builder trial(boolean trial)
public GetCreateLiveStreamResponseDTO.Builder trial(java.util.Optional<java.lang.Boolean> trial)
public GetCreateLiveStreamResponseDTO.Builder status(java.lang.String status)
public GetCreateLiveStreamResponseDTO.Builder status(java.util.Optional<java.lang.String> status)
public GetCreateLiveStreamResponseDTO.Builder maxResolution(java.lang.String maxResolution)
public GetCreateLiveStreamResponseDTO.Builder maxResolution(java.util.Optional<java.lang.String> maxResolution)
public GetCreateLiveStreamResponseDTO.Builder maxDuration(long maxDuration)
public GetCreateLiveStreamResponseDTO.Builder maxDuration(java.util.Optional<java.lang.Long> maxDuration)
public GetCreateLiveStreamResponseDTO.Builder createdAt(java.time.OffsetDateTime createdAt)
public GetCreateLiveStreamResponseDTO.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public GetCreateLiveStreamResponseDTO.Builder reconnectWindow(long reconnectWindow)
public GetCreateLiveStreamResponseDTO.Builder reconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public GetCreateLiveStreamResponseDTO.Builder enableRecording(boolean enableRecording)
public GetCreateLiveStreamResponseDTO.Builder enableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
public GetCreateLiveStreamResponseDTO.Builder mediaPolicy(java.lang.String mediaPolicy)
public GetCreateLiveStreamResponseDTO.Builder mediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
public GetCreateLiveStreamResponseDTO.Builder metadata(GetCreateLiveStreamResponseDTOMetadata metadata)
public GetCreateLiveStreamResponseDTO.Builder metadata(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
public GetCreateLiveStreamResponseDTO.Builder playbackId(java.util.List<PlaybackIds> playbackId)
public GetCreateLiveStreamResponseDTO.Builder playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
public GetCreateLiveStreamResponseDTO.Builder srtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse)
public GetCreateLiveStreamResponseDTO.Builder srtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
public GetCreateLiveStreamResponseDTO build()
public class GetCreateLiveStreamResponseDTO -extends java.lang.Object
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)
static GetCreateLiveStreamResponseDTO.Builder
enableRecording()
java.util.Optional<java.lang.Long>
maxDuration()
mediaPolicy()
java.util.Optional<GetCreateLiveStreamResponseDTOMetadata>
java.util.Optional<java.util.List<PlaybackIds>>
playbackId()
reconnectWindow()
java.util.Optional<GetCreateLiveStreamResponseDTOSrtPlaybackResponse>
srtPlaybackResponse()
srtSecret()
streamId()
streamKey()
withEnableRecording(boolean enableRecording)
withEnableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
withMaxDuration(long maxDuration)
withMaxDuration(java.util.Optional<java.lang.Long> maxDuration)
withMaxResolution(java.lang.String maxResolution)
withMaxResolution(java.util.Optional<java.lang.String> maxResolution)
withMediaPolicy(java.lang.String mediaPolicy)
withMediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
withMetadata(GetCreateLiveStreamResponseDTOMetadata metadata)
withMetadata(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
withPlaybackId(java.util.List<PlaybackIds> playbackId)
withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
withReconnectWindow(long reconnectWindow)
withReconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
withSrtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse)
withSrtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
withSrtSecret(java.lang.String srtSecret)
withSrtSecret(java.util.Optional<java.lang.String> srtSecret)
withStreamId(java.lang.String streamId)
withStreamId(java.util.Optional<java.lang.String> streamId)
withStreamKey(java.lang.String streamKey)
withStreamKey(java.util.Optional<java.lang.String> streamKey)
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)
public GetCreateLiveStreamResponseDTO()
public java.util.Optional<java.lang.String> streamId()
public java.util.Optional<java.lang.String> streamKey()
public java.util.Optional<java.lang.String> srtSecret()
public java.util.Optional<java.lang.String> maxResolution()
public java.util.Optional<java.lang.Long> maxDuration()
public java.util.Optional<java.lang.Long> reconnectWindow()
public java.util.Optional<java.lang.Boolean> enableRecording()
public java.util.Optional<java.lang.String> mediaPolicy()
public java.util.Optional<GetCreateLiveStreamResponseDTOMetadata> metadata()
public java.util.Optional<java.util.List<PlaybackIds>> playbackId()
public java.util.Optional<GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse()
public static final GetCreateLiveStreamResponseDTO.Builder builder()
public GetCreateLiveStreamResponseDTO withStreamId(java.lang.String streamId)
public GetCreateLiveStreamResponseDTO withStreamId(java.util.Optional<java.lang.String> streamId)
public GetCreateLiveStreamResponseDTO withStreamKey(java.lang.String streamKey)
public GetCreateLiveStreamResponseDTO withStreamKey(java.util.Optional<java.lang.String> streamKey)
public GetCreateLiveStreamResponseDTO withSrtSecret(java.lang.String srtSecret)
public GetCreateLiveStreamResponseDTO withSrtSecret(java.util.Optional<java.lang.String> srtSecret)
public GetCreateLiveStreamResponseDTO withTrial(boolean trial)
public GetCreateLiveStreamResponseDTO withTrial(java.util.Optional<java.lang.Boolean> trial)
public GetCreateLiveStreamResponseDTO withStatus(java.lang.String status)
public GetCreateLiveStreamResponseDTO withStatus(java.util.Optional<java.lang.String> status)
public GetCreateLiveStreamResponseDTO withMaxResolution(java.lang.String maxResolution)
public GetCreateLiveStreamResponseDTO withMaxResolution(java.util.Optional<java.lang.String> maxResolution)
public GetCreateLiveStreamResponseDTO withMaxDuration(long maxDuration)
public GetCreateLiveStreamResponseDTO withMaxDuration(java.util.Optional<java.lang.Long> maxDuration)
public GetCreateLiveStreamResponseDTO withCreatedAt(java.time.OffsetDateTime createdAt)
public GetCreateLiveStreamResponseDTO withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public GetCreateLiveStreamResponseDTO withReconnectWindow(long reconnectWindow)
public GetCreateLiveStreamResponseDTO withReconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public GetCreateLiveStreamResponseDTO withEnableRecording(boolean enableRecording)
public GetCreateLiveStreamResponseDTO withEnableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
public GetCreateLiveStreamResponseDTO withMediaPolicy(java.lang.String mediaPolicy)
public GetCreateLiveStreamResponseDTO withMediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
public GetCreateLiveStreamResponseDTO withMetadata(GetCreateLiveStreamResponseDTOMetadata metadata)
public GetCreateLiveStreamResponseDTO withMetadata(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
public GetCreateLiveStreamResponseDTO withPlaybackId(java.util.List<PlaybackIds> playbackId)
public GetCreateLiveStreamResponseDTO withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
public GetCreateLiveStreamResponseDTO withSrtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse srtPlaybackResponse)
public GetCreateLiveStreamResponseDTO withSrtPlaybackResponse(java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
public static final class GetCreateLiveStreamResponseDTOMetadata.Builder -extends java.lang.Object
GetCreateLiveStreamResponseDTOMetadata
public GetCreateLiveStreamResponseDTOMetadata build()
public class GetCreateLiveStreamResponseDTOMetadata -extends java.lang.Object
GetCreateLiveStreamResponseDTOMetadata.Builder
GetCreateLiveStreamResponseDTOMetadata()
static GetCreateLiveStreamResponseDTOMetadata.Builder
public GetCreateLiveStreamResponseDTOMetadata()
public static final GetCreateLiveStreamResponseDTOMetadata.Builder builder()
public static final class GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder -extends java.lang.Object
GetCreateLiveStreamResponseDTOSrtPlaybackResponse
GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
srtPlaybackSecret(java.lang.String srtPlaybackSecret)
srtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
srtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
srtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder srtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder srtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder srtPlaybackSecret(java.lang.String srtPlaybackSecret)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder srtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse build()
public class GetCreateLiveStreamResponseDTOSrtPlaybackResponse -extends java.lang.Object
This object contains the livestream playback response details for SRT Protocol.
GetCreateLiveStreamResponseDTOSrtPlaybackResponse()
GetCreateLiveStreamResponseDTOSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret)
static GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
srtPlaybackSecret()
srtPlaybackStreamId()
withSrtPlaybackSecret(java.lang.String srtPlaybackSecret)
withSrtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
withSrtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
withSrtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse()
public java.util.Optional<java.lang.String> srtPlaybackStreamId()
public java.util.Optional<java.lang.String> srtPlaybackSecret()
public static final GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder builder()
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret(java.lang.String srtPlaybackSecret)
public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
public static final class GetStreamsResponse.Builder -extends java.lang.Object
GetStreamsResponse
GetStreamsResponse.Builder
data(java.util.List<GetCreateLiveStreamResponseDTO> data)
data(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data)
pagination(Pagination pagination)
pagination(java.util.Optional<? extends Pagination> pagination)
success(boolean success)
success(java.util.Optional<java.lang.Boolean> success)
public GetStreamsResponse.Builder success(boolean success)
public GetStreamsResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public GetStreamsResponse.Builder data(java.util.List<GetCreateLiveStreamResponseDTO> data)
public GetStreamsResponse.Builder data(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data)
public GetStreamsResponse.Builder pagination(Pagination pagination)
public GetStreamsResponse.Builder pagination(java.util.Optional<? extends Pagination> pagination)
public GetStreamsResponse build()
public class GetStreamsResponse -extends java.lang.Object
GetStreamsResponse()
GetStreamsResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data, - java.util.Optional<? extends Pagination> pagination)
static GetStreamsResponse.Builder
java.util.Optional<java.util.List<GetCreateLiveStreamResponseDTO>>
data()
java.util.Optional<Pagination>
pagination()
success()
withData(java.util.List<GetCreateLiveStreamResponseDTO> data)
withData(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data)
withPagination(Pagination pagination)
withPagination(java.util.Optional<? extends Pagination> pagination)
withSuccess(boolean success)
withSuccess(java.util.Optional<java.lang.Boolean> success)
public GetStreamsResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data, - java.util.Optional<? extends Pagination> pagination)
public GetStreamsResponse()
public java.util.Optional<java.lang.Boolean> success()
public java.util.Optional<java.util.List<GetCreateLiveStreamResponseDTO>> data()
public java.util.Optional<Pagination> pagination()
public static final GetStreamsResponse.Builder builder()
public GetStreamsResponse withSuccess(boolean success)
public GetStreamsResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public GetStreamsResponse withData(java.util.List<GetCreateLiveStreamResponseDTO> data)
public GetStreamsResponse withData(java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data)
public GetStreamsResponse withPagination(Pagination pagination)
public GetStreamsResponse withPagination(java.util.Optional<? extends Pagination> pagination)
public static final class ImposeTrack.Builder -extends java.lang.Object
ImposeTrack
ImposeTrack.Builder
endTime(long endTime)
endTime(java.util.Optional<java.lang.Long> endTime)
fadeInLevel(long fadeInLevel)
fadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel)
fadeOutLevel(long fadeOutLevel)
fadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel)
startTime(long startTime)
startTime(java.util.Optional<java.lang.Long> startTime)
public ImposeTrack.Builder url(java.lang.String url)
public ImposeTrack.Builder url(java.util.Optional<java.lang.String> url)
public ImposeTrack.Builder startTime(long startTime)
public ImposeTrack.Builder startTime(java.util.Optional<java.lang.Long> startTime)
public ImposeTrack.Builder endTime(long endTime)
public ImposeTrack.Builder endTime(java.util.Optional<java.lang.Long> endTime)
public ImposeTrack.Builder fadeInLevel(long fadeInLevel)
public ImposeTrack.Builder fadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel)
public ImposeTrack.Builder fadeOutLevel(long fadeOutLevel)
public ImposeTrack.Builder fadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel)
public ImposeTrack build()
public class ImposeTrack -extends java.lang.Object
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)
static ImposeTrack.Builder
endTime()
fadeInLevel()
fadeOutLevel()
startTime()
withEndTime(long endTime)
withEndTime(java.util.Optional<java.lang.Long> endTime)
withFadeInLevel(long fadeInLevel)
withFadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel)
withFadeOutLevel(long fadeOutLevel)
withFadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel)
withStartTime(long startTime)
withStartTime(java.util.Optional<java.lang.Long> startTime)
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)
public ImposeTrack()
public java.util.Optional<java.lang.Long> startTime()
public java.util.Optional<java.lang.Long> endTime()
public java.util.Optional<java.lang.Long> fadeInLevel()
public java.util.Optional<java.lang.Long> fadeOutLevel()
public static final ImposeTrack.Builder builder()
public ImposeTrack withUrl(java.lang.String url)
public ImposeTrack withUrl(java.util.Optional<java.lang.String> url)
public ImposeTrack withStartTime(long startTime)
public ImposeTrack withStartTime(java.util.Optional<java.lang.Long> startTime)
public ImposeTrack withEndTime(long endTime)
public ImposeTrack withEndTime(java.util.Optional<java.lang.Long> endTime)
public ImposeTrack withFadeInLevel(long fadeInLevel)
public ImposeTrack withFadeInLevel(java.util.Optional<java.lang.Long> fadeInLevel)
public ImposeTrack withFadeOutLevel(long fadeOutLevel)
public ImposeTrack withFadeOutLevel(java.util.Optional<java.lang.Long> fadeOutLevel)
com.fasterxml.jackson.databind.deser.NullValueProvider
com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable
public static final class Input._Deserializer -extends OneOfDeserializer<Input>
com.fasterxml.jackson.databind.JsonDeserializer.None
_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
_Deserializer()
applyMatchPreferences, deserialize, matchPossible
_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
deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public _Deserializer()
public class Input -extends java.lang.Object
Input._Deserializer
static Input
of(AudioInput value)
of(SubtitleInput value)
of(VideoInput value)
of(WatermarkInput value)
public static Input of(VideoInput value)
public static Input of(WatermarkInput value)
public static Input of(AudioInput value)
public static Input of(SubtitleInput value)
public java.lang.Object value()
Use instanceof to determine what type is returned. For example: - -
instanceof
- if (obj.value() instanceof String) { - String answer = (String) obj.value(); - System.out.println("answer=" + answer); - } -
public static final class InputMediaSettings.Builder -extends java.lang.Object
InputMediaSettings.Builder
maxResolution(CreateLiveStreamRequestMaxResolution maxResolution)
maxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution)
mediaPolicy(MediaPolicy mediaPolicy)
mediaPolicy(java.util.Optional<? extends MediaPolicy> mediaPolicy)
metadata(CreateLiveStreamRequestMetadata metadata)
metadata(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
public InputMediaSettings.Builder maxResolution(CreateLiveStreamRequestMaxResolution maxResolution)
public InputMediaSettings.Builder maxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution)
public InputMediaSettings.Builder reconnectWindow(long reconnectWindow)
public InputMediaSettings.Builder reconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public InputMediaSettings.Builder mediaPolicy(MediaPolicy mediaPolicy)
public InputMediaSettings.Builder mediaPolicy(java.util.Optional<? extends MediaPolicy> mediaPolicy)
public InputMediaSettings.Builder metadata(CreateLiveStreamRequestMetadata metadata)
public InputMediaSettings.Builder metadata(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
public InputMediaSettings build()
public class InputMediaSettings -extends java.lang.Object
Displays the result of the input Media settings.
InputMediaSettings()
InputMediaSettings(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<? extends MediaPolicy> mediaPolicy, - java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
static InputMediaSettings.Builder
java.util.Optional<CreateLiveStreamRequestMaxResolution>
java.util.Optional<MediaPolicy>
java.util.Optional<CreateLiveStreamRequestMetadata>
withMaxResolution(CreateLiveStreamRequestMaxResolution maxResolution)
withMaxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution)
withMediaPolicy(MediaPolicy mediaPolicy)
withMediaPolicy(java.util.Optional<? extends MediaPolicy> mediaPolicy)
withMetadata(CreateLiveStreamRequestMetadata metadata)
withMetadata(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
public InputMediaSettings(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<? extends MediaPolicy> mediaPolicy, - java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
public InputMediaSettings()
public java.util.Optional<CreateLiveStreamRequestMaxResolution> maxResolution()
public java.util.Optional<MediaPolicy> mediaPolicy()
public java.util.Optional<CreateLiveStreamRequestMetadata> metadata()
public static final InputMediaSettings.Builder builder()
public InputMediaSettings withMaxResolution(CreateLiveStreamRequestMaxResolution maxResolution)
public InputMediaSettings withMaxResolution(java.util.Optional<? extends CreateLiveStreamRequestMaxResolution> maxResolution)
public InputMediaSettings withReconnectWindow(long reconnectWindow)
public InputMediaSettings withReconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public InputMediaSettings withMediaPolicy(MediaPolicy mediaPolicy)
public InputMediaSettings withMediaPolicy(java.util.Optional<? extends MediaPolicy> mediaPolicy)
public InputMediaSettings withMetadata(CreateLiveStreamRequestMetadata metadata)
public InputMediaSettings withMetadata(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
public static final class LiveStreamDeleteResponse.Builder -extends java.lang.Object
LiveStreamDeleteResponse
LiveStreamDeleteResponse.Builder
public LiveStreamDeleteResponse.Builder success(boolean success)
public LiveStreamDeleteResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public LiveStreamDeleteResponse build()
public class LiveStreamDeleteResponse -extends java.lang.Object
LiveStreamDeleteResponse()
LiveStreamDeleteResponse(java.util.Optional<java.lang.Boolean> success)
static LiveStreamDeleteResponse.Builder
public LiveStreamDeleteResponse(java.util.Optional<java.lang.Boolean> success)
public LiveStreamDeleteResponse()
public static final LiveStreamDeleteResponse.Builder builder()
public LiveStreamDeleteResponse withSuccess(boolean success)
public LiveStreamDeleteResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public static final class LiveStreamResponseDTO.Builder -extends java.lang.Object
LiveStreamResponseDTO
LiveStreamResponseDTO.Builder
data(GetCreateLiveStreamResponseDTO data)
data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LiveStreamResponseDTO.Builder success(boolean success)
public LiveStreamResponseDTO.Builder success(java.util.Optional<java.lang.Boolean> success)
public LiveStreamResponseDTO.Builder data(GetCreateLiveStreamResponseDTO data)
public LiveStreamResponseDTO.Builder data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LiveStreamResponseDTO build()
public class LiveStreamResponseDTO -extends java.lang.Object
LiveStreamResponseDTO()
LiveStreamResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
static LiveStreamResponseDTO.Builder
java.util.Optional<GetCreateLiveStreamResponseDTO>
withData(GetCreateLiveStreamResponseDTO data)
withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LiveStreamResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LiveStreamResponseDTO()
public java.util.Optional<GetCreateLiveStreamResponseDTO> data()
public static final LiveStreamResponseDTO.Builder builder()
public LiveStreamResponseDTO withSuccess(boolean success)
public LiveStreamResponseDTO withSuccess(java.util.Optional<java.lang.Boolean> success)
public LiveStreamResponseDTO withData(GetCreateLiveStreamResponseDTO data)
public LiveStreamResponseDTO withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public static final class LivestreamgetResponse.Builder -extends java.lang.Object
LivestreamgetResponse
LivestreamgetResponse.Builder
public LivestreamgetResponse.Builder success(boolean success)
public LivestreamgetResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public LivestreamgetResponse.Builder data(GetCreateLiveStreamResponseDTO data)
public LivestreamgetResponse.Builder data(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LivestreamgetResponse build()
public class LivestreamgetResponse -extends java.lang.Object
LivestreamgetResponse()
LivestreamgetResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
static LivestreamgetResponse.Builder
public LivestreamgetResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public LivestreamgetResponse()
public static final LivestreamgetResponse.Builder builder()
public LivestreamgetResponse withSuccess(boolean success)
public LivestreamgetResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public LivestreamgetResponse withData(GetCreateLiveStreamResponseDTO data)
public LivestreamgetResponse withData(java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
public static final class Media.Builder -extends java.lang.Object
Media.Builder
aspectRatio(java.lang.String aspectRatio)
aspectRatio(java.util.Optional<java.lang.String> aspectRatio)
Media
duration(java.lang.String duration)
duration(java.util.Optional<java.lang.String> duration)
frameRate(java.lang.String frameRate)
frameRate(java.util.Optional<java.lang.String> frameRate)
maxResolution(MediaMaxResolution maxResolution)
maxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution)
metadata(MediaMetadata metadata)
metadata(java.util.Optional<? extends MediaMetadata> metadata)
mp4Support(MediaMp4Support mp4Support)
mp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support)
sourceResolution(SourceResolution sourceResolution)
sourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution)
thumbnail(java.lang.String thumbnail)
thumbnail(java.util.Optional<java.lang.String> thumbnail)
tracks(java.util.List<Track> tracks)
tracks(java.util.Optional<? extends java.util.List<Track>> tracks)
workspaceId(java.lang.String workspaceId)
workspaceId(java.util.Optional<java.lang.String> workspaceId)
public Media.Builder thumbnail(java.lang.String thumbnail)
public Media.Builder thumbnail(java.util.Optional<java.lang.String> thumbnail)
public Media.Builder id(java.lang.String id)
public Media.Builder id(java.util.Optional<java.lang.String> id)
public Media.Builder workspaceId(java.lang.String workspaceId)
public Media.Builder workspaceId(java.util.Optional<java.lang.String> workspaceId)
public Media.Builder metadata(MediaMetadata metadata)
public Media.Builder metadata(java.util.Optional<? extends MediaMetadata> metadata)
public Media.Builder maxResolution(MediaMaxResolution maxResolution)
public Media.Builder maxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution)
public Media.Builder sourceResolution(SourceResolution sourceResolution)
public Media.Builder sourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution)
public Media.Builder status(java.lang.String status)
public Media.Builder status(java.util.Optional<java.lang.String> status)
public Media.Builder mp4Support(MediaMp4Support mp4Support)
public Media.Builder mp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support)
public Media.Builder sourceAccess(boolean sourceAccess)
public Media.Builder sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public Media.Builder playbackIds(java.util.List<PlaybackId> playbackIds)
public Media.Builder playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public Media.Builder tracks(java.util.List<Track> tracks)
public Media.Builder tracks(java.util.Optional<? extends java.util.List<Track>> tracks)
public Media.Builder duration(java.lang.String duration)
public Media.Builder duration(java.util.Optional<java.lang.String> duration)
public Media.Builder frameRate(java.lang.String frameRate)
public Media.Builder frameRate(java.util.Optional<java.lang.String> frameRate)
public Media.Builder aspectRatio(java.lang.String aspectRatio)
public Media.Builder aspectRatio(java.util.Optional<java.lang.String> aspectRatio)
public Media.Builder createdAt(java.time.OffsetDateTime createdAt)
public Media.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public Media.Builder updatedAt(java.time.OffsetDateTime updatedAt)
public Media.Builder updatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
public Media build()
public class Media -extends java.lang.Object
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)
aspectRatio()
static Media.Builder
duration()
frameRate()
java.util.Optional<MediaMaxResolution>
java.util.Optional<MediaMetadata>
java.util.Optional<MediaMp4Support>
java.util.Optional<SourceResolution>
sourceResolution()
thumbnail()
java.util.Optional<java.util.List<Track>>
tracks()
withAspectRatio(java.lang.String aspectRatio)
withAspectRatio(java.util.Optional<java.lang.String> aspectRatio)
withDuration(java.lang.String duration)
withDuration(java.util.Optional<java.lang.String> duration)
withFrameRate(java.lang.String frameRate)
withFrameRate(java.util.Optional<java.lang.String> frameRate)
withMaxResolution(MediaMaxResolution maxResolution)
withMaxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution)
withMetadata(MediaMetadata metadata)
withMetadata(java.util.Optional<? extends MediaMetadata> metadata)
withMp4Support(MediaMp4Support mp4Support)
withMp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support)
withSourceResolution(SourceResolution sourceResolution)
withSourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution)
withThumbnail(java.lang.String thumbnail)
withThumbnail(java.util.Optional<java.lang.String> thumbnail)
withTracks(java.util.List<Track> tracks)
withTracks(java.util.Optional<? extends java.util.List<Track>> tracks)
withWorkspaceId(java.lang.String workspaceId)
withWorkspaceId(java.util.Optional<java.lang.String> workspaceId)
workspaceId()
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)
public Media()
public java.util.Optional<java.lang.String> thumbnail()
public java.util.Optional<java.lang.String> workspaceId()
public java.util.Optional<MediaMetadata> metadata()
public java.util.Optional<MediaMaxResolution> maxResolution()
public java.util.Optional<SourceResolution> sourceResolution()
public java.util.Optional<MediaMp4Support> mp4Support()
public java.util.Optional<java.util.List<Track>> tracks()
public java.util.Optional<java.lang.String> duration()
public java.util.Optional<java.lang.String> frameRate()
public java.util.Optional<java.lang.String> aspectRatio()
public static final Media.Builder builder()
public Media withThumbnail(java.lang.String thumbnail)
public Media withThumbnail(java.util.Optional<java.lang.String> thumbnail)
public Media withId(java.lang.String id)
public Media withId(java.util.Optional<java.lang.String> id)
public Media withWorkspaceId(java.lang.String workspaceId)
public Media withWorkspaceId(java.util.Optional<java.lang.String> workspaceId)
public Media withMetadata(MediaMetadata metadata)
public Media withMetadata(java.util.Optional<? extends MediaMetadata> metadata)
public Media withMaxResolution(MediaMaxResolution maxResolution)
public Media withMaxResolution(java.util.Optional<? extends MediaMaxResolution> maxResolution)
public Media withSourceResolution(SourceResolution sourceResolution)
public Media withSourceResolution(java.util.Optional<? extends SourceResolution> sourceResolution)
public Media withStatus(java.lang.String status)
public Media withStatus(java.util.Optional<java.lang.String> status)
public Media withMp4Support(MediaMp4Support mp4Support)
public Media withMp4Support(java.util.Optional<? extends MediaMp4Support> mp4Support)
public Media withSourceAccess(boolean sourceAccess)
public Media withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public Media withPlaybackIds(java.util.List<PlaybackId> playbackIds)
public Media withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public Media withTracks(java.util.List<Track> tracks)
public Media withTracks(java.util.Optional<? extends java.util.List<Track>> tracks)
public Media withDuration(java.lang.String duration)
public Media withDuration(java.util.Optional<java.lang.String> duration)
public Media withFrameRate(java.lang.String frameRate)
public Media withFrameRate(java.util.Optional<java.lang.String> frameRate)
public Media withAspectRatio(java.lang.String aspectRatio)
public Media withAspectRatio(java.util.Optional<java.lang.String> aspectRatio)
public Media withCreatedAt(java.time.OffsetDateTime createdAt)
public Media withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public Media withUpdatedAt(java.time.OffsetDateTime updatedAt)
public Media withUpdatedAt(java.util.Optional<java.time.OffsetDateTime> updatedAt)
java.lang.Comparable<MediaMaxResolution>
public enum MediaMaxResolution -extends java.lang.Enum<MediaMaxResolution>
The maximum resolution specified by the user for the media.
static java.util.Optional<MediaMaxResolution>
static MediaMaxResolution
static MediaMaxResolution[]
public static final MediaMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
public static final MediaMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
public static final MediaMaxResolution ONE_THOUSAND_AND_EIGHTYP
public static final MediaMaxResolution SEVEN_HUNDRED_AND_TWENTYP
public static final MediaMaxResolution FOUR_HUNDRED_AND_EIGHTYP
public static final MediaMaxResolution THREE_HUNDRED_AND_SIXTYP
public static MediaMaxResolution[] values()
-for (MediaMaxResolution c : MediaMaxResolution.values()) - System.out.println(c); -
public static MediaMaxResolution valueOf(java.lang.String name)
public static java.util.Optional<MediaMaxResolution> fromValue(java.lang.String value)
public static final class MediaMetadata.Builder -extends java.lang.Object
MediaMetadata
public MediaMetadata build()
public class MediaMetadata -extends java.lang.Object
MediaMetadata.Builder
MediaMetadata()
static MediaMetadata.Builder
public MediaMetadata()
public static final MediaMetadata.Builder builder()
java.lang.Comparable<MediaMp4Support>
public enum MediaMp4Support -extends java.lang.Enum<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.
NONE
static java.util.Optional<MediaMp4Support>
static MediaMp4Support
static MediaMp4Support[]
public static final MediaMp4Support NONE
public static final MediaMp4Support CAPPED4K
public static final MediaMp4Support AUDIO_ONLY
public static final MediaMp4Support AUDIO_ONLY_CAPPED4K
public static MediaMp4Support[] values()
-for (MediaMp4Support c : MediaMp4Support.values()) - System.out.println(c); -
public static MediaMp4Support valueOf(java.lang.String name)
public static java.util.Optional<MediaMp4Support> fromValue(java.lang.String value)
java.lang.Comparable<MediaPolicy>
public enum MediaPolicy -extends java.lang.Enum<MediaPolicy>
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
static java.util.Optional<MediaPolicy>
static MediaPolicy
static MediaPolicy[]
public static final MediaPolicy PUBLIC
public static final MediaPolicy PRIVATE
public static MediaPolicy[] values()
-for (MediaPolicy c : MediaPolicy.values()) - System.out.println(c); -
public static MediaPolicy valueOf(java.lang.String name)
public static java.util.Optional<MediaPolicy> fromValue(java.lang.String value)
public static final class Moderation.Builder -extends java.lang.Object
Moderation
Moderation.Builder
type(CreateMediaRequestType type)
public Moderation.Builder type(CreateMediaRequestType type)
public Moderation build()
public class Moderation -extends java.lang.Object
Moderation(CreateMediaRequestType type)
static Moderation.Builder
CreateMediaRequestType
withType(CreateMediaRequestType type)
public Moderation(CreateMediaRequestType type)
public CreateMediaRequestType type()
public static final Moderation.Builder builder()
public Moderation withType(CreateMediaRequestType type)
public static final class Pagination.Builder -extends java.lang.Object
Pagination
Pagination.Builder
currentOffset(long currentOffset)
currentOffset(java.util.Optional<java.lang.Long> currentOffset)
offsetCount(long offsetCount)
offsetCount(java.util.Optional<java.lang.Long> offsetCount)
totalRecords(long totalRecords)
totalRecords(java.util.Optional<java.lang.Long> totalRecords)
public Pagination.Builder totalRecords(long totalRecords)
public Pagination.Builder totalRecords(java.util.Optional<java.lang.Long> totalRecords)
public Pagination.Builder currentOffset(long currentOffset)
public Pagination.Builder currentOffset(java.util.Optional<java.lang.Long> currentOffset)
public Pagination.Builder offsetCount(long offsetCount)
public Pagination.Builder offsetCount(java.util.Optional<java.lang.Long> offsetCount)
public Pagination build()
public class Pagination -extends java.lang.Object
Pagination organizes content into pages for better readability and navigation.
Pagination()
Pagination(java.util.Optional<java.lang.Long> totalRecords, - java.util.Optional<java.lang.Long> currentOffset, - java.util.Optional<java.lang.Long> offsetCount)
static Pagination.Builder
currentOffset()
offsetCount()
totalRecords()
withCurrentOffset(long currentOffset)
withCurrentOffset(java.util.Optional<java.lang.Long> currentOffset)
withOffsetCount(long offsetCount)
withOffsetCount(java.util.Optional<java.lang.Long> offsetCount)
withTotalRecords(long totalRecords)
withTotalRecords(java.util.Optional<java.lang.Long> totalRecords)
public Pagination(java.util.Optional<java.lang.Long> totalRecords, - java.util.Optional<java.lang.Long> currentOffset, - java.util.Optional<java.lang.Long> offsetCount)
public Pagination()
public java.util.Optional<java.lang.Long> totalRecords()
public java.util.Optional<java.lang.Long> currentOffset()
public java.util.Optional<java.lang.Long> offsetCount()
public static final Pagination.Builder builder()
public Pagination withTotalRecords(long totalRecords)
public Pagination withTotalRecords(java.util.Optional<java.lang.Long> totalRecords)
public Pagination withCurrentOffset(long currentOffset)
public Pagination withCurrentOffset(java.util.Optional<java.lang.Long> currentOffset)
public Pagination withOffsetCount(long offsetCount)
public Pagination withOffsetCount(java.util.Optional<java.lang.Long> offsetCount)
public static final class PatchLiveStreamRequest.Builder -extends java.lang.Object
PatchLiveStreamRequest
PatchLiveStreamRequest.Builder
metadata(PatchLiveStreamRequestMetadata metadata)
metadata(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
public PatchLiveStreamRequest.Builder metadata(PatchLiveStreamRequestMetadata metadata)
public PatchLiveStreamRequest.Builder metadata(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
public PatchLiveStreamRequest.Builder reconnectWindow(long reconnectWindow)
public PatchLiveStreamRequest.Builder reconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public PatchLiveStreamRequest build()
public class PatchLiveStreamRequest -extends java.lang.Object
PatchLiveStreamRequest()
PatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata, - java.util.Optional<java.lang.Long> reconnectWindow)
static PatchLiveStreamRequest.Builder
java.util.Optional<PatchLiveStreamRequestMetadata>
withMetadata(PatchLiveStreamRequestMetadata metadata)
withMetadata(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
public PatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata, - java.util.Optional<java.lang.Long> reconnectWindow)
public PatchLiveStreamRequest()
public java.util.Optional<PatchLiveStreamRequestMetadata> metadata()
public static final PatchLiveStreamRequest.Builder builder()
public PatchLiveStreamRequest withMetadata(PatchLiveStreamRequestMetadata metadata)
public PatchLiveStreamRequest withMetadata(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
public PatchLiveStreamRequest withReconnectWindow(long reconnectWindow)
public PatchLiveStreamRequest withReconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public static final class PatchLiveStreamRequestMetadata.Builder -extends java.lang.Object
PatchLiveStreamRequestMetadata
public PatchLiveStreamRequestMetadata build()
public class PatchLiveStreamRequestMetadata -extends java.lang.Object
PatchLiveStreamRequestMetadata.Builder
PatchLiveStreamRequestMetadata()
static PatchLiveStreamRequestMetadata.Builder
public PatchLiveStreamRequestMetadata()
public static final PatchLiveStreamRequestMetadata.Builder builder()
public static final class PatchResponseDTO.Builder -extends java.lang.Object
PatchResponseDTO
PatchResponseDTO.Builder
data(PatchResponseData data)
data(java.util.Optional<? extends PatchResponseData> data)
public PatchResponseDTO.Builder success(boolean success)
public PatchResponseDTO.Builder success(java.util.Optional<java.lang.Boolean> success)
public PatchResponseDTO.Builder data(PatchResponseData data)
public PatchResponseDTO.Builder data(java.util.Optional<? extends PatchResponseData> data)
public PatchResponseDTO build()
public class PatchResponseDTO -extends java.lang.Object
PatchResponseDTO()
PatchResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PatchResponseData> data)
static PatchResponseDTO.Builder
java.util.Optional<PatchResponseData>
withData(PatchResponseData data)
withData(java.util.Optional<? extends PatchResponseData> data)
public PatchResponseDTO(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PatchResponseData> data)
public PatchResponseDTO()
public java.util.Optional<PatchResponseData> data()
public static final PatchResponseDTO.Builder builder()
public PatchResponseDTO withSuccess(boolean success)
public PatchResponseDTO withSuccess(java.util.Optional<java.lang.Boolean> success)
public PatchResponseDTO withData(PatchResponseData data)
public PatchResponseDTO withData(java.util.Optional<? extends PatchResponseData> data)
public static final class PatchResponseData.Builder -extends java.lang.Object
PatchResponseData
PatchResponseData.Builder
metadata(PatchResponseDataMetadata metadata)
metadata(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
srtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse)
srtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
public PatchResponseData.Builder streamId(java.lang.String streamId)
public PatchResponseData.Builder streamId(java.util.Optional<java.lang.String> streamId)
public PatchResponseData.Builder streamKey(java.lang.String streamKey)
public PatchResponseData.Builder streamKey(java.util.Optional<java.lang.String> streamKey)
public PatchResponseData.Builder srtSecret(java.lang.String srtSecret)
public PatchResponseData.Builder srtSecret(java.util.Optional<java.lang.String> srtSecret)
public PatchResponseData.Builder trial(boolean trial)
public PatchResponseData.Builder trial(java.util.Optional<java.lang.Boolean> trial)
public PatchResponseData.Builder status(java.lang.String status)
public PatchResponseData.Builder status(java.util.Optional<java.lang.String> status)
public PatchResponseData.Builder maxResolution(java.lang.String maxResolution)
public PatchResponseData.Builder maxResolution(java.util.Optional<java.lang.String> maxResolution)
public PatchResponseData.Builder maxDuration(long maxDuration)
public PatchResponseData.Builder maxDuration(java.util.Optional<java.lang.Long> maxDuration)
public PatchResponseData.Builder createdAt(java.time.OffsetDateTime createdAt)
public PatchResponseData.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public PatchResponseData.Builder reconnectWindow(long reconnectWindow)
public PatchResponseData.Builder reconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public PatchResponseData.Builder enableRecording(boolean enableRecording)
public PatchResponseData.Builder enableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
public PatchResponseData.Builder mediaPolicy(java.lang.String mediaPolicy)
public PatchResponseData.Builder mediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
public PatchResponseData.Builder metadata(PatchResponseDataMetadata metadata)
public PatchResponseData.Builder metadata(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
public PatchResponseData.Builder playbackId(java.util.List<PlaybackIds> playbackId)
public PatchResponseData.Builder playbackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
public PatchResponseData.Builder srtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse)
public PatchResponseData.Builder srtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
public PatchResponseData build()
public class PatchResponseData -extends java.lang.Object
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)
static PatchResponseData.Builder
java.util.Optional<PatchResponseDataMetadata>
java.util.Optional<PatchResponseDataSrtPlaybackResponse>
withMetadata(PatchResponseDataMetadata metadata)
withMetadata(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
withSrtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse)
withSrtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
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)
public PatchResponseData()
public java.util.Optional<PatchResponseDataMetadata> metadata()
public java.util.Optional<PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse()
public static final PatchResponseData.Builder builder()
public PatchResponseData withStreamId(java.lang.String streamId)
public PatchResponseData withStreamId(java.util.Optional<java.lang.String> streamId)
public PatchResponseData withStreamKey(java.lang.String streamKey)
public PatchResponseData withStreamKey(java.util.Optional<java.lang.String> streamKey)
public PatchResponseData withSrtSecret(java.lang.String srtSecret)
public PatchResponseData withSrtSecret(java.util.Optional<java.lang.String> srtSecret)
public PatchResponseData withTrial(boolean trial)
public PatchResponseData withTrial(java.util.Optional<java.lang.Boolean> trial)
public PatchResponseData withStatus(java.lang.String status)
public PatchResponseData withStatus(java.util.Optional<java.lang.String> status)
public PatchResponseData withMaxResolution(java.lang.String maxResolution)
public PatchResponseData withMaxResolution(java.util.Optional<java.lang.String> maxResolution)
public PatchResponseData withMaxDuration(long maxDuration)
public PatchResponseData withMaxDuration(java.util.Optional<java.lang.Long> maxDuration)
public PatchResponseData withCreatedAt(java.time.OffsetDateTime createdAt)
public PatchResponseData withCreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
public PatchResponseData withReconnectWindow(long reconnectWindow)
public PatchResponseData withReconnectWindow(java.util.Optional<java.lang.Long> reconnectWindow)
public PatchResponseData withEnableRecording(boolean enableRecording)
public PatchResponseData withEnableRecording(java.util.Optional<java.lang.Boolean> enableRecording)
public PatchResponseData withMediaPolicy(java.lang.String mediaPolicy)
public PatchResponseData withMediaPolicy(java.util.Optional<java.lang.String> mediaPolicy)
public PatchResponseData withMetadata(PatchResponseDataMetadata metadata)
public PatchResponseData withMetadata(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
public PatchResponseData withPlaybackId(java.util.List<PlaybackIds> playbackId)
public PatchResponseData withPlaybackId(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
public PatchResponseData withSrtPlaybackResponse(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse)
public PatchResponseData withSrtPlaybackResponse(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
public static final class PatchResponseDataMetadata.Builder -extends java.lang.Object
PatchResponseDataMetadata
public PatchResponseDataMetadata build()
public class PatchResponseDataMetadata -extends java.lang.Object
PatchResponseDataMetadata.Builder
PatchResponseDataMetadata()
static PatchResponseDataMetadata.Builder
public PatchResponseDataMetadata()
public static final PatchResponseDataMetadata.Builder builder()
public static final class PatchResponseDataSrtPlaybackResponse.Builder -extends java.lang.Object
PatchResponseDataSrtPlaybackResponse
PatchResponseDataSrtPlaybackResponse.Builder
public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret(java.lang.String srtPlaybackSecret)
public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
public PatchResponseDataSrtPlaybackResponse build()
public class PatchResponseDataSrtPlaybackResponse -extends java.lang.Object
PatchResponseDataSrtPlaybackResponse()
PatchResponseDataSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret)
static PatchResponseDataSrtPlaybackResponse.Builder
public PatchResponseDataSrtPlaybackResponse(java.util.Optional<java.lang.String> srtPlaybackStreamId, - java.util.Optional<java.lang.String> srtPlaybackSecret)
public PatchResponseDataSrtPlaybackResponse()
public static final PatchResponseDataSrtPlaybackResponse.Builder builder()
public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId(java.lang.String srtPlaybackStreamId)
public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId(java.util.Optional<java.lang.String> srtPlaybackStreamId)
public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret(java.lang.String srtPlaybackSecret)
public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret(java.util.Optional<java.lang.String> srtPlaybackSecret)
public static final class Placement.Builder -extends java.lang.Object
Placement
Placement.Builder
xAlign(XAlign xAlign)
xAlign(java.util.Optional<? extends XAlign> xAlign)
xMargin(java.lang.String xMargin)
xMargin(java.util.Optional<java.lang.String> xMargin)
yAlign(YAlign yAlign)
yAlign(java.util.Optional<? extends YAlign> yAlign)
yMargin(java.lang.String yMargin)
yMargin(java.util.Optional<java.lang.String> yMargin)
public Placement.Builder xAlign(XAlign xAlign)
public Placement.Builder xAlign(java.util.Optional<? extends XAlign> xAlign)
public Placement.Builder xMargin(java.lang.String xMargin)
public Placement.Builder xMargin(java.util.Optional<java.lang.String> xMargin)
public Placement.Builder yAlign(YAlign yAlign)
public Placement.Builder yAlign(java.util.Optional<? extends YAlign> yAlign)
public Placement.Builder yMargin(java.lang.String yMargin)
public Placement.Builder yMargin(java.util.Optional<java.lang.String> yMargin)
public Placement build()
public class Placement -extends java.lang.Object
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)
static Placement.Builder
withXAlign(XAlign xAlign)
withXAlign(java.util.Optional<? extends XAlign> xAlign)
withXMargin(java.lang.String xMargin)
withXMargin(java.util.Optional<java.lang.String> xMargin)
withYAlign(YAlign yAlign)
withYAlign(java.util.Optional<? extends YAlign> yAlign)
withYMargin(java.lang.String yMargin)
withYMargin(java.util.Optional<java.lang.String> yMargin)
java.util.Optional<XAlign>
xAlign()
xMargin()
java.util.Optional<YAlign>
yAlign()
yMargin()
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)
public Placement()
public java.util.Optional<XAlign> xAlign()
public java.util.Optional<java.lang.String> xMargin()
public java.util.Optional<YAlign> yAlign()
public java.util.Optional<java.lang.String> yMargin()
public static final Placement.Builder builder()
public Placement withXAlign(XAlign xAlign)
public Placement withXAlign(java.util.Optional<? extends XAlign> xAlign)
public Placement withXMargin(java.lang.String xMargin)
public Placement withXMargin(java.util.Optional<java.lang.String> xMargin)
public Placement withYAlign(YAlign yAlign)
public Placement withYAlign(java.util.Optional<? extends YAlign> yAlign)
public Placement withYMargin(java.lang.String yMargin)
public Placement withYMargin(java.util.Optional<java.lang.String> yMargin)
public static final class PlaybackId.Builder -extends java.lang.Object
PlaybackId.Builder
accessPolicy(PlaybackIdAccessPolicy accessPolicy)
accessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
accessRestrictions(PlaybackIdAccessRestrictions accessRestrictions)
accessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
PlaybackId
public PlaybackId.Builder id(java.lang.String id)
public PlaybackId.Builder id(java.util.Optional<java.lang.String> id)
public PlaybackId.Builder accessPolicy(PlaybackIdAccessPolicy accessPolicy)
public PlaybackId.Builder accessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
public PlaybackId.Builder accessRestrictions(PlaybackIdAccessRestrictions accessRestrictions)
public PlaybackId.Builder accessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
public PlaybackId build()
public class PlaybackId -extends java.lang.Object
A collection of Playback ID objects utilized for crafting HLS playback urls.
PlaybackId()
PlaybackId(java.util.Optional<java.lang.String> id, - java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy, - java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
java.util.Optional<PlaybackIdAccessPolicy>
java.util.Optional<PlaybackIdAccessRestrictions>
static PlaybackId.Builder
withAccessPolicy(PlaybackIdAccessPolicy accessPolicy)
withAccessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
withAccessRestrictions(PlaybackIdAccessRestrictions accessRestrictions)
withAccessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
public PlaybackId(java.util.Optional<java.lang.String> id, - java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy, - java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
public PlaybackId()
public java.util.Optional<PlaybackIdAccessPolicy> accessPolicy()
public java.util.Optional<PlaybackIdAccessRestrictions> accessRestrictions()
public static final PlaybackId.Builder builder()
public PlaybackId withId(java.lang.String id)
public PlaybackId withId(java.util.Optional<java.lang.String> id)
public PlaybackId withAccessPolicy(PlaybackIdAccessPolicy accessPolicy)
public PlaybackId withAccessPolicy(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
public PlaybackId withAccessRestrictions(PlaybackIdAccessRestrictions accessRestrictions)
public PlaybackId withAccessRestrictions(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
java.lang.Comparable<PlaybackIdAccessPolicy>
public enum PlaybackIdAccessPolicy -extends java.lang.Enum<PlaybackIdAccessPolicy>
Determines if access to the streamed content is kept private or available to all.
static java.util.Optional<PlaybackIdAccessPolicy>
static PlaybackIdAccessPolicy
static PlaybackIdAccessPolicy[]
public static final PlaybackIdAccessPolicy PUBLIC
public static final PlaybackIdAccessPolicy PRIVATE
public static final PlaybackIdAccessPolicy DRM
public static PlaybackIdAccessPolicy[] values()
-for (PlaybackIdAccessPolicy c : PlaybackIdAccessPolicy.values()) - System.out.println(c); -
public static PlaybackIdAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<PlaybackIdAccessPolicy> fromValue(java.lang.String value)
public static final class PlaybackIdAccessRestrictions.Builder -extends java.lang.Object
PlaybackIdAccessRestrictions
PlaybackIdAccessRestrictions.Builder
domains(PlaybackIdDomains domains)
domains(java.util.Optional<? extends PlaybackIdDomains> domains)
userAgents(PlaybackIdUserAgents userAgents)
userAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
public PlaybackIdAccessRestrictions.Builder domains(PlaybackIdDomains domains)
public PlaybackIdAccessRestrictions.Builder domains(java.util.Optional<? extends PlaybackIdDomains> domains)
public PlaybackIdAccessRestrictions.Builder userAgents(PlaybackIdUserAgents userAgents)
public PlaybackIdAccessRestrictions.Builder userAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
public PlaybackIdAccessRestrictions build()
public class PlaybackIdAccessRestrictions -extends java.lang.Object
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.
PlaybackIdAccessRestrictions()
PlaybackIdAccessRestrictions(java.util.Optional<? extends PlaybackIdDomains> domains, - java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
static PlaybackIdAccessRestrictions.Builder
java.util.Optional<PlaybackIdDomains>
java.util.Optional<PlaybackIdUserAgents>
withDomains(PlaybackIdDomains domains)
withDomains(java.util.Optional<? extends PlaybackIdDomains> domains)
withUserAgents(PlaybackIdUserAgents userAgents)
withUserAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
public PlaybackIdAccessRestrictions(java.util.Optional<? extends PlaybackIdDomains> domains, - java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
public PlaybackIdAccessRestrictions()
public java.util.Optional<PlaybackIdDomains> domains()
public java.util.Optional<PlaybackIdUserAgents> userAgents()
public static final PlaybackIdAccessRestrictions.Builder builder()
public PlaybackIdAccessRestrictions withDomains(PlaybackIdDomains domains)
public PlaybackIdAccessRestrictions withDomains(java.util.Optional<? extends PlaybackIdDomains> domains)
public PlaybackIdAccessRestrictions withUserAgents(PlaybackIdUserAgents userAgents)
public PlaybackIdAccessRestrictions withUserAgents(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
public static final class PlaybackIdDomains.Builder -extends java.lang.Object
PlaybackIdDomains.Builder
PlaybackIdDomains
defaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy)
public PlaybackIdDomains.Builder defaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy)
public PlaybackIdDomains.Builder defaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy)
public PlaybackIdDomains.Builder allow(java.util.List<java.lang.String> allow)
public PlaybackIdDomains.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public PlaybackIdDomains.Builder deny(java.util.List<java.lang.String> deny)
public PlaybackIdDomains.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public PlaybackIdDomains build()
public class PlaybackIdDomains -extends java.lang.Object
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
PlaybackIdDomains()
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)
static PlaybackIdDomains.Builder
java.util.Optional<PlaybackIdDomainsDefaultPolicy>
withDefaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy)
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)
public PlaybackIdDomains()
public java.util.Optional<PlaybackIdDomainsDefaultPolicy> defaultPolicy()
public static final PlaybackIdDomains.Builder builder()
public PlaybackIdDomains withDefaultPolicy(PlaybackIdDomainsDefaultPolicy defaultPolicy)
public PlaybackIdDomains withDefaultPolicy(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy)
public PlaybackIdDomains withAllow(java.util.List<java.lang.String> allow)
public PlaybackIdDomains withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public PlaybackIdDomains withDeny(java.util.List<java.lang.String> deny)
public PlaybackIdDomains withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<PlaybackIdDomainsDefaultPolicy>
public enum PlaybackIdDomainsDefaultPolicy -extends java.lang.Enum<PlaybackIdDomainsDefaultPolicy>
This sets the default behavior for domain access (either "allow" or "deny").
static java.util.Optional<PlaybackIdDomainsDefaultPolicy>
static PlaybackIdDomainsDefaultPolicy
static PlaybackIdDomainsDefaultPolicy[]
public static final PlaybackIdDomainsDefaultPolicy ALLOW
public static final PlaybackIdDomainsDefaultPolicy DENY
public static PlaybackIdDomainsDefaultPolicy[] values()
-for (PlaybackIdDomainsDefaultPolicy c : PlaybackIdDomainsDefaultPolicy.values()) - System.out.println(c); -
public static PlaybackIdDomainsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<PlaybackIdDomainsDefaultPolicy> fromValue(java.lang.String value)
public static final class PlaybackIdRequest.Builder -extends java.lang.Object
PlaybackIdRequest.Builder
accessPolicy(PlaybackIdRequestAccessPolicy accessPolicy)
accessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
PlaybackIdRequest
public PlaybackIdRequest.Builder accessPolicy(PlaybackIdRequestAccessPolicy accessPolicy)
public PlaybackIdRequest.Builder accessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
public PlaybackIdRequest build()
public class PlaybackIdRequest -extends java.lang.Object
PlaybackIdRequest()
PlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
java.util.Optional<PlaybackIdRequestAccessPolicy>
static PlaybackIdRequest.Builder
withAccessPolicy(PlaybackIdRequestAccessPolicy accessPolicy)
withAccessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
public PlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
public PlaybackIdRequest()
public java.util.Optional<PlaybackIdRequestAccessPolicy> accessPolicy()
public static final PlaybackIdRequest.Builder builder()
public PlaybackIdRequest withAccessPolicy(PlaybackIdRequestAccessPolicy accessPolicy)
public PlaybackIdRequest withAccessPolicy(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
java.lang.Comparable<PlaybackIdRequestAccessPolicy>
public enum PlaybackIdRequestAccessPolicy -extends java.lang.Enum<PlaybackIdRequestAccessPolicy>
static java.util.Optional<PlaybackIdRequestAccessPolicy>
static PlaybackIdRequestAccessPolicy
static PlaybackIdRequestAccessPolicy[]
public static final PlaybackIdRequestAccessPolicy PUBLIC
public static final PlaybackIdRequestAccessPolicy PRIVATE
public static PlaybackIdRequestAccessPolicy[] values()
-for (PlaybackIdRequestAccessPolicy c : PlaybackIdRequestAccessPolicy.values()) - System.out.println(c); -
public static PlaybackIdRequestAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<PlaybackIdRequestAccessPolicy> fromValue(java.lang.String value)
public static final class PlaybackIdResponse.Builder -extends java.lang.Object
PlaybackIdResponse
PlaybackIdResponse.Builder
data(PlaybackIdResponseData data)
data(java.util.Optional<? extends PlaybackIdResponseData> data)
public PlaybackIdResponse.Builder success(boolean success)
public PlaybackIdResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public PlaybackIdResponse.Builder data(PlaybackIdResponseData data)
public PlaybackIdResponse.Builder data(java.util.Optional<? extends PlaybackIdResponseData> data)
public PlaybackIdResponse build()
public class PlaybackIdResponse -extends java.lang.Object
PlaybackIdResponse()
PlaybackIdResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PlaybackIdResponseData> data)
static PlaybackIdResponse.Builder
java.util.Optional<PlaybackIdResponseData>
withData(PlaybackIdResponseData data)
withData(java.util.Optional<? extends PlaybackIdResponseData> data)
public PlaybackIdResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends PlaybackIdResponseData> data)
public PlaybackIdResponse()
public java.util.Optional<PlaybackIdResponseData> data()
public static final PlaybackIdResponse.Builder builder()
public PlaybackIdResponse withSuccess(boolean success)
public PlaybackIdResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public PlaybackIdResponse withData(PlaybackIdResponseData data)
public PlaybackIdResponse withData(java.util.Optional<? extends PlaybackIdResponseData> data)
public static final class PlaybackIdResponseData.Builder -extends java.lang.Object
PlaybackIdResponseData.Builder
accessPolicy(java.lang.String accessPolicy)
accessPolicy(java.util.Optional<java.lang.String> accessPolicy)
PlaybackIdResponseData
public PlaybackIdResponseData.Builder id(java.lang.String id)
public PlaybackIdResponseData.Builder id(java.util.Optional<java.lang.String> id)
public PlaybackIdResponseData.Builder accessPolicy(java.lang.String accessPolicy)
public PlaybackIdResponseData.Builder accessPolicy(java.util.Optional<java.lang.String> accessPolicy)
public PlaybackIdResponseData build()
public class PlaybackIdResponseData -extends java.lang.Object
PlaybackIdResponseData()
PlaybackIdResponseData(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy)
static PlaybackIdResponseData.Builder
withAccessPolicy(java.lang.String accessPolicy)
withAccessPolicy(java.util.Optional<java.lang.String> accessPolicy)
public PlaybackIdResponseData(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy)
public PlaybackIdResponseData()
public java.util.Optional<java.lang.String> accessPolicy()
public static final PlaybackIdResponseData.Builder builder()
public PlaybackIdResponseData withId(java.lang.String id)
public PlaybackIdResponseData withId(java.util.Optional<java.lang.String> id)
public PlaybackIdResponseData withAccessPolicy(java.lang.String accessPolicy)
public PlaybackIdResponseData withAccessPolicy(java.util.Optional<java.lang.String> accessPolicy)
public static final class PlaybackIdUserAgents.Builder -extends java.lang.Object
PlaybackIdUserAgents.Builder
PlaybackIdUserAgents
defaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public PlaybackIdUserAgents.Builder defaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy)
public PlaybackIdUserAgents.Builder defaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public PlaybackIdUserAgents.Builder allow(java.util.List<java.lang.String> allow)
public PlaybackIdUserAgents.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public PlaybackIdUserAgents.Builder deny(java.util.List<java.lang.String> deny)
public PlaybackIdUserAgents.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public PlaybackIdUserAgents build()
public class PlaybackIdUserAgents -extends java.lang.Object
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
PlaybackIdUserAgents()
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)
static PlaybackIdUserAgents.Builder
java.util.Optional<PlaybackIdUserAgentsDefaultPolicy>
withDefaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
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)
public PlaybackIdUserAgents()
public java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
public static final PlaybackIdUserAgents.Builder builder()
public PlaybackIdUserAgents withDefaultPolicy(PlaybackIdUserAgentsDefaultPolicy defaultPolicy)
public PlaybackIdUserAgents withDefaultPolicy(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public PlaybackIdUserAgents withAllow(java.util.List<java.lang.String> allow)
public PlaybackIdUserAgents withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public PlaybackIdUserAgents withDeny(java.util.List<java.lang.String> deny)
public PlaybackIdUserAgents withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<PlaybackIdUserAgentsDefaultPolicy>
public enum PlaybackIdUserAgentsDefaultPolicy -extends java.lang.Enum<PlaybackIdUserAgentsDefaultPolicy>
This sets the default behavior for user agent access (either "allow" or "deny").
static java.util.Optional<PlaybackIdUserAgentsDefaultPolicy>
static PlaybackIdUserAgentsDefaultPolicy
static PlaybackIdUserAgentsDefaultPolicy[]
public static final PlaybackIdUserAgentsDefaultPolicy ALLOW
public static final PlaybackIdUserAgentsDefaultPolicy DENY
public static PlaybackIdUserAgentsDefaultPolicy[] values()
-for (PlaybackIdUserAgentsDefaultPolicy c : PlaybackIdUserAgentsDefaultPolicy.values()) - System.out.println(c); -
public static PlaybackIdUserAgentsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> fromValue(java.lang.String value)
public static final class PlaybackIds.Builder -extends java.lang.Object
PlaybackIds.Builder
PlaybackIds
public PlaybackIds.Builder id(java.lang.String id)
public PlaybackIds.Builder id(java.util.Optional<java.lang.String> id)
public PlaybackIds.Builder accessPolicy(java.lang.String accessPolicy)
public PlaybackIds.Builder accessPolicy(java.util.Optional<java.lang.String> accessPolicy)
public PlaybackIds build()
public class PlaybackIds -extends java.lang.Object
PlaybackIds()
PlaybackIds(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy)
static PlaybackIds.Builder
public PlaybackIds(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy)
public PlaybackIds()
public static final PlaybackIds.Builder builder()
public PlaybackIds withId(java.lang.String id)
public PlaybackIds withId(java.util.Optional<java.lang.String> id)
public PlaybackIds withAccessPolicy(java.lang.String accessPolicy)
public PlaybackIds withAccessPolicy(java.util.Optional<java.lang.String> accessPolicy)
public static final class PlaybackSettings.Builder -extends java.lang.Object
PlaybackSettings.Builder
accessPolicy(PlaybackSettingsAccessPolicy accessPolicy)
accessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
public PlaybackSettings.Builder accessPolicy(PlaybackSettingsAccessPolicy accessPolicy)
public PlaybackSettings.Builder accessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
public PlaybackSettings build()
public class PlaybackSettings -extends java.lang.Object
Displays the result of the playback settings.
PlaybackSettings()
PlaybackSettings(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
java.util.Optional<PlaybackSettingsAccessPolicy>
static PlaybackSettings.Builder
withAccessPolicy(PlaybackSettingsAccessPolicy accessPolicy)
withAccessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
public PlaybackSettings(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
public PlaybackSettings()
public java.util.Optional<PlaybackSettingsAccessPolicy> accessPolicy()
public static final PlaybackSettings.Builder builder()
public PlaybackSettings withAccessPolicy(PlaybackSettingsAccessPolicy accessPolicy)
public PlaybackSettings withAccessPolicy(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
java.lang.Comparable<PlaybackSettingsAccessPolicy>
public enum PlaybackSettingsAccessPolicy -extends java.lang.Enum<PlaybackSettingsAccessPolicy>
static java.util.Optional<PlaybackSettingsAccessPolicy>
static PlaybackSettingsAccessPolicy
static PlaybackSettingsAccessPolicy[]
public static final PlaybackSettingsAccessPolicy PUBLIC
public static final PlaybackSettingsAccessPolicy PRIVATE
public static PlaybackSettingsAccessPolicy[] values()
-for (PlaybackSettingsAccessPolicy c : PlaybackSettingsAccessPolicy.values()) - System.out.println(c); -
public static PlaybackSettingsAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<PlaybackSettingsAccessPolicy> fromValue(java.lang.String value)
public static final class Security.Builder -extends java.lang.Object
Security
Security.Builder
password(java.lang.String password)
username(java.lang.String username)
public Security.Builder username(java.lang.String username)
public Security.Builder password(java.lang.String password)
public Security build()
public class Security -extends java.lang.Object -implements HasSecurity
Security(java.lang.String username, - java.lang.String password)
static Security.Builder
password()
username()
withPassword(java.lang.String password)
withUsername(java.lang.String username)
public Security(java.lang.String username, - java.lang.String password)
public java.lang.String username()
public java.lang.String password()
public static final Security.Builder builder()
public Security withUsername(java.lang.String username)
public Security withPassword(java.lang.String password)
public static final class Segment1.Builder -extends java.lang.Object
Segment1
Segment1.Builder
insertAt(long insertAt)
public Segment1.Builder url(java.lang.String url)
public Segment1.Builder insertAt(long insertAt)
public Segment1 build()
public class Segment1 -extends java.lang.Object
Segment1(java.lang.String url, - long insertAt)
static Segment1.Builder
insertAt()
withInsertAt(long insertAt)
public Segment1(java.lang.String url, - long insertAt)
public java.lang.String url()
public long insertAt()
public static final Segment1.Builder builder()
public Segment1 withUrl(java.lang.String url)
public Segment1 withInsertAt(long insertAt)
public static final class Segment2.Builder -extends java.lang.Object
Segment2
Segment2.Builder
insertAtEnd(boolean insertAtEnd)
public Segment2.Builder url(java.lang.String url)
public Segment2.Builder insertAtEnd(boolean insertAtEnd)
public Segment2 build()
public class Segment2 -extends java.lang.Object
Segment2(java.lang.String url, - boolean insertAtEnd)
static Segment2.Builder
insertAtEnd()
withInsertAtEnd(boolean insertAtEnd)
public Segment2(java.lang.String url, - boolean insertAtEnd)
public boolean insertAtEnd()
public static final Segment2.Builder builder()
public Segment2 withUrl(java.lang.String url)
public Segment2 withInsertAtEnd(boolean insertAtEnd)
public static final class SegmentUnion._Deserializer -extends OneOfDeserializer<SegmentUnion>
public class SegmentUnion -extends java.lang.Object
SegmentUnion._Deserializer
static SegmentUnion
of(Segment1 value)
of(Segment2 value)
public static SegmentUnion of(Segment1 value)
public static SegmentUnion of(Segment2 value)
public static final class SimulcastRequest.Builder -extends java.lang.Object
SimulcastRequest
SimulcastRequest.Builder
public SimulcastRequest.Builder url(java.lang.String url)
public SimulcastRequest.Builder url(java.util.Optional<java.lang.String> url)
public SimulcastRequest.Builder streamKey(java.lang.String streamKey)
public SimulcastRequest.Builder streamKey(java.util.Optional<java.lang.String> streamKey)
public SimulcastRequest build()
public class SimulcastRequest -extends java.lang.Object
SimulcastRequest()
SimulcastRequest(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey)
static SimulcastRequest.Builder
public SimulcastRequest(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey)
public SimulcastRequest()
public static final SimulcastRequest.Builder builder()
public SimulcastRequest withUrl(java.lang.String url)
public SimulcastRequest withUrl(java.util.Optional<java.lang.String> url)
public SimulcastRequest withStreamKey(java.lang.String streamKey)
public SimulcastRequest withStreamKey(java.util.Optional<java.lang.String> streamKey)
public static final class SimulcastResponse.Builder -extends java.lang.Object
SimulcastResponse
SimulcastResponse.Builder
data(SimulcastResponseData data)
data(java.util.Optional<? extends SimulcastResponseData> data)
public SimulcastResponse.Builder success(boolean success)
public SimulcastResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public SimulcastResponse.Builder data(SimulcastResponseData data)
public SimulcastResponse.Builder data(java.util.Optional<? extends SimulcastResponseData> data)
public SimulcastResponse build()
public class SimulcastResponse -extends java.lang.Object
SimulcastResponse()
SimulcastResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastResponseData> data)
static SimulcastResponse.Builder
java.util.Optional<SimulcastResponseData>
withData(SimulcastResponseData data)
withData(java.util.Optional<? extends SimulcastResponseData> data)
public SimulcastResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastResponseData> data)
public SimulcastResponse()
public java.util.Optional<SimulcastResponseData> data()
public static final SimulcastResponse.Builder builder()
public SimulcastResponse withSuccess(boolean success)
public SimulcastResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public SimulcastResponse withData(SimulcastResponseData data)
public SimulcastResponse withData(java.util.Optional<? extends SimulcastResponseData> data)
public static final class SimulcastResponseData.Builder -extends java.lang.Object
SimulcastResponseData
SimulcastResponseData.Builder
isEnabled(boolean isEnabled)
isEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
metadata(SimulcastResponseMetadata metadata)
metadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
simulcastId(java.lang.String simulcastId)
simulcastId(java.util.Optional<java.lang.String> simulcastId)
public SimulcastResponseData.Builder simulcastId(java.lang.String simulcastId)
public SimulcastResponseData.Builder simulcastId(java.util.Optional<java.lang.String> simulcastId)
public SimulcastResponseData.Builder url(java.lang.String url)
public SimulcastResponseData.Builder url(java.util.Optional<java.lang.String> url)
public SimulcastResponseData.Builder streamKey(java.lang.String streamKey)
public SimulcastResponseData.Builder streamKey(java.util.Optional<java.lang.String> streamKey)
public SimulcastResponseData.Builder isEnabled(boolean isEnabled)
public SimulcastResponseData.Builder isEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastResponseData.Builder metadata(SimulcastResponseMetadata metadata)
public SimulcastResponseData.Builder metadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
public SimulcastResponseData build()
public class SimulcastResponseData -extends java.lang.Object
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)
static SimulcastResponseData.Builder
isEnabled()
java.util.Optional<SimulcastResponseMetadata>
simulcastId()
withIsEnabled(boolean isEnabled)
withIsEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
withMetadata(SimulcastResponseMetadata metadata)
withMetadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
withSimulcastId(java.lang.String simulcastId)
withSimulcastId(java.util.Optional<java.lang.String> simulcastId)
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)
public SimulcastResponseData()
public java.util.Optional<java.lang.String> simulcastId()
public java.util.Optional<java.lang.Boolean> isEnabled()
public java.util.Optional<SimulcastResponseMetadata> metadata()
public static final SimulcastResponseData.Builder builder()
public SimulcastResponseData withSimulcastId(java.lang.String simulcastId)
public SimulcastResponseData withSimulcastId(java.util.Optional<java.lang.String> simulcastId)
public SimulcastResponseData withUrl(java.lang.String url)
public SimulcastResponseData withUrl(java.util.Optional<java.lang.String> url)
public SimulcastResponseData withStreamKey(java.lang.String streamKey)
public SimulcastResponseData withStreamKey(java.util.Optional<java.lang.String> streamKey)
public SimulcastResponseData withIsEnabled(boolean isEnabled)
public SimulcastResponseData withIsEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastResponseData withMetadata(SimulcastResponseMetadata metadata)
public SimulcastResponseData withMetadata(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
public static final class SimulcastResponseMetadata.Builder -extends java.lang.Object
SimulcastResponseMetadata
public SimulcastResponseMetadata build()
public class SimulcastResponseMetadata -extends java.lang.Object
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.
SimulcastResponseMetadata.Builder
SimulcastResponseMetadata()
static SimulcastResponseMetadata.Builder
public SimulcastResponseMetadata()
public static final SimulcastResponseMetadata.Builder builder()
public static final class SimulcastUpdateRequest.Builder -extends java.lang.Object
SimulcastUpdateRequest
SimulcastUpdateRequest.Builder
metadata(SimulcastUpdateRequestMetadata metadata)
metadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
public SimulcastUpdateRequest.Builder isEnabled(boolean isEnabled)
public SimulcastUpdateRequest.Builder isEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastUpdateRequest.Builder metadata(SimulcastUpdateRequestMetadata metadata)
public SimulcastUpdateRequest.Builder metadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
public SimulcastUpdateRequest build()
public class SimulcastUpdateRequest -extends java.lang.Object
SimulcastUpdateRequest()
SimulcastUpdateRequest(java.util.Optional<java.lang.Boolean> isEnabled, - java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
static SimulcastUpdateRequest.Builder
java.util.Optional<SimulcastUpdateRequestMetadata>
withMetadata(SimulcastUpdateRequestMetadata metadata)
withMetadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
public SimulcastUpdateRequest(java.util.Optional<java.lang.Boolean> isEnabled, - java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
public SimulcastUpdateRequest()
public java.util.Optional<SimulcastUpdateRequestMetadata> metadata()
public static final SimulcastUpdateRequest.Builder builder()
public SimulcastUpdateRequest withIsEnabled(boolean isEnabled)
public SimulcastUpdateRequest withIsEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastUpdateRequest withMetadata(SimulcastUpdateRequestMetadata metadata)
public SimulcastUpdateRequest withMetadata(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
public static final class SimulcastUpdateRequestMetadata.Builder -extends java.lang.Object
SimulcastUpdateRequestMetadata
public SimulcastUpdateRequestMetadata build()
public class SimulcastUpdateRequestMetadata -extends java.lang.Object
SimulcastUpdateRequestMetadata.Builder
SimulcastUpdateRequestMetadata()
static SimulcastUpdateRequestMetadata.Builder
public SimulcastUpdateRequestMetadata()
public static final SimulcastUpdateRequestMetadata.Builder builder()
public static final class SimulcastUpdateResponse.Builder -extends java.lang.Object
SimulcastUpdateResponse
SimulcastUpdateResponse.Builder
data(SimulcastUpdateResponseData data)
data(java.util.Optional<? extends SimulcastUpdateResponseData> data)
public SimulcastUpdateResponse.Builder success(boolean success)
public SimulcastUpdateResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public SimulcastUpdateResponse.Builder data(SimulcastUpdateResponseData data)
public SimulcastUpdateResponse.Builder data(java.util.Optional<? extends SimulcastUpdateResponseData> data)
public SimulcastUpdateResponse build()
public class SimulcastUpdateResponse -extends java.lang.Object
SimulcastUpdateResponse()
SimulcastUpdateResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUpdateResponseData> data)
static SimulcastUpdateResponse.Builder
java.util.Optional<SimulcastUpdateResponseData>
withData(SimulcastUpdateResponseData data)
withData(java.util.Optional<? extends SimulcastUpdateResponseData> data)
public SimulcastUpdateResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUpdateResponseData> data)
public SimulcastUpdateResponse()
public java.util.Optional<SimulcastUpdateResponseData> data()
public static final SimulcastUpdateResponse.Builder builder()
public SimulcastUpdateResponse withSuccess(boolean success)
public SimulcastUpdateResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public SimulcastUpdateResponse withData(SimulcastUpdateResponseData data)
public SimulcastUpdateResponse withData(java.util.Optional<? extends SimulcastUpdateResponseData> data)
public static final class SimulcastUpdateResponseData.Builder -extends java.lang.Object
SimulcastUpdateResponseData
SimulcastUpdateResponseData.Builder
metadata(SimulcastUpdateResponseMetadata metadata)
metadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
public SimulcastUpdateResponseData.Builder simulcastId(java.lang.String simulcastId)
public SimulcastUpdateResponseData.Builder simulcastId(java.util.Optional<java.lang.String> simulcastId)
public SimulcastUpdateResponseData.Builder url(java.lang.String url)
public SimulcastUpdateResponseData.Builder url(java.util.Optional<java.lang.String> url)
public SimulcastUpdateResponseData.Builder streamKey(java.lang.String streamKey)
public SimulcastUpdateResponseData.Builder streamKey(java.util.Optional<java.lang.String> streamKey)
public SimulcastUpdateResponseData.Builder isEnabled(boolean isEnabled)
public SimulcastUpdateResponseData.Builder isEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastUpdateResponseData.Builder metadata(SimulcastUpdateResponseMetadata metadata)
public SimulcastUpdateResponseData.Builder metadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
public SimulcastUpdateResponseData build()
public class SimulcastUpdateResponseData -extends java.lang.Object
SimulcastUpdateResponseData()
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)
static SimulcastUpdateResponseData.Builder
java.util.Optional<SimulcastUpdateResponseMetadata>
withMetadata(SimulcastUpdateResponseMetadata metadata)
withMetadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
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)
public SimulcastUpdateResponseData()
public java.util.Optional<SimulcastUpdateResponseMetadata> metadata()
public static final SimulcastUpdateResponseData.Builder builder()
public SimulcastUpdateResponseData withSimulcastId(java.lang.String simulcastId)
public SimulcastUpdateResponseData withSimulcastId(java.util.Optional<java.lang.String> simulcastId)
public SimulcastUpdateResponseData withUrl(java.lang.String url)
public SimulcastUpdateResponseData withUrl(java.util.Optional<java.lang.String> url)
public SimulcastUpdateResponseData withStreamKey(java.lang.String streamKey)
public SimulcastUpdateResponseData withStreamKey(java.util.Optional<java.lang.String> streamKey)
public SimulcastUpdateResponseData withIsEnabled(boolean isEnabled)
public SimulcastUpdateResponseData withIsEnabled(java.util.Optional<java.lang.Boolean> isEnabled)
public SimulcastUpdateResponseData withMetadata(SimulcastUpdateResponseMetadata metadata)
public SimulcastUpdateResponseData withMetadata(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
public static final class SimulcastUpdateResponseMetadata.Builder -extends java.lang.Object
SimulcastUpdateResponseMetadata
public SimulcastUpdateResponseMetadata build()
public class SimulcastUpdateResponseMetadata -extends java.lang.Object
SimulcastUpdateResponseMetadata.Builder
SimulcastUpdateResponseMetadata()
static SimulcastUpdateResponseMetadata.Builder
public SimulcastUpdateResponseMetadata()
public static final SimulcastUpdateResponseMetadata.Builder builder()
public static final class SimulcastdeleteResponse.Builder -extends java.lang.Object
SimulcastdeleteResponse
SimulcastdeleteResponse.Builder
public SimulcastdeleteResponse.Builder success(boolean success)
public SimulcastdeleteResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public SimulcastdeleteResponse build()
public class SimulcastdeleteResponse -extends java.lang.Object
SimulcastdeleteResponse()
SimulcastdeleteResponse(java.util.Optional<java.lang.Boolean> success)
static SimulcastdeleteResponse.Builder
public SimulcastdeleteResponse(java.util.Optional<java.lang.Boolean> success)
public SimulcastdeleteResponse()
public static final SimulcastdeleteResponse.Builder builder()
public SimulcastdeleteResponse withSuccess(boolean success)
public SimulcastdeleteResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
java.lang.Comparable<SourceResolution>
public enum SourceResolution -extends java.lang.Enum<SourceResolution>
The actual resolution of the uploaded media. This represents the native quality of the source media.
static java.util.Optional<SourceResolution>
static SourceResolution
static SourceResolution[]
public static final SourceResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
public static final SourceResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
public static final SourceResolution ONE_THOUSAND_AND_EIGHTYP
public static final SourceResolution SEVEN_HUNDRED_AND_TWENTYP
public static final SourceResolution FOUR_HUNDRED_AND_EIGHTYP
public static final SourceResolution THREE_HUNDRED_AND_SIXTYP
public static SourceResolution[] values()
-for (SourceResolution c : SourceResolution.values()) - System.out.println(c); -
public static SourceResolution valueOf(java.lang.String name)
public static java.util.Optional<SourceResolution> fromValue(java.lang.String value)
public static final class Subtitle.Builder -extends java.lang.Object
Subtitle
Subtitle.Builder
languageCode(CreateMediaRequestLanguageCode languageCode)
languageCode(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
languageName(java.lang.String languageName)
languageName(java.util.Optional<java.lang.String> languageName)
metadata(SubtitleMetadata metadata)
metadata(java.util.Optional<? extends SubtitleMetadata> metadata)
public Subtitle.Builder languageName(java.lang.String languageName)
public Subtitle.Builder languageName(java.util.Optional<java.lang.String> languageName)
public Subtitle.Builder metadata(SubtitleMetadata metadata)
public Subtitle.Builder metadata(java.util.Optional<? extends SubtitleMetadata> metadata)
public Subtitle.Builder languageCode(CreateMediaRequestLanguageCode languageCode)
public Subtitle.Builder languageCode(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
public Subtitle build()
public class Subtitle -extends java.lang.Object
Generates subtitle files for audio/video files.
Subtitle()
Subtitle(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitleMetadata> metadata, - java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
static Subtitle.Builder
java.util.Optional<CreateMediaRequestLanguageCode>
languageCode()
languageName()
java.util.Optional<SubtitleMetadata>
withLanguageCode(CreateMediaRequestLanguageCode languageCode)
withLanguageCode(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
withLanguageName(java.lang.String languageName)
withLanguageName(java.util.Optional<java.lang.String> languageName)
withMetadata(SubtitleMetadata metadata)
withMetadata(java.util.Optional<? extends SubtitleMetadata> metadata)
public Subtitle(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitleMetadata> metadata, - java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
public Subtitle()
public java.util.Optional<java.lang.String> languageName()
public java.util.Optional<SubtitleMetadata> metadata()
public java.util.Optional<CreateMediaRequestLanguageCode> languageCode()
public static final Subtitle.Builder builder()
public Subtitle withLanguageName(java.lang.String languageName)
public Subtitle withLanguageName(java.util.Optional<java.lang.String> languageName)
public Subtitle withMetadata(SubtitleMetadata metadata)
public Subtitle withMetadata(java.util.Optional<? extends SubtitleMetadata> metadata)
public Subtitle withLanguageCode(CreateMediaRequestLanguageCode languageCode)
public Subtitle withLanguageCode(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
public static final class SubtitleInput.Builder -extends java.lang.Object
SubtitleInput.Builder
languageCode(SubtitleInputLanguageCode languageCode)
type(java.lang.String type)
public SubtitleInput.Builder type(java.lang.String type)
public SubtitleInput.Builder url(java.lang.String url)
public SubtitleInput.Builder languageName(java.lang.String languageName)
public SubtitleInput.Builder languageCode(SubtitleInputLanguageCode languageCode)
public SubtitleInput build()
public class SubtitleInput -extends java.lang.Object
SubtitleInput(java.lang.String type, - java.lang.String url, - java.lang.String languageName, - SubtitleInputLanguageCode languageCode)
static SubtitleInput.Builder
SubtitleInputLanguageCode
withLanguageCode(SubtitleInputLanguageCode languageCode)
withType(java.lang.String type)
public SubtitleInput(java.lang.String type, - java.lang.String url, - java.lang.String languageName, - SubtitleInputLanguageCode languageCode)
public java.lang.String type()
public java.lang.String languageName()
public SubtitleInputLanguageCode languageCode()
public static final SubtitleInput.Builder builder()
public SubtitleInput withType(java.lang.String type)
public SubtitleInput withUrl(java.lang.String url)
public SubtitleInput withLanguageName(java.lang.String languageName)
public SubtitleInput withLanguageCode(SubtitleInputLanguageCode languageCode)
java.lang.Comparable<SubtitleInputLanguageCode>
public enum SubtitleInputLanguageCode -extends java.lang.Enum<SubtitleInputLanguageCode>
The BCP 47 language code representing the language of the generated track.
AR_SA
BGBG
BN_BD
BN_IN
CA_ES
CS_CZ
DA_DK
DE_AT
DE_CH
DEDE
EL_GR
EN_AU
EN_CA
EN_GB
EN_IE
EN_IN
EN_NZ
EN_US
EN_ZA
ES_AR
ES_CL
ES_CO
ES_MX
ES_US
ESES
FIFI
FR_BE
FR_CA
FR_CH
FRFR
HE_IL
HI_IN
HRHR
HUHU
IDID
IT_CH
ITIT
JA_JP
KO_KR
NL_BE
NLNL
NONO
PLPL
PT_BR
PTPT
RORO
RURU
SKSK
SV_SE
TA_IN
TA_LK
THTH
TRTR
UK_UA
ZH_CN
ZH_HK
ZH_TW
static java.util.Optional<SubtitleInputLanguageCode>
static SubtitleInputLanguageCode
static SubtitleInputLanguageCode[]
public static final SubtitleInputLanguageCode AR_SA
public static final SubtitleInputLanguageCode BN_BD
public static final SubtitleInputLanguageCode BN_IN
public static final SubtitleInputLanguageCode CA_ES
public static final SubtitleInputLanguageCode CS_CZ
public static final SubtitleInputLanguageCode DA_DK
public static final SubtitleInputLanguageCode DE_AT
public static final SubtitleInputLanguageCode DE_CH
public static final SubtitleInputLanguageCode DEDE
public static final SubtitleInputLanguageCode EL_GR
public static final SubtitleInputLanguageCode EN_AU
public static final SubtitleInputLanguageCode EN_CA
public static final SubtitleInputLanguageCode EN_GB
public static final SubtitleInputLanguageCode EN_IE
public static final SubtitleInputLanguageCode EN_IN
public static final SubtitleInputLanguageCode EN_NZ
public static final SubtitleInputLanguageCode EN_US
public static final SubtitleInputLanguageCode EN_ZA
public static final SubtitleInputLanguageCode ES_AR
public static final SubtitleInputLanguageCode ES_CL
public static final SubtitleInputLanguageCode ES_CO
public static final SubtitleInputLanguageCode ESES
public static final SubtitleInputLanguageCode ES_MX
public static final SubtitleInputLanguageCode ES_US
public static final SubtitleInputLanguageCode FIFI
public static final SubtitleInputLanguageCode FR_BE
public static final SubtitleInputLanguageCode FR_CA
public static final SubtitleInputLanguageCode FR_CH
public static final SubtitleInputLanguageCode FRFR
public static final SubtitleInputLanguageCode HE_IL
public static final SubtitleInputLanguageCode HI_IN
public static final SubtitleInputLanguageCode HRHR
public static final SubtitleInputLanguageCode HUHU
public static final SubtitleInputLanguageCode IDID
public static final SubtitleInputLanguageCode IT_CH
public static final SubtitleInputLanguageCode ITIT
public static final SubtitleInputLanguageCode JA_JP
public static final SubtitleInputLanguageCode KO_KR
public static final SubtitleInputLanguageCode NL_BE
public static final SubtitleInputLanguageCode NLNL
public static final SubtitleInputLanguageCode NONO
public static final SubtitleInputLanguageCode PLPL
public static final SubtitleInputLanguageCode PT_BR
public static final SubtitleInputLanguageCode PTPT
public static final SubtitleInputLanguageCode RORO
public static final SubtitleInputLanguageCode RURU
public static final SubtitleInputLanguageCode SKSK
public static final SubtitleInputLanguageCode SV_SE
public static final SubtitleInputLanguageCode TA_IN
public static final SubtitleInputLanguageCode TA_LK
public static final SubtitleInputLanguageCode THTH
public static final SubtitleInputLanguageCode TRTR
public static final SubtitleInputLanguageCode UK_UA
public static final SubtitleInputLanguageCode BGBG
public static final SubtitleInputLanguageCode ZH_CN
public static final SubtitleInputLanguageCode ZH_HK
public static final SubtitleInputLanguageCode ZH_TW
public static SubtitleInputLanguageCode[] values()
-for (SubtitleInputLanguageCode c : SubtitleInputLanguageCode.values()) - System.out.println(c); -
public static SubtitleInputLanguageCode valueOf(java.lang.String name)
public static java.util.Optional<SubtitleInputLanguageCode> fromValue(java.lang.String value)
public static final class SubtitleMetadata.Builder -extends java.lang.Object
SubtitleMetadata
public SubtitleMetadata build()
public class SubtitleMetadata -extends java.lang.Object
SubtitleMetadata.Builder
SubtitleMetadata()
static SubtitleMetadata.Builder
public SubtitleMetadata()
public static final SubtitleMetadata.Builder builder()
public static final class Summary.Builder -extends java.lang.Object
Summary
Summary.Builder
generate(boolean generate)
summaryLength(long summaryLength)
summaryLength(java.util.Optional<java.lang.Long> summaryLength)
public Summary.Builder generate(boolean generate)
public Summary.Builder summaryLength(long summaryLength)
public Summary.Builder summaryLength(java.util.Optional<java.lang.Long> summaryLength)
public Summary build()
public class Summary -extends java.lang.Object
Summary(boolean generate)
Summary(boolean generate, - java.util.Optional<java.lang.Long> summaryLength)
static Summary.Builder
generate()
summaryLength()
withGenerate(boolean generate)
withSummaryLength(long summaryLength)
withSummaryLength(java.util.Optional<java.lang.Long> summaryLength)
public Summary(boolean generate, - java.util.Optional<java.lang.Long> summaryLength)
public Summary(boolean generate)
public boolean generate()
public java.util.Optional<java.lang.Long> summaryLength()
public static final Summary.Builder builder()
public Summary withGenerate(boolean generate)
public Summary withSummaryLength(long summaryLength)
public Summary withSummaryLength(java.util.Optional<java.lang.Long> summaryLength)
public static final class Track.Builder -extends java.lang.Object
Track
Track.Builder
closedCaptions(boolean closedCaptions)
closedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions)
height(double height)
height(java.util.Optional<java.lang.Double> height)
width(double width)
width(java.util.Optional<java.lang.Double> width)
public Track.Builder id(java.lang.String id)
public Track.Builder id(java.util.Optional<java.lang.String> id)
public Track.Builder type(java.lang.String type)
public Track.Builder width(double width)
public Track.Builder width(java.util.Optional<java.lang.Double> width)
public Track.Builder height(double height)
public Track.Builder height(java.util.Optional<java.lang.Double> height)
public Track.Builder frameRate(java.lang.String frameRate)
public Track.Builder frameRate(java.util.Optional<java.lang.String> frameRate)
public Track.Builder closedCaptions(boolean closedCaptions)
public Track.Builder closedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions)
public Track build()
public class Track -extends java.lang.Object
A media consists of different media tracks, like video, audio, and subtitle, all combined.
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)
static Track.Builder
closedCaptions()
height()
width()
withClosedCaptions(boolean closedCaptions)
withClosedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions)
withHeight(double height)
withHeight(java.util.Optional<java.lang.Double> height)
withWidth(double width)
withWidth(java.util.Optional<java.lang.Double> width)
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)
public Track(java.lang.String type)
public java.util.Optional<java.lang.Double> width()
public java.util.Optional<java.lang.Double> height()
public java.util.Optional<java.lang.Boolean> closedCaptions()
public static final Track.Builder builder()
public Track withId(java.lang.String id)
public Track withId(java.util.Optional<java.lang.String> id)
public Track withType(java.lang.String type)
public Track withWidth(double width)
public Track withWidth(java.util.Optional<java.lang.Double> width)
public Track withHeight(double height)
public Track withHeight(java.util.Optional<java.lang.Double> height)
public Track withFrameRate(java.lang.String frameRate)
public Track withFrameRate(java.util.Optional<java.lang.String> frameRate)
public Track withClosedCaptions(boolean closedCaptions)
public Track withClosedCaptions(java.util.Optional<java.lang.Boolean> closedCaptions)
public static final class VideoInput.Builder -extends java.lang.Object
VideoInput.Builder
endTime(double endTime)
endTime(java.util.Optional<java.lang.Double> endTime)
expungeSegments(java.util.List<java.lang.String> expungeSegments)
expungeSegments(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
introUrl(java.lang.String introUrl)
introUrl(java.util.Optional<java.lang.String> introUrl)
outroUrl(java.lang.String outroUrl)
outroUrl(java.util.Optional<java.lang.String> outroUrl)
segments(java.util.List<SegmentUnion> segments)
segments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
startTime(double startTime)
startTime(java.util.Optional<java.lang.Double> startTime)
public VideoInput.Builder type(java.lang.String type)
public VideoInput.Builder url(java.lang.String url)
public VideoInput.Builder startTime(double startTime)
public VideoInput.Builder startTime(java.util.Optional<java.lang.Double> startTime)
public VideoInput.Builder endTime(double endTime)
public VideoInput.Builder endTime(java.util.Optional<java.lang.Double> endTime)
public VideoInput.Builder introUrl(java.lang.String introUrl)
public VideoInput.Builder introUrl(java.util.Optional<java.lang.String> introUrl)
public VideoInput.Builder outroUrl(java.lang.String outroUrl)
public VideoInput.Builder outroUrl(java.util.Optional<java.lang.String> outroUrl)
public VideoInput.Builder expungeSegments(java.util.List<java.lang.String> expungeSegments)
public VideoInput.Builder expungeSegments(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
public VideoInput.Builder segments(java.util.List<SegmentUnion> segments)
public VideoInput.Builder segments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
public VideoInput build()
public class VideoInput -extends java.lang.Object
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)
static VideoInput.Builder
expungeSegments()
introUrl()
outroUrl()
java.util.Optional<java.util.List<SegmentUnion>>
segments()
withEndTime(double endTime)
withEndTime(java.util.Optional<java.lang.Double> endTime)
withExpungeSegments(java.util.List<java.lang.String> expungeSegments)
withExpungeSegments(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
withIntroUrl(java.lang.String introUrl)
withIntroUrl(java.util.Optional<java.lang.String> introUrl)
withOutroUrl(java.lang.String outroUrl)
withOutroUrl(java.util.Optional<java.lang.String> outroUrl)
withSegments(java.util.List<SegmentUnion> segments)
withSegments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
withStartTime(double startTime)
withStartTime(java.util.Optional<java.lang.Double> startTime)
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)
public VideoInput(java.lang.String type, - java.lang.String url)
public java.util.Optional<java.lang.Double> startTime()
public java.util.Optional<java.lang.Double> endTime()
public java.util.Optional<java.lang.String> introUrl()
public java.util.Optional<java.lang.String> outroUrl()
public java.util.Optional<java.util.List<java.lang.String>> expungeSegments()
public java.util.Optional<java.util.List<SegmentUnion>> segments()
public static final VideoInput.Builder builder()
public VideoInput withType(java.lang.String type)
public VideoInput withUrl(java.lang.String url)
public VideoInput withStartTime(double startTime)
public VideoInput withStartTime(java.util.Optional<java.lang.Double> startTime)
public VideoInput withEndTime(double endTime)
public VideoInput withEndTime(java.util.Optional<java.lang.Double> endTime)
public VideoInput withIntroUrl(java.lang.String introUrl)
public VideoInput withIntroUrl(java.util.Optional<java.lang.String> introUrl)
public VideoInput withOutroUrl(java.lang.String outroUrl)
public VideoInput withOutroUrl(java.util.Optional<java.lang.String> outroUrl)
public VideoInput withExpungeSegments(java.util.List<java.lang.String> expungeSegments)
public VideoInput withExpungeSegments(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
public VideoInput withSegments(java.util.List<SegmentUnion> segments)
public VideoInput withSegments(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
public static final class WatermarkInput.Builder -extends java.lang.Object
WatermarkInput.Builder
height(java.lang.String height)
height(java.util.Optional<java.lang.String> height)
opacity(java.lang.String opacity)
opacity(java.util.Optional<java.lang.String> opacity)
placement(Placement placement)
placement(java.util.Optional<? extends Placement> placement)
type(WatermarkInputType type)
type(java.util.Optional<? extends WatermarkInputType> type)
width(java.lang.String width)
width(java.util.Optional<java.lang.String> width)
public WatermarkInput.Builder type(WatermarkInputType type)
public WatermarkInput.Builder type(java.util.Optional<? extends WatermarkInputType> type)
public WatermarkInput.Builder url(java.lang.String url)
public WatermarkInput.Builder url(java.util.Optional<java.lang.String> url)
public WatermarkInput.Builder placement(Placement placement)
public WatermarkInput.Builder placement(java.util.Optional<? extends Placement> placement)
public WatermarkInput.Builder width(java.lang.String width)
public WatermarkInput.Builder width(java.util.Optional<java.lang.String> width)
public WatermarkInput.Builder height(java.lang.String height)
public WatermarkInput.Builder height(java.util.Optional<java.lang.String> height)
public WatermarkInput.Builder opacity(java.lang.String opacity)
public WatermarkInput.Builder opacity(java.util.Optional<java.lang.String> opacity)
public WatermarkInput build()
public class WatermarkInput -extends java.lang.Object
WatermarkInput()
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)
static WatermarkInput.Builder
opacity()
java.util.Optional<Placement>
placement()
java.util.Optional<WatermarkInputType>
withHeight(java.lang.String height)
withHeight(java.util.Optional<java.lang.String> height)
withOpacity(java.lang.String opacity)
withOpacity(java.util.Optional<java.lang.String> opacity)
withPlacement(Placement placement)
withPlacement(java.util.Optional<? extends Placement> placement)
withType(WatermarkInputType type)
withType(java.util.Optional<? extends WatermarkInputType> type)
withWidth(java.lang.String width)
withWidth(java.util.Optional<java.lang.String> width)
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)
public WatermarkInput()
public java.util.Optional<WatermarkInputType> type()
public java.util.Optional<Placement> placement()
public java.util.Optional<java.lang.String> width()
public java.util.Optional<java.lang.String> height()
public java.util.Optional<java.lang.String> opacity()
public static final WatermarkInput.Builder builder()
public WatermarkInput withType(WatermarkInputType type)
public WatermarkInput withType(java.util.Optional<? extends WatermarkInputType> type)
public WatermarkInput withUrl(java.lang.String url)
public WatermarkInput withUrl(java.util.Optional<java.lang.String> url)
public WatermarkInput withPlacement(Placement placement)
public WatermarkInput withPlacement(java.util.Optional<? extends Placement> placement)
public WatermarkInput withWidth(java.lang.String width)
public WatermarkInput withWidth(java.util.Optional<java.lang.String> width)
public WatermarkInput withHeight(java.lang.String height)
public WatermarkInput withHeight(java.util.Optional<java.lang.String> height)
public WatermarkInput withOpacity(java.lang.String opacity)
public WatermarkInput withOpacity(java.util.Optional<java.lang.String> opacity)
java.lang.Comparable<WatermarkInputType>
public enum WatermarkInputType -extends java.lang.Enum<WatermarkInputType>
Type of overlay (currently only supports 'watermark').
WATERMARK
static java.util.Optional<WatermarkInputType>
static WatermarkInputType
static WatermarkInputType[]
public static final WatermarkInputType WATERMARK
public static WatermarkInputType[] values()
-for (WatermarkInputType c : WatermarkInputType.values()) - System.out.println(c); -
public static WatermarkInputType valueOf(java.lang.String name)
public static java.util.Optional<WatermarkInputType> fromValue(java.lang.String value)
java.lang.Comparable<XAlign>
public enum XAlign -extends java.lang.Enum<XAlign>
Horizontal alignment of the watermark.
CENTER
LEFT
RIGHT
static java.util.Optional<XAlign>
static XAlign
static XAlign[]
public static final XAlign LEFT
public static final XAlign CENTER
public static final XAlign RIGHT
public static XAlign[] values()
-for (XAlign c : XAlign.values()) - System.out.println(c); -
public static XAlign valueOf(java.lang.String name)
public static java.util.Optional<XAlign> fromValue(java.lang.String value)
java.lang.Comparable<YAlign>
public enum YAlign -extends java.lang.Enum<YAlign>
Vertical alignment of the watermark.
BOTTOM
MIDDLE
TOP
static java.util.Optional<YAlign>
static YAlign
static YAlign[]
public static final YAlign TOP
public static final YAlign MIDDLE
public static final YAlign BOTTOM
public static YAlign[] values()
-for (YAlign c : YAlign.values()) - System.out.println(c); -
public static YAlign valueOf(java.lang.String name)
public static java.util.Optional<YAlign> fromValue(java.lang.String value)
public class APIException -extends java.lang.Exception
APIException(java.net.http.HttpResponse<java.io.InputStream> rawResponse, - int code, - java.lang.String message, - byte[] body)
byte[]
body()
code()
message()
java.net.http.HttpResponse<java.io.InputStream>
rawResponse()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public APIException(java.net.http.HttpResponse<java.io.InputStream> rawResponse, - int code, - java.lang.String message, - byte[] body)
java.lang.Throwable
public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
public int code()
public java.lang.String message()
public byte[] body()
public class AuthException -extends java.lang.RuntimeException
AuthException(int statusCode, - java.lang.String message)
AuthException(java.lang.String message)
java.util.Optional<java.lang.Integer>
statusCode()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AuthException(int statusCode, - java.lang.String message)
public AuthException(java.lang.String message)
public java.util.Optional<java.lang.Integer> statusCode()
public static final class BadRequestError.Builder -extends java.lang.Object
BadRequestError
BadRequestError.Builder
code(double code)
code(java.util.Optional<java.lang.Double> code)
description(java.lang.String description)
description(java.util.Optional<java.lang.String> description)
message(java.lang.String message)
message(java.util.Optional<java.lang.String> message)
public BadRequestError.Builder code(double code)
public BadRequestError.Builder code(java.util.Optional<java.lang.Double> code)
public BadRequestError.Builder message(java.lang.String message)
public BadRequestError.Builder message(java.util.Optional<java.lang.String> message)
public BadRequestError.Builder description(java.lang.String description)
public BadRequestError.Builder description(java.util.Optional<java.lang.String> description)
public BadRequestError build()
public class BadRequestError -extends java.lang.Object
Displays details about the reasons behind the request's failure.
BadRequestError()
BadRequestError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static BadRequestError.Builder
description()
withCode(double code)
withCode(java.util.Optional<java.lang.Double> code)
withDescription(java.lang.String description)
withDescription(java.util.Optional<java.lang.String> description)
withMessage(java.lang.String message)
withMessage(java.util.Optional<java.lang.String> message)
public BadRequestError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public BadRequestError()
public java.util.Optional<java.lang.Double> code()
public java.util.Optional<java.lang.String> message()
public java.util.Optional<java.lang.String> description()
public static final BadRequestError.Builder builder()
public BadRequestError withCode(double code)
public BadRequestError withCode(java.util.Optional<java.lang.Double> code)
public BadRequestError withMessage(java.lang.String message)
public BadRequestError withMessage(java.util.Optional<java.lang.String> message)
public BadRequestError withDescription(java.lang.String description)
public BadRequestError withDescription(java.util.Optional<java.lang.String> description)
public static final class BadRequestException.Builder -extends java.lang.Object
BadRequestException
BadRequestException.Builder
error(BadRequestError error)
error(java.util.Optional<? extends BadRequestError> error)
public BadRequestException.Builder success(boolean success)
public BadRequestException.Builder success(java.util.Optional<java.lang.Boolean> success)
public BadRequestException.Builder error(BadRequestError error)
public BadRequestException.Builder error(java.util.Optional<? extends BadRequestError> error)
public BadRequestException build()
public class BadRequestException -extends java.lang.RuntimeException
BadRequestException()
BadRequestException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends BadRequestError> error)
static BadRequestException.Builder
java.util.Optional<BadRequestError>
error()
withError(BadRequestError error)
withError(java.util.Optional<? extends BadRequestError> error)
public BadRequestException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends BadRequestError> error)
public BadRequestException()
public java.util.Optional<BadRequestError> error()
public static final BadRequestException.Builder builder()
public BadRequestException withSuccess(boolean success)
public BadRequestException withSuccess(java.util.Optional<java.lang.Boolean> success)
public BadRequestException withError(BadRequestError error)
public BadRequestException withError(java.util.Optional<? extends BadRequestError> error)
public static final class Field.Builder -extends java.lang.Object
Field
Field.Builder
field(java.lang.String field)
field(java.util.Optional<java.lang.String> field)
public Field.Builder field(java.lang.String field)
public Field.Builder field(java.util.Optional<java.lang.String> field)
public Field.Builder message(java.lang.String message)
public Field.Builder message(java.util.Optional<java.lang.String> message)
public Field build()
public class Field -extends java.lang.Object
Field()
Field(java.util.Optional<java.lang.String> field, - java.util.Optional<java.lang.String> message)
static Field.Builder
field()
withField(java.lang.String field)
withField(java.util.Optional<java.lang.String> field)
public Field(java.util.Optional<java.lang.String> field, - java.util.Optional<java.lang.String> message)
public Field()
public java.util.Optional<java.lang.String> field()
public static final Field.Builder builder()
public Field withField(java.lang.String field)
public Field withField(java.util.Optional<java.lang.String> field)
public Field withMessage(java.lang.String message)
public Field withMessage(java.util.Optional<java.lang.String> message)
public static final class ForbiddenError.Builder -extends java.lang.Object
ForbiddenError
ForbiddenError.Builder
code(long code)
code(java.util.Optional<java.lang.Long> code)
public ForbiddenError.Builder code(long code)
public ForbiddenError.Builder code(java.util.Optional<java.lang.Long> code)
public ForbiddenError.Builder message(java.lang.String message)
public ForbiddenError.Builder message(java.util.Optional<java.lang.String> message)
public ForbiddenError.Builder description(java.lang.String description)
public ForbiddenError.Builder description(java.util.Optional<java.lang.String> description)
public ForbiddenError build()
public class ForbiddenError -extends java.lang.Object
ForbiddenError()
ForbiddenError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static ForbiddenError.Builder
withCode(long code)
withCode(java.util.Optional<java.lang.Long> code)
public ForbiddenError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public ForbiddenError()
public java.util.Optional<java.lang.Long> code()
public static final ForbiddenError.Builder builder()
public ForbiddenError withCode(long code)
public ForbiddenError withCode(java.util.Optional<java.lang.Long> code)
public ForbiddenError withMessage(java.lang.String message)
public ForbiddenError withMessage(java.util.Optional<java.lang.String> message)
public ForbiddenError withDescription(java.lang.String description)
public ForbiddenError withDescription(java.util.Optional<java.lang.String> description)
public static final class ForbiddenException.Builder -extends java.lang.Object
ForbiddenException
ForbiddenException.Builder
error(ForbiddenError error)
error(java.util.Optional<? extends ForbiddenError> error)
public ForbiddenException.Builder success(boolean success)
public ForbiddenException.Builder success(java.util.Optional<java.lang.Boolean> success)
public ForbiddenException.Builder error(ForbiddenError error)
public ForbiddenException.Builder error(java.util.Optional<? extends ForbiddenError> error)
public ForbiddenException build()
public class ForbiddenException -extends java.lang.RuntimeException
ForbiddenException()
ForbiddenException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ForbiddenError> error)
static ForbiddenException.Builder
java.util.Optional<ForbiddenError>
withError(ForbiddenError error)
withError(java.util.Optional<? extends ForbiddenError> error)
public ForbiddenException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ForbiddenError> error)
public ForbiddenException()
public java.util.Optional<ForbiddenError> error()
public static final ForbiddenException.Builder builder()
public ForbiddenException withSuccess(boolean success)
public ForbiddenException withSuccess(java.util.Optional<java.lang.Boolean> success)
public ForbiddenException withError(ForbiddenError error)
public ForbiddenException withError(java.util.Optional<? extends ForbiddenError> error)
public static final class InvalidPermissionError.Builder -extends java.lang.Object
InvalidPermissionError
InvalidPermissionError.Builder
public InvalidPermissionError.Builder code(long code)
public InvalidPermissionError.Builder code(java.util.Optional<java.lang.Long> code)
public InvalidPermissionError.Builder message(java.lang.String message)
public InvalidPermissionError.Builder message(java.util.Optional<java.lang.String> message)
public InvalidPermissionError.Builder description(java.lang.String description)
public InvalidPermissionError.Builder description(java.util.Optional<java.lang.String> description)
public InvalidPermissionError build()
public class InvalidPermissionError -extends java.lang.Object
InvalidPermissionError()
InvalidPermissionError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static InvalidPermissionError.Builder
public InvalidPermissionError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public InvalidPermissionError()
public static final InvalidPermissionError.Builder builder()
public InvalidPermissionError withCode(long code)
public InvalidPermissionError withCode(java.util.Optional<java.lang.Long> code)
public InvalidPermissionError withMessage(java.lang.String message)
public InvalidPermissionError withMessage(java.util.Optional<java.lang.String> message)
public InvalidPermissionError withDescription(java.lang.String description)
public InvalidPermissionError withDescription(java.util.Optional<java.lang.String> description)
public static final class InvalidPermissionException.Builder -extends java.lang.Object
InvalidPermissionException
InvalidPermissionException.Builder
error(InvalidPermissionError error)
error(java.util.Optional<? extends InvalidPermissionError> error)
public InvalidPermissionException.Builder success(boolean success)
public InvalidPermissionException.Builder success(java.util.Optional<java.lang.Boolean> success)
public InvalidPermissionException.Builder error(InvalidPermissionError error)
public InvalidPermissionException.Builder error(java.util.Optional<? extends InvalidPermissionError> error)
public InvalidPermissionException build()
public class InvalidPermissionException -extends java.lang.RuntimeException
InvalidPermissionException()
InvalidPermissionException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends InvalidPermissionError> error)
static InvalidPermissionException.Builder
java.util.Optional<InvalidPermissionError>
withError(InvalidPermissionError error)
withError(java.util.Optional<? extends InvalidPermissionError> error)
public InvalidPermissionException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends InvalidPermissionError> error)
public InvalidPermissionException()
public java.util.Optional<InvalidPermissionError> error()
public static final InvalidPermissionException.Builder builder()
public InvalidPermissionException withSuccess(boolean success)
public InvalidPermissionException withSuccess(java.util.Optional<java.lang.Boolean> success)
public InvalidPermissionException withError(InvalidPermissionError error)
public InvalidPermissionException withError(java.util.Optional<? extends InvalidPermissionError> error)
public static final class MediaNotFoundError.Builder -extends java.lang.Object
MediaNotFoundError
MediaNotFoundError.Builder
public MediaNotFoundError.Builder code(double code)
public MediaNotFoundError.Builder code(java.util.Optional<java.lang.Double> code)
public MediaNotFoundError.Builder message(java.lang.String message)
public MediaNotFoundError.Builder message(java.util.Optional<java.lang.String> message)
public MediaNotFoundError.Builder description(java.lang.String description)
public MediaNotFoundError.Builder description(java.util.Optional<java.lang.String> description)
public MediaNotFoundError build()
public class MediaNotFoundError -extends java.lang.Object
MediaNotFoundError()
MediaNotFoundError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static MediaNotFoundError.Builder
public MediaNotFoundError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public MediaNotFoundError()
public static final MediaNotFoundError.Builder builder()
public MediaNotFoundError withCode(double code)
public MediaNotFoundError withCode(java.util.Optional<java.lang.Double> code)
public MediaNotFoundError withMessage(java.lang.String message)
public MediaNotFoundError withMessage(java.util.Optional<java.lang.String> message)
public MediaNotFoundError withDescription(java.lang.String description)
public MediaNotFoundError withDescription(java.util.Optional<java.lang.String> description)
public static final class MediaNotFoundException.Builder -extends java.lang.Object
MediaNotFoundException
MediaNotFoundException.Builder
error(MediaNotFoundError error)
error(java.util.Optional<? extends MediaNotFoundError> error)
public MediaNotFoundException.Builder success(boolean success)
public MediaNotFoundException.Builder success(java.util.Optional<java.lang.Boolean> success)
public MediaNotFoundException.Builder error(MediaNotFoundError error)
public MediaNotFoundException.Builder error(java.util.Optional<? extends MediaNotFoundError> error)
public MediaNotFoundException build()
public class MediaNotFoundException -extends java.lang.RuntimeException
MediaNotFoundException()
MediaNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaNotFoundError> error)
static MediaNotFoundException.Builder
java.util.Optional<MediaNotFoundError>
withError(MediaNotFoundError error)
withError(java.util.Optional<? extends MediaNotFoundError> error)
public MediaNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaNotFoundError> error)
public MediaNotFoundException()
public java.util.Optional<MediaNotFoundError> error()
public static final MediaNotFoundException.Builder builder()
public MediaNotFoundException withSuccess(boolean success)
public MediaNotFoundException withSuccess(java.util.Optional<java.lang.Boolean> success)
public MediaNotFoundException withError(MediaNotFoundError error)
public MediaNotFoundException withError(java.util.Optional<? extends MediaNotFoundError> error)
public static final class MediaOrPlaybackNotFoundError.Builder -extends java.lang.Object
MediaOrPlaybackNotFoundError
MediaOrPlaybackNotFoundError.Builder
public MediaOrPlaybackNotFoundError.Builder code(double code)
public MediaOrPlaybackNotFoundError.Builder code(java.util.Optional<java.lang.Double> code)
public MediaOrPlaybackNotFoundError.Builder message(java.lang.String message)
public MediaOrPlaybackNotFoundError.Builder message(java.util.Optional<java.lang.String> message)
public MediaOrPlaybackNotFoundError.Builder description(java.lang.String description)
public MediaOrPlaybackNotFoundError.Builder description(java.util.Optional<java.lang.String> description)
public MediaOrPlaybackNotFoundError build()
public class MediaOrPlaybackNotFoundError -extends java.lang.Object
MediaOrPlaybackNotFoundError()
MediaOrPlaybackNotFoundError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static MediaOrPlaybackNotFoundError.Builder
public MediaOrPlaybackNotFoundError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public MediaOrPlaybackNotFoundError()
public static final MediaOrPlaybackNotFoundError.Builder builder()
public MediaOrPlaybackNotFoundError withCode(double code)
public MediaOrPlaybackNotFoundError withCode(java.util.Optional<java.lang.Double> code)
public MediaOrPlaybackNotFoundError withMessage(java.lang.String message)
public MediaOrPlaybackNotFoundError withMessage(java.util.Optional<java.lang.String> message)
public MediaOrPlaybackNotFoundError withDescription(java.lang.String description)
public MediaOrPlaybackNotFoundError withDescription(java.util.Optional<java.lang.String> description)
public static final class MediaOrPlaybackNotFoundException.Builder -extends java.lang.Object
MediaOrPlaybackNotFoundException
MediaOrPlaybackNotFoundException.Builder
error(MediaOrPlaybackNotFoundError error)
error(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
public MediaOrPlaybackNotFoundException.Builder success(boolean success)
public MediaOrPlaybackNotFoundException.Builder success(java.util.Optional<java.lang.Boolean> success)
public MediaOrPlaybackNotFoundException.Builder error(MediaOrPlaybackNotFoundError error)
public MediaOrPlaybackNotFoundException.Builder error(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
public MediaOrPlaybackNotFoundException build()
public class MediaOrPlaybackNotFoundException -extends java.lang.RuntimeException
MediaOrPlaybackNotFoundException()
MediaOrPlaybackNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
static MediaOrPlaybackNotFoundException.Builder
java.util.Optional<MediaOrPlaybackNotFoundError>
withError(MediaOrPlaybackNotFoundError error)
withError(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
public MediaOrPlaybackNotFoundException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
public MediaOrPlaybackNotFoundException()
public java.util.Optional<MediaOrPlaybackNotFoundError> error()
public static final MediaOrPlaybackNotFoundException.Builder builder()
public MediaOrPlaybackNotFoundException withSuccess(boolean success)
public MediaOrPlaybackNotFoundException withSuccess(java.util.Optional<java.lang.Boolean> success)
public MediaOrPlaybackNotFoundException withError(MediaOrPlaybackNotFoundError error)
public MediaOrPlaybackNotFoundException withError(java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
public static final class NotFoundError.Builder -extends java.lang.Object
NotFoundError
NotFoundError.Builder
error(NotFoundErrorError error)
error(java.util.Optional<? extends NotFoundErrorError> error)
public NotFoundError.Builder success(boolean success)
public NotFoundError.Builder success(java.util.Optional<java.lang.Boolean> success)
public NotFoundError.Builder error(NotFoundErrorError error)
public NotFoundError.Builder error(java.util.Optional<? extends NotFoundErrorError> error)
public NotFoundError build()
public class NotFoundError -extends java.lang.RuntimeException
NotFoundError()
NotFoundError(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorError> error)
static NotFoundError.Builder
java.util.Optional<NotFoundErrorError>
withError(NotFoundErrorError error)
withError(java.util.Optional<? extends NotFoundErrorError> error)
public NotFoundError(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorError> error)
public NotFoundError()
public java.util.Optional<NotFoundErrorError> error()
public static final NotFoundError.Builder builder()
public NotFoundError withSuccess(boolean success)
public NotFoundError withSuccess(java.util.Optional<java.lang.Boolean> success)
public NotFoundError withError(NotFoundErrorError error)
public NotFoundError withError(java.util.Optional<? extends NotFoundErrorError> error)
public static final class NotFoundErrorError.Builder -extends java.lang.Object
NotFoundErrorError
NotFoundErrorError.Builder
public NotFoundErrorError.Builder code(double code)
public NotFoundErrorError.Builder code(java.util.Optional<java.lang.Double> code)
public NotFoundErrorError.Builder message(java.lang.String message)
public NotFoundErrorError.Builder message(java.util.Optional<java.lang.String> message)
public NotFoundErrorError.Builder description(java.lang.String description)
public NotFoundErrorError.Builder description(java.util.Optional<java.lang.String> description)
public NotFoundErrorError build()
public class NotFoundErrorError -extends java.lang.Object
NotFoundErrorError()
NotFoundErrorError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static NotFoundErrorError.Builder
public NotFoundErrorError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public NotFoundErrorError()
public static final NotFoundErrorError.Builder builder()
public NotFoundErrorError withCode(double code)
public NotFoundErrorError withCode(java.util.Optional<java.lang.Double> code)
public NotFoundErrorError withMessage(java.lang.String message)
public NotFoundErrorError withMessage(java.util.Optional<java.lang.String> message)
public NotFoundErrorError withDescription(java.lang.String description)
public NotFoundErrorError withDescription(java.util.Optional<java.lang.String> description)
public static final class NotFoundErrorPlaybackId.Builder -extends java.lang.Object
NotFoundErrorPlaybackId
NotFoundErrorPlaybackId.Builder
error(NotFoundErrorPlaybackIdError error)
error(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
public NotFoundErrorPlaybackId.Builder success(boolean success)
public NotFoundErrorPlaybackId.Builder success(java.util.Optional<java.lang.Boolean> success)
public NotFoundErrorPlaybackId.Builder error(NotFoundErrorPlaybackIdError error)
public NotFoundErrorPlaybackId.Builder error(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
public NotFoundErrorPlaybackId build()
public class NotFoundErrorPlaybackId -extends java.lang.RuntimeException
NotFoundErrorPlaybackId()
NotFoundErrorPlaybackId(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
static NotFoundErrorPlaybackId.Builder
java.util.Optional<NotFoundErrorPlaybackIdError>
withError(NotFoundErrorPlaybackIdError error)
withError(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
public NotFoundErrorPlaybackId(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
public NotFoundErrorPlaybackId()
public java.util.Optional<NotFoundErrorPlaybackIdError> error()
public static final NotFoundErrorPlaybackId.Builder builder()
public NotFoundErrorPlaybackId withSuccess(boolean success)
public NotFoundErrorPlaybackId withSuccess(java.util.Optional<java.lang.Boolean> success)
public NotFoundErrorPlaybackId withError(NotFoundErrorPlaybackIdError error)
public NotFoundErrorPlaybackId withError(java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
public static final class NotFoundErrorPlaybackIdError.Builder -extends java.lang.Object
NotFoundErrorPlaybackIdError
NotFoundErrorPlaybackIdError.Builder
public NotFoundErrorPlaybackIdError.Builder code(double code)
public NotFoundErrorPlaybackIdError.Builder code(java.util.Optional<java.lang.Double> code)
public NotFoundErrorPlaybackIdError.Builder message(java.lang.String message)
public NotFoundErrorPlaybackIdError.Builder message(java.util.Optional<java.lang.String> message)
public NotFoundErrorPlaybackIdError.Builder description(java.lang.String description)
public NotFoundErrorPlaybackIdError.Builder description(java.util.Optional<java.lang.String> description)
public NotFoundErrorPlaybackIdError build()
public class NotFoundErrorPlaybackIdError -extends java.lang.Object
NotFoundErrorPlaybackIdError()
NotFoundErrorPlaybackIdError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static NotFoundErrorPlaybackIdError.Builder
public NotFoundErrorPlaybackIdError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public NotFoundErrorPlaybackIdError()
public static final NotFoundErrorPlaybackIdError.Builder builder()
public NotFoundErrorPlaybackIdError withCode(double code)
public NotFoundErrorPlaybackIdError withCode(java.util.Optional<java.lang.Double> code)
public NotFoundErrorPlaybackIdError withMessage(java.lang.String message)
public NotFoundErrorPlaybackIdError withMessage(java.util.Optional<java.lang.String> message)
public NotFoundErrorPlaybackIdError withDescription(java.lang.String description)
public NotFoundErrorPlaybackIdError withDescription(java.util.Optional<java.lang.String> description)
public static final class NotFoundErrorSimulcast.Builder -extends java.lang.Object
NotFoundErrorSimulcast
NotFoundErrorSimulcast.Builder
error(NotFoundErrorSimulcastError error)
error(java.util.Optional<? extends NotFoundErrorSimulcastError> error)
public NotFoundErrorSimulcast.Builder success(boolean success)
public NotFoundErrorSimulcast.Builder success(java.util.Optional<java.lang.Boolean> success)
public NotFoundErrorSimulcast.Builder error(NotFoundErrorSimulcastError error)
public NotFoundErrorSimulcast.Builder error(java.util.Optional<? extends NotFoundErrorSimulcastError> error)
public NotFoundErrorSimulcast build()
public class NotFoundErrorSimulcast -extends java.lang.RuntimeException
NotFoundErrorSimulcast()
NotFoundErrorSimulcast(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorSimulcastError> error)
static NotFoundErrorSimulcast.Builder
java.util.Optional<NotFoundErrorSimulcastError>
withError(NotFoundErrorSimulcastError error)
withError(java.util.Optional<? extends NotFoundErrorSimulcastError> error)
public NotFoundErrorSimulcast(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends NotFoundErrorSimulcastError> error)
public NotFoundErrorSimulcast()
public java.util.Optional<NotFoundErrorSimulcastError> error()
public static final NotFoundErrorSimulcast.Builder builder()
public NotFoundErrorSimulcast withSuccess(boolean success)
public NotFoundErrorSimulcast withSuccess(java.util.Optional<java.lang.Boolean> success)
public NotFoundErrorSimulcast withError(NotFoundErrorSimulcastError error)
public NotFoundErrorSimulcast withError(java.util.Optional<? extends NotFoundErrorSimulcastError> error)
public static final class NotFoundErrorSimulcastError.Builder -extends java.lang.Object
NotFoundErrorSimulcastError
NotFoundErrorSimulcastError.Builder
public NotFoundErrorSimulcastError.Builder code(double code)
public NotFoundErrorSimulcastError.Builder code(java.util.Optional<java.lang.Double> code)
public NotFoundErrorSimulcastError.Builder message(java.lang.String message)
public NotFoundErrorSimulcastError.Builder message(java.util.Optional<java.lang.String> message)
public NotFoundErrorSimulcastError.Builder description(java.lang.String description)
public NotFoundErrorSimulcastError.Builder description(java.util.Optional<java.lang.String> description)
public NotFoundErrorSimulcastError build()
public class NotFoundErrorSimulcastError -extends java.lang.Object
NotFoundErrorSimulcastError()
NotFoundErrorSimulcastError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static NotFoundErrorSimulcastError.Builder
public NotFoundErrorSimulcastError(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public NotFoundErrorSimulcastError()
public static final NotFoundErrorSimulcastError.Builder builder()
public NotFoundErrorSimulcastError withCode(double code)
public NotFoundErrorSimulcastError withCode(java.util.Optional<java.lang.Double> code)
public NotFoundErrorSimulcastError withMessage(java.lang.String message)
public NotFoundErrorSimulcastError withMessage(java.util.Optional<java.lang.String> message)
public NotFoundErrorSimulcastError withDescription(java.lang.String description)
public NotFoundErrorSimulcastError withDescription(java.util.Optional<java.lang.String> description)
public static final class SimulcastUnavailableError.Builder -extends java.lang.Object
SimulcastUnavailableError
SimulcastUnavailableError.Builder
public SimulcastUnavailableError.Builder code(long code)
public SimulcastUnavailableError.Builder code(java.util.Optional<java.lang.Long> code)
public SimulcastUnavailableError.Builder message(java.lang.String message)
public SimulcastUnavailableError.Builder message(java.util.Optional<java.lang.String> message)
public SimulcastUnavailableError.Builder description(java.lang.String description)
public SimulcastUnavailableError.Builder description(java.util.Optional<java.lang.String> description)
public SimulcastUnavailableError build()
public class SimulcastUnavailableError -extends java.lang.Object
Returns the problem that has occured.
SimulcastUnavailableError()
SimulcastUnavailableError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static SimulcastUnavailableError.Builder
public SimulcastUnavailableError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public SimulcastUnavailableError()
public static final SimulcastUnavailableError.Builder builder()
public SimulcastUnavailableError withCode(long code)
public SimulcastUnavailableError withCode(java.util.Optional<java.lang.Long> code)
public SimulcastUnavailableError withMessage(java.lang.String message)
public SimulcastUnavailableError withMessage(java.util.Optional<java.lang.String> message)
public SimulcastUnavailableError withDescription(java.lang.String description)
public SimulcastUnavailableError withDescription(java.util.Optional<java.lang.String> description)
public static final class SimulcastUnavailableException.Builder -extends java.lang.Object
SimulcastUnavailableException
SimulcastUnavailableException.Builder
error(SimulcastUnavailableError error)
error(java.util.Optional<? extends SimulcastUnavailableError> error)
public SimulcastUnavailableException.Builder success(boolean success)
public SimulcastUnavailableException.Builder success(java.util.Optional<java.lang.Boolean> success)
public SimulcastUnavailableException.Builder error(SimulcastUnavailableError error)
public SimulcastUnavailableException.Builder error(java.util.Optional<? extends SimulcastUnavailableError> error)
public SimulcastUnavailableException build()
public class SimulcastUnavailableException -extends java.lang.RuntimeException
SimulcastUnavailableException()
SimulcastUnavailableException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUnavailableError> error)
static SimulcastUnavailableException.Builder
java.util.Optional<SimulcastUnavailableError>
withError(SimulcastUnavailableError error)
withError(java.util.Optional<? extends SimulcastUnavailableError> error)
public SimulcastUnavailableException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends SimulcastUnavailableError> error)
public SimulcastUnavailableException()
public java.util.Optional<SimulcastUnavailableError> error()
public static final SimulcastUnavailableException.Builder builder()
public SimulcastUnavailableException withSuccess(boolean success)
public SimulcastUnavailableException withSuccess(java.util.Optional<java.lang.Boolean> success)
public SimulcastUnavailableException withError(SimulcastUnavailableError error)
public SimulcastUnavailableException withError(java.util.Optional<? extends SimulcastUnavailableError> error)
public static final class UnauthorizedError.Builder -extends java.lang.Object
UnauthorizedError
UnauthorizedError.Builder
public UnauthorizedError.Builder code(long code)
public UnauthorizedError.Builder code(java.util.Optional<java.lang.Long> code)
public UnauthorizedError.Builder message(java.lang.String message)
public UnauthorizedError.Builder message(java.util.Optional<java.lang.String> message)
public UnauthorizedError.Builder description(java.lang.String description)
public UnauthorizedError.Builder description(java.util.Optional<java.lang.String> description)
public UnauthorizedError build()
public class UnauthorizedError -extends java.lang.Object
UnauthorizedError()
UnauthorizedError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
static UnauthorizedError.Builder
public UnauthorizedError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description)
public UnauthorizedError()
public static final UnauthorizedError.Builder builder()
public UnauthorizedError withCode(long code)
public UnauthorizedError withCode(java.util.Optional<java.lang.Long> code)
public UnauthorizedError withMessage(java.lang.String message)
public UnauthorizedError withMessage(java.util.Optional<java.lang.String> message)
public UnauthorizedError withDescription(java.lang.String description)
public UnauthorizedError withDescription(java.util.Optional<java.lang.String> description)
public static final class UnauthorizedException.Builder -extends java.lang.Object
UnauthorizedException
UnauthorizedException.Builder
error(UnauthorizedError error)
error(java.util.Optional<? extends UnauthorizedError> error)
public UnauthorizedException.Builder success(boolean success)
public UnauthorizedException.Builder success(java.util.Optional<java.lang.Boolean> success)
public UnauthorizedException.Builder error(UnauthorizedError error)
public UnauthorizedException.Builder error(java.util.Optional<? extends UnauthorizedError> error)
public UnauthorizedException build()
public class UnauthorizedException -extends java.lang.RuntimeException
UnauthorizedException()
UnauthorizedException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends UnauthorizedError> error)
static UnauthorizedException.Builder
java.util.Optional<UnauthorizedError>
withError(UnauthorizedError error)
withError(java.util.Optional<? extends UnauthorizedError> error)
public UnauthorizedException(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends UnauthorizedError> error)
public UnauthorizedException()
public java.util.Optional<UnauthorizedError> error()
public static final UnauthorizedException.Builder builder()
public UnauthorizedException withSuccess(boolean success)
public UnauthorizedException withSuccess(java.util.Optional<java.lang.Boolean> success)
public UnauthorizedException withError(UnauthorizedError error)
public UnauthorizedException withError(java.util.Optional<? extends UnauthorizedError> error)
public static final class ValidationErrorResponse.Builder -extends java.lang.Object
ValidationErrorResponse
ValidationErrorResponse.Builder
error(ValidationErrorResponseError error)
error(java.util.Optional<? extends ValidationErrorResponseError> error)
public ValidationErrorResponse.Builder success(boolean success)
public ValidationErrorResponse.Builder success(java.util.Optional<java.lang.Boolean> success)
public ValidationErrorResponse.Builder error(ValidationErrorResponseError error)
public ValidationErrorResponse.Builder error(java.util.Optional<? extends ValidationErrorResponseError> error)
public ValidationErrorResponse build()
public class ValidationErrorResponse -extends java.lang.RuntimeException
ValidationErrorResponse()
ValidationErrorResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ValidationErrorResponseError> error)
static ValidationErrorResponse.Builder
java.util.Optional<ValidationErrorResponseError>
withError(ValidationErrorResponseError error)
withError(java.util.Optional<? extends ValidationErrorResponseError> error)
public ValidationErrorResponse(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends ValidationErrorResponseError> error)
public ValidationErrorResponse()
public java.util.Optional<ValidationErrorResponseError> error()
public static final ValidationErrorResponse.Builder builder()
public ValidationErrorResponse withSuccess(boolean success)
public ValidationErrorResponse withSuccess(java.util.Optional<java.lang.Boolean> success)
public ValidationErrorResponse withError(ValidationErrorResponseError error)
public ValidationErrorResponse withError(java.util.Optional<? extends ValidationErrorResponseError> error)
public static final class ValidationErrorResponseError.Builder -extends java.lang.Object
ValidationErrorResponseError
ValidationErrorResponseError.Builder
fields(java.util.List<Field> fields)
fields(java.util.Optional<? extends java.util.List<Field>> fields)
public ValidationErrorResponseError.Builder code(long code)
public ValidationErrorResponseError.Builder code(java.util.Optional<java.lang.Long> code)
public ValidationErrorResponseError.Builder message(java.lang.String message)
public ValidationErrorResponseError.Builder message(java.util.Optional<java.lang.String> message)
public ValidationErrorResponseError.Builder fields(java.util.List<Field> fields)
public ValidationErrorResponseError.Builder fields(java.util.Optional<? extends java.util.List<Field>> fields)
public ValidationErrorResponseError build()
public class ValidationErrorResponseError -extends java.lang.Object
Returns the problem that has occured
ValidationErrorResponseError()
ValidationErrorResponseError(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<? extends java.util.List<Field>> fields)
static ValidationErrorResponseError.Builder
java.util.Optional<java.util.List<Field>>
fields()
withFields(java.util.List<Field> fields)
withFields(java.util.Optional<? extends java.util.List<Field>> fields)
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)
public ValidationErrorResponseError()
public java.util.Optional<java.util.List<Field>> fields()
public static final ValidationErrorResponseError.Builder builder()
public ValidationErrorResponseError withCode(long code)
public ValidationErrorResponseError withCode(java.util.Optional<java.lang.Long> code)
public ValidationErrorResponseError withMessage(java.lang.String message)
public ValidationErrorResponseError withMessage(java.util.Optional<java.lang.String> message)
public ValidationErrorResponseError withFields(java.util.List<Field> fields)
public ValidationErrorResponseError withFields(java.util.Optional<? extends java.util.List<Field>> fields)
java.lang.Comparable<CreateMediaPlaybackIdAccessPolicy>
public enum CreateMediaPlaybackIdAccessPolicy -extends java.lang.Enum<CreateMediaPlaybackIdAccessPolicy>
static java.util.Optional<CreateMediaPlaybackIdAccessPolicy>
static CreateMediaPlaybackIdAccessPolicy
static CreateMediaPlaybackIdAccessPolicy[]
public static final CreateMediaPlaybackIdAccessPolicy PUBLIC
public static final CreateMediaPlaybackIdAccessPolicy PRIVATE
public static final CreateMediaPlaybackIdAccessPolicy DRM
public static CreateMediaPlaybackIdAccessPolicy[] values()
-for (CreateMediaPlaybackIdAccessPolicy c : CreateMediaPlaybackIdAccessPolicy.values()) - System.out.println(c); -
public static CreateMediaPlaybackIdAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaPlaybackIdAccessPolicy> fromValue(java.lang.String value)
public static final class CreateMediaPlaybackIdAccessRestrictions.Builder -extends java.lang.Object
CreateMediaPlaybackIdAccessRestrictions
CreateMediaPlaybackIdAccessRestrictions.Builder
domains(CreateMediaPlaybackIdDomains domains)
domains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains)
userAgents(CreateMediaPlaybackIdUserAgents userAgents)
userAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
public CreateMediaPlaybackIdAccessRestrictions.Builder domains(CreateMediaPlaybackIdDomains domains)
public CreateMediaPlaybackIdAccessRestrictions.Builder domains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains)
public CreateMediaPlaybackIdAccessRestrictions.Builder userAgents(CreateMediaPlaybackIdUserAgents userAgents)
public CreateMediaPlaybackIdAccessRestrictions.Builder userAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
public CreateMediaPlaybackIdAccessRestrictions build()
public class CreateMediaPlaybackIdAccessRestrictions -extends java.lang.Object
CreateMediaPlaybackIdAccessRestrictions()
CreateMediaPlaybackIdAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains, - java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
static CreateMediaPlaybackIdAccessRestrictions.Builder
java.util.Optional<CreateMediaPlaybackIdDomains>
java.util.Optional<CreateMediaPlaybackIdUserAgents>
withDomains(CreateMediaPlaybackIdDomains domains)
withDomains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains)
withUserAgents(CreateMediaPlaybackIdUserAgents userAgents)
withUserAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
public CreateMediaPlaybackIdAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains, - java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
public CreateMediaPlaybackIdAccessRestrictions()
public java.util.Optional<CreateMediaPlaybackIdDomains> domains()
public java.util.Optional<CreateMediaPlaybackIdUserAgents> userAgents()
public static final CreateMediaPlaybackIdAccessRestrictions.Builder builder()
public CreateMediaPlaybackIdAccessRestrictions withDomains(CreateMediaPlaybackIdDomains domains)
public CreateMediaPlaybackIdAccessRestrictions withDomains(java.util.Optional<? extends CreateMediaPlaybackIdDomains> domains)
public CreateMediaPlaybackIdAccessRestrictions withUserAgents(CreateMediaPlaybackIdUserAgents userAgents)
public CreateMediaPlaybackIdAccessRestrictions withUserAgents(java.util.Optional<? extends CreateMediaPlaybackIdUserAgents> userAgents)
public static final class CreateMediaPlaybackIdDomains.Builder -extends java.lang.Object
CreateMediaPlaybackIdDomains.Builder
CreateMediaPlaybackIdDomains
defaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdDomains.Builder defaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
public CreateMediaPlaybackIdDomains.Builder defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdDomains.Builder allow(java.util.List<java.lang.String> allow)
public CreateMediaPlaybackIdDomains.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaPlaybackIdDomains.Builder deny(java.util.List<java.lang.String> deny)
public CreateMediaPlaybackIdDomains.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public CreateMediaPlaybackIdDomains build()
public class CreateMediaPlaybackIdDomains -extends java.lang.Object
CreateMediaPlaybackIdDomains()
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)
static CreateMediaPlaybackIdDomains.Builder
java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy>
withDefaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
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)
public CreateMediaPlaybackIdDomains()
public java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy()
public static final CreateMediaPlaybackIdDomains.Builder builder()
public CreateMediaPlaybackIdDomains withDefaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
public CreateMediaPlaybackIdDomains withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdDomains withAllow(java.util.List<java.lang.String> allow)
public CreateMediaPlaybackIdDomains withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaPlaybackIdDomains withDeny(java.util.List<java.lang.String> deny)
public CreateMediaPlaybackIdDomains withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<CreateMediaPlaybackIdDomainsDefaultPolicy>
public enum CreateMediaPlaybackIdDomainsDefaultPolicy -extends java.lang.Enum<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.
static java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy>
static CreateMediaPlaybackIdDomainsDefaultPolicy
static CreateMediaPlaybackIdDomainsDefaultPolicy[]
public static final CreateMediaPlaybackIdDomainsDefaultPolicy ALLOW
public static final CreateMediaPlaybackIdDomainsDefaultPolicy DENY
public static CreateMediaPlaybackIdDomainsDefaultPolicy[] values()
-for (CreateMediaPlaybackIdDomainsDefaultPolicy c : CreateMediaPlaybackIdDomainsDefaultPolicy.values()) - System.out.println(c); -
public static CreateMediaPlaybackIdDomainsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> fromValue(java.lang.String value)
public static final class CreateMediaPlaybackIdRequest.Builder -extends java.lang.Object
CreateMediaPlaybackIdRequest
CreateMediaPlaybackIdRequest.Builder
requestBody(CreateMediaPlaybackIdRequestBody requestBody)
requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public CreateMediaPlaybackIdRequest.Builder mediaId(java.lang.String mediaId)
public CreateMediaPlaybackIdRequest.Builder requestBody(CreateMediaPlaybackIdRequestBody requestBody)
public CreateMediaPlaybackIdRequest.Builder requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public CreateMediaPlaybackIdRequest build()
public class CreateMediaPlaybackIdRequest -extends java.lang.Object
CreateMediaPlaybackIdRequest(java.lang.String mediaId)
CreateMediaPlaybackIdRequest(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
static CreateMediaPlaybackIdRequest.Builder
java.util.Optional<CreateMediaPlaybackIdRequestBody>
requestBody()
withRequestBody(CreateMediaPlaybackIdRequestBody requestBody)
withRequestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public CreateMediaPlaybackIdRequest(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public CreateMediaPlaybackIdRequest(java.lang.String mediaId)
public java.lang.String mediaId()
public java.util.Optional<CreateMediaPlaybackIdRequestBody> requestBody()
public static final CreateMediaPlaybackIdRequest.Builder builder()
public CreateMediaPlaybackIdRequest withMediaId(java.lang.String mediaId)
public CreateMediaPlaybackIdRequest withRequestBody(CreateMediaPlaybackIdRequestBody requestBody)
public CreateMediaPlaybackIdRequest withRequestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public static final class CreateMediaPlaybackIdRequestBody.Builder -extends java.lang.Object
CreateMediaPlaybackIdRequestBody.Builder
accessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy)
accessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions)
accessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
CreateMediaPlaybackIdRequestBody
public CreateMediaPlaybackIdRequestBody.Builder accessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy)
public CreateMediaPlaybackIdRequestBody.Builder accessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions)
public CreateMediaPlaybackIdRequestBody.Builder accessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
public CreateMediaPlaybackIdRequestBody build()
public class CreateMediaPlaybackIdRequestBody -extends java.lang.Object
Request body for creating playback id for an media
CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy)
CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
CreateMediaPlaybackIdAccessPolicy
java.util.Optional<CreateMediaPlaybackIdAccessRestrictions>
static CreateMediaPlaybackIdRequestBody.Builder
withAccessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy)
withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions)
withAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
public CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy, - java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
public CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy accessPolicy)
public CreateMediaPlaybackIdAccessPolicy accessPolicy()
public java.util.Optional<CreateMediaPlaybackIdAccessRestrictions> accessRestrictions()
public static final CreateMediaPlaybackIdRequestBody.Builder builder()
public CreateMediaPlaybackIdRequestBody withAccessPolicy(CreateMediaPlaybackIdAccessPolicy accessPolicy)
public CreateMediaPlaybackIdRequestBody withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions accessRestrictions)
public CreateMediaPlaybackIdRequestBody withAccessRestrictions(java.util.Optional<? extends CreateMediaPlaybackIdAccessRestrictions> accessRestrictions)
public class CreateMediaPlaybackIdRequestBuilder -extends java.lang.Object
CreateMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallCreateMediaPlaybackId sdk)
call()
public CreateMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallCreateMediaPlaybackId sdk)
public CreateMediaPlaybackIdRequestBuilder mediaId(java.lang.String mediaId)
public CreateMediaPlaybackIdRequestBuilder requestBody(CreateMediaPlaybackIdRequestBody requestBody)
public CreateMediaPlaybackIdRequestBuilder requestBody(java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
public CreateMediaPlaybackIdResponse call() - throws java.lang.Exception
public static final class CreateMediaPlaybackIdResponse.Builder -extends java.lang.Object
CreateMediaPlaybackIdResponse.Builder
contentType(java.lang.String contentType)
object(CreateMediaPlaybackIdResponseBody object)
object(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
statusCode(int statusCode)
public CreateMediaPlaybackIdResponse.Builder contentType(java.lang.String contentType)
public CreateMediaPlaybackIdResponse.Builder statusCode(int statusCode)
public CreateMediaPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateMediaPlaybackIdResponse.Builder object(CreateMediaPlaybackIdResponseBody object)
public CreateMediaPlaybackIdResponse.Builder object(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
public CreateMediaPlaybackIdResponse build()
Response
public class CreateMediaPlaybackIdResponse -extends java.lang.Object -implements Response
CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
static CreateMediaPlaybackIdResponse.Builder
contentType()
java.util.Optional<CreateMediaPlaybackIdResponseBody>
object()
withContentType(java.lang.String contentType)
withObject(CreateMediaPlaybackIdResponseBody object)
withObject(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
withStatusCode(int statusCode)
public CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
public CreateMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.lang.String contentType()
contentType
public int statusCode()
statusCode
rawResponse
public java.util.Optional<CreateMediaPlaybackIdResponseBody> object()
public static final CreateMediaPlaybackIdResponse.Builder builder()
public CreateMediaPlaybackIdResponse withContentType(java.lang.String contentType)
public CreateMediaPlaybackIdResponse withStatusCode(int statusCode)
public CreateMediaPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateMediaPlaybackIdResponse withObject(CreateMediaPlaybackIdResponseBody object)
public CreateMediaPlaybackIdResponse withObject(java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
public static final class CreateMediaPlaybackIdResponseBody.Builder -extends java.lang.Object
CreateMediaPlaybackIdResponseBody
CreateMediaPlaybackIdResponseBody.Builder
data(Data data)
data(java.util.Optional<? extends Data> data)
public CreateMediaPlaybackIdResponseBody.Builder success(boolean success)
public CreateMediaPlaybackIdResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public CreateMediaPlaybackIdResponseBody.Builder data(Data data)
public CreateMediaPlaybackIdResponseBody.Builder data(java.util.Optional<? extends Data> data)
public CreateMediaPlaybackIdResponseBody build()
public class CreateMediaPlaybackIdResponseBody -extends java.lang.Object
Playback id for an media
CreateMediaPlaybackIdResponseBody()
CreateMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Data> data)
static CreateMediaPlaybackIdResponseBody.Builder
java.util.Optional<Data>
withData(Data data)
withData(java.util.Optional<? extends Data> data)
public CreateMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Data> data)
public CreateMediaPlaybackIdResponseBody()
public java.util.Optional<Data> data()
public static final CreateMediaPlaybackIdResponseBody.Builder builder()
public CreateMediaPlaybackIdResponseBody withSuccess(boolean success)
public CreateMediaPlaybackIdResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public CreateMediaPlaybackIdResponseBody withData(Data data)
public CreateMediaPlaybackIdResponseBody withData(java.util.Optional<? extends Data> data)
public static final class CreateMediaPlaybackIdUserAgents.Builder -extends java.lang.Object
CreateMediaPlaybackIdUserAgents.Builder
CreateMediaPlaybackIdUserAgents
defaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdUserAgents.Builder allow(java.util.List<java.lang.String> allow)
public CreateMediaPlaybackIdUserAgents.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaPlaybackIdUserAgents.Builder deny(java.util.List<java.lang.String> deny)
public CreateMediaPlaybackIdUserAgents.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public CreateMediaPlaybackIdUserAgents build()
public class CreateMediaPlaybackIdUserAgents -extends java.lang.Object
CreateMediaPlaybackIdUserAgents()
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)
static CreateMediaPlaybackIdUserAgents.Builder
java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
withDefaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
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)
public CreateMediaPlaybackIdUserAgents()
public java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
public static final CreateMediaPlaybackIdUserAgents.Builder builder()
public CreateMediaPlaybackIdUserAgents withDefaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
public CreateMediaPlaybackIdUserAgents withDefaultPolicy(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
public CreateMediaPlaybackIdUserAgents withAllow(java.util.List<java.lang.String> allow)
public CreateMediaPlaybackIdUserAgents withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public CreateMediaPlaybackIdUserAgents withDeny(java.util.List<java.lang.String> deny)
public CreateMediaPlaybackIdUserAgents withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
public enum CreateMediaPlaybackIdUserAgentsDefaultPolicy -extends java.lang.Enum<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.
static java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
static CreateMediaPlaybackIdUserAgentsDefaultPolicy
static CreateMediaPlaybackIdUserAgentsDefaultPolicy[]
public static final CreateMediaPlaybackIdUserAgentsDefaultPolicy ALLOW
public static final CreateMediaPlaybackIdUserAgentsDefaultPolicy DENY
public static CreateMediaPlaybackIdUserAgentsDefaultPolicy[] values()
-for (CreateMediaPlaybackIdUserAgentsDefaultPolicy c : CreateMediaPlaybackIdUserAgentsDefaultPolicy.values()) - System.out.println(c); -
public static CreateMediaPlaybackIdUserAgentsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> fromValue(java.lang.String value)
public class CreateMediaRequestBuilder -extends java.lang.Object
CreateMediaRequestBuilder(SDKMethodInterfaces.MethodCallCreateMedia sdk)
request(CreateMediaRequest request)
request(java.util.Optional<? extends CreateMediaRequest> request)
public CreateMediaRequestBuilder(SDKMethodInterfaces.MethodCallCreateMedia sdk)
public CreateMediaRequestBuilder request(CreateMediaRequest request)
public CreateMediaRequestBuilder request(java.util.Optional<? extends CreateMediaRequest> request)
public CreateMediaResponse call() - throws java.lang.Exception
object(CreateMediaResponseBody object)
object(java.util.Optional<? extends CreateMediaResponseBody> object)
public CreateMediaResponse.Builder contentType(java.lang.String contentType)
public CreateMediaResponse.Builder statusCode(int statusCode)
public CreateMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateMediaResponse.Builder object(CreateMediaResponseBody object)
public CreateMediaResponse.Builder object(java.util.Optional<? extends CreateMediaResponseBody> object)
public class CreateMediaResponse -extends java.lang.Object -implements Response
CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaResponseBody> object)
java.util.Optional<CreateMediaResponseBody>
withObject(CreateMediaResponseBody object)
withObject(java.util.Optional<? extends CreateMediaResponseBody> object)
public CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends CreateMediaResponseBody> object)
public CreateMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<CreateMediaResponseBody> object()
public CreateMediaResponse withContentType(java.lang.String contentType)
public CreateMediaResponse withStatusCode(int statusCode)
public CreateMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateMediaResponse withObject(CreateMediaResponseBody object)
public CreateMediaResponse withObject(java.util.Optional<? extends CreateMediaResponseBody> object)
public static final class CreateMediaResponseBody.Builder -extends java.lang.Object
CreateMediaResponseBody
CreateMediaResponseBody.Builder
data(CreateMediaResponse data)
data(java.util.Optional<? extends CreateMediaResponse> data)
public CreateMediaResponseBody.Builder success(boolean success)
public CreateMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public CreateMediaResponseBody.Builder data(CreateMediaResponse data)
public CreateMediaResponseBody.Builder data(java.util.Optional<? extends CreateMediaResponse> data)
public CreateMediaResponseBody build()
public class CreateMediaResponseBody -extends java.lang.Object
Media is created successfully
CreateMediaResponseBody()
CreateMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends CreateMediaResponse> data)
static CreateMediaResponseBody.Builder
java.util.Optional<CreateMediaResponse>
withData(CreateMediaResponse data)
withData(java.util.Optional<? extends CreateMediaResponse> data)
public CreateMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends CreateMediaResponse> data)
public CreateMediaResponseBody()
public java.util.Optional<CreateMediaResponse> data()
public static final CreateMediaResponseBody.Builder builder()
public CreateMediaResponseBody withSuccess(boolean success)
public CreateMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public CreateMediaResponseBody withData(CreateMediaResponse data)
public CreateMediaResponseBody withData(java.util.Optional<? extends CreateMediaResponse> data)
public class CreateNewStreamRequestBuilder -extends java.lang.Object
CreateNewStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateNewStream sdk)
request(CreateLiveStreamRequest request)
request(java.util.Optional<? extends CreateLiveStreamRequest> request)
public CreateNewStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateNewStream sdk)
public CreateNewStreamRequestBuilder request(CreateLiveStreamRequest request)
public CreateNewStreamRequestBuilder request(java.util.Optional<? extends CreateLiveStreamRequest> request)
public CreateNewStreamResponse call() - throws java.lang.Exception
public static final class CreateNewStreamResponse.Builder -extends java.lang.Object
CreateNewStreamResponse.Builder
liveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO)
liveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
public CreateNewStreamResponse.Builder contentType(java.lang.String contentType)
public CreateNewStreamResponse.Builder statusCode(int statusCode)
public CreateNewStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateNewStreamResponse.Builder liveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO)
public CreateNewStreamResponse.Builder liveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
public CreateNewStreamResponse build()
public class CreateNewStreamResponse -extends java.lang.Object -implements Response
CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
static CreateNewStreamResponse.Builder
java.util.Optional<LiveStreamResponseDTO>
liveStreamResponseDTO()
withLiveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO)
withLiveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
public CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
public CreateNewStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<LiveStreamResponseDTO> liveStreamResponseDTO()
public static final CreateNewStreamResponse.Builder builder()
public CreateNewStreamResponse withContentType(java.lang.String contentType)
public CreateNewStreamResponse withStatusCode(int statusCode)
public CreateNewStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateNewStreamResponse withLiveStreamResponseDTO(LiveStreamResponseDTO liveStreamResponseDTO)
public CreateNewStreamResponse withLiveStreamResponseDTO(java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
public static final class CreatePlaybackIdOfStreamRequest.Builder -extends java.lang.Object
CreatePlaybackIdOfStreamRequest
CreatePlaybackIdOfStreamRequest.Builder
playbackIdRequest(PlaybackIdRequest playbackIdRequest)
playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public CreatePlaybackIdOfStreamRequest.Builder streamId(java.lang.String streamId)
public CreatePlaybackIdOfStreamRequest.Builder playbackIdRequest(PlaybackIdRequest playbackIdRequest)
public CreatePlaybackIdOfStreamRequest.Builder playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public CreatePlaybackIdOfStreamRequest build()
public class CreatePlaybackIdOfStreamRequest -extends java.lang.Object
CreatePlaybackIdOfStreamRequest(java.lang.String streamId)
CreatePlaybackIdOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
static CreatePlaybackIdOfStreamRequest.Builder
java.util.Optional<PlaybackIdRequest>
playbackIdRequest()
withPlaybackIdRequest(PlaybackIdRequest playbackIdRequest)
withPlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public CreatePlaybackIdOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public CreatePlaybackIdOfStreamRequest(java.lang.String streamId)
public java.lang.String streamId()
public java.util.Optional<PlaybackIdRequest> playbackIdRequest()
public static final CreatePlaybackIdOfStreamRequest.Builder builder()
public CreatePlaybackIdOfStreamRequest withStreamId(java.lang.String streamId)
public CreatePlaybackIdOfStreamRequest withPlaybackIdRequest(PlaybackIdRequest playbackIdRequest)
public CreatePlaybackIdOfStreamRequest withPlaybackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public class CreatePlaybackIdOfStreamRequestBuilder -extends java.lang.Object
CreatePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream sdk)
public CreatePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream sdk)
public CreatePlaybackIdOfStreamRequestBuilder streamId(java.lang.String streamId)
public CreatePlaybackIdOfStreamRequestBuilder playbackIdRequest(PlaybackIdRequest playbackIdRequest)
public CreatePlaybackIdOfStreamRequestBuilder playbackIdRequest(java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
public CreatePlaybackIdOfStreamResponse call() - throws java.lang.Exception
public static final class CreatePlaybackIdOfStreamResponse.Builder -extends java.lang.Object
CreatePlaybackIdOfStreamResponse.Builder
playbackIdResponse(PlaybackIdResponse playbackIdResponse)
playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public CreatePlaybackIdOfStreamResponse.Builder contentType(java.lang.String contentType)
public CreatePlaybackIdOfStreamResponse.Builder statusCode(int statusCode)
public CreatePlaybackIdOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreatePlaybackIdOfStreamResponse.Builder playbackIdResponse(PlaybackIdResponse playbackIdResponse)
public CreatePlaybackIdOfStreamResponse.Builder playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public CreatePlaybackIdOfStreamResponse build()
public class CreatePlaybackIdOfStreamResponse -extends java.lang.Object -implements Response
CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
static CreatePlaybackIdOfStreamResponse.Builder
java.util.Optional<PlaybackIdResponse>
playbackIdResponse()
withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse)
withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public CreatePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<PlaybackIdResponse> playbackIdResponse()
public static final CreatePlaybackIdOfStreamResponse.Builder builder()
public CreatePlaybackIdOfStreamResponse withContentType(java.lang.String contentType)
public CreatePlaybackIdOfStreamResponse withStatusCode(int statusCode)
public CreatePlaybackIdOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreatePlaybackIdOfStreamResponse withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse)
public CreatePlaybackIdOfStreamResponse withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public static final class CreateSimulcastOfStreamRequest.Builder -extends java.lang.Object
CreateSimulcastOfStreamRequest
CreateSimulcastOfStreamRequest.Builder
simulcastRequest(SimulcastRequest simulcastRequest)
simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public CreateSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId)
public CreateSimulcastOfStreamRequest.Builder simulcastRequest(SimulcastRequest simulcastRequest)
public CreateSimulcastOfStreamRequest.Builder simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public CreateSimulcastOfStreamRequest build()
public class CreateSimulcastOfStreamRequest -extends java.lang.Object
CreateSimulcastOfStreamRequest(java.lang.String streamId)
CreateSimulcastOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest)
static CreateSimulcastOfStreamRequest.Builder
java.util.Optional<SimulcastRequest>
simulcastRequest()
withSimulcastRequest(SimulcastRequest simulcastRequest)
withSimulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public CreateSimulcastOfStreamRequest(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public CreateSimulcastOfStreamRequest(java.lang.String streamId)
public java.util.Optional<SimulcastRequest> simulcastRequest()
public static final CreateSimulcastOfStreamRequest.Builder builder()
public CreateSimulcastOfStreamRequest withStreamId(java.lang.String streamId)
public CreateSimulcastOfStreamRequest withSimulcastRequest(SimulcastRequest simulcastRequest)
public CreateSimulcastOfStreamRequest withSimulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public class CreateSimulcastOfStreamRequestBuilder -extends java.lang.Object
CreateSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateSimulcastOfStream sdk)
public CreateSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateSimulcastOfStream sdk)
public CreateSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId)
public CreateSimulcastOfStreamRequestBuilder simulcastRequest(SimulcastRequest simulcastRequest)
public CreateSimulcastOfStreamRequestBuilder simulcastRequest(java.util.Optional<? extends SimulcastRequest> simulcastRequest)
public CreateSimulcastOfStreamResponse call() - throws java.lang.Exception
public static final class CreateSimulcastOfStreamResponse.Builder -extends java.lang.Object
CreateSimulcastOfStreamResponse.Builder
simulcastResponse(SimulcastResponse simulcastResponse)
simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public CreateSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType)
public CreateSimulcastOfStreamResponse.Builder statusCode(int statusCode)
public CreateSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateSimulcastOfStreamResponse.Builder simulcastResponse(SimulcastResponse simulcastResponse)
public CreateSimulcastOfStreamResponse.Builder simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public CreateSimulcastOfStreamResponse build()
public class CreateSimulcastOfStreamResponse -extends java.lang.Object -implements Response
CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse)
static CreateSimulcastOfStreamResponse.Builder
java.util.Optional<SimulcastResponse>
simulcastResponse()
withSimulcastResponse(SimulcastResponse simulcastResponse)
withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public CreateSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<SimulcastResponse> simulcastResponse()
public static final CreateSimulcastOfStreamResponse.Builder builder()
public CreateSimulcastOfStreamResponse withContentType(java.lang.String contentType)
public CreateSimulcastOfStreamResponse withStatusCode(int statusCode)
public CreateSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public CreateSimulcastOfStreamResponse withSimulcastResponse(SimulcastResponse simulcastResponse)
public CreateSimulcastOfStreamResponse withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public static final class Data.Builder -extends java.lang.Object
Data
Data.Builder
public Data.Builder playbackIds(java.util.List<PlaybackId> playbackIds)
public Data.Builder playbackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public Data build()
public class Data -extends java.lang.Object
Data()
Data(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
static Data.Builder
public Data(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public Data()
public static final Data.Builder builder()
public Data withPlaybackIds(java.util.List<PlaybackId> playbackIds)
public Data withPlaybackIds(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
public static final class DeleteLiveStreamRequest.Builder -extends java.lang.Object
DeleteLiveStreamRequest
DeleteLiveStreamRequest.Builder
public DeleteLiveStreamRequest.Builder streamId(java.lang.String streamId)
public DeleteLiveStreamRequest build()
public class DeleteLiveStreamRequest -extends java.lang.Object
DeleteLiveStreamRequest(java.lang.String streamId)
static DeleteLiveStreamRequest.Builder
public DeleteLiveStreamRequest(java.lang.String streamId)
public static final DeleteLiveStreamRequest.Builder builder()
public DeleteLiveStreamRequest withStreamId(java.lang.String streamId)
public class DeleteLiveStreamRequestBuilder -extends java.lang.Object
DeleteLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteLiveStream sdk)
public DeleteLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteLiveStream sdk)
public DeleteLiveStreamRequestBuilder streamId(java.lang.String streamId)
public DeleteLiveStreamResponse call() - throws java.lang.Exception
public static final class DeleteLiveStreamResponse.Builder -extends java.lang.Object
DeleteLiveStreamResponse.Builder
liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeleteLiveStreamResponse.Builder contentType(java.lang.String contentType)
public DeleteLiveStreamResponse.Builder statusCode(int statusCode)
public DeleteLiveStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteLiveStreamResponse.Builder liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
public DeleteLiveStreamResponse.Builder liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeleteLiveStreamResponse build()
public class DeleteLiveStreamResponse -extends java.lang.Object -implements Response
DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
static DeleteLiveStreamResponse.Builder
java.util.Optional<LiveStreamDeleteResponse>
liveStreamDeleteResponse()
withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeleteLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<LiveStreamDeleteResponse> liveStreamDeleteResponse()
public static final DeleteLiveStreamResponse.Builder builder()
public DeleteLiveStreamResponse withContentType(java.lang.String contentType)
public DeleteLiveStreamResponse withStatusCode(int statusCode)
public DeleteLiveStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteLiveStreamResponse withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
public DeleteLiveStreamResponse withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public static final class DeleteMediaPlaybackIdRequest.Builder -extends java.lang.Object
DeleteMediaPlaybackIdRequest
DeleteMediaPlaybackIdRequest.Builder
playbackId(java.lang.String playbackId)
public DeleteMediaPlaybackIdRequest.Builder mediaId(java.lang.String mediaId)
public DeleteMediaPlaybackIdRequest.Builder playbackId(java.lang.String playbackId)
public DeleteMediaPlaybackIdRequest build()
public class DeleteMediaPlaybackIdRequest -extends java.lang.Object
DeleteMediaPlaybackIdRequest(java.lang.String mediaId, - java.lang.String playbackId)
static DeleteMediaPlaybackIdRequest.Builder
withPlaybackId(java.lang.String playbackId)
public DeleteMediaPlaybackIdRequest(java.lang.String mediaId, - java.lang.String playbackId)
public java.lang.String playbackId()
public static final DeleteMediaPlaybackIdRequest.Builder builder()
public DeleteMediaPlaybackIdRequest withMediaId(java.lang.String mediaId)
public DeleteMediaPlaybackIdRequest withPlaybackId(java.lang.String playbackId)
public class DeleteMediaPlaybackIdRequestBuilder -extends java.lang.Object
DeleteMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId sdk)
public DeleteMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId sdk)
public DeleteMediaPlaybackIdRequestBuilder mediaId(java.lang.String mediaId)
public DeleteMediaPlaybackIdRequestBuilder playbackId(java.lang.String playbackId)
public DeleteMediaPlaybackIdResponse call() - throws java.lang.Exception
public static final class DeleteMediaPlaybackIdResponse.Builder -extends java.lang.Object
DeleteMediaPlaybackIdResponse.Builder
object(DeleteMediaPlaybackIdResponseBody object)
object(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
public DeleteMediaPlaybackIdResponse.Builder contentType(java.lang.String contentType)
public DeleteMediaPlaybackIdResponse.Builder statusCode(int statusCode)
public DeleteMediaPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteMediaPlaybackIdResponse.Builder object(DeleteMediaPlaybackIdResponseBody object)
public DeleteMediaPlaybackIdResponse.Builder object(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
public DeleteMediaPlaybackIdResponse build()
public class DeleteMediaPlaybackIdResponse -extends java.lang.Object -implements Response
DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
static DeleteMediaPlaybackIdResponse.Builder
java.util.Optional<DeleteMediaPlaybackIdResponseBody>
withObject(DeleteMediaPlaybackIdResponseBody object)
withObject(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
public DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
public DeleteMediaPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<DeleteMediaPlaybackIdResponseBody> object()
public static final DeleteMediaPlaybackIdResponse.Builder builder()
public DeleteMediaPlaybackIdResponse withContentType(java.lang.String contentType)
public DeleteMediaPlaybackIdResponse withStatusCode(int statusCode)
public DeleteMediaPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteMediaPlaybackIdResponse withObject(DeleteMediaPlaybackIdResponseBody object)
public DeleteMediaPlaybackIdResponse withObject(java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
public static final class DeleteMediaPlaybackIdResponseBody.Builder -extends java.lang.Object
DeleteMediaPlaybackIdResponseBody
DeleteMediaPlaybackIdResponseBody.Builder
public DeleteMediaPlaybackIdResponseBody.Builder success(boolean success)
public DeleteMediaPlaybackIdResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public DeleteMediaPlaybackIdResponseBody build()
public class DeleteMediaPlaybackIdResponseBody -extends java.lang.Object
Deleted a Playback Id successfully
DeleteMediaPlaybackIdResponseBody()
DeleteMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success)
static DeleteMediaPlaybackIdResponseBody.Builder
public DeleteMediaPlaybackIdResponseBody(java.util.Optional<java.lang.Boolean> success)
public DeleteMediaPlaybackIdResponseBody()
public static final DeleteMediaPlaybackIdResponseBody.Builder builder()
public DeleteMediaPlaybackIdResponseBody withSuccess(boolean success)
public DeleteMediaPlaybackIdResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public static final class DeleteMediaRequest.Builder -extends java.lang.Object
DeleteMediaRequest
DeleteMediaRequest.Builder
public DeleteMediaRequest.Builder mediaId(java.lang.String mediaId)
public DeleteMediaRequest build()
public class DeleteMediaRequest -extends java.lang.Object
DeleteMediaRequest(java.lang.String mediaId)
static DeleteMediaRequest.Builder
public DeleteMediaRequest(java.lang.String mediaId)
public static final DeleteMediaRequest.Builder builder()
public DeleteMediaRequest withMediaId(java.lang.String mediaId)
public class DeleteMediaRequestBuilder -extends java.lang.Object
DeleteMediaRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMedia sdk)
public DeleteMediaRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMedia sdk)
public DeleteMediaRequestBuilder mediaId(java.lang.String mediaId)
public DeleteMediaResponse call() - throws java.lang.Exception
public static final class DeleteMediaResponse.Builder -extends java.lang.Object
DeleteMediaResponse.Builder
object(DeleteMediaResponseBody object)
object(java.util.Optional<? extends DeleteMediaResponseBody> object)
public DeleteMediaResponse.Builder contentType(java.lang.String contentType)
public DeleteMediaResponse.Builder statusCode(int statusCode)
public DeleteMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteMediaResponse.Builder object(DeleteMediaResponseBody object)
public DeleteMediaResponse.Builder object(java.util.Optional<? extends DeleteMediaResponseBody> object)
public DeleteMediaResponse build()
public class DeleteMediaResponse -extends java.lang.Object -implements Response
DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaResponseBody> object)
static DeleteMediaResponse.Builder
java.util.Optional<DeleteMediaResponseBody>
withObject(DeleteMediaResponseBody object)
withObject(java.util.Optional<? extends DeleteMediaResponseBody> object)
public DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DeleteMediaResponseBody> object)
public DeleteMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<DeleteMediaResponseBody> object()
public static final DeleteMediaResponse.Builder builder()
public DeleteMediaResponse withContentType(java.lang.String contentType)
public DeleteMediaResponse withStatusCode(int statusCode)
public DeleteMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteMediaResponse withObject(DeleteMediaResponseBody object)
public DeleteMediaResponse withObject(java.util.Optional<? extends DeleteMediaResponseBody> object)
public static final class DeleteMediaResponseBody.Builder -extends java.lang.Object
DeleteMediaResponseBody
DeleteMediaResponseBody.Builder
public DeleteMediaResponseBody.Builder success(boolean success)
public DeleteMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public DeleteMediaResponseBody build()
public class DeleteMediaResponseBody -extends java.lang.Object
Delete a video media
DeleteMediaResponseBody()
DeleteMediaResponseBody(java.util.Optional<java.lang.Boolean> success)
static DeleteMediaResponseBody.Builder
public DeleteMediaResponseBody(java.util.Optional<java.lang.Boolean> success)
public DeleteMediaResponseBody()
public static final DeleteMediaResponseBody.Builder builder()
public DeleteMediaResponseBody withSuccess(boolean success)
public DeleteMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public static final class DeletePlaybackIdOfStreamRequest.Builder -extends java.lang.Object
DeletePlaybackIdOfStreamRequest
DeletePlaybackIdOfStreamRequest.Builder
public DeletePlaybackIdOfStreamRequest.Builder streamId(java.lang.String streamId)
public DeletePlaybackIdOfStreamRequest.Builder playbackId(java.lang.String playbackId)
public DeletePlaybackIdOfStreamRequest build()
public class DeletePlaybackIdOfStreamRequest -extends java.lang.Object
DeletePlaybackIdOfStreamRequest(java.lang.String streamId, - java.lang.String playbackId)
static DeletePlaybackIdOfStreamRequest.Builder
public DeletePlaybackIdOfStreamRequest(java.lang.String streamId, - java.lang.String playbackId)
public static final DeletePlaybackIdOfStreamRequest.Builder builder()
public DeletePlaybackIdOfStreamRequest withStreamId(java.lang.String streamId)
public DeletePlaybackIdOfStreamRequest withPlaybackId(java.lang.String playbackId)
public class DeletePlaybackIdOfStreamRequestBuilder -extends java.lang.Object
DeletePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream sdk)
public DeletePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream sdk)
public DeletePlaybackIdOfStreamRequestBuilder streamId(java.lang.String streamId)
public DeletePlaybackIdOfStreamRequestBuilder playbackId(java.lang.String playbackId)
public DeletePlaybackIdOfStreamResponse call() - throws java.lang.Exception
public static final class DeletePlaybackIdOfStreamResponse.Builder -extends java.lang.Object
DeletePlaybackIdOfStreamResponse.Builder
public DeletePlaybackIdOfStreamResponse.Builder contentType(java.lang.String contentType)
public DeletePlaybackIdOfStreamResponse.Builder statusCode(int statusCode)
public DeletePlaybackIdOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeletePlaybackIdOfStreamResponse.Builder liveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
public DeletePlaybackIdOfStreamResponse.Builder liveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeletePlaybackIdOfStreamResponse build()
public class DeletePlaybackIdOfStreamResponse -extends java.lang.Object -implements Response
DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
static DeletePlaybackIdOfStreamResponse.Builder
public DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public DeletePlaybackIdOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public static final DeletePlaybackIdOfStreamResponse.Builder builder()
public DeletePlaybackIdOfStreamResponse withContentType(java.lang.String contentType)
public DeletePlaybackIdOfStreamResponse withStatusCode(int statusCode)
public DeletePlaybackIdOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeletePlaybackIdOfStreamResponse withLiveStreamDeleteResponse(LiveStreamDeleteResponse liveStreamDeleteResponse)
public DeletePlaybackIdOfStreamResponse withLiveStreamDeleteResponse(java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
public static final class DeleteSimulcastOfStreamRequest.Builder -extends java.lang.Object
DeleteSimulcastOfStreamRequest
DeleteSimulcastOfStreamRequest.Builder
public DeleteSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId)
public DeleteSimulcastOfStreamRequest.Builder simulcastId(java.lang.String simulcastId)
public DeleteSimulcastOfStreamRequest build()
public class DeleteSimulcastOfStreamRequest -extends java.lang.Object
DeleteSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
static DeleteSimulcastOfStreamRequest.Builder
public DeleteSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
public java.lang.String simulcastId()
public static final DeleteSimulcastOfStreamRequest.Builder builder()
public DeleteSimulcastOfStreamRequest withStreamId(java.lang.String streamId)
public DeleteSimulcastOfStreamRequest withSimulcastId(java.lang.String simulcastId)
public class DeleteSimulcastOfStreamRequestBuilder -extends java.lang.Object
DeleteSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream sdk)
public DeleteSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream sdk)
public DeleteSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId)
public DeleteSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId)
public DeleteSimulcastOfStreamResponse call() - throws java.lang.Exception
public static final class DeleteSimulcastOfStreamResponse.Builder -extends java.lang.Object
DeleteSimulcastOfStreamResponse.Builder
simulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse)
simulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType)
public DeleteSimulcastOfStreamResponse.Builder statusCode(int statusCode)
public DeleteSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteSimulcastOfStreamResponse.Builder simulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse.Builder simulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse build()
public class DeleteSimulcastOfStreamResponse -extends java.lang.Object -implements Response
DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
static DeleteSimulcastOfStreamResponse.Builder
java.util.Optional<SimulcastdeleteResponse>
simulcastdeleteResponse()
withSimulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse)
withSimulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<SimulcastdeleteResponse> simulcastdeleteResponse()
public static final DeleteSimulcastOfStreamResponse.Builder builder()
public DeleteSimulcastOfStreamResponse withContentType(java.lang.String contentType)
public DeleteSimulcastOfStreamResponse withStatusCode(int statusCode)
public DeleteSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DeleteSimulcastOfStreamResponse withSimulcastdeleteResponse(SimulcastdeleteResponse simulcastdeleteResponse)
public DeleteSimulcastOfStreamResponse withSimulcastdeleteResponse(java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
java.lang.Comparable<DirectUploadVideoMediaAccessPolicy>
public enum DirectUploadVideoMediaAccessPolicy -extends java.lang.Enum<DirectUploadVideoMediaAccessPolicy>
static java.util.Optional<DirectUploadVideoMediaAccessPolicy>
static DirectUploadVideoMediaAccessPolicy
static DirectUploadVideoMediaAccessPolicy[]
public static final DirectUploadVideoMediaAccessPolicy PUBLIC
public static final DirectUploadVideoMediaAccessPolicy PRIVATE
public static DirectUploadVideoMediaAccessPolicy[] values()
-for (DirectUploadVideoMediaAccessPolicy c : DirectUploadVideoMediaAccessPolicy.values()) - System.out.println(c); -
public static DirectUploadVideoMediaAccessPolicy valueOf(java.lang.String name)
public static java.util.Optional<DirectUploadVideoMediaAccessPolicy> fromValue(java.lang.String value)
public static final class DirectUploadVideoMediaAccessRestrictions.Builder -extends java.lang.Object
DirectUploadVideoMediaAccessRestrictions
DirectUploadVideoMediaAccessRestrictions.Builder
domains(DirectUploadVideoMediaDomains domains)
domains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains)
userAgents(DirectUploadVideoMediaUserAgents userAgents)
userAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
public DirectUploadVideoMediaAccessRestrictions.Builder domains(DirectUploadVideoMediaDomains domains)
public DirectUploadVideoMediaAccessRestrictions.Builder domains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains)
public DirectUploadVideoMediaAccessRestrictions.Builder userAgents(DirectUploadVideoMediaUserAgents userAgents)
public DirectUploadVideoMediaAccessRestrictions.Builder userAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
public DirectUploadVideoMediaAccessRestrictions build()
public class DirectUploadVideoMediaAccessRestrictions -extends java.lang.Object
DirectUploadVideoMediaAccessRestrictions()
DirectUploadVideoMediaAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains, - java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
static DirectUploadVideoMediaAccessRestrictions.Builder
java.util.Optional<DirectUploadVideoMediaDomains>
java.util.Optional<DirectUploadVideoMediaUserAgents>
withDomains(DirectUploadVideoMediaDomains domains)
withDomains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains)
withUserAgents(DirectUploadVideoMediaUserAgents userAgents)
withUserAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
public DirectUploadVideoMediaAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains, - java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
public DirectUploadVideoMediaAccessRestrictions()
public java.util.Optional<DirectUploadVideoMediaDomains> domains()
public java.util.Optional<DirectUploadVideoMediaUserAgents> userAgents()
public static final DirectUploadVideoMediaAccessRestrictions.Builder builder()
public DirectUploadVideoMediaAccessRestrictions withDomains(DirectUploadVideoMediaDomains domains)
public DirectUploadVideoMediaAccessRestrictions withDomains(java.util.Optional<? extends DirectUploadVideoMediaDomains> domains)
public DirectUploadVideoMediaAccessRestrictions withUserAgents(DirectUploadVideoMediaUserAgents userAgents)
public DirectUploadVideoMediaAccessRestrictions withUserAgents(java.util.Optional<? extends DirectUploadVideoMediaUserAgents> userAgents)
public static final class DirectUploadVideoMediaDomains.Builder -extends java.lang.Object
DirectUploadVideoMediaDomains.Builder
DirectUploadVideoMediaDomains
defaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaDomains.Builder defaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
public DirectUploadVideoMediaDomains.Builder defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaDomains.Builder allow(java.util.List<java.lang.String> allow)
public DirectUploadVideoMediaDomains.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public DirectUploadVideoMediaDomains.Builder deny(java.util.List<java.lang.String> deny)
public DirectUploadVideoMediaDomains.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public DirectUploadVideoMediaDomains build()
public class DirectUploadVideoMediaDomains -extends java.lang.Object
DirectUploadVideoMediaDomains()
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)
static DirectUploadVideoMediaDomains.Builder
java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy>
withDefaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
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)
public DirectUploadVideoMediaDomains()
public java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy()
public static final DirectUploadVideoMediaDomains.Builder builder()
public DirectUploadVideoMediaDomains withDefaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
public DirectUploadVideoMediaDomains withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaDomains withAllow(java.util.List<java.lang.String> allow)
public DirectUploadVideoMediaDomains withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public DirectUploadVideoMediaDomains withDeny(java.util.List<java.lang.String> deny)
public DirectUploadVideoMediaDomains withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<DirectUploadVideoMediaDomainsDefaultPolicy>
public enum DirectUploadVideoMediaDomainsDefaultPolicy -extends java.lang.Enum<DirectUploadVideoMediaDomainsDefaultPolicy>
static java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy>
static DirectUploadVideoMediaDomainsDefaultPolicy
static DirectUploadVideoMediaDomainsDefaultPolicy[]
public static final DirectUploadVideoMediaDomainsDefaultPolicy ALLOW
public static final DirectUploadVideoMediaDomainsDefaultPolicy DENY
public static DirectUploadVideoMediaDomainsDefaultPolicy[] values()
-for (DirectUploadVideoMediaDomainsDefaultPolicy c : DirectUploadVideoMediaDomainsDefaultPolicy.values()) - System.out.println(c); -
public static DirectUploadVideoMediaDomainsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> fromValue(java.lang.String value)
public static final class DirectUploadVideoMediaMetadata.Builder -extends java.lang.Object
DirectUploadVideoMediaMetadata
public DirectUploadVideoMediaMetadata build()
public class DirectUploadVideoMediaMetadata -extends java.lang.Object
Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.
DirectUploadVideoMediaMetadata.Builder
DirectUploadVideoMediaMetadata()
static DirectUploadVideoMediaMetadata.Builder
public DirectUploadVideoMediaMetadata()
public static final DirectUploadVideoMediaMetadata.Builder builder()
public static final class DirectUploadVideoMediaRequest.Builder -extends java.lang.Object
DirectUploadVideoMediaRequest
DirectUploadVideoMediaRequest.Builder
pushMediaSettings(PushMediaSettings pushMediaSettings)
pushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
public DirectUploadVideoMediaRequest.Builder corsOrigin(java.lang.String corsOrigin)
public DirectUploadVideoMediaRequest.Builder pushMediaSettings(PushMediaSettings pushMediaSettings)
public DirectUploadVideoMediaRequest.Builder pushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
public DirectUploadVideoMediaRequest build()
public class DirectUploadVideoMediaRequest -extends java.lang.Object
Request body for direct upload
DirectUploadVideoMediaRequest(java.lang.String corsOrigin)
DirectUploadVideoMediaRequest(java.lang.String corsOrigin, - java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
static DirectUploadVideoMediaRequest.Builder
java.util.Optional<PushMediaSettings>
withPushMediaSettings(PushMediaSettings pushMediaSettings)
withPushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
public DirectUploadVideoMediaRequest(java.lang.String corsOrigin, - java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
public DirectUploadVideoMediaRequest(java.lang.String corsOrigin)
public java.lang.String corsOrigin()
public java.util.Optional<PushMediaSettings> pushMediaSettings()
public static final DirectUploadVideoMediaRequest.Builder builder()
public DirectUploadVideoMediaRequest withCorsOrigin(java.lang.String corsOrigin)
public DirectUploadVideoMediaRequest withPushMediaSettings(PushMediaSettings pushMediaSettings)
public DirectUploadVideoMediaRequest withPushMediaSettings(java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
public class DirectUploadVideoMediaRequestBuilder -extends java.lang.Object
DirectUploadVideoMediaRequestBuilder(SDKMethodInterfaces.MethodCallDirectUploadVideoMedia sdk)
request(DirectUploadVideoMediaRequest request)
request(java.util.Optional<? extends DirectUploadVideoMediaRequest> request)
public DirectUploadVideoMediaRequestBuilder(SDKMethodInterfaces.MethodCallDirectUploadVideoMedia sdk)
public DirectUploadVideoMediaRequestBuilder request(DirectUploadVideoMediaRequest request)
public DirectUploadVideoMediaRequestBuilder request(java.util.Optional<? extends DirectUploadVideoMediaRequest> request)
public DirectUploadVideoMediaResponse call() - throws java.lang.Exception
public static final class DirectUploadVideoMediaResponse.Builder -extends java.lang.Object
DirectUploadVideoMediaResponse.Builder
object(DirectUploadVideoMediaResponseBody object)
object(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
public DirectUploadVideoMediaResponse.Builder contentType(java.lang.String contentType)
public DirectUploadVideoMediaResponse.Builder statusCode(int statusCode)
public DirectUploadVideoMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DirectUploadVideoMediaResponse.Builder object(DirectUploadVideoMediaResponseBody object)
public DirectUploadVideoMediaResponse.Builder object(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
public DirectUploadVideoMediaResponse build()
public class DirectUploadVideoMediaResponse -extends java.lang.Object -implements Response
DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
static DirectUploadVideoMediaResponse.Builder
java.util.Optional<DirectUploadVideoMediaResponseBody>
withObject(DirectUploadVideoMediaResponseBody object)
withObject(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
public DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
public DirectUploadVideoMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<DirectUploadVideoMediaResponseBody> object()
public static final DirectUploadVideoMediaResponse.Builder builder()
public DirectUploadVideoMediaResponse withContentType(java.lang.String contentType)
public DirectUploadVideoMediaResponse withStatusCode(int statusCode)
public DirectUploadVideoMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public DirectUploadVideoMediaResponse withObject(DirectUploadVideoMediaResponseBody object)
public DirectUploadVideoMediaResponse withObject(java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
public static final class DirectUploadVideoMediaResponseBody.Builder -extends java.lang.Object
DirectUploadVideoMediaResponseBody
DirectUploadVideoMediaResponseBody.Builder
data(DirectUpload data)
data(java.util.Optional<? extends DirectUpload> data)
public DirectUploadVideoMediaResponseBody.Builder success(boolean success)
public DirectUploadVideoMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public DirectUploadVideoMediaResponseBody.Builder data(DirectUpload data)
public DirectUploadVideoMediaResponseBody.Builder data(java.util.Optional<? extends DirectUpload> data)
public DirectUploadVideoMediaResponseBody build()
public class DirectUploadVideoMediaResponseBody -extends java.lang.Object
Direct upload created successfully
DirectUploadVideoMediaResponseBody()
DirectUploadVideoMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends DirectUpload> data)
static DirectUploadVideoMediaResponseBody.Builder
java.util.Optional<DirectUpload>
withData(DirectUpload data)
withData(java.util.Optional<? extends DirectUpload> data)
public DirectUploadVideoMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends DirectUpload> data)
public DirectUploadVideoMediaResponseBody()
public java.util.Optional<DirectUpload> data()
public static final DirectUploadVideoMediaResponseBody.Builder builder()
public DirectUploadVideoMediaResponseBody withSuccess(boolean success)
public DirectUploadVideoMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public DirectUploadVideoMediaResponseBody withData(DirectUpload data)
public DirectUploadVideoMediaResponseBody withData(java.util.Optional<? extends DirectUpload> data)
public static final class DirectUploadVideoMediaUserAgents.Builder -extends java.lang.Object
DirectUploadVideoMediaUserAgents.Builder
DirectUploadVideoMediaUserAgents
defaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaUserAgents.Builder defaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
public DirectUploadVideoMediaUserAgents.Builder defaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaUserAgents.Builder allow(java.util.List<java.lang.String> allow)
public DirectUploadVideoMediaUserAgents.Builder allow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public DirectUploadVideoMediaUserAgents.Builder deny(java.util.List<java.lang.String> deny)
public DirectUploadVideoMediaUserAgents.Builder deny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
public DirectUploadVideoMediaUserAgents build()
public class DirectUploadVideoMediaUserAgents -extends java.lang.Object
DirectUploadVideoMediaUserAgents()
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)
static DirectUploadVideoMediaUserAgents.Builder
java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy>
withDefaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
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)
public DirectUploadVideoMediaUserAgents()
public java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy()
public static final DirectUploadVideoMediaUserAgents.Builder builder()
public DirectUploadVideoMediaUserAgents withDefaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
public DirectUploadVideoMediaUserAgents withDefaultPolicy(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
public DirectUploadVideoMediaUserAgents withAllow(java.util.List<java.lang.String> allow)
public DirectUploadVideoMediaUserAgents withAllow(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
public DirectUploadVideoMediaUserAgents withDeny(java.util.List<java.lang.String> deny)
public DirectUploadVideoMediaUserAgents withDeny(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
java.lang.Comparable<DirectUploadVideoMediaUserAgentsDefaultPolicy>
public enum DirectUploadVideoMediaUserAgentsDefaultPolicy -extends java.lang.Enum<DirectUploadVideoMediaUserAgentsDefaultPolicy>
static java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy>
static DirectUploadVideoMediaUserAgentsDefaultPolicy
static DirectUploadVideoMediaUserAgentsDefaultPolicy[]
public static final DirectUploadVideoMediaUserAgentsDefaultPolicy ALLOW
public static final DirectUploadVideoMediaUserAgentsDefaultPolicy DENY
public static DirectUploadVideoMediaUserAgentsDefaultPolicy[] values()
-for (DirectUploadVideoMediaUserAgentsDefaultPolicy c : DirectUploadVideoMediaUserAgentsDefaultPolicy.values()) - System.out.println(c); -
public static DirectUploadVideoMediaUserAgentsDefaultPolicy valueOf(java.lang.String name)
public static java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> fromValue(java.lang.String value)
java.lang.Comparable<GetAllStreamsOrderBy>
public enum GetAllStreamsOrderBy -extends java.lang.Enum<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.
ASC
DESC
static java.util.Optional<GetAllStreamsOrderBy>
static GetAllStreamsOrderBy
static GetAllStreamsOrderBy[]
public static final GetAllStreamsOrderBy ASC
public static final GetAllStreamsOrderBy DESC
public static GetAllStreamsOrderBy[] values()
-for (GetAllStreamsOrderBy c : GetAllStreamsOrderBy.values()) - System.out.println(c); -
public static GetAllStreamsOrderBy valueOf(java.lang.String name)
public static java.util.Optional<GetAllStreamsOrderBy> fromValue(java.lang.String value)
public static final class GetAllStreamsRequest.Builder -extends java.lang.Object
GetAllStreamsRequest
GetAllStreamsRequest.Builder
limit(java.lang.String limit)
limit(java.util.Optional<java.lang.String> limit)
offset(java.lang.String offset)
offset(java.util.Optional<java.lang.String> offset)
orderBy(GetAllStreamsOrderBy orderBy)
orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public GetAllStreamsRequest.Builder limit(java.lang.String limit)
public GetAllStreamsRequest.Builder limit(java.util.Optional<java.lang.String> limit)
public GetAllStreamsRequest.Builder offset(java.lang.String offset)
public GetAllStreamsRequest.Builder offset(java.util.Optional<java.lang.String> offset)
public GetAllStreamsRequest.Builder orderBy(GetAllStreamsOrderBy orderBy)
public GetAllStreamsRequest.Builder orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public GetAllStreamsRequest build()
public class GetAllStreamsRequest -extends java.lang.Object
GetAllStreamsRequest()
GetAllStreamsRequest(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
static GetAllStreamsRequest.Builder
limit()
offset()
java.util.Optional<GetAllStreamsOrderBy>
orderBy()
withLimit(java.lang.String limit)
withLimit(java.util.Optional<java.lang.String> limit)
withOffset(java.lang.String offset)
withOffset(java.util.Optional<java.lang.String> offset)
withOrderBy(GetAllStreamsOrderBy orderBy)
withOrderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public GetAllStreamsRequest(java.util.Optional<java.lang.String> limit, - java.util.Optional<java.lang.String> offset, - java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public GetAllStreamsRequest()
public java.util.Optional<java.lang.String> limit()
public java.util.Optional<java.lang.String> offset()
public java.util.Optional<GetAllStreamsOrderBy> orderBy()
public static final GetAllStreamsRequest.Builder builder()
public GetAllStreamsRequest withLimit(java.lang.String limit)
public GetAllStreamsRequest withLimit(java.util.Optional<java.lang.String> limit)
public GetAllStreamsRequest withOffset(java.lang.String offset)
public GetAllStreamsRequest withOffset(java.util.Optional<java.lang.String> offset)
public GetAllStreamsRequest withOrderBy(GetAllStreamsOrderBy orderBy)
public GetAllStreamsRequest withOrderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public class GetAllStreamsRequestBuilder -extends java.lang.Object
GetAllStreamsRequestBuilder(SDKMethodInterfaces.MethodCallGetAllStreams sdk)
public GetAllStreamsRequestBuilder(SDKMethodInterfaces.MethodCallGetAllStreams sdk)
public GetAllStreamsRequestBuilder limit(java.lang.String limit)
public GetAllStreamsRequestBuilder limit(java.util.Optional<java.lang.String> limit)
public GetAllStreamsRequestBuilder offset(java.lang.String offset)
public GetAllStreamsRequestBuilder offset(java.util.Optional<java.lang.String> offset)
public GetAllStreamsRequestBuilder orderBy(GetAllStreamsOrderBy orderBy)
public GetAllStreamsRequestBuilder orderBy(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
public GetAllStreamsResponse call() - throws java.lang.Exception
public static final class GetAllStreamsResponse.Builder -extends java.lang.Object
GetAllStreamsResponse.Builder
getStreamsResponse(GetStreamsResponse getStreamsResponse)
getStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
public GetAllStreamsResponse.Builder contentType(java.lang.String contentType)
public GetAllStreamsResponse.Builder statusCode(int statusCode)
public GetAllStreamsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetAllStreamsResponse.Builder getStreamsResponse(GetStreamsResponse getStreamsResponse)
public GetAllStreamsResponse.Builder getStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
public GetAllStreamsResponse build()
public class GetAllStreamsResponse -extends java.lang.Object -implements Response
GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
static GetAllStreamsResponse.Builder
java.util.Optional<GetStreamsResponse>
getStreamsResponse()
withGetStreamsResponse(GetStreamsResponse getStreamsResponse)
withGetStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
public GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
public GetAllStreamsResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<GetStreamsResponse> getStreamsResponse()
public static final GetAllStreamsResponse.Builder builder()
public GetAllStreamsResponse withContentType(java.lang.String contentType)
public GetAllStreamsResponse withStatusCode(int statusCode)
public GetAllStreamsResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetAllStreamsResponse withGetStreamsResponse(GetStreamsResponse getStreamsResponse)
public GetAllStreamsResponse withGetStreamsResponse(java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
public static final class GetLiveStreamByIdRequest.Builder -extends java.lang.Object
GetLiveStreamByIdRequest
GetLiveStreamByIdRequest.Builder
public GetLiveStreamByIdRequest.Builder streamId(java.lang.String streamId)
public GetLiveStreamByIdRequest build()
public class GetLiveStreamByIdRequest -extends java.lang.Object
GetLiveStreamByIdRequest(java.lang.String streamId)
static GetLiveStreamByIdRequest.Builder
public GetLiveStreamByIdRequest(java.lang.String streamId)
public static final GetLiveStreamByIdRequest.Builder builder()
public GetLiveStreamByIdRequest withStreamId(java.lang.String streamId)
public class GetLiveStreamByIdRequestBuilder -extends java.lang.Object
GetLiveStreamByIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamById sdk)
public GetLiveStreamByIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamById sdk)
public GetLiveStreamByIdRequestBuilder streamId(java.lang.String streamId)
public GetLiveStreamByIdResponse call() - throws java.lang.Exception
public static final class GetLiveStreamByIdResponse.Builder -extends java.lang.Object
GetLiveStreamByIdResponse.Builder
livestreamgetResponse(LivestreamgetResponse livestreamgetResponse)
livestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
public GetLiveStreamByIdResponse.Builder contentType(java.lang.String contentType)
public GetLiveStreamByIdResponse.Builder statusCode(int statusCode)
public GetLiveStreamByIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetLiveStreamByIdResponse.Builder livestreamgetResponse(LivestreamgetResponse livestreamgetResponse)
public GetLiveStreamByIdResponse.Builder livestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
public GetLiveStreamByIdResponse build()
public class GetLiveStreamByIdResponse -extends java.lang.Object -implements Response
GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
static GetLiveStreamByIdResponse.Builder
java.util.Optional<LivestreamgetResponse>
livestreamgetResponse()
withLivestreamgetResponse(LivestreamgetResponse livestreamgetResponse)
withLivestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
public GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
public GetLiveStreamByIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<LivestreamgetResponse> livestreamgetResponse()
public static final GetLiveStreamByIdResponse.Builder builder()
public GetLiveStreamByIdResponse withContentType(java.lang.String contentType)
public GetLiveStreamByIdResponse withStatusCode(int statusCode)
public GetLiveStreamByIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetLiveStreamByIdResponse withLivestreamgetResponse(LivestreamgetResponse livestreamgetResponse)
public GetLiveStreamByIdResponse withLivestreamgetResponse(java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
public static final class GetLiveStreamPlaybackIdRequest.Builder -extends java.lang.Object
GetLiveStreamPlaybackIdRequest
GetLiveStreamPlaybackIdRequest.Builder
public GetLiveStreamPlaybackIdRequest.Builder streamId(java.lang.String streamId)
public GetLiveStreamPlaybackIdRequest.Builder playbackId(java.lang.String playbackId)
public GetLiveStreamPlaybackIdRequest build()
public class GetLiveStreamPlaybackIdRequest -extends java.lang.Object
GetLiveStreamPlaybackIdRequest(java.lang.String streamId, - java.lang.String playbackId)
static GetLiveStreamPlaybackIdRequest.Builder
public GetLiveStreamPlaybackIdRequest(java.lang.String streamId, - java.lang.String playbackId)
public static final GetLiveStreamPlaybackIdRequest.Builder builder()
public GetLiveStreamPlaybackIdRequest withStreamId(java.lang.String streamId)
public GetLiveStreamPlaybackIdRequest withPlaybackId(java.lang.String playbackId)
public class GetLiveStreamPlaybackIdRequestBuilder -extends java.lang.Object
GetLiveStreamPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId sdk)
public GetLiveStreamPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId sdk)
public GetLiveStreamPlaybackIdRequestBuilder streamId(java.lang.String streamId)
public GetLiveStreamPlaybackIdRequestBuilder playbackId(java.lang.String playbackId)
public GetLiveStreamPlaybackIdResponse call() - throws java.lang.Exception
public static final class GetLiveStreamPlaybackIdResponse.Builder -extends java.lang.Object
GetLiveStreamPlaybackIdResponse.Builder
public GetLiveStreamPlaybackIdResponse.Builder contentType(java.lang.String contentType)
public GetLiveStreamPlaybackIdResponse.Builder statusCode(int statusCode)
public GetLiveStreamPlaybackIdResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetLiveStreamPlaybackIdResponse.Builder playbackIdResponse(PlaybackIdResponse playbackIdResponse)
public GetLiveStreamPlaybackIdResponse.Builder playbackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public GetLiveStreamPlaybackIdResponse build()
public class GetLiveStreamPlaybackIdResponse -extends java.lang.Object -implements Response
GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
static GetLiveStreamPlaybackIdResponse.Builder
public GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public GetLiveStreamPlaybackIdResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public static final GetLiveStreamPlaybackIdResponse.Builder builder()
public GetLiveStreamPlaybackIdResponse withContentType(java.lang.String contentType)
public GetLiveStreamPlaybackIdResponse withStatusCode(int statusCode)
public GetLiveStreamPlaybackIdResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetLiveStreamPlaybackIdResponse withPlaybackIdResponse(PlaybackIdResponse playbackIdResponse)
public GetLiveStreamPlaybackIdResponse withPlaybackIdResponse(java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
public static final class GetMediaRequest.Builder -extends java.lang.Object
GetMediaRequest
GetMediaRequest.Builder
public GetMediaRequest.Builder mediaId(java.lang.String mediaId)
public GetMediaRequest build()
public class GetMediaRequest -extends java.lang.Object
GetMediaRequest(java.lang.String mediaId)
static GetMediaRequest.Builder
public GetMediaRequest(java.lang.String mediaId)
public static final GetMediaRequest.Builder builder()
public GetMediaRequest withMediaId(java.lang.String mediaId)
public class GetMediaRequestBuilder -extends java.lang.Object
GetMediaRequestBuilder(SDKMethodInterfaces.MethodCallGetMedia sdk)
public GetMediaRequestBuilder(SDKMethodInterfaces.MethodCallGetMedia sdk)
public GetMediaRequestBuilder mediaId(java.lang.String mediaId)
public GetMediaResponse call() - throws java.lang.Exception
public static final class GetMediaResponse.Builder -extends java.lang.Object
GetMediaResponse.Builder
object(GetMediaResponseBody object)
object(java.util.Optional<? extends GetMediaResponseBody> object)
public GetMediaResponse.Builder contentType(java.lang.String contentType)
public GetMediaResponse.Builder statusCode(int statusCode)
public GetMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetMediaResponse.Builder object(GetMediaResponseBody object)
public GetMediaResponse.Builder object(java.util.Optional<? extends GetMediaResponseBody> object)
public GetMediaResponse build()
public class GetMediaResponse -extends java.lang.Object -implements Response
GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetMediaResponseBody> object)
static GetMediaResponse.Builder
java.util.Optional<GetMediaResponseBody>
withObject(GetMediaResponseBody object)
withObject(java.util.Optional<? extends GetMediaResponseBody> object)
public GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends GetMediaResponseBody> object)
public GetMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<GetMediaResponseBody> object()
public static final GetMediaResponse.Builder builder()
public GetMediaResponse withContentType(java.lang.String contentType)
public GetMediaResponse withStatusCode(int statusCode)
public GetMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetMediaResponse withObject(GetMediaResponseBody object)
public GetMediaResponse withObject(java.util.Optional<? extends GetMediaResponseBody> object)
public static final class GetMediaResponseBody.Builder -extends java.lang.Object
GetMediaResponseBody
GetMediaResponseBody.Builder
data(Media data)
data(java.util.Optional<? extends Media> data)
public GetMediaResponseBody.Builder success(boolean success)
public GetMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public GetMediaResponseBody.Builder data(Media data)
public GetMediaResponseBody.Builder data(java.util.Optional<? extends Media> data)
public GetMediaResponseBody build()
public class GetMediaResponseBody -extends java.lang.Object
Get a video media by id
GetMediaResponseBody()
GetMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data)
static GetMediaResponseBody.Builder
java.util.Optional<Media>
withData(Media data)
withData(java.util.Optional<? extends Media> data)
public GetMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data)
public GetMediaResponseBody()
public java.util.Optional<Media> data()
public static final GetMediaResponseBody.Builder builder()
public GetMediaResponseBody withSuccess(boolean success)
public GetMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public GetMediaResponseBody withData(Media data)
public GetMediaResponseBody withData(java.util.Optional<? extends Media> data)
public static final class GetSpecificSimulcastOfStreamRequest.Builder -extends java.lang.Object
GetSpecificSimulcastOfStreamRequest
GetSpecificSimulcastOfStreamRequest.Builder
public GetSpecificSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId)
public GetSpecificSimulcastOfStreamRequest.Builder simulcastId(java.lang.String simulcastId)
public GetSpecificSimulcastOfStreamRequest build()
public class GetSpecificSimulcastOfStreamRequest -extends java.lang.Object
GetSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
static GetSpecificSimulcastOfStreamRequest.Builder
public GetSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
public static final GetSpecificSimulcastOfStreamRequest.Builder builder()
public GetSpecificSimulcastOfStreamRequest withStreamId(java.lang.String streamId)
public GetSpecificSimulcastOfStreamRequest withSimulcastId(java.lang.String simulcastId)
public class GetSpecificSimulcastOfStreamRequestBuilder -extends java.lang.Object
GetSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream sdk)
public GetSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream sdk)
public GetSpecificSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId)
public GetSpecificSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId)
public GetSpecificSimulcastOfStreamResponse call() - throws java.lang.Exception
public static final class GetSpecificSimulcastOfStreamResponse.Builder -extends java.lang.Object
GetSpecificSimulcastOfStreamResponse.Builder
public GetSpecificSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType)
public GetSpecificSimulcastOfStreamResponse.Builder statusCode(int statusCode)
public GetSpecificSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetSpecificSimulcastOfStreamResponse.Builder simulcastResponse(SimulcastResponse simulcastResponse)
public GetSpecificSimulcastOfStreamResponse.Builder simulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public GetSpecificSimulcastOfStreamResponse build()
public class GetSpecificSimulcastOfStreamResponse -extends java.lang.Object -implements Response
GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse)
static GetSpecificSimulcastOfStreamResponse.Builder
public GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastResponse> simulcastResponse)
public GetSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public static final GetSpecificSimulcastOfStreamResponse.Builder builder()
public GetSpecificSimulcastOfStreamResponse withContentType(java.lang.String contentType)
public GetSpecificSimulcastOfStreamResponse withStatusCode(int statusCode)
public GetSpecificSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public GetSpecificSimulcastOfStreamResponse withSimulcastResponse(SimulcastResponse simulcastResponse)
public GetSpecificSimulcastOfStreamResponse withSimulcastResponse(java.util.Optional<? extends SimulcastResponse> simulcastResponse)
java.lang.Comparable<LanguageCode>
public enum LanguageCode -extends java.lang.Enum<LanguageCode>
Language codes (BCP 47 compliant) used for text files.
static java.util.Optional<LanguageCode>
static LanguageCode
static LanguageCode[]
public static final LanguageCode EN
public static final LanguageCode IT
public static final LanguageCode PL
public static final LanguageCode ES
public static final LanguageCode FR
public static final LanguageCode RU
public static final LanguageCode NL
public static LanguageCode[] values()
-for (LanguageCode c : LanguageCode.values()) - System.out.println(c); -
public static LanguageCode valueOf(java.lang.String name)
public static java.util.Optional<LanguageCode> fromValue(java.lang.String value)
java.lang.Comparable<ListMediaOrderBy>
public enum ListMediaOrderBy -extends java.lang.Enum<ListMediaOrderBy>
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
static java.util.Optional<ListMediaOrderBy>
static ListMediaOrderBy
static ListMediaOrderBy[]
public static final ListMediaOrderBy ASC
public static final ListMediaOrderBy DESC
public static ListMediaOrderBy[] values()
-for (ListMediaOrderBy c : ListMediaOrderBy.values()) - System.out.println(c); -
public static ListMediaOrderBy valueOf(java.lang.String name)
public static java.util.Optional<ListMediaOrderBy> fromValue(java.lang.String value)
public static final class ListMediaRequest.Builder -extends java.lang.Object
ListMediaRequest
ListMediaRequest.Builder
limit(long limit)
limit(java.util.Optional<java.lang.Long> limit)
offset(long offset)
offset(java.util.Optional<java.lang.Long> offset)
orderBy(ListMediaOrderBy orderBy)
orderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy)
public ListMediaRequest.Builder limit(long limit)
public ListMediaRequest.Builder limit(java.util.Optional<java.lang.Long> limit)
public ListMediaRequest.Builder offset(long offset)
public ListMediaRequest.Builder offset(java.util.Optional<java.lang.Long> offset)
public ListMediaRequest.Builder orderBy(ListMediaOrderBy orderBy)
public ListMediaRequest.Builder orderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy)
public ListMediaRequest build()
public class ListMediaRequest -extends java.lang.Object
ListMediaRequest()
ListMediaRequest(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy)
static ListMediaRequest.Builder
java.util.Optional<ListMediaOrderBy>
withLimit(long limit)
withLimit(java.util.Optional<java.lang.Long> limit)
withOffset(long offset)
withOffset(java.util.Optional<java.lang.Long> offset)
withOrderBy(ListMediaOrderBy orderBy)
withOrderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy)
public ListMediaRequest(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy)
public ListMediaRequest()
public java.util.Optional<java.lang.Long> limit()
public java.util.Optional<java.lang.Long> offset()
public java.util.Optional<ListMediaOrderBy> orderBy()
public static final ListMediaRequest.Builder builder()
public ListMediaRequest withLimit(long limit)
public ListMediaRequest withLimit(java.util.Optional<java.lang.Long> limit)
public ListMediaRequest withOffset(long offset)
public ListMediaRequest withOffset(java.util.Optional<java.lang.Long> offset)
public ListMediaRequest withOrderBy(ListMediaOrderBy orderBy)
public ListMediaRequest withOrderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy)
public class ListMediaRequestBuilder -extends java.lang.Object
ListMediaRequestBuilder(SDKMethodInterfaces.MethodCallListMedia sdk)
public ListMediaRequestBuilder(SDKMethodInterfaces.MethodCallListMedia sdk)
public ListMediaRequestBuilder limit(long limit)
public ListMediaRequestBuilder limit(java.util.Optional<java.lang.Long> limit)
public ListMediaRequestBuilder offset(long offset)
public ListMediaRequestBuilder offset(java.util.Optional<java.lang.Long> offset)
public ListMediaRequestBuilder orderBy(ListMediaOrderBy orderBy)
public ListMediaRequestBuilder orderBy(java.util.Optional<? extends ListMediaOrderBy> orderBy)
public ListMediaResponse call() - throws java.lang.Exception
public static final class ListMediaResponse.Builder -extends java.lang.Object
ListMediaResponse.Builder
object(ListMediaResponseBody object)
object(java.util.Optional<? extends ListMediaResponseBody> object)
public ListMediaResponse.Builder contentType(java.lang.String contentType)
public ListMediaResponse.Builder statusCode(int statusCode)
public ListMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public ListMediaResponse.Builder object(ListMediaResponseBody object)
public ListMediaResponse.Builder object(java.util.Optional<? extends ListMediaResponseBody> object)
public ListMediaResponse build()
public class ListMediaResponse -extends java.lang.Object -implements Response
ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends ListMediaResponseBody> object)
static ListMediaResponse.Builder
java.util.Optional<ListMediaResponseBody>
withObject(ListMediaResponseBody object)
withObject(java.util.Optional<? extends ListMediaResponseBody> object)
public ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends ListMediaResponseBody> object)
public ListMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<ListMediaResponseBody> object()
public static final ListMediaResponse.Builder builder()
public ListMediaResponse withContentType(java.lang.String contentType)
public ListMediaResponse withStatusCode(int statusCode)
public ListMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public ListMediaResponse withObject(ListMediaResponseBody object)
public ListMediaResponse withObject(java.util.Optional<? extends ListMediaResponseBody> object)
public static final class ListMediaResponseBody.Builder -extends java.lang.Object
ListMediaResponseBody
ListMediaResponseBody.Builder
data(java.util.List<Media> data)
data(java.util.Optional<? extends java.util.List<Media>> data)
public ListMediaResponseBody.Builder success(boolean success)
public ListMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public ListMediaResponseBody.Builder data(java.util.List<Media> data)
public ListMediaResponseBody.Builder data(java.util.Optional<? extends java.util.List<Media>> data)
public ListMediaResponseBody.Builder pagination(Pagination pagination)
public ListMediaResponseBody.Builder pagination(java.util.Optional<? extends Pagination> pagination)
public ListMediaResponseBody build()
public class ListMediaResponseBody -extends java.lang.Object
List of video media
ListMediaResponseBody()
ListMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<Media>> data, - java.util.Optional<? extends Pagination> pagination)
static ListMediaResponseBody.Builder
java.util.Optional<java.util.List<Media>>
withData(java.util.List<Media> data)
withData(java.util.Optional<? extends java.util.List<Media>> data)
public ListMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.util.List<Media>> data, - java.util.Optional<? extends Pagination> pagination)
public ListMediaResponseBody()
public java.util.Optional<java.util.List<Media>> data()
public static final ListMediaResponseBody.Builder builder()
public ListMediaResponseBody withSuccess(boolean success)
public ListMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public ListMediaResponseBody withData(java.util.List<Media> data)
public ListMediaResponseBody withData(java.util.Optional<? extends java.util.List<Media>> data)
public ListMediaResponseBody withPagination(Pagination pagination)
public ListMediaResponseBody withPagination(java.util.Optional<? extends Pagination> pagination)
java.lang.Comparable<MaxResolution>
public enum MaxResolution -extends java.lang.Enum<MaxResolution>
Determines the highest quality resolution available.
static java.util.Optional<MaxResolution>
static MaxResolution
static MaxResolution[]
public static final MaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
public static final MaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
public static final MaxResolution ONE_THOUSAND_AND_EIGHTYP
public static final MaxResolution SEVEN_HUNDRED_AND_TWENTYP
public static final MaxResolution FOUR_HUNDRED_AND_EIGHTYP
public static final MaxResolution THREE_HUNDRED_AND_SIXTYP
public static MaxResolution[] values()
-for (MaxResolution c : MaxResolution.values()) - System.out.println(c); -
public static MaxResolution valueOf(java.lang.String name)
public static java.util.Optional<MaxResolution> fromValue(java.lang.String value)
type(Type type)
type(java.util.Optional<? extends Type> type)
public Moderation.Builder type(Type type)
public Moderation.Builder type(java.util.Optional<? extends Type> type)
Moderation()
Moderation(java.util.Optional<? extends Type> type)
java.util.Optional<Type>
withType(Type type)
withType(java.util.Optional<? extends Type> type)
public Moderation(java.util.Optional<? extends Type> type)
public Moderation()
public java.util.Optional<Type> type()
public Moderation withType(Type type)
public Moderation withType(java.util.Optional<? extends Type> type)
java.lang.Comparable<Mp4Support>
public enum Mp4Support -extends java.lang.Enum<Mp4Support>
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
static java.util.Optional<Mp4Support>
static Mp4Support
static Mp4Support[]
public static final Mp4Support CAPPED4K
public static final Mp4Support AUDIO_ONLY
public static final Mp4Support AUDIO_ONLY_CAPPED4K
public static Mp4Support[] values()
-for (Mp4Support c : Mp4Support.values()) - System.out.println(c); -
public static Mp4Support valueOf(java.lang.String name)
public static java.util.Optional<Mp4Support> fromValue(java.lang.String value)
public static final class PushMediaSettings.Builder -extends java.lang.Object
PushMediaSettings.Builder
accessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy)
accessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions)
accessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
PushMediaSettings
inputs(java.util.Optional<? extends java.util.List<Input>> inputs)
maxResolution(MaxResolution maxResolution)
maxResolution(java.util.Optional<? extends MaxResolution> maxResolution)
metadata(DirectUploadVideoMediaMetadata metadata)
metadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
mp4Support(Mp4Support mp4Support)
mp4Support(java.util.Optional<? extends Mp4Support> mp4Support)
subtitles(Subtitles subtitles)
subtitles(java.util.Optional<? extends Subtitles> subtitles)
public PushMediaSettings.Builder accessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy)
public PushMediaSettings.Builder startTime(double startTime)
public PushMediaSettings.Builder startTime(java.util.Optional<java.lang.Double> startTime)
public PushMediaSettings.Builder endTime(double endTime)
public PushMediaSettings.Builder endTime(java.util.Optional<java.lang.Double> endTime)
public PushMediaSettings.Builder inputs(java.util.List<Input> inputs)
public PushMediaSettings.Builder inputs(java.util.Optional<? extends java.util.List<Input>> inputs)
public PushMediaSettings.Builder metadata(DirectUploadVideoMediaMetadata metadata)
public PushMediaSettings.Builder metadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
public PushMediaSettings.Builder subtitles(Subtitles subtitles)
public PushMediaSettings.Builder subtitles(java.util.Optional<? extends Subtitles> subtitles)
public PushMediaSettings.Builder optimizeAudio(boolean optimizeAudio)
public PushMediaSettings.Builder optimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
public PushMediaSettings.Builder maxResolution(MaxResolution maxResolution)
public PushMediaSettings.Builder maxResolution(java.util.Optional<? extends MaxResolution> maxResolution)
public PushMediaSettings.Builder sourceAccess(boolean sourceAccess)
public PushMediaSettings.Builder sourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public PushMediaSettings.Builder mp4Support(Mp4Support mp4Support)
public PushMediaSettings.Builder mp4Support(java.util.Optional<? extends Mp4Support> mp4Support)
public PushMediaSettings.Builder summary(Summary summary)
public PushMediaSettings.Builder summary(java.util.Optional<? extends Summary> summary)
public PushMediaSettings.Builder chapters(boolean chapters)
public PushMediaSettings.Builder chapters(java.util.Optional<java.lang.Boolean> chapters)
public PushMediaSettings.Builder namedEntities(boolean namedEntities)
public PushMediaSettings.Builder namedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
public PushMediaSettings.Builder moderation(Moderation moderation)
public PushMediaSettings.Builder moderation(java.util.Optional<? extends Moderation> moderation)
public PushMediaSettings.Builder accessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions)
public PushMediaSettings.Builder accessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
public PushMediaSettings build()
public class PushMediaSettings -extends java.lang.Object
Configuration settings for media upload.
PushMediaSettings(DirectUploadVideoMediaAccessPolicy accessPolicy)
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)
DirectUploadVideoMediaAccessPolicy
java.util.Optional<DirectUploadVideoMediaAccessRestrictions>
static PushMediaSettings.Builder
java.util.Optional<java.util.List<Input>>
java.util.Optional<MaxResolution>
java.util.Optional<DirectUploadVideoMediaMetadata>
java.util.Optional<Mp4Support>
java.util.Optional<Subtitles>
subtitles()
withAccessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy)
withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions)
withAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
withInputs(java.util.Optional<? extends java.util.List<Input>> inputs)
withMaxResolution(MaxResolution maxResolution)
withMaxResolution(java.util.Optional<? extends MaxResolution> maxResolution)
withMetadata(DirectUploadVideoMediaMetadata metadata)
withMetadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
withMp4Support(Mp4Support mp4Support)
withMp4Support(java.util.Optional<? extends Mp4Support> mp4Support)
withSubtitles(Subtitles subtitles)
withSubtitles(java.util.Optional<? extends Subtitles> subtitles)
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)
public PushMediaSettings(DirectUploadVideoMediaAccessPolicy accessPolicy)
public DirectUploadVideoMediaAccessPolicy accessPolicy()
public java.util.Optional<java.util.List<Input>> inputs()
public java.util.Optional<DirectUploadVideoMediaMetadata> metadata()
public java.util.Optional<Subtitles> subtitles()
public java.util.Optional<MaxResolution> maxResolution()
public java.util.Optional<Mp4Support> mp4Support()
public java.util.Optional<DirectUploadVideoMediaAccessRestrictions> accessRestrictions()
public static final PushMediaSettings.Builder builder()
public PushMediaSettings withAccessPolicy(DirectUploadVideoMediaAccessPolicy accessPolicy)
public PushMediaSettings withStartTime(double startTime)
public PushMediaSettings withStartTime(java.util.Optional<java.lang.Double> startTime)
public PushMediaSettings withEndTime(double endTime)
public PushMediaSettings withEndTime(java.util.Optional<java.lang.Double> endTime)
public PushMediaSettings withInputs(java.util.List<Input> inputs)
public PushMediaSettings withInputs(java.util.Optional<? extends java.util.List<Input>> inputs)
public PushMediaSettings withMetadata(DirectUploadVideoMediaMetadata metadata)
public PushMediaSettings withMetadata(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
public PushMediaSettings withSubtitles(Subtitles subtitles)
public PushMediaSettings withSubtitles(java.util.Optional<? extends Subtitles> subtitles)
public PushMediaSettings withOptimizeAudio(boolean optimizeAudio)
public PushMediaSettings withOptimizeAudio(java.util.Optional<java.lang.Boolean> optimizeAudio)
public PushMediaSettings withMaxResolution(MaxResolution maxResolution)
public PushMediaSettings withMaxResolution(java.util.Optional<? extends MaxResolution> maxResolution)
public PushMediaSettings withSourceAccess(boolean sourceAccess)
public PushMediaSettings withSourceAccess(java.util.Optional<java.lang.Boolean> sourceAccess)
public PushMediaSettings withMp4Support(Mp4Support mp4Support)
public PushMediaSettings withMp4Support(java.util.Optional<? extends Mp4Support> mp4Support)
public PushMediaSettings withSummary(Summary summary)
public PushMediaSettings withSummary(java.util.Optional<? extends Summary> summary)
public PushMediaSettings withChapters(boolean chapters)
public PushMediaSettings withChapters(java.util.Optional<java.lang.Boolean> chapters)
public PushMediaSettings withNamedEntities(boolean namedEntities)
public PushMediaSettings withNamedEntities(java.util.Optional<java.lang.Boolean> namedEntities)
public PushMediaSettings withModeration(Moderation moderation)
public PushMediaSettings withModeration(java.util.Optional<? extends Moderation> moderation)
public PushMediaSettings withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions accessRestrictions)
public PushMediaSettings withAccessRestrictions(java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
public static final class RetrieveMediaInputInfoRequest.Builder -extends java.lang.Object
RetrieveMediaInputInfoRequest
RetrieveMediaInputInfoRequest.Builder
public RetrieveMediaInputInfoRequest.Builder mediaId(java.lang.String mediaId)
public RetrieveMediaInputInfoRequest build()
public class RetrieveMediaInputInfoRequest -extends java.lang.Object
RetrieveMediaInputInfoRequest(java.lang.String mediaId)
static RetrieveMediaInputInfoRequest.Builder
public RetrieveMediaInputInfoRequest(java.lang.String mediaId)
public static final RetrieveMediaInputInfoRequest.Builder builder()
public RetrieveMediaInputInfoRequest withMediaId(java.lang.String mediaId)
public class RetrieveMediaInputInfoRequestBuilder -extends java.lang.Object
RetrieveMediaInputInfoRequestBuilder(SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo sdk)
public RetrieveMediaInputInfoRequestBuilder(SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo sdk)
public RetrieveMediaInputInfoRequestBuilder mediaId(java.lang.String mediaId)
public RetrieveMediaInputInfoResponse call() - throws java.lang.Exception
public static final class RetrieveMediaInputInfoResponse.Builder -extends java.lang.Object
RetrieveMediaInputInfoResponse.Builder
object(RetrieveMediaInputInfoResponseBody object)
object(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
public RetrieveMediaInputInfoResponse.Builder contentType(java.lang.String contentType)
public RetrieveMediaInputInfoResponse.Builder statusCode(int statusCode)
public RetrieveMediaInputInfoResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public RetrieveMediaInputInfoResponse.Builder object(RetrieveMediaInputInfoResponseBody object)
public RetrieveMediaInputInfoResponse.Builder object(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
public RetrieveMediaInputInfoResponse build()
public class RetrieveMediaInputInfoResponse -extends java.lang.Object -implements Response
RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
static RetrieveMediaInputInfoResponse.Builder
java.util.Optional<RetrieveMediaInputInfoResponseBody>
withObject(RetrieveMediaInputInfoResponseBody object)
withObject(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
public RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
public RetrieveMediaInputInfoResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<RetrieveMediaInputInfoResponseBody> object()
public static final RetrieveMediaInputInfoResponse.Builder builder()
public RetrieveMediaInputInfoResponse withContentType(java.lang.String contentType)
public RetrieveMediaInputInfoResponse withStatusCode(int statusCode)
public RetrieveMediaInputInfoResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public RetrieveMediaInputInfoResponse withObject(RetrieveMediaInputInfoResponseBody object)
public RetrieveMediaInputInfoResponse withObject(java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
public static final class RetrieveMediaInputInfoResponseBody.Builder -extends java.lang.Object
RetrieveMediaInputInfoResponseBody
RetrieveMediaInputInfoResponseBody.Builder
data(java.lang.Object data)
data(java.util.Optional<? extends java.lang.Object> data)
public RetrieveMediaInputInfoResponseBody.Builder success(boolean success)
public RetrieveMediaInputInfoResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public RetrieveMediaInputInfoResponseBody.Builder data(java.lang.Object data)
public RetrieveMediaInputInfoResponseBody.Builder data(java.util.Optional<? extends java.lang.Object> data)
public RetrieveMediaInputInfoResponseBody build()
public class RetrieveMediaInputInfoResponseBody -extends java.lang.Object
Get video media input information
RetrieveMediaInputInfoResponseBody()
RetrieveMediaInputInfoResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.lang.Object> data)
static RetrieveMediaInputInfoResponseBody.Builder
java.util.Optional<java.lang.Object>
withData(java.lang.Object data)
withData(java.util.Optional<? extends java.lang.Object> data)
public RetrieveMediaInputInfoResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends java.lang.Object> data)
public RetrieveMediaInputInfoResponseBody()
public java.util.Optional<java.lang.Object> data()
public static final RetrieveMediaInputInfoResponseBody.Builder builder()
public RetrieveMediaInputInfoResponseBody withSuccess(boolean success)
public RetrieveMediaInputInfoResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public RetrieveMediaInputInfoResponseBody withData(java.lang.Object data)
public RetrieveMediaInputInfoResponseBody withData(java.util.Optional<? extends java.lang.Object> data)
public static interface SDKMethodInterfaces.MethodCallCreateMedia
CreateMediaResponse createMedia(java.util.Optional<? extends CreateMediaRequest> request) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
CreateMediaPlaybackIdResponse createMediaPlaybackId(java.lang.String mediaId, - java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallCreateNewStream
CreateNewStreamResponse createNewStream(java.util.Optional<? extends CreateLiveStreamRequest> request) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream(java.lang.String streamId, - java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
CreateSimulcastOfStreamResponse createSimulcastOfStream(java.lang.String streamId, - java.util.Optional<? extends SimulcastRequest> simulcastRequest) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDeleteLiveStream
DeleteLiveStreamResponse deleteLiveStream(java.lang.String streamId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDeleteMedia
DeleteMediaResponse deleteMedia(java.lang.String mediaId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
DeleteMediaPlaybackIdResponse deleteMediaPlaybackId(java.lang.String mediaId, - java.lang.String playbackId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
DeletePlaybackIdOfStreamResponse deletePlaybackIdOfStream(java.lang.String streamId, - java.lang.String playbackId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
DeleteSimulcastOfStreamResponse deleteSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
DirectUploadVideoMediaResponse directUploadVideoMedia(java.util.Optional<? extends DirectUploadVideoMediaRequest> request) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallGetAllStreams
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
public static interface SDKMethodInterfaces.MethodCallGetLiveStreamById
GetLiveStreamByIdResponse getLiveStreamById(java.lang.String streamId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
GetLiveStreamPlaybackIdResponse getLiveStreamPlaybackId(java.lang.String streamId, - java.lang.String playbackId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallGetMedia
GetMediaResponse getMedia(java.lang.String mediaId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
GetSpecificSimulcastOfStreamResponse getSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallListMedia
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
public static interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
RetrieveMediaInputInfoResponse retrieveMediaInputInfo(java.lang.String mediaId) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallUpdateLiveStream
UpdateLiveStreamResponse updateLiveStream(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest) - throws java.lang.Exception
public static interface SDKMethodInterfaces.MethodCallUpdatedMedia
UpdatedMediaResponse updatedMedia(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody) - throws java.lang.Exception
public class SDKMethodInterfaces -extends java.lang.Object
static interface
SDKMethodInterfaces()
public SDKMethodInterfaces()
public static final class Subtitles.Builder -extends java.lang.Object
Subtitles
Subtitles.Builder
languageCode(LanguageCode languageCode)
languageCode(java.util.Optional<? extends LanguageCode> languageCode)
metadata(SubtitlesMetadata metadata)
metadata(java.util.Optional<? extends SubtitlesMetadata> metadata)
public Subtitles.Builder languageName(java.lang.String languageName)
public Subtitles.Builder languageName(java.util.Optional<java.lang.String> languageName)
public Subtitles.Builder metadata(SubtitlesMetadata metadata)
public Subtitles.Builder metadata(java.util.Optional<? extends SubtitlesMetadata> metadata)
public Subtitles.Builder languageCode(LanguageCode languageCode)
public Subtitles.Builder languageCode(java.util.Optional<? extends LanguageCode> languageCode)
public Subtitles build()
public class Subtitles -extends java.lang.Object
Subtitles()
Subtitles(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitlesMetadata> metadata, - java.util.Optional<? extends LanguageCode> languageCode)
static Subtitles.Builder
java.util.Optional<LanguageCode>
java.util.Optional<SubtitlesMetadata>
withLanguageCode(LanguageCode languageCode)
withLanguageCode(java.util.Optional<? extends LanguageCode> languageCode)
withMetadata(SubtitlesMetadata metadata)
withMetadata(java.util.Optional<? extends SubtitlesMetadata> metadata)
public Subtitles(java.util.Optional<java.lang.String> languageName, - java.util.Optional<? extends SubtitlesMetadata> metadata, - java.util.Optional<? extends LanguageCode> languageCode)
public Subtitles()
public java.util.Optional<SubtitlesMetadata> metadata()
public java.util.Optional<LanguageCode> languageCode()
public static final Subtitles.Builder builder()
public Subtitles withLanguageName(java.lang.String languageName)
public Subtitles withLanguageName(java.util.Optional<java.lang.String> languageName)
public Subtitles withMetadata(SubtitlesMetadata metadata)
public Subtitles withMetadata(java.util.Optional<? extends SubtitlesMetadata> metadata)
public Subtitles withLanguageCode(LanguageCode languageCode)
public Subtitles withLanguageCode(java.util.Optional<? extends LanguageCode> languageCode)
public static final class SubtitlesMetadata.Builder -extends java.lang.Object
SubtitlesMetadata
public SubtitlesMetadata build()
public class SubtitlesMetadata -extends java.lang.Object
Searchable metadata tags for the video in key-value pairs.
SubtitlesMetadata.Builder
SubtitlesMetadata()
static SubtitlesMetadata.Builder
public SubtitlesMetadata()
public static final SubtitlesMetadata.Builder builder()
generate(java.util.Optional<java.lang.Boolean> generate)
public Summary.Builder generate(java.util.Optional<java.lang.Boolean> generate)
Summary()
Summary(java.util.Optional<java.lang.Boolean> generate, - java.util.Optional<java.lang.Long> summaryLength)
withGenerate(java.util.Optional<java.lang.Boolean> generate)
public Summary(java.util.Optional<java.lang.Boolean> generate, - java.util.Optional<java.lang.Long> summaryLength)
public Summary()
public java.util.Optional<java.lang.Boolean> generate()
public Summary withGenerate(java.util.Optional<java.lang.Boolean> generate)
java.lang.Comparable<Type>
public enum Type -extends java.lang.Enum<Type>
static java.util.Optional<Type>
static Type
static Type[]
public static final Type VIDEO
public static final Type AUDIO
public static final Type AV
public static Type[] values()
-for (Type c : Type.values()) - System.out.println(c); -
public static Type valueOf(java.lang.String name)
public static java.util.Optional<Type> fromValue(java.lang.String value)
public static final class UpdateLiveStreamRequest.Builder -extends java.lang.Object
UpdateLiveStreamRequest
UpdateLiveStreamRequest.Builder
patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest)
patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public UpdateLiveStreamRequest.Builder streamId(java.lang.String streamId)
public UpdateLiveStreamRequest.Builder patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest)
public UpdateLiveStreamRequest.Builder patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public UpdateLiveStreamRequest build()
public class UpdateLiveStreamRequest -extends java.lang.Object
UpdateLiveStreamRequest(java.lang.String streamId)
UpdateLiveStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
static UpdateLiveStreamRequest.Builder
java.util.Optional<PatchLiveStreamRequest>
patchLiveStreamRequest()
withPatchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest)
withPatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public UpdateLiveStreamRequest(java.lang.String streamId, - java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public UpdateLiveStreamRequest(java.lang.String streamId)
public java.util.Optional<PatchLiveStreamRequest> patchLiveStreamRequest()
public static final UpdateLiveStreamRequest.Builder builder()
public UpdateLiveStreamRequest withStreamId(java.lang.String streamId)
public UpdateLiveStreamRequest withPatchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest)
public UpdateLiveStreamRequest withPatchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public class UpdateLiveStreamRequestBuilder -extends java.lang.Object
UpdateLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateLiveStream sdk)
public UpdateLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateLiveStream sdk)
public UpdateLiveStreamRequestBuilder streamId(java.lang.String streamId)
public UpdateLiveStreamRequestBuilder patchLiveStreamRequest(PatchLiveStreamRequest patchLiveStreamRequest)
public UpdateLiveStreamRequestBuilder patchLiveStreamRequest(java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
public UpdateLiveStreamResponse call() - throws java.lang.Exception
public static final class UpdateLiveStreamResponse.Builder -extends java.lang.Object
UpdateLiveStreamResponse.Builder
patchResponseDTO(PatchResponseDTO patchResponseDTO)
patchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
public UpdateLiveStreamResponse.Builder contentType(java.lang.String contentType)
public UpdateLiveStreamResponse.Builder statusCode(int statusCode)
public UpdateLiveStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdateLiveStreamResponse.Builder patchResponseDTO(PatchResponseDTO patchResponseDTO)
public UpdateLiveStreamResponse.Builder patchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
public UpdateLiveStreamResponse build()
public class UpdateLiveStreamResponse -extends java.lang.Object -implements Response
UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
static UpdateLiveStreamResponse.Builder
java.util.Optional<PatchResponseDTO>
patchResponseDTO()
withPatchResponseDTO(PatchResponseDTO patchResponseDTO)
withPatchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
public UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
public UpdateLiveStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<PatchResponseDTO> patchResponseDTO()
public static final UpdateLiveStreamResponse.Builder builder()
public UpdateLiveStreamResponse withContentType(java.lang.String contentType)
public UpdateLiveStreamResponse withStatusCode(int statusCode)
public UpdateLiveStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdateLiveStreamResponse withPatchResponseDTO(PatchResponseDTO patchResponseDTO)
public UpdateLiveStreamResponse withPatchResponseDTO(java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
public static final class UpdateSpecificSimulcastOfStreamRequest.Builder -extends java.lang.Object
UpdateSpecificSimulcastOfStreamRequest
UpdateSpecificSimulcastOfStreamRequest.Builder
simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest)
simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest.Builder streamId(java.lang.String streamId)
public UpdateSpecificSimulcastOfStreamRequest.Builder simulcastId(java.lang.String simulcastId)
public UpdateSpecificSimulcastOfStreamRequest.Builder simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest.Builder simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest build()
public class UpdateSpecificSimulcastOfStreamRequest -extends java.lang.Object
UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
static UpdateSpecificSimulcastOfStreamRequest.Builder
java.util.Optional<SimulcastUpdateRequest>
simulcastUpdateRequest()
withSimulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest)
withSimulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId, - java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest(java.lang.String streamId, - java.lang.String simulcastId)
public java.util.Optional<SimulcastUpdateRequest> simulcastUpdateRequest()
public static final UpdateSpecificSimulcastOfStreamRequest.Builder builder()
public UpdateSpecificSimulcastOfStreamRequest withStreamId(java.lang.String streamId)
public UpdateSpecificSimulcastOfStreamRequest withSimulcastId(java.lang.String simulcastId)
public UpdateSpecificSimulcastOfStreamRequest withSimulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequest withSimulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public class UpdateSpecificSimulcastOfStreamRequestBuilder -extends java.lang.Object
UpdateSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream sdk)
public UpdateSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream sdk)
public UpdateSpecificSimulcastOfStreamRequestBuilder streamId(java.lang.String streamId)
public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastId(java.lang.String simulcastId)
public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastUpdateRequest(SimulcastUpdateRequest simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamRequestBuilder simulcastUpdateRequest(java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
public UpdateSpecificSimulcastOfStreamResponse call() - throws java.lang.Exception
public static final class UpdateSpecificSimulcastOfStreamResponse.Builder -extends java.lang.Object
UpdateSpecificSimulcastOfStreamResponse.Builder
simulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse)
simulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse.Builder contentType(java.lang.String contentType)
public UpdateSpecificSimulcastOfStreamResponse.Builder statusCode(int statusCode)
public UpdateSpecificSimulcastOfStreamResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdateSpecificSimulcastOfStreamResponse.Builder simulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse.Builder simulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse build()
public class UpdateSpecificSimulcastOfStreamResponse -extends java.lang.Object -implements Response
UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
static UpdateSpecificSimulcastOfStreamResponse.Builder
java.util.Optional<SimulcastUpdateResponse>
simulcastUpdateResponse()
withSimulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse)
withSimulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<SimulcastUpdateResponse> simulcastUpdateResponse()
public static final UpdateSpecificSimulcastOfStreamResponse.Builder builder()
public UpdateSpecificSimulcastOfStreamResponse withContentType(java.lang.String contentType)
public UpdateSpecificSimulcastOfStreamResponse withStatusCode(int statusCode)
public UpdateSpecificSimulcastOfStreamResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdateSpecificSimulcastOfStreamResponse withSimulcastUpdateResponse(SimulcastUpdateResponse simulcastUpdateResponse)
public UpdateSpecificSimulcastOfStreamResponse withSimulcastUpdateResponse(java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
public static final class UpdatedMediaMetadata.Builder -extends java.lang.Object
UpdatedMediaMetadata
public UpdatedMediaMetadata build()
public class UpdatedMediaMetadata -extends java.lang.Object
UpdatedMediaMetadata.Builder
UpdatedMediaMetadata()
static UpdatedMediaMetadata.Builder
public UpdatedMediaMetadata()
public static final UpdatedMediaMetadata.Builder builder()
public static final class UpdatedMediaRequest.Builder -extends java.lang.Object
UpdatedMediaRequest
UpdatedMediaRequest.Builder
requestBody(UpdatedMediaRequestBody requestBody)
requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public UpdatedMediaRequest.Builder mediaId(java.lang.String mediaId)
public UpdatedMediaRequest.Builder requestBody(UpdatedMediaRequestBody requestBody)
public UpdatedMediaRequest.Builder requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public UpdatedMediaRequest build()
public class UpdatedMediaRequest -extends java.lang.Object
UpdatedMediaRequest(java.lang.String mediaId)
UpdatedMediaRequest(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
static UpdatedMediaRequest.Builder
java.util.Optional<UpdatedMediaRequestBody>
withRequestBody(UpdatedMediaRequestBody requestBody)
withRequestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public UpdatedMediaRequest(java.lang.String mediaId, - java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public UpdatedMediaRequest(java.lang.String mediaId)
public java.util.Optional<UpdatedMediaRequestBody> requestBody()
public static final UpdatedMediaRequest.Builder builder()
public UpdatedMediaRequest withMediaId(java.lang.String mediaId)
public UpdatedMediaRequest withRequestBody(UpdatedMediaRequestBody requestBody)
public UpdatedMediaRequest withRequestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public static final class UpdatedMediaRequestBody.Builder -extends java.lang.Object
UpdatedMediaRequestBody
UpdatedMediaRequestBody.Builder
metadata(UpdatedMediaMetadata metadata)
metadata(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
public UpdatedMediaRequestBody.Builder metadata(UpdatedMediaMetadata metadata)
public UpdatedMediaRequestBody.Builder metadata(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
public UpdatedMediaRequestBody build()
public class UpdatedMediaRequestBody -extends java.lang.Object
UpdatedMediaRequestBody()
UpdatedMediaRequestBody(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
static UpdatedMediaRequestBody.Builder
java.util.Optional<UpdatedMediaMetadata>
withMetadata(UpdatedMediaMetadata metadata)
withMetadata(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
public UpdatedMediaRequestBody(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
public UpdatedMediaRequestBody()
public java.util.Optional<UpdatedMediaMetadata> metadata()
public static final UpdatedMediaRequestBody.Builder builder()
public UpdatedMediaRequestBody withMetadata(UpdatedMediaMetadata metadata)
public UpdatedMediaRequestBody withMetadata(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
public class UpdatedMediaRequestBuilder -extends java.lang.Object
UpdatedMediaRequestBuilder(SDKMethodInterfaces.MethodCallUpdatedMedia sdk)
public UpdatedMediaRequestBuilder(SDKMethodInterfaces.MethodCallUpdatedMedia sdk)
public UpdatedMediaRequestBuilder mediaId(java.lang.String mediaId)
public UpdatedMediaRequestBuilder requestBody(UpdatedMediaRequestBody requestBody)
public UpdatedMediaRequestBuilder requestBody(java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
public UpdatedMediaResponse call() - throws java.lang.Exception
public static final class UpdatedMediaResponse.Builder -extends java.lang.Object
UpdatedMediaResponse.Builder
object(UpdatedMediaResponseBody object)
object(java.util.Optional<? extends UpdatedMediaResponseBody> object)
public UpdatedMediaResponse.Builder contentType(java.lang.String contentType)
public UpdatedMediaResponse.Builder statusCode(int statusCode)
public UpdatedMediaResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdatedMediaResponse.Builder object(UpdatedMediaResponseBody object)
public UpdatedMediaResponse.Builder object(java.util.Optional<? extends UpdatedMediaResponseBody> object)
public UpdatedMediaResponse build()
public class UpdatedMediaResponse -extends java.lang.Object -implements Response
UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends UpdatedMediaResponseBody> object)
static UpdatedMediaResponse.Builder
java.util.Optional<UpdatedMediaResponseBody>
withObject(UpdatedMediaResponseBody object)
withObject(java.util.Optional<? extends UpdatedMediaResponseBody> object)
public UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse, - java.util.Optional<? extends UpdatedMediaResponseBody> object)
public UpdatedMediaResponse(java.lang.String contentType, - int statusCode, - java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public java.util.Optional<UpdatedMediaResponseBody> object()
public static final UpdatedMediaResponse.Builder builder()
public UpdatedMediaResponse withContentType(java.lang.String contentType)
public UpdatedMediaResponse withStatusCode(int statusCode)
public UpdatedMediaResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
public UpdatedMediaResponse withObject(UpdatedMediaResponseBody object)
public UpdatedMediaResponse withObject(java.util.Optional<? extends UpdatedMediaResponseBody> object)
public static final class UpdatedMediaResponseBody.Builder -extends java.lang.Object
UpdatedMediaResponseBody
UpdatedMediaResponseBody.Builder
public UpdatedMediaResponseBody.Builder success(boolean success)
public UpdatedMediaResponseBody.Builder success(java.util.Optional<java.lang.Boolean> success)
public UpdatedMediaResponseBody.Builder data(Media data)
public UpdatedMediaResponseBody.Builder data(java.util.Optional<? extends Media> data)
public UpdatedMediaResponseBody build()
public class UpdatedMediaResponseBody -extends java.lang.Object
Media details updated successfully
UpdatedMediaResponseBody()
UpdatedMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data)
static UpdatedMediaResponseBody.Builder
public UpdatedMediaResponseBody(java.util.Optional<java.lang.Boolean> success, - java.util.Optional<? extends Media> data)
public UpdatedMediaResponseBody()
public static final UpdatedMediaResponseBody.Builder builder()
public UpdatedMediaResponseBody withSuccess(boolean success)
public UpdatedMediaResponseBody withSuccess(java.util.Optional<java.lang.Boolean> success)
public UpdatedMediaResponseBody withData(Media data)
public UpdatedMediaResponseBody withData(java.util.Optional<? extends Media> data)
public static final class BackoffStrategy.Builder -extends java.lang.Object
BackoffStrategy.Builder
baseFactor(double baseFactor)
BackoffStrategy
exponent(double baseFactor)
baseFactor(double)
initialInterval(long duration, - java.util.concurrent.TimeUnit unit)
jitterFactor(double jitterFactor)
maxElapsedTime(long duration, - java.util.concurrent.TimeUnit unit)
maxInterval(long duration, - java.util.concurrent.TimeUnit unit)
retryConnectError(boolean retry)
retryReadTimeoutError(boolean retry)
throwConnectError()
throwReadTimeoutError()
public BackoffStrategy.Builder initialInterval(long duration, - java.util.concurrent.TimeUnit unit)
duration
unit
public BackoffStrategy.Builder maxInterval(long duration, - java.util.concurrent.TimeUnit unit)
public BackoffStrategy.Builder maxElapsedTime(long duration, - java.util.concurrent.TimeUnit unit)
public BackoffStrategy.Builder baseFactor(double baseFactor)
baseFactor
@Deprecated -public BackoffStrategy.Builder exponent(double baseFactor)
public BackoffStrategy.Builder jitterFactor(double jitterFactor)
jitterFactor
public BackoffStrategy.Builder retryConnectError(boolean retry)
retry
public BackoffStrategy.Builder throwConnectError()
public BackoffStrategy.Builder retryReadTimeoutError(boolean retry)
public BackoffStrategy.Builder throwReadTimeoutError()
public BackoffStrategy build()
public class BackoffStrategy -extends java.lang.Object
baseFactor()
static BackoffStrategy.Builder
exponent()
initialIntervalMs()
jitterFactor()
maxElapsedTimeMs()
maxIntervalMs()
retryConnectError()
retryReadTimeoutError()
static BackoffStrategy
withDefaults()
public static BackoffStrategy withDefaults()
public long initialIntervalMs()
public long maxIntervalMs()
public double baseFactor()
@Deprecated -public double exponent()
public long maxElapsedTimeMs()
public double jitterFactor()
public boolean retryConnectError()
public boolean retryReadTimeoutError()
public static final BackoffStrategy.Builder builder()
public static final class BigDecimalString.Deserializer -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString>
protected
Deserializer()
BigDecimalString
deserialize(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt)
protected Deserializer()
public BigDecimalString deserialize(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) - throws java.io.IOException, - com.fasterxml.jackson.core.JacksonException
deserialize
com.fasterxml.jackson.databind.JsonDeserializer<BigDecimalString>
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
com.fasterxml.jackson.databind.jsonschema.SchemaAware
public static final class BigDecimalString.Serializer -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
com.fasterxml.jackson.databind.JsonSerializer.None
_handledType
Serializer()
void
serialize(BigDecimalString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider)
_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
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
protected Serializer()
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
serialize
com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
com.fasterxml.jackson.core.JsonProcessingException
public class BigDecimalString -extends java.lang.Object
BigDecimalString.Deserializer
BigDecimalString.Serializer
BigDecimalString(java.lang.String value)
BigDecimalString(java.math.BigDecimal value)
equals(java.lang.Object obj)
java.math.BigDecimal
public BigDecimalString(java.math.BigDecimal value)
public BigDecimalString(java.lang.String value)
public java.math.BigDecimal value()
public boolean equals(java.lang.Object obj)
public static final class BigIntegerString.Deserializer -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString>
BigIntegerString
public BigIntegerString deserialize(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) - throws java.io.IOException, - com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.databind.JsonDeserializer<BigIntegerString>
public static final class BigIntegerString.Serializer -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
serialize(BigIntegerString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider)
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
com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
public class BigIntegerString -extends java.lang.Object
BigIntegerString.Deserializer
BigIntegerString.Serializer
BigIntegerString(java.lang.String value)
BigIntegerString(java.math.BigInteger value)
java.math.BigInteger
public BigIntegerString(java.math.BigInteger value)
public BigIntegerString(java.lang.String value)
public java.math.BigInteger value()
public final class Constants -extends java.lang.Object
static boolean
Constants()
public static final boolean HAS_CLIENT_CREDENTIALS_BASIC
public Constants()
public final class Deserializers -extends java.lang.Object
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.Module
STRICT_DESERIALIZERS
static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String>
STRING_STRICT
Deserializers()
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean> BOOLEAN_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer> INTEGER_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long> LONG_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short> SHORT_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float> FLOAT_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double> DOUBLE_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate> LOCAL_DATE_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime> OFFSET_DATE_TIME_STRICT
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> STRING_STRICT
public static final com.fasterxml.jackson.databind.Module STRICT_DESERIALIZERS
public Deserializers()
java.lang.AutoCloseable
public final class EventStream<T> -extends java.lang.Object -implements java.lang.AutoCloseable
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)
close()
java.util.Optional<T>
next()
java.util.stream.Stream<T>
stream()
java.util.List<T>
toList()
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)
public java.util.Optional<T> next() - throws java.io.IOException
Optional.empty()
public java.util.List<T> toList()
public java.util.stream.Stream<T> stream()
public void close() - throws java.lang.Exception
close
java.io.Closeable
java.lang.Readable
public class EventStreamLineReader -extends java.io.Reader
lock
EventStreamLineReader(java.io.Reader reader)
read()
read(char[] cbuf, - int off, - int len)
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
public EventStreamLineReader(java.io.Reader reader)
public int read() - throws java.io.IOException
read
java.io.Reader
public int read(char[] cbuf, - int off, - int len) - throws java.io.IOException
public void close() - throws java.io.IOException
public class EventStreamMessage -extends java.lang.Object
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)
event()
isEmpty()
retryMs()
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)
public java.util.Optional<java.lang.String> event()
public java.util.Optional<java.lang.Integer> retryMs()
public java.lang.String data()
public boolean isEmpty()
public final class EventStreamReader -extends java.lang.Object -implements java.lang.AutoCloseable
EventStreamReader(java.io.InputStream in)
static EventStreamMessage
parseMessage(java.lang.String text)
java.util.Optional<EventStreamMessage>
readMessage()
readRawMessage()
public EventStreamReader(java.io.InputStream in)
public java.lang.String readRawMessage() - throws java.io.IOException
public java.util.Optional<EventStreamMessage> readMessage() - throws java.io.IOException
public static EventStreamMessage parseMessage(java.lang.String text)
RecordingClient
SpeakeasyHTTPClient
public interface HTTPClient
send(java.net.http.HttpRequest request)
java.net.http.HttpResponse<java.io.InputStream> send(java.net.http.HttpRequest request) - throws java.io.IOException, - java.lang.InterruptedException, - java.net.URISyntaxException
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).
HttpRequest#newBuilder(HttpRequest, BiPredicate)
Helpers.copy(java.net.http.HttpRequest)
java.lang.InterruptedException
java.net.URISyntaxException
public class HTTPRequest -extends java.lang.Object
HTTPRequest(java.lang.String baseURL, - java.lang.String method)
HTTPRequest
addHeader(java.lang.String key, - java.lang.String value)
addHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> map)
addQueryParam(QueryParameter param)
addQueryParam(java.lang.String key, - java.lang.String value, - boolean allowReserved)
addQueryParams(java.util.Collection<QueryParameter> params)
java.net.http.HttpRequest
static java.lang.String
buildUrl(java.lang.String baseURL, - java.util.Collection<QueryParameter> queryParams)
setBody(java.util.Optional<SerializedBody> body)
public HTTPRequest(java.lang.String baseURL, - java.lang.String method)
public void setBody(java.util.Optional<SerializedBody> body)
public HTTPRequest addHeader(java.lang.String key, - java.lang.String value)
public HTTPRequest addHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> map)
public HTTPRequest addQueryParam(QueryParameter param)
public HTTPRequest addQueryParam(java.lang.String key, - java.lang.String value, - boolean allowReserved)
public HTTPRequest addQueryParams(java.util.Collection<QueryParameter> params)
public java.net.http.HttpRequest build()
public static java.lang.String buildUrl(java.lang.String baseURL, - java.util.Collection<QueryParameter> queryParams)
public interface HasSecurity
public final class Helpers -extends java.lang.Object
Helpers()
static byte[]
bodyBytes(java.net.http.HttpRequest request)
bodyUtf8(java.net.http.HttpRequest request)
static java.net.http.HttpRequest.Builder
copy(java.net.http.HttpRequest request)
copy(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,java.lang.String> filter)
public Helpers()
public static java.net.http.HttpRequest.Builder copy(java.net.http.HttpRequest request)
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). - -
copy(HttpRequest, BiPredicate)
Note also that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest) is available.
HttpRequest.newBuilder(HttpRequest)
public static java.net.http.HttpRequest.Builder copy(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,java.lang.String> filter)
Note that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest, BiPredicate) is available.
HttpRequest.newBuilder(HttpRequest, BiPredicate)
filter
public static byte[] bodyBytes(java.net.http.HttpRequest request)
public static java.lang.String bodyUtf8(java.net.http.HttpRequest request)
Hooks
public static interface Hook.AfterError
static Hook.AfterError
DEFAULT
afterError(Hook.AfterErrorContext context, - java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response, - java.util.Optional<java.lang.Exception> error)
static final Hook.AfterError DEFAULT
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
context
response
error
Hook.HookContext
Hook.AfterErrorContextImpl
public static interface Hook.AfterErrorContext -extends Hook.HookContext
baseUrl, oauthScopes, operationId, securitySource
Hook.AfterErrorContext
public static final class Hook.AfterErrorContextImpl -extends java.lang.Object -implements Hook.AfterErrorContext
AfterErrorContextImpl(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource)
baseUrl()
oauthScopes()
operationId()
java.util.Optional<SecuritySource>
securitySource()
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)
public java.lang.String baseUrl()
public java.lang.String operationId()
operationId
public java.util.Optional<SecuritySource> securitySource()
public java.util.Optional<java.util.List<java.lang.String>> oauthScopes()
oauthScopes
public static interface Hook.AfterSuccess
static Hook.AfterSuccess
afterSuccess(Hook.AfterSuccessContext context, - java.net.http.HttpResponse<java.io.InputStream> response)
static final Hook.AfterSuccess DEFAULT
java.net.http.HttpResponse<java.io.InputStream> afterSuccess(Hook.AfterSuccessContext context, - java.net.http.HttpResponse<java.io.InputStream> response) - throws java.lang.Exception
Hook.AfterSuccessContextImpl
public static interface Hook.AfterSuccessContext -extends Hook.HookContext
Hook.AfterSuccessContext
public static final class Hook.AfterSuccessContextImpl -extends java.lang.Object -implements Hook.AfterSuccessContext
AfterSuccessContextImpl(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource)
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)
Hook.IdempotencyHook
public static interface Hook.BeforeRequest
static Hook.BeforeRequest
beforeRequest(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request)
static final Hook.BeforeRequest DEFAULT
java.net.http.HttpRequest beforeRequest(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) - throws java.lang.Exception
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).
HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>)
Hook.BeforeRequestContextImpl
public static interface Hook.BeforeRequestContext -extends Hook.HookContext
Hook.BeforeRequestContext
public static final class Hook.BeforeRequestContextImpl -extends java.lang.Object -implements Hook.BeforeRequestContext
BeforeRequestContextImpl(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource)
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)
public static interface Hook.HookContext
java.lang.String baseUrl()
java.lang.String operationId()
java.util.Optional<java.util.List<java.lang.String>> oauthScopes()
java.util.Optional<SecuritySource> securitySource()
public static final class Hook.IdempotencyHook -extends java.lang.Object -implements Hook.BeforeRequest
IdempotencyHook()
public IdempotencyHook()
public java.net.http.HttpRequest beforeRequest(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) - throws java.lang.Exception
beforeRequest
public static interface Hook.SdkInit
static Hook.SdkInit
Hook.SdkInitData
sdkInit(Hook.SdkInitData data)
static final Hook.SdkInit DEFAULT
Hook.SdkInitData sdkInit(Hook.SdkInitData data)
data
public static final class Hook.SdkInitData -extends java.lang.Object
SdkInitData(java.lang.String baseUrl, - HTTPClient client)
client()
public SdkInitData(java.lang.String baseUrl, - HTTPClient client)
public HTTPClient client()
public final class Hook -extends java.lang.Object
public static final class Hooks.FailEarlyException -extends java.lang.RuntimeException
FailEarlyException(java.lang.Exception e)
public FailEarlyException(java.lang.Exception e)
public class Hooks -extends java.lang.Object -implements Hook.BeforeRequest, Hook.AfterSuccess, Hook.AfterError, Hook.SdkInit
- For example, this code will add a transaction id header to every request: - -
- hooks.registerBeforeRequest((context, request) -> { - request.headers().map().put("acme-transaction-id", nextTransactionId()); - return request; - }); -
Hooks.FailEarlyException
Hooks()
registerAfterError(Hook.AfterError afterError)
registerAfterSuccess(Hook.AfterSuccess afterSuccess)
registerBeforeRequest(Hook.BeforeRequest beforeRequest)
registerSdkInit(Hook.SdkInit SdkInit)
public Hooks()
public Hooks registerBeforeRequest(Hook.BeforeRequest beforeRequest)
public Hooks registerAfterSuccess(Hook.AfterSuccess afterSuccess)
afterSuccess
public Hooks registerAfterError(Hook.AfterError afterError)
afterError
public Hooks registerSdkInit(Hook.SdkInit SdkInit)
SdkInit
public java.net.http.HttpResponse<java.io.InputStream> afterSuccess(Hook.AfterSuccessContext context, - java.net.http.HttpResponse<java.io.InputStream> response) - throws java.lang.Exception
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
public Hook.SdkInitData sdkInit(Hook.SdkInitData data)
sdkInit
public class JSON -extends java.lang.Object
JSON()
static com.fasterxml.jackson.databind.ObjectMapper
getMapper()
public JSON()
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
public final class LazySingletonValue<T> -extends java.lang.Object
LazySingletonValue(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
public LazySingletonValue(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
public T value()
public static final class Multipart.Builder -extends java.lang.Object
Builder()
Multipart.Builder
addPart(java.lang.String name, - java.lang.String value)
addPart(java.lang.String name, - java.lang.String value, - java.lang.String contentType)
addPart(java.lang.String name, - java.util.function.Supplier<java.io.InputStream> stream, - java.lang.String filename, - java.util.Optional<java.lang.String> contentType)
Multipart
public Builder()
public Multipart.Builder addPart(java.lang.String name, - java.lang.String value)
public Multipart.Builder addPart(java.lang.String name, - java.lang.String value, - java.lang.String contentType)
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)
public Multipart build()
java.lang.Comparable<Multipart.PartType>
public static enum Multipart.PartType -extends java.lang.Enum<Multipart.PartType>
FINAL_BOUNDARY
STREAM
STRING
static Multipart.PartType
static Multipart.PartType[]
public static final Multipart.PartType STRING
public static final Multipart.PartType STREAM
public static final Multipart.PartType FINAL_BOUNDARY
public static Multipart.PartType[] values()
-for (Multipart.PartType c : Multipart.PartType.values()) - System.out.println(c); -
public static Multipart.PartType valueOf(java.lang.String name)
public final class Multipart -extends java.lang.Object
Multipart.PartType
java.net.http.HttpRequest.BodyPublisher
bodyPublisher()
static Multipart.Builder
public java.net.http.HttpRequest.BodyPublisher bodyPublisher()
public static Multipart.Builder builder()
public class OneOfDeserializer<T> -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
OneOfDeserializer(java.lang.Class<T> cls, - boolean strict, - Utils.TypeReferenceWithShape... typeReferences)
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)
matchPossible(com.fasterxml.jackson.databind.JavaType type, - java.lang.String json)
protected OneOfDeserializer(java.lang.Class<T> cls, - boolean strict, - Utils.TypeReferenceWithShape... typeReferences)
cls
strict
typeReferences
public T deserialize(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) - throws java.io.IOException
com.fasterxml.jackson.databind.JsonDeserializer<T>
public static boolean matchPossible(com.fasterxml.jackson.databind.JavaType type, - java.lang.String json)
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)
public static final class Options.Builder -extends java.lang.Object
Options
Options.Builder
retryConfig(java.util.Optional<RetryConfig> retryConfig)
public Options.Builder retryConfig(RetryConfig retryConfig) - throws java.lang.IllegalArgumentException
public Options.Builder retryConfig(java.util.Optional<RetryConfig> retryConfig) - throws java.lang.IllegalArgumentException
public Options build()
java.lang.Comparable<Options.Option>
public static enum Options.Option -extends java.lang.Enum<Options.Option>
RETRY_CONFIG
static Options.Option
static Options.Option[]
public static final Options.Option RETRY_CONFIG
public static Options.Option[] values()
-for (Options.Option c : Options.Option.values()) - System.out.println(c); -
public static Options.Option valueOf(java.lang.String name)
public class Options -extends java.lang.Object
Options.Option
static Options.Builder
java.util.Optional<RetryConfig>
retryConfig()
validate(java.util.List<Options.Option> supportedOptions)
public java.util.Optional<RetryConfig> retryConfig()
public final void validate(java.util.List<Options.Option> supportedOptions) - throws java.lang.IllegalArgumentException
public static final Options.Builder builder()
public final class QueryParameter -extends java.lang.Object
allowReserved()
name()
static QueryParameter
of(java.lang.String name, - java.lang.String value, - boolean allowReserved)
public static QueryParameter of(java.lang.String name, - java.lang.String value, - boolean allowReserved)
public java.lang.String name()
public boolean allowReserved()
public class QueryParameters -extends java.lang.Object
QueryParameters()
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)
public QueryParameters()
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
public final class RecordingClient -extends java.lang.Object -implements HTTPClient
RecordingClient()
afterResponse(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook)
beforeRequest(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook)
java.util.List<java.net.http.HttpRequest>
requests()
reset()
public RecordingClient()
public java.net.http.HttpResponse<java.io.InputStream> send(java.net.http.HttpRequest request) - throws java.io.IOException, - java.lang.InterruptedException, - java.net.URISyntaxException
send
public java.util.List<java.net.http.HttpRequest> requests()
public RecordingClient beforeRequest(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook)
public RecordingClient afterResponse(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook)
public void reset()
public final class RequestBody -extends java.lang.Object
static SerializedBody
serialize(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable)
serializeFormData(java.lang.Object value)
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
java.lang.NoSuchFieldException
java.lang.IllegalAccessException
java.lang.UnsupportedOperationException
public static SerializedBody serializeFormData(java.lang.Object value) - throws java.io.IOException, - java.lang.IllegalArgumentException, - java.lang.IllegalAccessException
public interface Response
java.lang.String contentType()
int statusCode()
java.net.http.HttpResponse<java.io.InputStream> rawResponse()
public static final class Retries.Builder -extends java.lang.Object
Retries.Builder
action(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action)
Retries
statusCodes(java.util.List<java.lang.String> statusCodes)
public Retries.Builder action(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action)
action
public Retries.Builder retryConfig(RetryConfig retryConfig)
public Retries.Builder statusCodes(java.util.List<java.lang.String> statusCodes)
statusCodes
public Retries build()
public static final class Retries.NonRetryableException -extends java.lang.Exception
NonRetryableException(java.lang.Exception exception)
exception()
public NonRetryableException(java.lang.Exception exception)
public java.lang.Exception exception()
public static final class Retries.RetryableException -extends java.lang.Exception
RetryableException(java.net.http.HttpResponse<java.io.InputStream> response)
response()
public RetryableException(java.net.http.HttpResponse<java.io.InputStream> response)
public java.net.http.HttpResponse<java.io.InputStream> response()
public class Retries -extends java.lang.Object
Retries.NonRetryableException
Retries.RetryableException
static Retries.Builder
run()
public java.net.http.HttpResponse<java.io.InputStream> run() - throws java.lang.Exception
public static final Retries.Builder builder()
public static final class RetryConfig.Builder -extends java.lang.Object
RetryConfig.Builder
backoff()
backoff(BackoffStrategy backoff)
RetryConfig
enable()
enable(boolean enable)
noRetries()
public RetryConfig.Builder noRetries()
public RetryConfig.Builder enable()
public RetryConfig.Builder enable(boolean enable)
enable
public RetryConfig.Builder backoff(BackoffStrategy backoff)
backoff
public RetryConfig.Builder backoff()
public RetryConfig build()
java.lang.Comparable<RetryConfig.Strategy>
public static enum RetryConfig.Strategy -extends java.lang.Enum<RetryConfig.Strategy>
BACKOFF
static RetryConfig.Strategy
static RetryConfig.Strategy[]
public static final RetryConfig.Strategy BACKOFF
public static final RetryConfig.Strategy NONE
public static RetryConfig.Strategy[] values()
-for (RetryConfig.Strategy c : RetryConfig.Strategy.values()) - System.out.println(c); -
public static RetryConfig.Strategy valueOf(java.lang.String name)
public class RetryConfig -extends java.lang.Object
RetryConfig.Strategy
java.util.Optional<BackoffStrategy>
static RetryConfig.Builder
static RetryConfig
strategy()
public static RetryConfig noRetries()
public RetryConfig.Strategy strategy()
public java.util.Optional<BackoffStrategy> backoff()
public static final RetryConfig.Builder builder()
public final class Security -extends java.lang.Object
static HTTPRequest
configureSecurity(HTTPRequest request, - java.lang.Object security)
static java.util.Optional<java.lang.Object>
findComplexObjectWithNonEmptyAnnotatedField(java.lang.Object object, - java.lang.String... regexes)
static java.util.stream.Stream<java.lang.reflect.Field>
findFieldsWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
static java.util.Optional<java.lang.String>
findStringValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
findStringValueWhereMetadataNameIs(java.lang.Object o, - java.lang.String name)
findValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
public static HTTPRequest configureSecurity(HTTPRequest request, - java.lang.Object security) - throws java.lang.Exception
public static java.util.Optional<java.lang.Object> findComplexObjectWithNonEmptyAnnotatedField(java.lang.Object object, - java.lang.String... regexes)
public static java.util.stream.Stream<java.lang.reflect.Field> findFieldsWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
public static java.util.Optional<java.lang.String> findStringValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
public static java.util.Optional<java.lang.String> findStringValueWhereMetadataNameIs(java.lang.Object o, - java.lang.String name)
public static java.util.Optional<java.lang.Object> findValueWhereMetadataContainsRegexes(java.lang.Object o, - java.lang.String... regexes)
public class SerializedBody -extends java.lang.Object
SerializedBody(java.lang.String contentType, - java.net.http.HttpRequest.BodyPublisher body)
public SerializedBody(java.lang.String contentType, - java.net.http.HttpRequest.BodyPublisher body)
public java.net.http.HttpRequest.BodyPublisher body()
public static interface SessionManager.HasSessionKey
sessionKey()
java.lang.String sessionKey()
public static final class SessionManager.Session<T> -extends java.lang.Object
Session(T credentials, - java.util.Optional<java.lang.String> token, - java.util.List<java.lang.String> scopes, - java.util.Optional<java.time.OffsetDateTime> expiresAt)
credentials()
expiresAt()
java.util.List<java.lang.String>
scopes()
token()
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)
public T credentials()
public java.util.Optional<java.lang.String> token()
public java.util.List<java.lang.String> scopes()
public java.util.Optional<java.time.OffsetDateTime> expiresAt()
public final class SessionManager<T extends SessionManager.HasSessionKey> -extends java.lang.Object
SessionManager.HasSessionKey
SessionManager.Session<T>
static int
SessionManager()
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)
hasRequiredScopes(java.util.List<java.lang.String> sessionScopes, - java.util.Optional<java.util.List<java.lang.String>> requiredScopes)
hasTokenExpired(java.util.Optional<java.time.OffsetDateTime> expiresAt, - java.time.OffsetDateTime now)
remove(java.lang.String sessionKey)
static <T extends SessionManager.HasSessionKey>SessionManager.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)
static <T extends SessionManager.HasSessionKey>boolean
shouldCreateNewSession(java.util.Optional<SessionManager.Session<T>> currentSession, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes)
public static final int REFRESH_BEFORE_EXPIRY_SECONDS
public SessionManager()
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)
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)
public static boolean hasTokenExpired(java.util.Optional<java.time.OffsetDateTime> expiresAt, - java.time.OffsetDateTime now)
public static boolean hasRequiredScopes(java.util.List<java.lang.String> sessionScopes, - java.util.Optional<java.util.List<java.lang.String>> requiredScopes)
public void remove(java.lang.String sessionKey)
public static <T extends SessionManager.HasSessionKey> SessionManager.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)
public class SpeakeasyHTTPClient -extends java.lang.Object -implements HTTPClient
SpeakeasyHTTPClient()
static void
setDebugLogging(boolean enabled)
setLogger(java.util.function.Consumer<? super java.lang.String> logger)
setRedactedHeaders(java.util.Collection<java.lang.String> headerNames)
public SpeakeasyHTTPClient()
public static void setDebugLogging(boolean enabled)
[*******]
setRedactedHeaders(Collection)
enabled
public static void setRedactedHeaders(java.util.Collection<java.lang.String> headerNames)
headerNames
public static void setLogger(java.util.function.Consumer<? super java.lang.String> logger)
@Retention(RUNTIME) -@Target(FIELD) -public @interface SpeakeasyMetadata
value
java.lang.String value
public static final class TypedObject.Serializer -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
serialize(TypedObject value, - com.fasterxml.jackson.core.JsonGenerator gen, - com.fasterxml.jackson.databind.SerializerProvider provider)
public Serializer()
public void serialize(TypedObject value, - com.fasterxml.jackson.core.JsonGenerator gen, - com.fasterxml.jackson.databind.SerializerProvider provider) - throws java.io.IOException
com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
public class TypedObject -extends java.lang.Object
TypedObject.Serializer
static <T> TypedObject
of(T value, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
Utils.JsonShape
shape()
com.fasterxml.jackson.core.type.TypeReference<?>
typeReference()
public com.fasterxml.jackson.core.type.TypeReference<?> typeReference()
public Utils.JsonShape shape()
public static <T> TypedObject of(T value, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
java.lang.Comparable<Types>
public enum Types -extends java.lang.Enum<Types>
ARRAY
ENUM
MAP
OBJECT
PRIMITIVE
static Types
getType(java.lang.Class<?> clazz)
static Types[]
public static final Types PRIMITIVE
public static final Types ARRAY
public static final Types MAP
public static final Types OBJECT
public static final Types ENUM
public static Types[] values()
-for (Types c : Types.values()) - System.out.println(c); -
public static Types valueOf(java.lang.String name)
public static Types getType(java.lang.Class<?> clazz)
public final class Utf8UrlEncoder -extends java.lang.Object
static Utf8UrlEncoder
ALLOW_RESERVED
allowReserved(boolean allowReserved)
encode(java.lang.String s)
public static final Utf8UrlEncoder ALLOW_RESERVED
public static final Utf8UrlEncoder DEFAULT
public static Utf8UrlEncoder allowReserved(boolean allowReserved)
public java.lang.String encode(java.lang.String s)
public static interface Utils.Function<S,T>
apply(S value)
T apply(S value) - throws java.lang.Exception
public static final class Utils.HttpResponseCached -extends java.lang.Object -implements java.net.http.HttpResponse<java.io.InputStream>
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
HttpResponseCached(java.net.http.HttpResponse<java.io.InputStream> response)
java.io.InputStream
bodyAsBytes()
bodyAsUtf8()
java.net.http.HttpHeaders
headers()
java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>>
previousResponse()
request()
java.util.Optional<javax.net.ssl.SSLSession>
sslSession()
java.net.URI
uri()
java.net.http.HttpClient.Version
version()
public HttpResponseCached(java.net.http.HttpResponse<java.io.InputStream> response) - throws java.io.IOException
public java.lang.String bodyAsUtf8()
public byte[] bodyAsBytes()
public java.net.http.HttpRequest request()
public java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> previousResponse()
previousResponse
public java.net.http.HttpHeaders headers()
headers
public java.io.InputStream body()
body
public java.util.Optional<javax.net.ssl.SSLSession> sslSession()
sslSession
public java.net.URI uri()
uri
public java.net.http.HttpClient.Version version()
version
java.lang.Comparable<Utils.JsonShape>
public static enum Utils.JsonShape -extends java.lang.Enum<Utils.JsonShape>
static Utils.JsonShape
static Utils.JsonShape[]
public static final Utils.JsonShape STRING
public static final Utils.JsonShape DEFAULT
public static Utils.JsonShape[] values()
-for (Utils.JsonShape c : Utils.JsonShape.values()) - System.out.println(c); -
public static Utils.JsonShape valueOf(java.lang.String name)
public static final class Utils.TypeReferenceWithShape -extends java.lang.Object
static Utils.TypeReferenceWithShape
of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, - Utils.JsonShape shape)
public static Utils.TypeReferenceWithShape of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, - Utils.JsonShape shape)
public final class Utils -extends java.lang.Object
Utils.Function<S,T>
Utils.HttpResponseCached
Utils.TypeReferenceWithShape
allowIntrospection(java.lang.Class<?> cls)
static <T> T
asType(EventStreamMessage x, - com.fasterxml.jackson.databind.ObjectMapper mapper, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
static Utils.HttpResponseCached
cache(java.net.http.HttpResponse<java.io.InputStream> response)
checkArgument(boolean expression, - java.lang.String message)
checkNotNull(T object, - java.lang.String name)
contentTypeMatches(java.lang.String contentType, - java.lang.String pattern)
static java.lang.Object
convertToShape(java.lang.Object o, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
static com.fasterxml.jackson.databind.JavaType
convertToStringShape(com.fasterxml.jackson.databind.type.TypeFactory f, - com.fasterxml.jackson.databind.JavaType a)
static HTTPClient
createTestHTTPClient(SpeakeasyHTTPClient client, - java.lang.String testName)
createTestHTTPClient(java.lang.String testName)
discriminatorToString(java.lang.Object o)
static <K,V>java.util.Map<K,V>
emptyMapIfNull(java.util.Map<K,V> map)
environmentVariable(java.lang.String name, - java.lang.String defaultValue)
extractByteArrayFromBody(java.net.http.HttpResponse<java.io.InputStream> response)
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)
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)
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)
generateURL(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)
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)
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)
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)
isPresentAndNotNull(java.util.Optional<?> x)
isPresentAndNotNull(org.openapitools.jackson.nullable.JsonNullable<?> x)
json(EventStreamMessage m, - com.fasterxml.jackson.databind.ObjectMapper mapper, - boolean dataIsPlainText)
mapper()
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)
prefixBearer(java.lang.String authHeaderValue)
readBytes(java.io.File file)
readBytes(java.io.InputStream in)
readBytes(java.lang.String filename)
readBytesAndClose(java.io.InputStream in)
readDefaultOrConstValue(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
recordTest(java.lang.String id)
referenceEquals(java.lang.Object a, - java.lang.Object b)
resolveOptionals(java.lang.Object o)
serializeRequestBody(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable)
sessionKey(java.lang.String... items)
setSseSentinel(java.lang.Object o, - java.lang.String value)
sortJSONObjectKeys(java.lang.String json, - java.lang.String... fields)
sortQueryParameters(java.lang.String url)
sortSerializedMaps(java.lang.Object input, - java.lang.String regex, - java.lang.String delim)
statusCodeMatches(int statusCode, - java.lang.String... expectedStatusCodes)
statusCodeMatchesOne(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)
templateUrl(java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> params)
toByteArrayAndClose(java.io.InputStream in)
toHex(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)
toString(java.lang.Class<?> cls, - java.lang.Object... items)
toUtf8AndClose(java.io.InputStream in)
valToString(java.lang.Object value)
valueOrElse(java.util.Optional<T> value, - T valueIfNotPresent)
valueOrElse(org.openapitools.jackson.nullable.JsonNullable<T> value, - T valueIfNotPresent)
valueOrElse(T value, - T valueIfNotPresent)
valueOrNull(java.util.Optional<T> value)
valueOrNull(org.openapitools.jackson.nullable.JsonNullable<T> value)
valueOrNull(T value)
public static boolean referenceEquals(java.lang.Object a, - java.lang.Object b)
public static java.lang.String generateURL(java.lang.String baseURL, - java.lang.String path) - throws java.lang.IllegalArgumentException, - java.lang.IllegalAccessException
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
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
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
public static boolean contentTypeMatches(java.lang.String contentType, - java.lang.String pattern)
public static boolean allowIntrospection(java.lang.Class<?> cls)
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
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
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
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
public static java.lang.String templateUrl(java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> params)
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
public static java.lang.String valToString(java.lang.Object value)
public static java.lang.String prefixBearer(java.lang.String authHeaderValue)
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)
public static <T> T checkNotNull(T object, - java.lang.String name)
public static void checkArgument(boolean expression, - java.lang.String message)
public static <K,V> java.util.Map<K,V> emptyMapIfNull(java.util.Map<K,V> map)
public static java.lang.String toString(java.lang.Class<?> cls, - java.lang.Object... items)
public static java.lang.Object resolveOptionals(java.lang.Object o)
public static java.util.List<?> toList(java.lang.Object o)
public static <T> T readDefaultOrConstValue(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
public static byte[] extractByteArrayFromBody(java.net.http.HttpResponse<java.io.InputStream> response) - throws java.io.IOException
public static byte[] toByteArrayAndClose(java.io.InputStream in) - throws java.io.IOException
public static java.lang.String toUtf8AndClose(java.io.InputStream in) - throws java.io.IOException
public static java.lang.Object convertToShape(java.lang.Object o, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
public static com.fasterxml.jackson.databind.JavaType convertToStringShape(com.fasterxml.jackson.databind.type.TypeFactory f, - com.fasterxml.jackson.databind.JavaType a)
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)
public static boolean statusCodeMatches(int statusCode, - java.lang.String... expectedStatusCodes)
public static boolean statusCodeMatchesOne(int statusCode, - java.lang.String expectedStatusCode)
public static com.fasterxml.jackson.databind.ObjectMapper mapper()
public static <T> T asType(EventStreamMessage x, - com.fasterxml.jackson.databind.ObjectMapper mapper, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
public static java.lang.String json(EventStreamMessage m, - com.fasterxml.jackson.databind.ObjectMapper mapper, - boolean dataIsPlainText) - throws com.fasterxml.jackson.core.JsonProcessingException
public static Utils.HttpResponseCached cache(java.net.http.HttpResponse<java.io.InputStream> response) - throws java.io.IOException
bodyAsUtf8(), bodyAsBytes()
- 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.
public static byte[] readBytes(java.lang.String filename)
public static byte[] readBytes(java.io.File file)
public static byte[] readBytesAndClose(java.io.InputStream in)
public static byte[] readBytes(java.io.InputStream in)
public static java.lang.String toHex(byte[] bytes)
public static java.lang.String discriminatorToString(java.lang.Object o)
public static void recordTest(java.lang.String id)
public static java.lang.String sortQueryParameters(java.lang.String url)
url
public static java.lang.Object sortSerializedMaps(java.lang.Object input, - java.lang.String regex, - java.lang.String delim)
public static boolean isPresentAndNotNull(java.util.Optional<?> x)
public static boolean isPresentAndNotNull(org.openapitools.jackson.nullable.JsonNullable<?> x)
public static void setSseSentinel(java.lang.Object o, - java.lang.String value)
public static java.lang.String sessionKey(java.lang.String... items)
public static HTTPClient createTestHTTPClient(java.lang.String testName)
public static HTTPClient createTestHTTPClient(SpeakeasyHTTPClient client, - java.lang.String testName)
public static java.lang.String environmentVariable(java.lang.String name, - java.lang.String defaultValue)
key = "env." + name
defaultValue
public static <T> java.util.Optional<T> toOptional(org.openapitools.jackson.nullable.JsonNullable<T> a)
public static java.lang.String sortJSONObjectKeys(java.lang.String json, - java.lang.String... fields)
public static <T> T valueOrElse(T value, - T valueIfNotPresent)
public static <T> T valueOrElse(java.util.Optional<T> value, - T valueIfNotPresent)
public static <T> T valueOrElse(org.openapitools.jackson.nullable.JsonNullable<T> value, - T valueIfNotPresent)
public static <T> T valueOrNull(T value)
public static <T> T valueOrNull(java.util.Optional<T> value)
public static <T> T valueOrNull(org.openapitools.jackson.nullable.JsonNullable<T> value)
JavaScript is disabled on your browser.
byte[] body
int code
java.lang.String message
java.net.http.HttpResponse<java.io.InputStream> rawResponse
java.util.Optional<java.lang.Integer> statusCode
java.util.Optional<? extends BadRequestError> error
java.util.Optional<java.lang.Boolean> success
java.util.Optional<? extends ForbiddenError> error
java.util.Optional<? extends InvalidPermissionError> error
java.util.Optional<? extends MediaNotFoundError> error
java.util.Optional<? extends MediaOrPlaybackNotFoundError> error
java.util.Optional<? extends NotFoundErrorError> error
HttpResponse<?> rawResponse
java.util.Optional<? extends NotFoundErrorPlaybackIdError> error
java.util.Optional<? extends NotFoundErrorSimulcastError> error
java.util.Optional<? extends SimulcastUnavailableError> error
HttpResponse<Blob> response
java.util.Optional<? extends UnauthorizedError> error
java.util.Optional<? extends ValidationErrorResponseError> error
Throwable throwable
java.lang.Class<T> cls
Class<T> cls
com.fasterxml.jackson.databind.ObjectMapper mapper
boolean strict
java.lang.Exception exception
java.net.http.HttpResponse<java.io.InputStream> response
HttpResponse<InputStream> response