From e87ed48ef746e6de025d84c7893da39da49ea4cd Mon Sep 17 00:00:00 2001 From: Tharun Budidha Date: Wed, 7 Jan 2026 16:55:22 +0530 Subject: [PATCH 1/4] fix missing parameters and type safety improvements --- .gitignore | 79 +- CHANGELOG.md | 76 + README.md | 889 +- USAGE.md | 32 +- build-extras.gradle | 20 + build.gradle | 134 +- .../io/fastpix/sdk/FastPixSDK$Builder.class | Bin 3149 -> 0 bytes .../java/main/io/fastpix/sdk/FastPixSDK.class | Bin 2167 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$1.class | Bin 778 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$10.class | Bin 783 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$11.class | Bin 775 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$12.class | Bin 780 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$2.class | Bin 760 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$3.class | Bin 752 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$4.class | Bin 759 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$5.class | Bin 751 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$6.class | Bin 756 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$7.class | Bin 811 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$8.class | Bin 793 -> 0 bytes .../main/io/fastpix/sdk/InputVideo$9.class | Bin 774 -> 0 bytes .../java/main/io/fastpix/sdk/InputVideo.class | Bin 14017 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$1.class | Bin 835 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$10.class | Bin 807 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$11.class | Bin 800 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$12.class | Bin 805 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$13.class | Bin 792 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$14.class | Bin 802 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$15.class | Bin 786 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$16.class | Bin 819 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$17.class | Bin 820 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$18.class | Bin 825 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$19.class | Bin 812 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$2.class | Bin 834 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$20.class | Bin 822 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$3.class | Bin 839 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$4.class | Bin 836 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$5.class | Bin 804 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$6.class | Bin 800 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$7.class | Bin 805 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$8.class | Bin 792 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream$9.class | Bin 802 -> 0 bytes .../io/fastpix/sdk/ManageLiveStream.class | Bin 23845 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$1.class | Bin 806 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$10.class | Bin 754 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$11.class | Bin 795 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$12.class | Bin 793 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$13.class | Bin 785 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$14.class | Bin 789 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$15.class | Bin 790 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$16.class | Bin 772 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$17.class | Bin 771 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$18.class | Bin 763 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$19.class | Bin 767 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$2.class | Bin 807 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$20.class | Bin 768 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$21.class | Bin 805 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$22.class | Bin 793 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$23.class | Bin 785 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$24.class | Bin 789 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$25.class | Bin 790 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$3.class | Bin 799 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$4.class | Bin 804 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$5.class | Bin 761 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$6.class | Bin 763 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$7.class | Bin 755 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$8.class | Bin 759 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos$9.class | Bin 760 -> 0 bytes .../main/io/fastpix/sdk/ManageVideos.class | Bin 27290 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$1.class | Bin 752 -> 0 bytes .../main/io/fastpix/sdk/Playback$10.class | Bin 788 -> 0 bytes .../main/io/fastpix/sdk/Playback$11.class | Bin 788 -> 0 bytes .../main/io/fastpix/sdk/Playback$12.class | Bin 785 -> 0 bytes .../main/io/fastpix/sdk/Playback$13.class | Bin 784 -> 0 bytes .../main/io/fastpix/sdk/Playback$14.class | Bin 789 -> 0 bytes .../main/io/fastpix/sdk/Playback$15.class | Bin 786 -> 0 bytes .../main/io/fastpix/sdk/Playback$16.class | Bin 786 -> 0 bytes .../main/io/fastpix/sdk/Playback$17.class | Bin 748 -> 0 bytes .../main/io/fastpix/sdk/Playback$18.class | Bin 798 -> 0 bytes .../main/io/fastpix/sdk/Playback$19.class | Bin 787 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$2.class | Bin 787 -> 0 bytes .../main/io/fastpix/sdk/Playback$20.class | Bin 779 -> 0 bytes .../main/io/fastpix/sdk/Playback$21.class | Bin 783 -> 0 bytes .../main/io/fastpix/sdk/Playback$22.class | Bin 784 -> 0 bytes .../main/io/fastpix/sdk/Playback$23.class | Bin 796 -> 0 bytes .../main/io/fastpix/sdk/Playback$24.class | Bin 785 -> 0 bytes .../main/io/fastpix/sdk/Playback$25.class | Bin 777 -> 0 bytes .../main/io/fastpix/sdk/Playback$26.class | Bin 791 -> 0 bytes .../main/io/fastpix/sdk/Playback$27.class | Bin 782 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$3.class | Bin 786 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$4.class | Bin 791 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$5.class | Bin 778 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$6.class | Bin 788 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$7.class | Bin 791 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$8.class | Bin 784 -> 0 bytes .../java/main/io/fastpix/sdk/Playback$9.class | Bin 789 -> 0 bytes .../java/main/io/fastpix/sdk/Playback.class | Bin 29431 -> 0 bytes .../io/fastpix/sdk/SDKConfiguration.class | Bin 2029 -> 0 bytes ...SecuritySource$DefaultSecuritySource.class | Bin 695 -> 0 bytes .../main/io/fastpix/sdk/SecuritySource.class | Bin 614 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$1.class | Bin 792 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$10.class | Bin 831 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$11.class | Bin 827 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$12.class | Bin 828 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$13.class | Bin 836 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$14.class | Bin 836 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$15.class | Bin 841 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$16.class | Bin 837 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$17.class | Bin 838 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$18.class | Bin 828 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$19.class | Bin 868 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$2.class | Bin 826 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$20.class | Bin 862 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$21.class | Bin 867 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$22.class | Bin 863 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$23.class | Bin 864 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$3.class | Bin 834 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$4.class | Bin 826 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$5.class | Bin 831 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$6.class | Bin 818 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$7.class | Bin 828 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$8.class | Bin 830 -> 0 bytes .../io/fastpix/sdk/SimulcastStream$9.class | Bin 824 -> 0 bytes .../main/io/fastpix/sdk/SimulcastStream.class | Bin 25576 -> 0 bytes .../io/fastpix/sdk/StartLiveStream$1.class | Bin 821 -> 0 bytes .../io/fastpix/sdk/StartLiveStream$2.class | Bin 796 -> 0 bytes .../io/fastpix/sdk/StartLiveStream$3.class | Bin 792 -> 0 bytes .../io/fastpix/sdk/StartLiveStream$4.class | Bin 797 -> 0 bytes .../io/fastpix/sdk/StartLiveStream$5.class | Bin 794 -> 0 bytes .../main/io/fastpix/sdk/StartLiveStream.class | Bin 9777 -> 0 bytes .../components/AudioInput$Builder.class | Bin 2964 -> 0 bytes .../sdk/models/components/AudioInput.class | Bin 5140 -> 0 bytes .../models/components/AudioInputType.class | Bin 1906 -> 0 bytes .../CreateLiveStreamRequest$Builder.class | Bin 1495 -> 0 bytes .../components/CreateLiveStreamRequest.class | Bin 2851 -> 0 bytes ...CreateLiveStreamRequestMaxResolution.class | Bin 2268 -> 0 bytes ...ateLiveStreamRequestMetadata$Builder.class | Bin 682 -> 0 bytes .../CreateLiveStreamRequestMetadata.class | Bin 1343 -> 0 bytes .../CreateMediaRequest$Builder$1.class | Bin 725 -> 0 bytes .../CreateMediaRequest$Builder$2.class | Bin 773 -> 0 bytes .../CreateMediaRequest$Builder.class | Bin 9060 -> 0 bytes .../components/CreateMediaRequest.class | Bin 13911 -> 0 bytes .../CreateMediaRequestAccessPolicy.class | Bin 2166 -> 0 bytes ...diaRequestAccessRestrictions$Builder.class | Bin 2624 -> 0 bytes ...CreateMediaRequestAccessRestrictions.class | Bin 4555 -> 0 bytes .../CreateMediaRequestDomains$Builder.class | Bin 2895 -> 0 bytes .../CreateMediaRequestDomains.class | Bin 5047 -> 0 bytes ...eateMediaRequestDomainsDefaultPolicy.class | Bin 2161 -> 0 bytes .../CreateMediaRequestLanguageCode.class | Bin 2385 -> 0 bytes .../CreateMediaRequestMaxResolution.class | Bin 2503 -> 0 bytes .../CreateMediaRequestMetadata$Builder.class | Bin 657 -> 0 bytes .../CreateMediaRequestMetadata.class | Bin 1318 -> 0 bytes .../CreateMediaRequestMp4Support.class | Bin 2192 -> 0 bytes .../components/CreateMediaRequestType.class | Bin 2094 -> 0 bytes ...CreateMediaRequestUserAgents$Builder.class | Bin 2940 -> 0 bytes .../CreateMediaRequestUserAgents.class | Bin 5098 -> 0 bytes ...eMediaRequestUserAgentsDefaultPolicy.class | Bin 2185 -> 0 bytes .../CreateMediaResponse$Builder$1.class | Bin 730 -> 0 bytes .../CreateMediaResponse$Builder$2.class | Bin 779 -> 0 bytes .../CreateMediaResponse$Builder.class | Bin 6467 -> 0 bytes .../components/CreateMediaResponse.class | Bin 9350 -> 0 bytes .../CreateMediaResponseMaxResolution.class | Bin 2511 -> 0 bytes .../CreateMediaResponseMetadata$Builder.class | Bin 662 -> 0 bytes .../CreateMediaResponseMetadata.class | Bin 1323 -> 0 bytes .../components/DirectUpload$Builder$1.class | Bin 694 -> 0 bytes .../components/DirectUpload$Builder.class | Bin 4423 -> 0 bytes .../sdk/models/components/DirectUpload.class | Bin 7001 -> 0 bytes .../DirectUploadResponse$Builder.class | Bin 2607 -> 0 bytes .../components/DirectUploadResponse.class | Bin 4538 -> 0 bytes ...DirectUploadResponseMetadata$Builder.class | Bin 667 -> 0 bytes .../DirectUploadResponseMetadata.class | Bin 1328 -> 0 bytes ...reateLiveStreamResponseDTO$Builder$1.class | Bin 782 -> 0 bytes ...tCreateLiveStreamResponseDTO$Builder.class | Bin 8503 -> 0 bytes .../GetCreateLiveStreamResponseDTO.class | Bin 13216 -> 0 bytes ...iveStreamResponseDTOMetadata$Builder.class | Bin 717 -> 0 bytes ...tCreateLiveStreamResponseDTOMetadata.class | Bin 1378 -> 0 bytes ...sponseDTOSrtPlaybackResponse$Builder.class | Bin 2105 -> 0 bytes ...StreamResponseDTOSrtPlaybackResponse.class | Bin 3850 -> 0 bytes .../GetStreamsResponse$Builder.class | Bin 3163 -> 0 bytes .../components/GetStreamsResponse.class | Bin 5364 -> 0 bytes .../components/ImposeTrack$Builder.class | Bin 2911 -> 0 bytes .../sdk/models/components/ImposeTrack.class | Bin 5386 -> 0 bytes .../sdk/models/components/Input$1.class | Bin 678 -> 0 bytes .../sdk/models/components/Input$2.class | Bin 686 -> 0 bytes .../sdk/models/components/Input$3.class | Bin 678 -> 0 bytes .../sdk/models/components/Input$4.class | Bin 684 -> 0 bytes .../components/Input$_Deserializer$1.class | Bin 688 -> 0 bytes .../components/Input$_Deserializer$2.class | Bin 692 -> 0 bytes .../components/Input$_Deserializer$3.class | Bin 691 -> 0 bytes .../components/Input$_Deserializer$4.class | Bin 688 -> 0 bytes .../components/Input$_Deserializer.class | Bin 1438 -> 0 bytes .../fastpix/sdk/models/components/Input.class | Bin 3463 -> 0 bytes .../InputMediaSettings$Builder$1.class | Bin 778 -> 0 bytes .../InputMediaSettings$Builder$2.class | Bin 722 -> 0 bytes .../InputMediaSettings$Builder$3.class | Bin 753 -> 0 bytes .../InputMediaSettings$Builder.class | Bin 4945 -> 0 bytes .../components/InputMediaSettings.class | Bin 6526 -> 0 bytes .../LiveStreamDeleteResponse$Builder.class | Bin 1646 -> 0 bytes .../components/LiveStreamDeleteResponse.class | Bin 3116 -> 0 bytes .../LiveStreamResponseDTO$Builder.class | Bin 2348 -> 0 bytes .../components/LiveStreamResponseDTO.class | Bin 4194 -> 0 bytes .../LivestreamgetResponse$Builder.class | Bin 2348 -> 0 bytes .../components/LivestreamgetResponse.class | Bin 4194 -> 0 bytes .../models/components/Media$Builder$1.class | Bin 695 -> 0 bytes .../models/components/Media$Builder$2.class | Bin 693 -> 0 bytes .../sdk/models/components/Media$Builder.class | Bin 9480 -> 0 bytes .../fastpix/sdk/models/components/Media.class | Bin 14570 -> 0 bytes .../components/MediaMaxResolution.class | Bin 2399 -> 0 bytes .../components/MediaMetadata$Builder.class | Bin 592 -> 0 bytes .../sdk/models/components/MediaMetadata.class | Bin 1253 -> 0 bytes .../models/components/MediaMp4Support.class | Bin 2151 -> 0 bytes .../sdk/models/components/MediaPolicy.class | Bin 1953 -> 0 bytes .../components/Moderation$Builder.class | Bin 1056 -> 0 bytes .../sdk/models/components/Moderation.class | Bin 2151 -> 0 bytes .../components/Pagination$Builder.class | Bin 2107 -> 0 bytes .../sdk/models/components/Pagination.class | Bin 4077 -> 0 bytes .../PatchLiveStreamRequest$Builder$1.class | Bin 742 -> 0 bytes .../PatchLiveStreamRequest$Builder.class | Bin 2937 -> 0 bytes .../components/PatchLiveStreamRequest.class | Bin 4291 -> 0 bytes ...tchLiveStreamRequestMetadata$Builder.class | Bin 677 -> 0 bytes .../PatchLiveStreamRequestMetadata.class | Bin 1338 -> 0 bytes .../components/PatchResponseDTO$Builder.class | Bin 2246 -> 0 bytes .../models/components/PatchResponseDTO.class | Bin 4066 -> 0 bytes .../PatchResponseData$Builder.class | Bin 7539 -> 0 bytes .../models/components/PatchResponseData.class | Bin 12698 -> 0 bytes .../PatchResponseDataMetadata$Builder.class | Bin 652 -> 0 bytes .../PatchResponseDataMetadata.class | Bin 1313 -> 0 bytes ...ponseDataSrtPlaybackResponse$Builder.class | Bin 2001 -> 0 bytes ...PatchResponseDataSrtPlaybackResponse.class | Bin 3746 -> 0 bytes .../models/components/Placement$Builder.class | Bin 2979 -> 0 bytes .../sdk/models/components/Placement.class | Bin 5335 -> 0 bytes .../components/PlaybackId$Builder.class | Bin 2877 -> 0 bytes .../sdk/models/components/PlaybackId.class | Bin 5079 -> 0 bytes .../components/PlaybackIdAccessPolicy.class | Bin 2102 -> 0 bytes ...PlaybackIdAccessRestrictions$Builder.class | Bin 2480 -> 0 bytes .../PlaybackIdAccessRestrictions.class | Bin 4379 -> 0 bytes .../PlaybackIdDomains$Builder.class | Bin 2775 -> 0 bytes .../models/components/PlaybackIdDomains.class | Bin 4911 -> 0 bytes .../PlaybackIdDomainsDefaultPolicy.class | Bin 2097 -> 0 bytes .../PlaybackIdRequest$Builder$1.class | Bin 766 -> 0 bytes .../PlaybackIdRequest$Builder.class | Bin 2322 -> 0 bytes .../models/components/PlaybackIdRequest.class | Bin 3381 -> 0 bytes .../PlaybackIdRequestAccessPolicy.class | Bin 2097 -> 0 bytes .../PlaybackIdResponse$Builder.class | Bin 2286 -> 0 bytes .../components/PlaybackIdResponse.class | Bin 4116 -> 0 bytes .../PlaybackIdResponseData$Builder.class | Bin 1867 -> 0 bytes .../components/PlaybackIdResponseData.class | Bin 3590 -> 0 bytes .../PlaybackIdUserAgents$Builder.class | Bin 2820 -> 0 bytes .../components/PlaybackIdUserAgents.class | Bin 4962 -> 0 bytes .../PlaybackIdUserAgentsDefaultPolicy.class | Bin 2121 -> 0 bytes .../components/PlaybackIds$Builder.class | Bin 1779 -> 0 bytes .../sdk/models/components/PlaybackIds.class | Bin 3502 -> 0 bytes .../PlaybackSettings$Builder$1.class | Bin 760 -> 0 bytes .../components/PlaybackSettings$Builder.class | Bin 2308 -> 0 bytes .../models/components/PlaybackSettings.class | Bin 3366 -> 0 bytes .../PlaybackSettingsAccessPolicy.class | Bin 2089 -> 0 bytes .../models/components/Security$Builder.class | Bin 1073 -> 0 bytes .../sdk/models/components/Security.class | Bin 2394 -> 0 bytes .../models/components/Segment1$Builder.class | Bin 1238 -> 0 bytes .../sdk/models/components/Segment1.class | Bin 2433 -> 0 bytes .../models/components/Segment2$Builder.class | Bin 1253 -> 0 bytes .../sdk/models/components/Segment2.class | Bin 2445 -> 0 bytes .../models/components/SegmentUnion$1.class | Bin 709 -> 0 bytes .../models/components/SegmentUnion$2.class | Bin 709 -> 0 bytes .../SegmentUnion$_Deserializer$1.class | Bin 721 -> 0 bytes .../SegmentUnion$_Deserializer$2.class | Bin 721 -> 0 bytes .../SegmentUnion$_Deserializer.class | Bin 1301 -> 0 bytes .../sdk/models/components/SegmentUnion.class | Bin 2802 -> 0 bytes .../components/SimulcastRequest$Builder.class | Bin 1817 -> 0 bytes .../models/components/SimulcastRequest.class | Bin 3538 -> 0 bytes .../SimulcastResponse$Builder.class | Bin 2272 -> 0 bytes .../models/components/SimulcastResponse.class | Bin 4100 -> 0 bytes .../SimulcastResponseData$Builder.class | Bin 3433 -> 0 bytes .../components/SimulcastResponseData.class | Bin 6032 -> 0 bytes .../SimulcastResponseMetadata$Builder.class | Bin 652 -> 0 bytes .../SimulcastResponseMetadata.class | Bin 1313 -> 0 bytes .../SimulcastUpdateRequest$Builder.class | Bin 2364 -> 0 bytes .../components/SimulcastUpdateRequest.class | Bin 4216 -> 0 bytes ...mulcastUpdateRequestMetadata$Builder.class | Bin 677 -> 0 bytes .../SimulcastUpdateRequestMetadata.class | Bin 1338 -> 0 bytes .../SimulcastUpdateResponse$Builder.class | Bin 2356 -> 0 bytes .../components/SimulcastUpdateResponse.class | Bin 4196 -> 0 bytes .../SimulcastUpdateResponseData$Builder.class | Bin 3529 -> 0 bytes .../SimulcastUpdateResponseData.class | Bin 6140 -> 0 bytes ...ulcastUpdateResponseMetadata$Builder.class | Bin 682 -> 0 bytes .../SimulcastUpdateResponseMetadata.class | Bin 1343 -> 0 bytes .../SimulcastdeleteResponse$Builder.class | Bin 1638 -> 0 bytes .../components/SimulcastdeleteResponse.class | Bin 3108 -> 0 bytes .../models/components/SourceResolution.class | Bin 2383 -> 0 bytes .../models/components/Subtitle$Builder.class | Bin 2837 -> 0 bytes .../sdk/models/components/Subtitle.class | Bin 5031 -> 0 bytes .../components/SubtitleInput$Builder.class | Bin 1612 -> 0 bytes .../sdk/models/components/SubtitleInput.class | Bin 3263 -> 0 bytes .../SubtitleInputLanguageCode.class | Bin 5719 -> 0 bytes .../components/SubtitleMetadata$Builder.class | Bin 607 -> 0 bytes .../models/components/SubtitleMetadata.class | Bin 1268 -> 0 bytes .../models/components/Summary$Builder$1.class | Bin 667 -> 0 bytes .../models/components/Summary$Builder.class | Bin 2337 -> 0 bytes .../sdk/models/components/Summary.class | Bin 3529 -> 0 bytes .../sdk/models/components/Track$Builder.class | Bin 3239 -> 0 bytes .../fastpix/sdk/models/components/Track.class | Bin 5982 -> 0 bytes .../components/VideoInput$Builder.class | Bin 4342 -> 0 bytes .../sdk/models/components/VideoInput.class | Bin 7718 -> 0 bytes .../components/WatermarkInput$Builder.class | Bin 3651 -> 0 bytes .../models/components/WatermarkInput.class | Bin 6518 -> 0 bytes .../components/WatermarkInputType.class | Bin 1946 -> 0 bytes .../sdk/models/components/XAlign.class | Bin 1972 -> 0 bytes .../sdk/models/components/YAlign.class | Bin 1972 -> 0 bytes .../sdk/models/errors/APIException.class | Bin 2270 -> 0 bytes .../sdk/models/errors/AuthException.class | Bin 1212 -> 0 bytes .../errors/BadRequestError$Builder.class | Bin 2341 -> 0 bytes .../sdk/models/errors/BadRequestError.class | Bin 4334 -> 0 bytes .../errors/BadRequestException$Builder.class | Bin 2217 -> 0 bytes .../models/errors/BadRequestException.class | Bin 4058 -> 0 bytes .../sdk/models/errors/Field$Builder.class | Bin 1701 -> 0 bytes .../io/fastpix/sdk/models/errors/Field.class | Bin 3422 -> 0 bytes .../errors/ForbiddenError$Builder.class | Bin 2323 -> 0 bytes .../sdk/models/errors/ForbiddenError.class | Bin 4312 -> 0 bytes .../errors/ForbiddenException$Builder.class | Bin 2203 -> 0 bytes .../models/errors/ForbiddenException.class | Bin 4042 -> 0 bytes .../InvalidPermissionError$Builder.class | Bin 2403 -> 0 bytes .../errors/InvalidPermissionError.class | Bin 4392 -> 0 bytes .../InvalidPermissionException$Builder.class | Bin 2315 -> 0 bytes .../errors/InvalidPermissionException.class | Bin 4170 -> 0 bytes .../errors/MediaNotFoundError$Builder.class | Bin 2371 -> 0 bytes .../models/errors/MediaNotFoundError.class | Bin 4364 -> 0 bytes .../MediaNotFoundException$Builder.class | Bin 2259 -> 0 bytes .../errors/MediaNotFoundException.class | Bin 4106 -> 0 bytes ...MediaOrPlaybackNotFoundError$Builder.class | Bin 2471 -> 0 bytes .../errors/MediaOrPlaybackNotFoundError.class | Bin 4464 -> 0 bytes ...aOrPlaybackNotFoundException$Builder.class | Bin 2399 -> 0 bytes .../MediaOrPlaybackNotFoundException.class | Bin 4266 -> 0 bytes .../models/errors/NotFoundError$Builder.class | Bin 2169 -> 0 bytes .../sdk/models/errors/NotFoundError.class | Bin 4016 -> 0 bytes .../errors/NotFoundErrorError$Builder.class | Bin 2371 -> 0 bytes .../models/errors/NotFoundErrorError.class | Bin 4364 -> 0 bytes .../NotFoundErrorPlaybackId$Builder.class | Bin 2309 -> 0 bytes .../errors/NotFoundErrorPlaybackId.class | Bin 4176 -> 0 bytes ...NotFoundErrorPlaybackIdError$Builder.class | Bin 2471 -> 0 bytes .../errors/NotFoundErrorPlaybackIdError.class | Bin 4464 -> 0 bytes .../NotFoundErrorSimulcast$Builder.class | Bin 2295 -> 0 bytes .../errors/NotFoundErrorSimulcast.class | Bin 4160 -> 0 bytes .../NotFoundErrorSimulcastError$Builder.class | Bin 2461 -> 0 bytes .../errors/NotFoundErrorSimulcastError.class | Bin 4454 -> 0 bytes .../SimulcastUnavailableError$Builder.class | Bin 2433 -> 0 bytes .../errors/SimulcastUnavailableError.class | Bin 4422 -> 0 bytes ...imulcastUnavailableException$Builder.class | Bin 2357 -> 0 bytes .../SimulcastUnavailableException.class | Bin 4218 -> 0 bytes .../errors/UnauthorizedError$Builder.class | Bin 2353 -> 0 bytes .../sdk/models/errors/UnauthorizedError.class | Bin 4342 -> 0 bytes .../UnauthorizedException$Builder.class | Bin 2245 -> 0 bytes .../models/errors/UnauthorizedException.class | Bin 4090 -> 0 bytes .../ValidationErrorResponse$Builder.class | Bin 2309 -> 0 bytes .../errors/ValidationErrorResponse.class | Bin 4176 -> 0 bytes ...ValidationErrorResponseError$Builder.class | Bin 3003 -> 0 bytes .../errors/ValidationErrorResponseError.class | Bin 5081 -> 0 bytes .../CreateMediaPlaybackIdAccessPolicy.class | Bin 2190 -> 0 bytes ...PlaybackIdAccessRestrictions$Builder.class | Bin 2678 -> 0 bytes ...ateMediaPlaybackIdAccessRestrictions.class | Bin 4621 -> 0 bytes ...CreateMediaPlaybackIdDomains$Builder.class | Bin 2940 -> 0 bytes .../CreateMediaPlaybackIdDomains.class | Bin 5098 -> 0 bytes ...eMediaPlaybackIdDomainsDefaultPolicy.class | Bin 2185 -> 0 bytes ...CreateMediaPlaybackIdRequest$Builder.class | Bin 2094 -> 0 bytes .../CreateMediaPlaybackIdRequest.class | Bin 3664 -> 0 bytes ...teMediaPlaybackIdRequestBody$Builder.class | Bin 2320 -> 0 bytes .../CreateMediaPlaybackIdRequestBody.class | Bin 4329 -> 0 bytes .../CreateMediaPlaybackIdRequestBuilder.class | Bin 2534 -> 0 bytes ...reateMediaPlaybackIdResponse$Builder.class | Bin 2956 -> 0 bytes .../CreateMediaPlaybackIdResponse.class | Bin 4958 -> 0 bytes ...eMediaPlaybackIdResponseBody$Builder.class | Bin 2364 -> 0 bytes .../CreateMediaPlaybackIdResponseBody.class | Bin 4158 -> 0 bytes ...ateMediaPlaybackIdUserAgents$Builder.class | Bin 2985 -> 0 bytes .../CreateMediaPlaybackIdUserAgents.class | Bin 5149 -> 0 bytes ...diaPlaybackIdUserAgentsDefaultPolicy.class | Bin 2209 -> 0 bytes .../CreateMediaRequestBuilder.class | Bin 2089 -> 0 bytes .../CreateMediaResponse$Builder.class | Bin 2796 -> 0 bytes .../operations/CreateMediaResponse.class | Bin 4778 -> 0 bytes .../CreateMediaResponseBody$Builder.class | Bin 2324 -> 0 bytes .../operations/CreateMediaResponseBody.class | Bin 4148 -> 0 bytes .../CreateNewStreamRequestBuilder.class | Bin 2161 -> 0 bytes .../CreateNewStreamResponse$Builder.class | Bin 2851 -> 0 bytes .../operations/CreateNewStreamResponse.class | Bin 4844 -> 0 bytes ...atePlaybackIdOfStreamRequest$Builder.class | Bin 2068 -> 0 bytes .../CreatePlaybackIdOfStreamRequest.class | Bin 3616 -> 0 bytes ...eatePlaybackIdOfStreamRequestBuilder.class | Bin 2523 -> 0 bytes ...tePlaybackIdOfStreamResponse$Builder.class | Bin 2944 -> 0 bytes .../CreatePlaybackIdOfStreamResponse.class | Bin 4928 -> 0 bytes ...eateSimulcastOfStreamRequest$Builder.class | Bin 2054 -> 0 bytes .../CreateSimulcastOfStreamRequest.class | Bin 3599 -> 0 bytes ...reateSimulcastOfStreamRequestBuilder.class | Bin 2504 -> 0 bytes ...ateSimulcastOfStreamResponse$Builder.class | Bin 2927 -> 0 bytes .../CreateSimulcastOfStreamResponse.class | Bin 4908 -> 0 bytes .../sdk/models/operations/Data$Builder.class | Bin 1743 -> 0 bytes .../fastpix/sdk/models/operations/Data.class | Bin 3298 -> 0 bytes .../DeleteLiveStreamRequest$Builder.class | Bin 1021 -> 0 bytes .../operations/DeleteLiveStreamRequest.class | Bin 2049 -> 0 bytes .../DeleteLiveStreamRequestBuilder.class | Bin 1447 -> 0 bytes .../DeleteLiveStreamResponse$Builder.class | Bin 2878 -> 0 bytes .../operations/DeleteLiveStreamResponse.class | Bin 4880 -> 0 bytes ...DeleteMediaPlaybackIdRequest$Builder.class | Bin 1194 -> 0 bytes .../DeleteMediaPlaybackIdRequest.class | Bin 2459 -> 0 bytes .../DeleteMediaPlaybackIdRequestBuilder.class | Bin 1645 -> 0 bytes ...eleteMediaPlaybackIdResponse$Builder.class | Bin 2956 -> 0 bytes .../DeleteMediaPlaybackIdResponse.class | Bin 4958 -> 0 bytes ...eMediaPlaybackIdResponseBody$Builder.class | Bin 1718 -> 0 bytes .../DeleteMediaPlaybackIdResponseBody.class | Bin 3188 -> 0 bytes .../DeleteMediaRequest$Builder.class | Bin 990 -> 0 bytes .../operations/DeleteMediaRequest.class | Bin 2016 -> 0 bytes .../DeleteMediaRequestBuilder.class | Bin 1391 -> 0 bytes .../DeleteMediaResponse$Builder.class | Bin 2796 -> 0 bytes .../operations/DeleteMediaResponse.class | Bin 4778 -> 0 bytes .../DeleteMediaResponseBody$Builder.class | Bin 1638 -> 0 bytes .../operations/DeleteMediaResponseBody.class | Bin 3108 -> 0 bytes ...etePlaybackIdOfStreamRequest$Builder.class | Bin 1213 -> 0 bytes .../DeletePlaybackIdOfStreamRequest.class | Bin 2480 -> 0 bytes ...letePlaybackIdOfStreamRequestBuilder.class | Bin 1679 -> 0 bytes ...tePlaybackIdOfStreamResponse$Builder.class | Bin 2974 -> 0 bytes .../DeletePlaybackIdOfStreamResponse.class | Bin 4976 -> 0 bytes ...leteSimulcastOfStreamRequest$Builder.class | Bin 1208 -> 0 bytes .../DeleteSimulcastOfStreamRequest.class | Bin 2479 -> 0 bytes ...eleteSimulcastOfStreamRequestBuilder.class | Bin 1669 -> 0 bytes ...eteSimulcastOfStreamResponse$Builder.class | Bin 2957 -> 0 bytes .../DeleteSimulcastOfStreamResponse.class | Bin 4956 -> 0 bytes .../DirectUploadVideoMediaAccessPolicy.class | Bin 2137 -> 0 bytes ...VideoMediaAccessRestrictions$Builder.class | Bin 2696 -> 0 bytes ...ctUploadVideoMediaAccessRestrictions.class | Bin 4643 -> 0 bytes ...irectUploadVideoMediaDomains$Builder.class | Bin 2955 -> 0 bytes .../DirectUploadVideoMediaDomains.class | Bin 5115 -> 0 bytes ...UploadVideoMediaDomainsDefaultPolicy.class | Bin 2193 -> 0 bytes ...rectUploadVideoMediaMetadata$Builder.class | Bin 677 -> 0 bytes .../DirectUploadVideoMediaMetadata.class | Bin 1338 -> 0 bytes ...irectUploadVideoMediaRequest$Builder.class | Bin 2052 -> 0 bytes .../DirectUploadVideoMediaRequest.class | Bin 3841 -> 0 bytes ...DirectUploadVideoMediaRequestBuilder.class | Bin 2276 -> 0 bytes ...rectUploadVideoMediaResponse$Builder.class | Bin 2972 -> 0 bytes .../DirectUploadVideoMediaResponse.class | Bin 4976 -> 0 bytes ...UploadVideoMediaResponseBody$Builder.class | Bin 2406 -> 0 bytes .../DirectUploadVideoMediaResponseBody.class | Bin 4216 -> 0 bytes ...ctUploadVideoMediaUserAgents$Builder.class | Bin 3000 -> 0 bytes .../DirectUploadVideoMediaUserAgents.class | Bin 5166 -> 0 bytes ...oadVideoMediaUserAgentsDefaultPolicy.class | Bin 2217 -> 0 bytes .../operations/GetAllStreamsOrderBy.class | Bin 2013 -> 0 bytes .../GetAllStreamsRequest$Builder$1.class | Bin 734 -> 0 bytes .../GetAllStreamsRequest$Builder$2.class | Bin 734 -> 0 bytes .../GetAllStreamsRequest$Builder$3.class | Bin 772 -> 0 bytes .../GetAllStreamsRequest$Builder.class | Bin 3563 -> 0 bytes .../operations/GetAllStreamsRequest.class | Bin 4621 -> 0 bytes .../GetAllStreamsRequestBuilder$1.class | Bin 836 -> 0 bytes .../GetAllStreamsRequestBuilder$2.class | Bin 836 -> 0 bytes .../GetAllStreamsRequestBuilder$3.class | Bin 874 -> 0 bytes .../GetAllStreamsRequestBuilder$4.class | Bin 661 -> 0 bytes .../GetAllStreamsRequestBuilder$5.class | Bin 661 -> 0 bytes .../GetAllStreamsRequestBuilder$6.class | Bin 699 -> 0 bytes .../GetAllStreamsRequestBuilder.class | Bin 4529 -> 0 bytes .../GetAllStreamsResponse$Builder.class | Bin 2812 -> 0 bytes .../operations/GetAllStreamsResponse.class | Bin 4796 -> 0 bytes .../GetLiveStreamByIdRequest$Builder.class | Bin 1027 -> 0 bytes .../operations/GetLiveStreamByIdRequest.class | Bin 2055 -> 0 bytes .../GetLiveStreamByIdRequestBuilder.class | Bin 1458 -> 0 bytes .../GetLiveStreamByIdResponse$Builder.class | Bin 2875 -> 0 bytes .../GetLiveStreamByIdResponse.class | Bin 4868 -> 0 bytes ...tLiveStreamPlaybackIdRequest$Builder.class | Bin 1207 -> 0 bytes .../GetLiveStreamPlaybackIdRequest.class | Bin 2476 -> 0 bytes ...etLiveStreamPlaybackIdRequestBuilder.class | Bin 1668 -> 0 bytes ...LiveStreamPlaybackIdResponse$Builder.class | Bin 2932 -> 0 bytes .../GetLiveStreamPlaybackIdResponse.class | Bin 4916 -> 0 bytes .../operations/GetMediaRequest$Builder.class | Bin 972 -> 0 bytes .../models/operations/GetMediaRequest.class | Bin 1998 -> 0 bytes .../operations/GetMediaRequestBuilder.class | Bin 1358 -> 0 bytes .../operations/GetMediaResponse$Builder.class | Bin 2748 -> 0 bytes .../models/operations/GetMediaResponse.class | Bin 4724 -> 0 bytes .../GetMediaResponseBody$Builder.class | Bin 2238 -> 0 bytes .../operations/GetMediaResponseBody.class | Bin 4034 -> 0 bytes ...ificSimulcastOfStreamRequest$Builder.class | Bin 1238 -> 0 bytes .../GetSpecificSimulcastOfStreamRequest.class | Bin 2509 -> 0 bytes ...cificSimulcastOfStreamRequestBuilder.class | Bin 1724 -> 0 bytes ...ficSimulcastOfStreamResponse$Builder.class | Bin 2987 -> 0 bytes ...GetSpecificSimulcastOfStreamResponse.class | Bin 4968 -> 0 bytes .../sdk/models/operations/Input$1.class | Bin 678 -> 0 bytes .../sdk/models/operations/Input$2.class | Bin 686 -> 0 bytes .../sdk/models/operations/Input$3.class | Bin 678 -> 0 bytes .../sdk/models/operations/Input$4.class | Bin 684 -> 0 bytes .../operations/Input$_Deserializer$1.class | Bin 688 -> 0 bytes .../operations/Input$_Deserializer$2.class | Bin 692 -> 0 bytes .../operations/Input$_Deserializer$3.class | Bin 691 -> 0 bytes .../operations/Input$_Deserializer$4.class | Bin 688 -> 0 bytes .../operations/Input$_Deserializer.class | Bin 1438 -> 0 bytes .../fastpix/sdk/models/operations/Input.class | Bin 3463 -> 0 bytes .../sdk/models/operations/LanguageCode.class | Bin 2241 -> 0 bytes .../models/operations/ListMediaOrderBy.class | Bin 1981 -> 0 bytes .../ListMediaRequest$Builder$1.class | Bin 712 -> 0 bytes .../ListMediaRequest$Builder$2.class | Bin 712 -> 0 bytes .../ListMediaRequest$Builder$3.class | Bin 748 -> 0 bytes .../operations/ListMediaRequest$Builder.class | Bin 3521 -> 0 bytes .../models/operations/ListMediaRequest.class | Bin 4575 -> 0 bytes .../ListMediaRequestBuilder$1.class | Bin 810 -> 0 bytes .../ListMediaRequestBuilder$2.class | Bin 810 -> 0 bytes .../ListMediaRequestBuilder$3.class | Bin 846 -> 0 bytes .../ListMediaRequestBuilder$4.class | Bin 643 -> 0 bytes .../ListMediaRequestBuilder$5.class | Bin 643 -> 0 bytes .../ListMediaRequestBuilder$6.class | Bin 679 -> 0 bytes .../operations/ListMediaRequestBuilder.class | Bin 4451 -> 0 bytes .../ListMediaResponse$Builder.class | Bin 2764 -> 0 bytes .../models/operations/ListMediaResponse.class | Bin 4742 -> 0 bytes .../ListMediaResponseBody$Builder.class | Bin 3102 -> 0 bytes .../operations/ListMediaResponseBody.class | Bin 5253 -> 0 bytes .../sdk/models/operations/MaxResolution.class | Bin 2359 -> 0 bytes .../operations/Moderation$Builder.class | Bin 1575 -> 0 bytes .../sdk/models/operations/Moderation.class | Bin 3083 -> 0 bytes .../sdk/models/operations/Mp4Support.class | Bin 2048 -> 0 bytes .../PushMediaSettings$Builder$1.class | Bin 720 -> 0 bytes .../PushMediaSettings$Builder$2.class | Bin 750 -> 0 bytes .../PushMediaSettings$Builder.class | Bin 10127 -> 0 bytes .../models/operations/PushMediaSettings.class | Bin 15312 -> 0 bytes ...etrieveMediaInputInfoRequest$Builder.class | Bin 1056 -> 0 bytes .../RetrieveMediaInputInfoRequest.class | Bin 2082 -> 0 bytes ...RetrieveMediaInputInfoRequestBuilder.class | Bin 1512 -> 0 bytes ...trieveMediaInputInfoResponse$Builder.class | Bin 2972 -> 0 bytes .../RetrieveMediaInputInfoResponse.class | Bin 4976 -> 0 bytes ...veMediaInputInfoResponseBody$Builder.class | Bin 2290 -> 0 bytes .../RetrieveMediaInputInfoResponseBody.class | Bin 4021 -> 0 bytes ...thodInterfaces$MethodCallCreateMedia.class | Bin 610 -> 0 bytes ...aces$MethodCallCreateMediaPlaybackId.class | Bin 710 -> 0 bytes ...Interfaces$MethodCallCreateNewStream.class | Bin 635 -> 0 bytes ...s$MethodCallCreatePlaybackIdOfStream.class | Bin 710 -> 0 bytes ...es$MethodCallCreateSimulcastOfStream.class | Bin 704 -> 0 bytes ...nterfaces$MethodCallDeleteLiveStream.class | Bin 473 -> 0 bytes ...thodInterfaces$MethodCallDeleteMedia.class | Bin 453 -> 0 bytes ...aces$MethodCallDeleteMediaPlaybackId.class | Bin 511 -> 0 bytes ...s$MethodCallDeletePlaybackIdOfStream.class | Bin 523 -> 0 bytes ...es$MethodCallDeleteSimulcastOfStream.class | Bin 519 -> 0 bytes ...ces$MethodCallDirectUploadVideoMedia.class | Bin 676 -> 0 bytes ...odInterfaces$MethodCallGetAllStreams.class | Bin 742 -> 0 bytes ...terfaces$MethodCallGetLiveStreamById.class | Bin 477 -> 0 bytes ...es$MethodCallGetLiveStreamPlaybackId.class | Bin 519 -> 0 bytes ...KMethodInterfaces$MethodCallGetMedia.class | Bin 441 -> 0 bytes ...thodCallGetSpecificSimulcastOfStream.class | Bin 539 -> 0 bytes ...MethodInterfaces$MethodCallListMedia.class | Bin 714 -> 0 bytes ...ces$MethodCallRetrieveMediaInputInfo.class | Bin 497 -> 0 bytes ...nterfaces$MethodCallUpdateLiveStream.class | Bin 675 -> 0 bytes ...dCallUpdateSpecificSimulcastOfStream.class | Bin 786 -> 0 bytes ...hodInterfaces$MethodCallUpdatedMedia.class | Bin 656 -> 0 bytes .../operations/SDKMethodInterfaces.class | Bin 3105 -> 0 bytes .../models/operations/Subtitles$Builder.class | Bin 2781 -> 0 bytes .../sdk/models/operations/Subtitles.class | Bin 4941 -> 0 bytes .../SubtitlesMetadata$Builder.class | Bin 612 -> 0 bytes .../models/operations/SubtitlesMetadata.class | Bin 1273 -> 0 bytes .../models/operations/Summary$Builder$1.class | Bin 667 -> 0 bytes .../models/operations/Summary$Builder.class | Bin 2611 -> 0 bytes .../sdk/models/operations/Summary.class | Bin 3871 -> 0 bytes .../fastpix/sdk/models/operations/Type.class | Bin 1950 -> 0 bytes .../UpdateLiveStreamRequest$Builder.class | Bin 2021 -> 0 bytes .../operations/UpdateLiveStreamRequest.class | Bin 3584 -> 0 bytes .../UpdateLiveStreamRequestBuilder.class | Bin 2436 -> 0 bytes .../UpdateLiveStreamResponse$Builder.class | Bin 2838 -> 0 bytes .../operations/UpdateLiveStreamResponse.class | Bin 4816 -> 0 bytes ...ificSimulcastOfStreamRequest$Builder.class | Bin 2301 -> 0 bytes ...dateSpecificSimulcastOfStreamRequest.class | Bin 4139 -> 0 bytes ...cificSimulcastOfStreamRequestBuilder.class | Bin 2791 -> 0 bytes ...ficSimulcastOfStreamResponse$Builder.class | Bin 3053 -> 0 bytes ...ateSpecificSimulcastOfStreamResponse.class | Bin 5052 -> 0 bytes .../UpdatedMediaMetadata$Builder.class | Bin 627 -> 0 bytes .../operations/UpdatedMediaMetadata.class | Bin 1288 -> 0 bytes .../UpdatedMediaRequest$Builder.class | Bin 1977 -> 0 bytes .../operations/UpdatedMediaRequest.class | Bin 3529 -> 0 bytes .../UpdatedMediaRequestBody$Builder.class | Bin 1747 -> 0 bytes .../operations/UpdatedMediaRequestBody.class | Bin 3291 -> 0 bytes .../UpdatedMediaRequestBuilder.class | Bin 2372 -> 0 bytes .../UpdatedMediaResponse$Builder.class | Bin 2812 -> 0 bytes .../operations/UpdatedMediaResponse.class | Bin 4796 -> 0 bytes .../UpdatedMediaResponseBody$Builder.class | Bin 2278 -> 0 bytes .../operations/UpdatedMediaResponseBody.class | Bin 4074 -> 0 bytes .../sdk/utils/BackoffStrategy$Builder.class | Bin 2973 -> 0 bytes .../fastpix/sdk/utils/BackoffStrategy.class | Bin 2063 -> 0 bytes .../utils/BigDecimalString$Deserializer.class | Bin 1572 -> 0 bytes .../utils/BigDecimalString$Serializer.class | Bin 1551 -> 0 bytes .../fastpix/sdk/utils/BigDecimalString.class | Bin 1772 -> 0 bytes .../utils/BigIntegerString$Deserializer.class | Bin 1572 -> 0 bytes .../utils/BigIntegerString$Serializer.class | Bin 1551 -> 0 bytes .../fastpix/sdk/utils/BigIntegerString.class | Bin 1772 -> 0 bytes .../main/io/fastpix/sdk/utils/Constants.class | Bin 366 -> 0 bytes ...erializers$StrictBooleanDeserializer.class | Bin 1917 -> 0 bytes ...serializers$StrictDoubleDeserializer.class | Bin 1962 -> 0 bytes ...eserializers$StrictFloatDeserializer.class | Bin 1954 -> 0 bytes ...erializers$StrictIntegerDeserializer.class | Bin 1911 -> 0 bytes ...ializers$StrictLocalDateDeserializer.class | Bin 2481 -> 0 bytes ...Deserializers$StrictLongDeserializer.class | Bin 1891 -> 0 bytes ...ers$StrictOffsetDateTimeDeserializer.class | Bin 2515 -> 0 bytes ...eserializers$StrictShortDeserializer.class | Bin 1899 -> 0 bytes ...serializers$StrictStringDeserializer.class | Bin 1866 -> 0 bytes .../io/fastpix/sdk/utils/Deserializers.class | Bin 3470 -> 0 bytes .../io/fastpix/sdk/utils/EventStream$1.class | Bin 1601 -> 0 bytes .../io/fastpix/sdk/utils/EventStream.class | Bin 5330 -> 0 bytes .../sdk/utils/EventStreamLineReader.class | Bin 1212 -> 0 bytes .../sdk/utils/EventStreamMessage.class | Bin 3655 -> 0 bytes .../fastpix/sdk/utils/EventStreamReader.class | Bin 4748 -> 0 bytes .../io/fastpix/sdk/utils/FormMetadata.class | Bin 864 -> 0 bytes .../io/fastpix/sdk/utils/HTTPClient.class | Bin 421 -> 0 bytes .../io/fastpix/sdk/utils/HTTPRequest.class | Bin 8366 -> 0 bytes .../io/fastpix/sdk/utils/HasSecurity.class | Bin 124 -> 0 bytes .../io/fastpix/sdk/utils/HeaderMetadata.class | Bin 852 -> 0 bytes .../utils/Helpers$ByteBufferSubscriber.class | Bin 2660 -> 0 bytes .../main/io/fastpix/sdk/utils/Helpers.class | Bin 2877 -> 0 bytes .../fastpix/sdk/utils/Hook$AfterError.class | Bin 1924 -> 0 bytes .../sdk/utils/Hook$AfterErrorContext.class | Bin 296 -> 0 bytes .../utils/Hook$AfterErrorContextImpl.class | Bin 1760 -> 0 bytes .../fastpix/sdk/utils/Hook$AfterSuccess.class | Bin 1512 -> 0 bytes .../sdk/utils/Hook$AfterSuccessContext.class | Bin 300 -> 0 bytes .../utils/Hook$AfterSuccessContextImpl.class | Bin 1770 -> 0 bytes .../sdk/utils/Hook$BeforeRequest.class | Bin 1343 -> 0 bytes .../sdk/utils/Hook$BeforeRequestContext.class | Bin 302 -> 0 bytes .../utils/Hook$BeforeRequestContextImpl.class | Bin 1644 -> 0 bytes .../fastpix/sdk/utils/Hook$HookContext.class | Bin 501 -> 0 bytes .../sdk/utils/Hook$IdempotencyHook.class | Bin 1479 -> 0 bytes .../io/fastpix/sdk/utils/Hook$SdkInit.class | Bin 1151 -> 0 bytes .../fastpix/sdk/utils/Hook$SdkInitData.class | Bin 792 -> 0 bytes .../java/main/io/fastpix/sdk/utils/Hook.class | Bin 1319 -> 0 bytes .../sdk/utils/Hooks$FailEarlyException.class | Bin 524 -> 0 bytes .../main/io/fastpix/sdk/utils/Hooks.class | Bin 6165 -> 0 bytes .../java/main/io/fastpix/sdk/utils/JSON.class | Bin 1821 -> 0 bytes .../sdk/utils/LazySingletonValue.class | Bin 1456 -> 0 bytes .../main/io/fastpix/sdk/utils/Metadata.class | Bin 3253 -> 0 bytes .../fastpix/sdk/utils/Multipart$Builder.class | Bin 4705 -> 0 bytes .../io/fastpix/sdk/utils/Multipart$Part.class | Bin 737 -> 0 bytes .../sdk/utils/Multipart$PartType.class | Bin 1203 -> 0 bytes .../sdk/utils/Multipart$PartsIterator.class | Bin 3985 -> 0 bytes .../main/io/fastpix/sdk/utils/Multipart.class | Bin 2003 -> 0 bytes .../sdk/utils/MultipartFormMetadata.class | Bin 869 -> 0 bytes .../main/io/fastpix/sdk/utils/NameValue.class | Bin 595 -> 0 bytes .../sdk/utils/OneOfDeserializer$Match.class | Bin 1056 -> 0 bytes .../fastpix/sdk/utils/OneOfDeserializer.class | Bin 15500 -> 0 bytes .../fastpix/sdk/utils/Options$Builder.class | Bin 1517 -> 0 bytes .../io/fastpix/sdk/utils/Options$Option.class | Bin 1073 -> 0 bytes .../main/io/fastpix/sdk/utils/Options.class | Bin 1850 -> 0 bytes .../sdk/utils/PathParamsMetadata.class | Bin 919 -> 0 bytes .../io/fastpix/sdk/utils/QueryEncoding.class | Bin 3308 -> 0 bytes .../io/fastpix/sdk/utils/QueryParameter.class | Bin 2139 -> 0 bytes .../fastpix/sdk/utils/QueryParameters$1.class | Bin 771 -> 0 bytes .../fastpix/sdk/utils/QueryParameters.class | Bin 9875 -> 0 bytes .../sdk/utils/QueryParamsMetadata.class | Bin 941 -> 0 bytes .../fastpix/sdk/utils/RecordingClient.class | Bin 3141 -> 0 bytes .../io/fastpix/sdk/utils/RequestBody$1.class | Bin 759 -> 0 bytes .../io/fastpix/sdk/utils/RequestBody.class | Bin 12917 -> 0 bytes .../fastpix/sdk/utils/RequestMetadata.class | Bin 842 -> 0 bytes .../main/io/fastpix/sdk/utils/Response.class | Bin 321 -> 0 bytes .../main/io/fastpix/sdk/utils/Retries$1.class | Bin 820 -> 0 bytes .../fastpix/sdk/utils/Retries$Builder.class | Bin 2038 -> 0 bytes .../utils/Retries$NonRetryableException.class | Bin 656 -> 0 bytes .../utils/Retries$RetryableException.class | Bin 891 -> 0 bytes .../main/io/fastpix/sdk/utils/Retries.class | Bin 5584 -> 0 bytes .../sdk/utils/RetryConfig$Builder.class | Bin 2047 -> 0 bytes .../sdk/utils/RetryConfig$Strategy.class | Bin 1165 -> 0 bytes .../io/fastpix/sdk/utils/RetryConfig.class | Bin 1472 -> 0 bytes .../main/io/fastpix/sdk/utils/Security.class | Bin 13012 -> 0 bytes .../fastpix/sdk/utils/SecurityMetadata.class | Bin 863 -> 0 bytes .../io/fastpix/sdk/utils/SerializedBody.class | Bin 1006 -> 0 bytes .../utils/SessionManager$HasSessionKey.class | Bin 295 -> 0 bytes .../sdk/utils/SessionManager$Session.class | Bin 1840 -> 0 bytes .../utils/SessionManager$TokenResponse.class | Bin 834 -> 0 bytes .../io/fastpix/sdk/utils/SessionManager.class | Bin 10811 -> 0 bytes .../sdk/utils/SpeakeasyHTTPClient.class | Bin 8302 -> 0 bytes .../fastpix/sdk/utils/SpeakeasyMetadata.class | Bin 470 -> 0 bytes .../sdk/utils/TypedObject$Serializer.class | Bin 1951 -> 0 bytes .../io/fastpix/sdk/utils/TypedObject.class | Bin 2316 -> 0 bytes .../main/io/fastpix/sdk/utils/Types.class | Bin 2630 -> 0 bytes .../io/fastpix/sdk/utils/Utf8UrlEncoder.class | Bin 3347 -> 0 bytes .../main/io/fastpix/sdk/utils/Utils$1$1.class | Bin 1816 -> 0 bytes .../main/io/fastpix/sdk/utils/Utils$1.class | Bin 1103 -> 0 bytes .../main/io/fastpix/sdk/utils/Utils$2.class | Bin 741 -> 0 bytes .../io/fastpix/sdk/utils/Utils$Function.class | Bin 421 -> 0 bytes .../sdk/utils/Utils$HttpResponseCached.class | Bin 2702 -> 0 bytes .../fastpix/sdk/utils/Utils$JsonShape.class | Bin 1122 -> 0 bytes .../sdk/utils/Utils$TestHTTPClient.class | Bin 1738 -> 0 bytes .../utils/Utils$TypeReferenceWithShape.class | Bin 1681 -> 0 bytes .../main/io/fastpix/sdk/utils/Utils.class | Bin 53949 -> 0 bytes build/docs/javadoc/allclasses-index.html | 5765 +- build/docs/javadoc/allclasses.html | 496 - build/docs/javadoc/allpackages-index.html | 192 +- build/docs/javadoc/constant-values.html | 238 +- build/docs/javadoc/deprecated-list.html | 204 +- build/docs/javadoc/element-list | 14 +- build/docs/javadoc/help-doc.html | 338 +- build/docs/javadoc/index-all.html | 45888 +++++++++++++--- build/docs/javadoc/index.html | 194 +- .../io/fastpix/sdk/FastPixSDK.Builder.html | 440 - .../javadoc/io/fastpix/sdk/FastPixSDK.html | 436 - .../javadoc/io/fastpix/sdk/InputVideo.html | 584 - .../io/fastpix/sdk/ManageLiveStream.html | 554 - .../javadoc/io/fastpix/sdk/ManageVideos.html | 728 - .../docs/javadoc/io/fastpix/sdk/Playback.html | 663 - .../SecuritySource.DefaultSecuritySource.html | 334 - .../io/fastpix/sdk/SecuritySource.html | 289 - .../io/fastpix/sdk/SimulcastStream.html | 579 - .../io/fastpix/sdk/StartLiveStream.html | 367 - .../models/components/AudioInput.Builder.html | 370 - .../sdk/models/components/AudioInput.html | 551 - .../sdk/models/components/AudioInputType.html | 394 - .../CreateLiveStreamRequest.Builder.html | 302 - .../components/CreateLiveStreamRequest.html | 451 - .../CreateLiveStreamRequestMaxResolution.html | 420 - ...eateLiveStreamRequestMetadata.Builder.html | 268 - .../CreateLiveStreamRequestMetadata.html | 384 - .../CreateMediaRequest.Builder.html | 655 - .../models/components/CreateMediaRequest.html | 1016 - .../CreateMediaRequestAccessPolicy.html | 420 - ...ediaRequestAccessRestrictions.Builder.html | 324 - .../CreateMediaRequestAccessRestrictions.html | 480 - .../CreateMediaRequestDomains.Builder.html | 378 - .../components/CreateMediaRequestDomains.html | 563 - ...reateMediaRequestDomainsDefaultPolicy.html | 409 - .../CreateMediaRequestLanguageCode.html | 472 - .../CreateMediaRequestMaxResolution.html | 459 - .../CreateMediaRequestMetadata.Builder.html | 268 - .../CreateMediaRequestMetadata.html | 384 - .../CreateMediaRequestMp4Support.html | 420 - .../components/CreateMediaRequestType.html | 420 - .../CreateMediaRequestUserAgents.Builder.html | 378 - .../CreateMediaRequestUserAgents.html | 563 - ...teMediaRequestUserAgentsDefaultPolicy.html | 409 - .../CreateMediaResponse.Builder.html | 540 - .../components/CreateMediaResponse.html | 816 - .../CreateMediaResponseMaxResolution.html | 459 - .../CreateMediaResponseMetadata.Builder.html | 268 - .../CreateMediaResponseMetadata.html | 384 - .../components/DirectUpload.Builder.html | 500 - .../sdk/models/components/DirectUpload.html | 757 - .../DirectUploadResponse.Builder.html | 330 - .../components/DirectUploadResponse.html | 489 - .../DirectUploadResponseMetadata.Builder.html | 268 - .../DirectUploadResponseMetadata.html | 384 - ...etCreateLiveStreamResponseDTO.Builder.html | 744 - .../GetCreateLiveStreamResponseDTO.html | 1137 - ...LiveStreamResponseDTOMetadata.Builder.html | 268 - ...etCreateLiveStreamResponseDTOMetadata.html | 384 - ...esponseDTOSrtPlaybackResponse.Builder.html | 336 - ...eStreamResponseDTOSrtPlaybackResponse.html | 501 - .../GetStreamsResponse.Builder.html | 370 - .../models/components/GetStreamsResponse.html | 554 - .../components/ImposeTrack.Builder.html | 438 - .../sdk/models/components/ImposeTrack.html | 657 - .../components/Input._Deserializer.html | 348 - .../fastpix/sdk/models/components/Input.html | 425 - .../InputMediaSettings.Builder.html | 404 - .../models/components/InputMediaSettings.html | 607 - .../LiveStreamDeleteResponse.Builder.html | 302 - .../components/LiveStreamDeleteResponse.html | 445 - .../LiveStreamResponseDTO.Builder.html | 336 - .../components/LiveStreamResponseDTO.html | 501 - .../LivestreamgetResponse.Builder.html | 336 - .../components/LivestreamgetResponse.html | 501 - .../sdk/models/components/Media.Builder.html | 812 - .../fastpix/sdk/models/components/Media.html | 1240 - .../models/components/MediaMaxResolution.html | 459 - .../components/MediaMetadata.Builder.html | 268 - .../sdk/models/components/MediaMetadata.html | 384 - .../models/components/MediaMp4Support.html | 433 - .../sdk/models/components/MediaPolicy.html | 407 - .../models/components/Moderation.Builder.html | 285 - .../sdk/models/components/Moderation.html | 415 - .../models/components/Pagination.Builder.html | 370 - .../sdk/models/components/Pagination.html | 554 - .../PatchLiveStreamRequest.Builder.html | 336 - .../components/PatchLiveStreamRequest.html | 498 - ...atchLiveStreamRequestMetadata.Builder.html | 268 - .../PatchLiveStreamRequestMetadata.html | 384 - .../components/PatchResponseDTO.Builder.html | 336 - .../models/components/PatchResponseDTO.html | 501 - .../components/PatchResponseData.Builder.html | 738 - .../models/components/PatchResponseData.html | 1128 - .../PatchResponseDataMetadata.Builder.html | 268 - .../components/PatchResponseDataMetadata.html | 384 - ...sponseDataSrtPlaybackResponse.Builder.html | 336 - .../PatchResponseDataSrtPlaybackResponse.html | 501 - .../models/components/Placement.Builder.html | 404 - .../sdk/models/components/Placement.html | 604 - .../models/components/PlaybackId.Builder.html | 370 - .../sdk/models/components/PlaybackId.html | 554 - .../components/PlaybackIdAccessPolicy.html | 420 - .../PlaybackIdAccessRestrictions.Builder.html | 336 - .../PlaybackIdAccessRestrictions.html | 501 - .../components/PlaybackIdDomains.Builder.html | 370 - .../models/components/PlaybackIdDomains.html | 554 - .../PlaybackIdDomainsDefaultPolicy.html | 407 - .../components/PlaybackIdRequest.Builder.html | 302 - .../models/components/PlaybackIdRequest.html | 445 - .../PlaybackIdRequestAccessPolicy.html | 407 - .../PlaybackIdResponse.Builder.html | 330 - .../models/components/PlaybackIdResponse.html | 492 - .../PlaybackIdResponseData.Builder.html | 336 - .../components/PlaybackIdResponseData.html | 498 - .../PlaybackIdUserAgents.Builder.html | 370 - .../components/PlaybackIdUserAgents.html | 554 - .../PlaybackIdUserAgentsDefaultPolicy.html | 407 - .../components/PlaybackIds.Builder.html | 336 - .../sdk/models/components/PlaybackIds.html | 501 - .../components/PlaybackSettings.Builder.html | 302 - .../models/components/PlaybackSettings.html | 448 - .../PlaybackSettingsAccessPolicy.html | 407 - .../models/components/Security.Builder.html | 296 - .../sdk/models/components/Security.html | 444 - .../models/components/Segment1.Builder.html | 302 - .../sdk/models/components/Segment1.html | 451 - .../models/components/Segment2.Builder.html | 302 - .../sdk/models/components/Segment2.html | 451 - .../SegmentUnion._Deserializer.html | 348 - .../sdk/models/components/SegmentUnion.html | 393 - .../components/SimulcastRequest.Builder.html | 336 - .../models/components/SimulcastRequest.html | 498 - .../components/SimulcastResponse.Builder.html | 336 - .../models/components/SimulcastResponse.html | 501 - .../SimulcastResponseData.Builder.html | 438 - .../components/SimulcastResponseData.html | 660 - .../SimulcastResponseMetadata.Builder.html | 268 - .../components/SimulcastResponseMetadata.html | 384 - .../SimulcastUpdateRequest.Builder.html | 336 - .../components/SimulcastUpdateRequest.html | 498 - ...imulcastUpdateRequestMetadata.Builder.html | 268 - .../SimulcastUpdateRequestMetadata.html | 384 - .../SimulcastUpdateResponse.Builder.html | 336 - .../components/SimulcastUpdateResponse.html | 501 - .../SimulcastUpdateResponseData.Builder.html | 438 - .../SimulcastUpdateResponseData.html | 660 - ...mulcastUpdateResponseMetadata.Builder.html | 268 - .../SimulcastUpdateResponseMetadata.html | 384 - .../SimulcastdeleteResponse.Builder.html | 302 - .../components/SimulcastdeleteResponse.html | 445 - .../models/components/SourceResolution.html | 459 - .../models/components/Subtitle.Builder.html | 370 - .../sdk/models/components/Subtitle.html | 554 - .../components/SubtitleInput.Builder.html | 336 - .../sdk/models/components/SubtitleInput.html | 526 - .../components/SubtitleInputLanguageCode.html | 1122 - .../components/SubtitleMetadata.Builder.html | 268 - .../models/components/SubtitleMetadata.html | 384 - .../models/components/Summary.Builder.html | 321 - .../sdk/models/components/Summary.html | 484 - .../sdk/models/components/Track.Builder.html | 455 - .../fastpix/sdk/models/components/Track.html | 696 - .../models/components/VideoInput.Builder.html | 506 - .../sdk/models/components/VideoInput.html | 784 - .../components/WatermarkInput.Builder.html | 466 - .../sdk/models/components/WatermarkInput.html | 701 - .../models/components/WatermarkInputType.html | 394 - .../fastpix/sdk/models/components/XAlign.html | 420 - .../fastpix/sdk/models/components/YAlign.html | 420 - .../models/components/package-summary.html | 895 - .../sdk/models/components/package-tree.html | 336 - .../sdk/models/errors/APIException.html | 432 - .../sdk/models/errors/AuthException.html | 350 - .../errors/BadRequestError.Builder.html | 370 - .../sdk/models/errors/BadRequestError.html | 554 - .../errors/BadRequestException.Builder.html | 336 - .../models/errors/BadRequestException.html | 528 - .../sdk/models/errors/Field.Builder.html | 336 - .../io/fastpix/sdk/models/errors/Field.html | 498 - .../models/errors/ForbiddenError.Builder.html | 370 - .../sdk/models/errors/ForbiddenError.html | 554 - .../errors/ForbiddenException.Builder.html | 336 - .../sdk/models/errors/ForbiddenException.html | 528 - .../InvalidPermissionError.Builder.html | 370 - .../models/errors/InvalidPermissionError.html | 554 - .../InvalidPermissionException.Builder.html | 336 - .../errors/InvalidPermissionException.html | 528 - .../errors/MediaNotFoundError.Builder.html | 370 - .../sdk/models/errors/MediaNotFoundError.html | 554 - .../MediaNotFoundException.Builder.html | 336 - .../models/errors/MediaNotFoundException.html | 528 - .../MediaOrPlaybackNotFoundError.Builder.html | 370 - .../errors/MediaOrPlaybackNotFoundError.html | 554 - ...iaOrPlaybackNotFoundException.Builder.html | 336 - .../MediaOrPlaybackNotFoundException.html | 528 - .../models/errors/NotFoundError.Builder.html | 336 - .../sdk/models/errors/NotFoundError.html | 528 - .../errors/NotFoundErrorError.Builder.html | 370 - .../sdk/models/errors/NotFoundErrorError.html | 554 - .../NotFoundErrorPlaybackId.Builder.html | 336 - .../errors/NotFoundErrorPlaybackId.html | 528 - .../NotFoundErrorPlaybackIdError.Builder.html | 370 - .../errors/NotFoundErrorPlaybackIdError.html | 554 - .../NotFoundErrorSimulcast.Builder.html | 336 - .../models/errors/NotFoundErrorSimulcast.html | 528 - .../NotFoundErrorSimulcastError.Builder.html | 370 - .../errors/NotFoundErrorSimulcastError.html | 554 - .../SimulcastUnavailableError.Builder.html | 370 - .../errors/SimulcastUnavailableError.html | 554 - ...SimulcastUnavailableException.Builder.html | 336 - .../errors/SimulcastUnavailableException.html | 528 - .../errors/UnauthorizedError.Builder.html | 370 - .../sdk/models/errors/UnauthorizedError.html | 554 - .../errors/UnauthorizedException.Builder.html | 336 - .../models/errors/UnauthorizedException.html | 528 - .../ValidationErrorResponse.Builder.html | 336 - .../errors/ValidationErrorResponse.html | 528 - .../ValidationErrorResponseError.Builder.html | 370 - .../errors/ValidationErrorResponseError.html | 554 - .../sdk/models/errors/package-summary.html | 389 - .../sdk/models/errors/package-tree.html | 220 - .../CreateMediaPlaybackIdAccessPolicy.html | 420 - ...aPlaybackIdAccessRestrictions.Builder.html | 324 - ...eateMediaPlaybackIdAccessRestrictions.html | 480 - .../CreateMediaPlaybackIdDomains.Builder.html | 378 - .../CreateMediaPlaybackIdDomains.html | 563 - ...teMediaPlaybackIdDomainsDefaultPolicy.html | 409 - .../CreateMediaPlaybackIdRequest.Builder.html | 319 - .../CreateMediaPlaybackIdRequest.html | 481 - ...ateMediaPlaybackIdRequestBody.Builder.html | 313 - .../CreateMediaPlaybackIdRequestBody.html | 475 - .../CreateMediaPlaybackIdRequestBuilder.html | 351 - ...CreateMediaPlaybackIdResponse.Builder.html | 353 - .../CreateMediaPlaybackIdResponse.html | 574 - ...teMediaPlaybackIdResponseBody.Builder.html | 336 - .../CreateMediaPlaybackIdResponseBody.html | 501 - ...eateMediaPlaybackIdUserAgents.Builder.html | 378 - .../CreateMediaPlaybackIdUserAgents.html | 563 - ...ediaPlaybackIdUserAgentsDefaultPolicy.html | 409 - .../operations/CreateMediaRequestBuilder.html | 337 - .../CreateMediaResponse.Builder.html | 353 - .../operations/CreateMediaResponse.html | 574 - .../CreateMediaResponseBody.Builder.html | 330 - .../operations/CreateMediaResponseBody.html | 492 - .../CreateNewStreamRequestBuilder.html | 337 - .../CreateNewStreamResponse.Builder.html | 353 - .../operations/CreateNewStreamResponse.html | 574 - ...eatePlaybackIdOfStreamRequest.Builder.html | 313 - .../CreatePlaybackIdOfStreamRequest.html | 472 - ...reatePlaybackIdOfStreamRequestBuilder.html | 351 - ...atePlaybackIdOfStreamResponse.Builder.html | 353 - .../CreatePlaybackIdOfStreamResponse.html | 574 - ...reateSimulcastOfStreamRequest.Builder.html | 313 - .../CreateSimulcastOfStreamRequest.html | 472 - ...CreateSimulcastOfStreamRequestBuilder.html | 351 - ...eateSimulcastOfStreamResponse.Builder.html | 353 - .../CreateSimulcastOfStreamResponse.html | 574 - .../sdk/models/operations/Data.Builder.html | 302 - .../fastpix/sdk/models/operations/Data.html | 448 - .../DeleteLiveStreamRequest.Builder.html | 285 - .../operations/DeleteLiveStreamRequest.html | 415 - .../DeleteLiveStreamRequestBuilder.html | 323 - .../DeleteLiveStreamResponse.Builder.html | 353 - .../operations/DeleteLiveStreamResponse.html | 574 - .../DeleteMediaPlaybackIdRequest.Builder.html | 302 - .../DeleteMediaPlaybackIdRequest.html | 451 - .../DeleteMediaPlaybackIdRequestBuilder.html | 337 - ...DeleteMediaPlaybackIdResponse.Builder.html | 353 - .../DeleteMediaPlaybackIdResponse.html | 574 - ...teMediaPlaybackIdResponseBody.Builder.html | 302 - .../DeleteMediaPlaybackIdResponseBody.html | 448 - .../DeleteMediaRequest.Builder.html | 285 - .../models/operations/DeleteMediaRequest.html | 415 - .../operations/DeleteMediaRequestBuilder.html | 323 - .../DeleteMediaResponse.Builder.html | 353 - .../operations/DeleteMediaResponse.html | 574 - .../DeleteMediaResponseBody.Builder.html | 302 - .../operations/DeleteMediaResponseBody.html | 448 - ...letePlaybackIdOfStreamRequest.Builder.html | 302 - .../DeletePlaybackIdOfStreamRequest.html | 451 - ...eletePlaybackIdOfStreamRequestBuilder.html | 337 - ...etePlaybackIdOfStreamResponse.Builder.html | 353 - .../DeletePlaybackIdOfStreamResponse.html | 574 - ...eleteSimulcastOfStreamRequest.Builder.html | 302 - .../DeleteSimulcastOfStreamRequest.html | 451 - ...DeleteSimulcastOfStreamRequestBuilder.html | 337 - ...leteSimulcastOfStreamResponse.Builder.html | 353 - .../DeleteSimulcastOfStreamResponse.html | 574 - .../DirectUploadVideoMediaAccessPolicy.html | 407 - ...dVideoMediaAccessRestrictions.Builder.html | 324 - ...ectUploadVideoMediaAccessRestrictions.html | 480 - ...DirectUploadVideoMediaDomains.Builder.html | 378 - .../DirectUploadVideoMediaDomains.html | 563 - ...tUploadVideoMediaDomainsDefaultPolicy.html | 409 - ...irectUploadVideoMediaMetadata.Builder.html | 268 - .../DirectUploadVideoMediaMetadata.html | 384 - ...DirectUploadVideoMediaRequest.Builder.html | 319 - .../DirectUploadVideoMediaRequest.html | 484 - .../DirectUploadVideoMediaRequestBuilder.html | 337 - ...irectUploadVideoMediaResponse.Builder.html | 353 - .../DirectUploadVideoMediaResponse.html | 574 - ...tUploadVideoMediaResponseBody.Builder.html | 336 - .../DirectUploadVideoMediaResponseBody.html | 501 - ...ectUploadVideoMediaUserAgents.Builder.html | 378 - .../DirectUploadVideoMediaUserAgents.html | 563 - ...loadVideoMediaUserAgentsDefaultPolicy.html | 409 - .../operations/GetAllStreamsOrderBy.html | 407 - .../GetAllStreamsRequest.Builder.html | 370 - .../operations/GetAllStreamsRequest.html | 551 - .../GetAllStreamsRequestBuilder.html | 393 - .../GetAllStreamsResponse.Builder.html | 353 - .../operations/GetAllStreamsResponse.html | 574 - .../GetLiveStreamByIdRequest.Builder.html | 285 - .../operations/GetLiveStreamByIdRequest.html | 415 - .../GetLiveStreamByIdRequestBuilder.html | 323 - .../GetLiveStreamByIdResponse.Builder.html | 353 - .../operations/GetLiveStreamByIdResponse.html | 574 - ...etLiveStreamPlaybackIdRequest.Builder.html | 302 - .../GetLiveStreamPlaybackIdRequest.html | 451 - ...GetLiveStreamPlaybackIdRequestBuilder.html | 337 - ...tLiveStreamPlaybackIdResponse.Builder.html | 353 - .../GetLiveStreamPlaybackIdResponse.html | 574 - .../operations/GetMediaRequest.Builder.html | 285 - .../models/operations/GetMediaRequest.html | 415 - .../operations/GetMediaRequestBuilder.html | 323 - .../operations/GetMediaResponse.Builder.html | 353 - .../models/operations/GetMediaResponse.html | 574 - .../GetMediaResponseBody.Builder.html | 330 - .../operations/GetMediaResponseBody.html | 492 - ...cificSimulcastOfStreamRequest.Builder.html | 302 - .../GetSpecificSimulcastOfStreamRequest.html | 451 - ...ecificSimulcastOfStreamRequestBuilder.html | 337 - ...ificSimulcastOfStreamResponse.Builder.html | 353 - .../GetSpecificSimulcastOfStreamResponse.html | 574 - .../operations/Input._Deserializer.html | 348 - .../fastpix/sdk/models/operations/Input.html | 425 - .../sdk/models/operations/LanguageCode.html | 472 - .../models/operations/ListMediaOrderBy.html | 407 - .../operations/ListMediaRequest.Builder.html | 370 - .../models/operations/ListMediaRequest.html | 551 - .../operations/ListMediaRequestBuilder.html | 393 - .../operations/ListMediaResponse.Builder.html | 353 - .../models/operations/ListMediaResponse.html | 574 - .../ListMediaResponseBody.Builder.html | 370 - .../operations/ListMediaResponseBody.html | 554 - .../sdk/models/operations/MaxResolution.html | 459 - .../models/operations/Moderation.Builder.html | 302 - .../sdk/models/operations/Moderation.html | 445 - .../sdk/models/operations/Mp4Support.html | 420 - .../operations/PushMediaSettings.Builder.html | 737 - .../models/operations/PushMediaSettings.html | 1137 - ...RetrieveMediaInputInfoRequest.Builder.html | 285 - .../RetrieveMediaInputInfoRequest.html | 415 - .../RetrieveMediaInputInfoRequestBuilder.html | 323 - ...etrieveMediaInputInfoResponse.Builder.html | 353 - .../RetrieveMediaInputInfoResponse.html | 574 - ...eveMediaInputInfoResponseBody.Builder.html | 336 - .../RetrieveMediaInputInfoResponseBody.html | 501 - ...ethodInterfaces.MethodCallCreateMedia.html | 261 - ...faces.MethodCallCreateMediaPlaybackId.html | 263 - ...dInterfaces.MethodCallCreateNewStream.html | 261 - ...es.MethodCallCreatePlaybackIdOfStream.html | 263 - ...ces.MethodCallCreateSimulcastOfStream.html | 263 - ...Interfaces.MethodCallDeleteLiveStream.html | 261 - ...ethodInterfaces.MethodCallDeleteMedia.html | 261 - ...faces.MethodCallDeleteMediaPlaybackId.html | 263 - ...es.MethodCallDeletePlaybackIdOfStream.html | 263 - ...ces.MethodCallDeleteSimulcastOfStream.html | 263 - ...aces.MethodCallDirectUploadVideoMedia.html | 261 - ...hodInterfaces.MethodCallGetAllStreams.html | 265 - ...nterfaces.MethodCallGetLiveStreamById.html | 261 - ...ces.MethodCallGetLiveStreamPlaybackId.html | 263 - ...DKMethodInterfaces.MethodCallGetMedia.html | 261 - ...ethodCallGetSpecificSimulcastOfStream.html | 263 - ...KMethodInterfaces.MethodCallListMedia.html | 265 - ...aces.MethodCallRetrieveMediaInputInfo.html | 261 - ...Interfaces.MethodCallUpdateLiveStream.html | 263 - ...odCallUpdateSpecificSimulcastOfStream.html | 265 - ...thodInterfaces.MethodCallUpdatedMedia.html | 263 - .../operations/SDKMethodInterfaces.html | 389 - .../models/operations/Subtitles.Builder.html | 370 - .../sdk/models/operations/Subtitles.html | 554 - .../operations/SubtitlesMetadata.Builder.html | 268 - .../models/operations/SubtitlesMetadata.html | 384 - .../models/operations/Summary.Builder.html | 338 - .../sdk/models/operations/Summary.html | 501 - .../fastpix/sdk/models/operations/Type.html | 420 - .../UpdateLiveStreamRequest.Builder.html | 313 - .../operations/UpdateLiveStreamRequest.html | 472 - .../UpdateLiveStreamRequestBuilder.html | 351 - .../UpdateLiveStreamResponse.Builder.html | 353 - .../operations/UpdateLiveStreamResponse.html | 574 - ...cificSimulcastOfStreamRequest.Builder.html | 330 - ...pdateSpecificSimulcastOfStreamRequest.html | 510 - ...ecificSimulcastOfStreamRequestBuilder.html | 365 - ...ificSimulcastOfStreamResponse.Builder.html | 353 - ...dateSpecificSimulcastOfStreamResponse.html | 574 - .../UpdatedMediaMetadata.Builder.html | 268 - .../operations/UpdatedMediaMetadata.html | 384 - .../UpdatedMediaRequest.Builder.html | 313 - .../operations/UpdatedMediaRequest.html | 472 - .../UpdatedMediaRequestBody.Builder.html | 302 - .../operations/UpdatedMediaRequestBody.html | 445 - .../UpdatedMediaRequestBuilder.html | 351 - .../UpdatedMediaResponse.Builder.html | 353 - .../operations/UpdatedMediaResponse.html | 574 - .../UpdatedMediaResponseBody.Builder.html | 330 - .../operations/UpdatedMediaResponseBody.html | 492 - .../models/operations/package-summary.html | 988 - .../sdk/models/operations/package-tree.html | 377 - .../io/fastpix/sdk/package-summary.html | 215 - .../javadoc/io/fastpix/sdk/package-tree.html | 175 - .../sdk/utils/BackoffStrategy.Builder.html | 509 - .../io/fastpix/sdk/utils/BackoffStrategy.html | 426 - .../utils/BigDecimalString.Deserializer.html | 387 - .../utils/BigDecimalString.Serializer.html | 389 - .../fastpix/sdk/utils/BigDecimalString.html | 399 - .../utils/BigIntegerString.Deserializer.html | 387 - .../utils/BigIntegerString.Serializer.html | 389 - .../fastpix/sdk/utils/BigIntegerString.html | 399 - .../io/fastpix/sdk/utils/Constants.html | 312 - .../io/fastpix/sdk/utils/Deserializers.html | 434 - .../io/fastpix/sdk/utils/EventStream.html | 394 - .../sdk/utils/EventStreamLineReader.html | 395 - .../fastpix/sdk/utils/EventStreamMessage.html | 384 - .../fastpix/sdk/utils/EventStreamReader.html | 377 - .../io/fastpix/sdk/utils/HTTPClient.html | 274 - .../io/fastpix/sdk/utils/HTTPRequest.html | 412 - .../io/fastpix/sdk/utils/HasSecurity.html | 193 - .../javadoc/io/fastpix/sdk/utils/Helpers.html | 402 - .../io/fastpix/sdk/utils/Hook.AfterError.html | 323 - .../sdk/utils/Hook.AfterErrorContext.html | 225 - .../sdk/utils/Hook.AfterErrorContextImpl.html | 377 - .../fastpix/sdk/utils/Hook.AfterSuccess.html | 317 - .../sdk/utils/Hook.AfterSuccessContext.html | 225 - .../utils/Hook.AfterSuccessContextImpl.html | 377 - .../fastpix/sdk/utils/Hook.BeforeRequest.html | 323 - .../sdk/utils/Hook.BeforeRequestContext.html | 225 - .../utils/Hook.BeforeRequestContextImpl.html | 377 - .../fastpix/sdk/utils/Hook.HookContext.html | 303 - .../sdk/utils/Hook.IdempotencyHook.html | 354 - .../io/fastpix/sdk/utils/Hook.SdkInit.html | 311 - .../fastpix/sdk/utils/Hook.SdkInitData.html | 324 - .../javadoc/io/fastpix/sdk/utils/Hook.html | 321 - .../sdk/utils/Hooks.FailEarlyException.html | 300 - .../javadoc/io/fastpix/sdk/utils/Hooks.html | 615 - .../javadoc/io/fastpix/sdk/utils/JSON.html | 304 - .../fastpix/sdk/utils/LazySingletonValue.html | 308 - .../fastpix/sdk/utils/Multipart.Builder.html | 362 - .../fastpix/sdk/utils/Multipart.PartType.html | 393 - .../io/fastpix/sdk/utils/Multipart.html | 320 - .../fastpix/sdk/utils/OneOfDeserializer.html | 435 - .../io/fastpix/sdk/utils/Options.Builder.html | 306 - .../io/fastpix/sdk/utils/Options.Option.html | 367 - .../javadoc/io/fastpix/sdk/utils/Options.html | 325 - .../io/fastpix/sdk/utils/QueryParameter.html | 364 - .../io/fastpix/sdk/utils/QueryParameters.html | 315 - .../io/fastpix/sdk/utils/RecordingClient.html | 390 - .../io/fastpix/sdk/utils/RequestBody.html | 306 - .../io/fastpix/sdk/utils/Response.html | 289 - .../io/fastpix/sdk/utils/Retries.Builder.html | 337 - .../utils/Retries.NonRetryableException.html | 333 - .../sdk/utils/Retries.RetryableException.html | 333 - .../javadoc/io/fastpix/sdk/utils/Retries.html | 316 - .../sdk/utils/RetryConfig.Builder.html | 377 - .../sdk/utils/RetryConfig.Strategy.html | 380 - .../io/fastpix/sdk/utils/RetryConfig.html | 334 - .../io/fastpix/sdk/utils/Security.html | 351 - .../io/fastpix/sdk/utils/SerializedBody.html | 320 - .../utils/SessionManager.HasSessionKey.html | 252 - .../sdk/utils/SessionManager.Session.html | 358 - .../io/fastpix/sdk/utils/SessionManager.html | 472 - .../sdk/utils/SpeakeasyHTTPClient.html | 401 - .../fastpix/sdk/utils/SpeakeasyMetadata.html | 244 - .../sdk/utils/TypedObject.Serializer.html | 385 - .../io/fastpix/sdk/utils/TypedObject.html | 353 - .../javadoc/io/fastpix/sdk/utils/Types.html | 429 - .../io/fastpix/sdk/utils/Utf8UrlEncoder.html | 334 - .../io/fastpix/sdk/utils/Utils.Function.html | 259 - .../sdk/utils/Utils.HttpResponseCached.html | 511 - .../io/fastpix/sdk/utils/Utils.JsonShape.html | 380 - .../utils/Utils.TypeReferenceWithShape.html | 298 - .../javadoc/io/fastpix/sdk/utils/Utils.html | 1441 - .../io/fastpix/sdk/utils/package-summary.html | 521 - .../io/fastpix/sdk/utils/package-tree.html | 289 - build/docs/javadoc/jquery-ui.overrides.css | 35 - .../javadoc/jquery/external/jquery/jquery.js | 10872 ---- build/docs/javadoc/jquery/jquery-3.7.1.min.js | 2 - build/docs/javadoc/jquery/jquery-ui.min.css | 6 - build/docs/javadoc/jquery/jquery-ui.min.js | 6 - .../jquery/jszip-utils/dist/jszip-utils-ie.js | 56 - .../jszip-utils/dist/jszip-utils-ie.min.js | 10 - .../jquery/jszip-utils/dist/jszip-utils.js | 118 - .../jszip-utils/dist/jszip-utils.min.js | 10 - build/docs/javadoc/jquery/jszip/dist/jszip.js | 11370 ---- .../javadoc/jquery/jszip/dist/jszip.min.js | 13 - build/docs/javadoc/legal/ASSEMBLY_EXCEPTION | 6 +- build/docs/javadoc/legal/jquery.md | 50 +- build/docs/javadoc/legal/jszip.md | 653 - build/docs/javadoc/legal/pako.md | 45 - build/docs/javadoc/member-search-index.js | 2 +- build/docs/javadoc/member-search-index.zip | Bin 32771 -> 0 bytes build/docs/javadoc/overview-summary.html | 14 +- build/docs/javadoc/overview-tree.html | 2199 +- build/docs/javadoc/package-search-index.js | 2 +- build/docs/javadoc/package-search-index.zip | Bin 271 -> 0 bytes build/docs/javadoc/script.js | 302 +- build/docs/javadoc/search.js | 634 +- build/docs/javadoc/serialized-form.html | 726 +- build/docs/javadoc/stylesheet.css | 1430 +- build/docs/javadoc/type-search-index.js | 2 +- build/docs/javadoc/type-search-index.zip | Bin 2724 -> 0 bytes build/libs/fastpix-0.0.1.jar | Bin 793175 -> 0 bytes build/libs/sdk-0.0.1-javadoc.jar | Bin 1933596 -> 0 bytes build/libs/sdk-0.0.1-sources.jar | Bin 344487 -> 0 bytes build/pom.xml | 44 +- .../compileJava/previous-compilation-data.bin | Bin 96018 -> 153639 bytes build/tmp/javadoc/javadoc.options | 1142 +- docs/models/components/AccessPolicy.md | 12 + docs/models/components/AddTrackRequest.md | 13 + docs/models/components/AddTrackRequestType.md | 11 + docs/models/components/AddTrackResponse.md | 14 + .../models/components/AddTrackResponseType.md | 11 + docs/models/components/AiResponseRecord.md | 11 + docs/models/components/AiSummaryRecord.md | 11 + docs/models/components/AudioInput.md | 4 +- docs/models/components/AudioInputType.md | 2 +- docs/models/components/AudioTrack.md | 14 + docs/models/components/AudioTrackType.md | 10 + docs/models/components/BasicAccessPolicy.md | 11 + .../components/BrowserNameDimensiondetails.md | 10 + docs/models/components/ChaptersResponse.md | 9 + .../components/CreateLiveStreamRequest.md | 2 +- .../CreateLiveStreamRequestMaxResolution.md | 3 +- .../CreateLiveStreamRequestMetadata.md | 9 - .../components/CreateLiveStreamResponseDTO.md | 26 + docs/models/components/CreateMediaRequest.md | 34 +- .../components/CreateMediaRequestDomains.md | 2 +- .../CreateMediaRequestDomainsDefaultPolicy.md | 14 - .../CreateMediaRequestMaxResolution.md | 5 +- .../CreateMediaRequestMediaQuality.md | 12 + .../components/CreateMediaRequestMetadata.md | 10 - .../CreateMediaRequestMp4Support.md | 2 +- .../components/CreateMediaRequestType.md | 2 +- .../CreateMediaRequestUserAgents.md | 2 +- ...eateMediaRequestUserAgentsDefaultPolicy.md | 14 - docs/models/components/CreateMediaResponse.md | 24 +- .../components/CreateMediaResponseInput.md | 9 + .../CreateMediaResponseMaxResolution.md | 5 +- .../CreateMediaResponseMediaQuality.md | 12 + .../components/CreateMediaResponseMetadata.md | 9 - .../components/CreateMediaResponseStatus.md | 17 + .../components/CreateMediaSuccessResponse.md | 9 + docs/models/components/CreatePlaybackId.md | 13 + .../CreatePlaybackIdAccessRestrictions.md | 11 + .../components/CreatePlaybackIdDomains.md | 12 + .../components/CreatePlaybackIdUserAgents.md | 12 + .../components/CreatePlaylistRequest.md | 2 + .../components/CreatePlaylistRequestManual.md | 12 + .../CreatePlaylistRequestManualType.md | 10 + .../components/CreatePlaylistRequestSmart.md | 14 + .../CreatePlaylistRequestSmartType.md | 10 + docs/models/components/CreateResponse.md | 9 + .../components/CreateSigningKeyResponseDTO.md | 12 + docs/models/components/Custom1.md | 10 + docs/models/components/Custom2.md | 11 + docs/models/components/DataPagination.md | 12 + docs/models/components/DateRange.md | 11 + docs/models/components/DefaultError.md | 9 + .../components/DeleteSigningKeyResponse.md | 8 + docs/models/components/DirectUpload.md | 10 +- .../models/components/DirectUploadResponse.md | 11 +- .../DirectUploadResponseMediaQuality.md | 12 + .../DirectUploadResponseMetadata.md | 9 - docs/models/components/DirectUploadStatus.md | 10 + docs/models/components/DomainRestrictions.md | 12 + .../models/components/DomainsDefaultPolicy.md | 14 + docs/models/components/DrmIdResponse.md | 8 + docs/models/components/Error.md | 12 + docs/models/components/ErrorDetails.md | 15 + .../components/ErrorDetailsPercentage.md | 4 + docs/models/components/Event.md | 12 + docs/models/components/EventTime.md | 5 + .../components/GenerateTrackResponse.md | 14 + .../GenerateTrackResponseLanguageCode.md | 67 + .../components/GenerateTrackResponseType.md | 10 + docs/models/components/GetAllMediaResponse.md | 35 + .../GetAllMediaResponseMaxResolution.md | 14 + .../GetAllMediaResponseMediaQuality.md | 12 + .../GetAllMediaResponseMp4Support.md | 18 + .../GetAllMediaResponseSourceResolution.md | 19 + .../components/GetAllMediaResponseStatus.md | 17 + .../components/GetAllMediaResponseTrack.md | 2 + .../components/GetAllPlaylistsResponse.md | 10 + .../components/GetAllSigningKeysResponse.md | 10 + .../GetAllSigningKeysResponseDto.md | 11 + .../GetCreateLiveStreamResponseDTO.md | 37 +- .../GetCreateLiveStreamResponseDTOMetadata.md | 9 - ...iveStreamResponseDTOSrtPlaybackResponse.md | 11 - docs/models/components/GetMediaResponse.md | 35 + .../GetMediaResponseMaxResolution.md | 14 + .../GetMediaResponseMediaQuality.md | 12 + .../components/GetMediaResponseMp4Support.md | 18 + .../GetMediaResponseSourceResolution.md | 19 + .../components/GetMediaResponseStatus.md | 17 + .../components/GetMediaResponseTrack.md | 2 + ...etPublicPemUsingSigningKeyIdResponseDTO.md | 11 + ...blicPemUsingSigningKeyIdResponseDTOData.md | 12 + docs/models/components/GetStreamsResponse.md | 4 +- docs/models/components/InputMediaSettings.md | 15 +- docs/models/components/LanguageCode.md | 70 + docs/models/components/LiveMediaClips.md | 25 + .../components/LiveMediaClipsMaxResolution.md | 14 + .../LiveMediaClipsSourceResolution.md | 19 + .../models/components/LiveMediaClipsStatus.md | 17 + docs/models/components/LiveMediaClipsTrack.md | 2 + docs/models/components/LiveSimulcast.md | 12 + .../components/LiveStreamDeleteResponse.md | 6 +- .../models/components/LiveStreamPagination.md | 12 + .../components/LiveStreamResponseDTO.md | 8 +- .../components/LivestreamgetResponse.md | 2 +- docs/models/components/Media.md | 45 +- docs/models/components/MediaCancelResponse.md | 20 + docs/models/components/MediaClipResponse.md | 10 + .../components/MediaClipResponseData.md | 13 + .../components/MediaClipResponsePagination.md | 10 + .../components/MediaClipResponsePlaybackId.md | 9 + .../components/MediaClipResponseStatus.md | 17 + docs/models/components/MediaIdsRequest.md | 10 + docs/models/components/MediaMaxResolution.md | 3 +- docs/models/components/MediaMediaQuality.md | 12 + docs/models/components/MediaMetadata.md | 9 - docs/models/components/MediaMp4Support.md | 7 +- docs/models/components/MediaPolicy.md | 11 - .../components/MediaSourceResolution.md | 19 + docs/models/components/MediaStatus.md | 17 + docs/models/components/MediaTrack.md | 2 + docs/models/components/MediaType.md | 12 + docs/models/components/Metadata.md | 11 + .../components/MetricsBreakdownDetails.md | 12 + .../components/MetricsComparisonDetails.md | 15 + .../components/MetricsOverallDataDetails.md | 15 + .../MetricsOverallmetadataDetails.md | 10 + .../MetricsTimeseriesDataDetails.md | 12 + .../MetricsTimeseriesmetadataDetails.md | 11 + .../components/MetricsmetadataDetails.md | 10 + docs/models/components/Moderation.md | 6 +- docs/models/components/ModerationResponse.md | 9 + .../components/NamedEntitiesResponse.md | 9 + docs/models/components/Pagination.md | 10 +- .../components/PatchLiveStreamRequest.md | 8 +- .../PatchLiveStreamRequestMetadata.md | 9 - docs/models/components/PatchResponseDTO.md | 2 +- docs/models/components/PatchResponseData.md | 35 +- .../components/PatchResponseDataMetadata.md | 9 - .../PatchResponseDataSrtPlaybackResponse.md | 11 - docs/models/components/PlaybackId.md | 4 +- .../components/PlaybackIdAccessPolicy.md | 12 - .../PlaybackIdAccessRestrictions.md | 8 +- docs/models/components/PlaybackIdDomains.md | 12 +- .../PlaybackIdDomainsDefaultPolicy.md | 11 - docs/models/components/PlaybackIdRequest.md | 6 +- .../PlaybackIdRequestAccessPolicy.md | 11 - docs/models/components/PlaybackIdResponse.md | 10 +- .../components/PlaybackIdResponseData.md | 9 - .../components/PlaybackIdSuccessResponse.md | 11 + .../PlaybackIdSuccessResponseData.md | 9 + .../models/components/PlaybackIdUserAgents.md | 10 +- .../PlaybackIdUserAgentsDefaultPolicy.md | 11 - docs/models/components/PlaybackIds.md | 11 - docs/models/components/PlaybackSettings.md | 6 +- .../PlaybackSettingsAccessPolicy.md | 11 - docs/models/components/PlayerHeight.md | 5 + docs/models/components/PlayerViewCount.md | 5 + .../models/components/PlaylistByIdResponse.md | 9 + .../components/PlaylistByIdResponseData.md | 2 + .../PlaylistByIdResponseDataManual.md | 17 + .../PlaylistByIdResponseDataManualType.md | 10 + .../PlaylistByIdResponseDataSmart.md | 19 + .../PlaylistByIdResponseDataSmartType.md | 10 + .../PlaylistByIdResponseMediaListItem.md | 15 + .../PlaylistByIdResponseMetadata.md | 11 + .../components/PlaylistCreatedResponse.md | 11 + .../components/PlaylistCreatedSchema.md | 2 + .../components/PlaylistDeleteResponse.md | 8 + docs/models/components/PlaylistItem.md | 13 + docs/models/components/PlaylistItemType.md | 11 + docs/models/components/PlaylistOrder.md | 11 + docs/models/components/PolicyAction.md | 11 + docs/models/components/PropertyId.md | 5 + docs/models/components/PullVideoInput.md | 15 + .../components/PullVideoInputSegment1.md | 9 + .../components/PullVideoInputSegment2.md | 9 + .../components/PullVideoInputSegmentUnion.md | 2 + docs/models/components/Resolution.md | 14 + docs/models/components/Segment1.md | 9 - docs/models/components/Segment2.md | 9 - docs/models/components/SegmentUnion.md | 2 - .../components/SigningKeysPagination.md | 12 + docs/models/components/SimulcastRequest.md | 9 +- docs/models/components/SimulcastResponse.md | 2 +- .../components/SimulcastResponseData.md | 14 +- .../components/SimulcastResponseMetadata.md | 9 - .../components/SimulcastUpdateRequest.md | 8 +- .../SimulcastUpdateRequestMetadata.md | 9 - .../components/SimulcastUpdateResponse.md | 2 +- .../components/SimulcastUpdateResponseData.md | 14 +- .../SimulcastUpdateResponseMetadata.md | 9 - .../components/SimulcastdeleteResponse.md | 6 +- docs/models/components/SortOrder.md | 11 + docs/models/components/SourceAccessMedia.md | 31 + .../SourceAccessMediaMaxResolution.md | 14 + .../SourceAccessMediaMediaQuality.md | 12 + .../SourceAccessMediaSourceResolution.md | 19 + .../components/SourceAccessMediaStatus.md | 17 + .../components/SourceAccessMediaTrack.md | 2 + docs/models/components/SourceResolution.md | 15 - docs/models/components/SrtPlaybackResponse.md | 11 + docs/models/components/Subtitle.md | 13 - docs/models/components/SubtitleInput.md | 12 +- .../components/SubtitleInputLanguageCode.md | 67 - docs/models/components/SubtitleMetadata.md | 10 - docs/models/components/SubtitleTrack.md | 14 + docs/models/components/SubtitleTrackType.md | 10 + docs/models/components/Subtitles.md | 13 + docs/models/components/Summary.md | 8 +- docs/models/components/SummaryResponse.md | 9 + docs/models/components/TopErrorDetails.md | 14 + .../components/TopErrorDetailsPercentage.md | 4 + docs/models/components/Track.md | 15 - .../TrackSubtitlesGenerateRequest.md | 12 + docs/models/components/TracksSubtitles.md | 9 + .../UniqueViewersEffectedPercentage.md | 4 + docs/models/components/UnusedDirectUpload.md | 16 + .../components/UnusedDirectUploadResponse.md | 12 + .../UnusedDirectUploadResponseMediaQuality.md | 12 + .../components/UnusedDirectUploadStatus.md | 10 + .../components/UnusedUploadsPlaybackId.md | 11 + ...usedUploadsPlaybackIdAccessRestrictions.md | 11 + .../UnusedUploadsPlaybackIdDomains.md | 12 + .../UnusedUploadsPlaybackIdUserAgents.md | 12 + docs/models/components/UpdateMedia.md | 31 + .../components/UpdateMediaMaxResolution.md | 15 + .../components/UpdateMediaMediaQuality.md | 12 + .../components/UpdateMediaSourceResolution.md | 21 + docs/models/components/UpdateMediaStatus.md | 17 + docs/models/components/UpdateMediaTrack.md | 2 + .../components/UpdatePlaylistRequest.md | 9 + docs/models/components/UpdateTrackRequest.md | 12 + docs/models/components/UpdateTrackResponse.md | 14 + .../components/UpdateTrackResponseType.md | 11 + .../components/UserAgentRestrictions.md | 12 + .../components/UserAgentsDefaultPolicy.md | 14 + docs/models/components/VideoInput.md | 17 +- docs/models/components/VideoInputSegment1.md | 9 + docs/models/components/VideoInputSegment2.md | 9 + .../components/VideoInputSegmentUnion.md | 2 + docs/models/components/VideoTrack.md | 15 + docs/models/components/VideoTrackForGetAll.md | 14 + docs/models/components/ViewerTime.md | 5 + docs/models/components/Views.md | 132 + .../components/ViewsByTopContentDetails.md | 12 + docs/models/components/ViewsCountResponse.md | 9 + .../components/ViewsCountResponseData.md | 10 + docs/models/components/ViewsList.md | 19 + docs/models/components/WatermarkInput.md | 22 +- docs/models/components/WatermarkInputType.md | 2 +- docs/models/errors/BadRequestError.md | 12 - docs/models/errors/BadRequestException.md | 9 - docs/models/errors/Field.md | 9 - docs/models/errors/ForbiddenError.md | 12 - docs/models/errors/ForbiddenException.md | 9 - docs/models/errors/InvalidPermissionError.md | 12 - .../errors/InvalidPermissionException.md | 9 - docs/models/errors/MediaNotFoundError.md | 12 - docs/models/errors/MediaNotFoundException.md | 9 - .../errors/MediaOrPlaybackNotFoundError.md | 12 - .../MediaOrPlaybackNotFoundException.md | 9 - docs/models/errors/NotFoundError.md | 9 - docs/models/errors/NotFoundErrorError.md | 12 - docs/models/errors/NotFoundErrorPlaybackId.md | 9 - .../errors/NotFoundErrorPlaybackIdError.md | 12 - docs/models/errors/NotFoundErrorSimulcast.md | 9 - .../errors/NotFoundErrorSimulcastError.md | 12 - .../errors/SimulcastUnavailableError.md | 13 - .../errors/SimulcastUnavailableException.md | 9 - docs/models/errors/UnauthorizedError.md | 12 - docs/models/errors/UnauthorizedException.md | 9 - docs/models/errors/ValidationErrorResponse.md | 9 - .../errors/ValidationErrorResponseError.md | 12 - .../operations/AddMediaToPlaylistRequest.md | 9 + .../operations/AddMediaToPlaylistResponse.md | 12 + .../models/operations/AddMediaTrackRequest.md | 9 + .../operations/AddMediaTrackRequestBody.md | 8 + .../operations/AddMediaTrackResponse.md | 12 + .../operations/AddMediaTrackResponseBody.md | 11 + docs/models/operations/CancelUploadRequest.md | 8 + .../models/operations/CancelUploadResponse.md | 12 + .../operations/CancelUploadResponseBody.md | 11 + .../ChangeMediaOrderInPlaylistRequest.md | 9 + .../ChangeMediaOrderInPlaylistResponse.md | 12 + .../operations/CompleteLiveStreamRequest.md | 8 + .../operations/CompleteLiveStreamResponse.md | 12 + docs/models/operations/Configuration.md | 10 + .../operations/CreateAPlaylistResponse.md | 12 + .../CreateMediaPlaybackIdAccessPolicy.md | 12 - ...CreateMediaPlaybackIdAccessRestrictions.md | 8 +- .../CreateMediaPlaybackIdDomains.md | 10 - ...eateMediaPlaybackIdDomainsDefaultPolicy.md | 14 - .../CreateMediaPlaybackIdRequest.md | 8 +- .../CreateMediaPlaybackIdRequestBody.md | 6 +- .../CreateMediaPlaybackIdResponse.md | 13 +- .../CreateMediaPlaybackIdResponseBody.md | 10 +- .../CreateMediaPlaybackIdUserAgents.md | 10 - ...eMediaPlaybackIdUserAgentsDefaultPolicy.md | 14 - docs/models/operations/CreateMediaResponse.md | 13 +- .../operations/CreateMediaResponseBody.md | 11 - .../operations/CreateNewStreamResponse.md | 13 +- .../CreatePlaybackIdOfStreamRequest.md | 8 +- .../CreatePlaybackIdOfStreamResponse.md | 13 +- .../operations/CreateSigningKeyResponse.md | 12 + .../CreateSimulcastOfStreamRequest.md | 4 +- .../CreateSimulcastOfStreamResponse.md | 5 +- docs/models/operations/Data.md | 10 - .../operations/DeleteAPlaylistRequest.md | 8 + .../operations/DeleteAPlaylistResponse.md | 12 + .../operations/DeleteLiveStreamResponse.md | 13 +- .../DeleteMediaFromPlaylistRequest.md | 9 + .../DeleteMediaFromPlaylistResponse.md | 12 + .../DeleteMediaPlaybackIdRequest.md | 2 +- .../DeleteMediaPlaybackIdResponse.md | 13 +- .../DeleteMediaPlaybackIdResponseBody.md | 6 +- docs/models/operations/DeleteMediaRequest.md | 6 +- docs/models/operations/DeleteMediaResponse.md | 13 +- .../operations/DeleteMediaTrackRequest.md | 9 + .../operations/DeleteMediaTrackResponse.md | 12 + .../DeleteMediaTrackResponseBody.md | 10 + .../DeletePlaybackIdOfStreamResponse.md | 13 +- .../operations/DeleteSigningKeyRequest.md | 8 + .../operations/DeleteSigningKeyResponse.md | 12 + .../DeleteSimulcastOfStreamRequest.md | 2 +- .../DeleteSimulcastOfStreamResponse.md | 13 +- docs/models/operations/Dimension.md | 66 + docs/models/operations/DimensionsId.md | 66 + .../DirectUploadVideoMediaAccessPolicy.md | 5 +- .../DirectUploadVideoMediaMetadata.md | 9 - .../DirectUploadVideoMediaModeration.md | 8 + .../DirectUploadVideoMediaMp4Support.md | 13 + .../DirectUploadVideoMediaRequest.md | 8 +- .../DirectUploadVideoMediaResponse.md | 13 +- .../DirectUploadVideoMediaResponseBody.md | 8 +- .../operations/DisableLiveStreamRequest.md | 8 + .../operations/DisableLiveStreamResponse.md | 12 + .../operations/EnableLiveStreamRequest.md | 8 + .../operations/EnableLiveStreamResponse.md | 12 + docs/models/operations/File.md | 11 + .../GenerateSubtitleTrackRequest.md | 10 + .../GenerateSubtitleTrackResponse.md | 12 + .../GenerateSubtitleTrackResponseBody.md | 11 + .../operations/GetAllPlaylistsRequest.md | 9 + .../operations/GetAllPlaylistsResponse.md | 12 + .../models/operations/GetAllStreamsOrderBy.md | 11 - .../models/operations/GetAllStreamsRequest.md | 6 +- .../operations/GetAllStreamsResponse.md | 13 +- .../GetDrmConfigurationByIdRequest.md | 8 + .../GetDrmConfigurationByIdResponse.md | 12 + .../GetDrmConfigurationByIdResponseBody.md | 11 + .../operations/GetDrmConfigurationRequest.md | 9 + .../operations/GetDrmConfigurationResponse.md | 12 + .../GetDrmConfigurationResponseBody.md | 12 + .../operations/GetLiveStreamByIdResponse.md | 13 +- .../GetLiveStreamPlaybackIdRequest.md | 8 +- .../GetLiveStreamPlaybackIdResponse.md | 13 +- .../GetLiveStreamViewerCountByIdRequest.md | 8 + .../GetLiveStreamViewerCountByIdResponse.md | 12 + .../models/operations/GetMediaClipsRequest.md | 11 + .../operations/GetMediaClipsResponse.md | 12 + docs/models/operations/GetMediaRequest.md | 6 +- docs/models/operations/GetMediaResponse.md | 13 +- .../models/operations/GetMediaResponseBody.md | 8 +- .../operations/GetMediaSummaryRequest.md | 8 + .../operations/GetMediaSummaryResponse.md | 12 + .../operations/GetMediaSummaryResponseBody.md | 11 + .../operations/GetPlaybackIdAccessPolicy.md | 12 + .../GetPlaybackIdAccessRestrictions.md | 11 + docs/models/operations/GetPlaybackIdData.md | 10 + .../models/operations/GetPlaybackIdDomains.md | 10 + .../GetPlaybackIdDomainsDefaultPolicy.md | 9 + .../models/operations/GetPlaybackIdRequest.md | 9 + .../operations/GetPlaybackIdResponse.md | 12 + .../operations/GetPlaybackIdResponseBody.md | 11 + .../operations/GetPlaybackIdUserAgents.md | 10 + .../GetPlaybackIdUserAgentsDefaultPolicy.md | 9 + .../operations/GetPlaylistByIdRequest.md | 8 + .../operations/GetPlaylistByIdResponse.md | 12 + .../operations/GetSigningKeyByIdRequest.md | 8 + .../operations/GetSigningKeyByIdResponse.md | 12 + .../GetSpecificSimulcastOfStreamRequest.md | 2 +- .../GetSpecificSimulcastOfStreamResponse.md | 5 +- .../operations/GetTimeseriesDataMetricId.md | 36 + .../operations/GetTimeseriesDataRequest.md | 13 + .../operations/GetTimeseriesDataResponse.md | 12 + .../GetTimeseriesDataResponseBody.md | 13 + .../operations/GetTimeseriesDataSortOrder.md | 12 + .../operations/GetTimeseriesDataTimespan.md | 24 + .../operations/GetVideoViewDetailsRequest.md | 8 + .../operations/GetVideoViewDetailsResponse.md | 12 + .../GetVideoViewDetailsResponseBody.md | 11 + docs/models/operations/GroupBy.md | 14 + .../operations/ListBreakdownValuesMetricId.md | 36 + .../operations/ListBreakdownValuesRequest.md | 16 + .../operations/ListBreakdownValuesResponse.md | 12 + .../ListBreakdownValuesResponseBody.md | 14 + .../ListBreakdownValuesSortOrder.md | 12 + .../operations/ListBreakdownValuesTimespan.md | 24 + .../operations/ListByTopContentRequest.md | 10 + .../operations/ListByTopContentResponse.md | 12 + .../ListByTopContentResponseBody.md | 12 + .../operations/ListByTopContentTimespan.md | 24 + .../operations/ListComparisonValuesRequest.md | 11 + .../ListComparisonValuesResponse.md | 12 + .../ListComparisonValuesResponseBody.md | 12 + .../ListComparisonValuesTimespan.md | 24 + .../operations/ListDimensionsResponse.md | 12 + .../operations/ListDimensionsResponseBody.md | 11 + docs/models/operations/ListErrorsData.md | 11 + docs/models/operations/ListErrorsRequest.md | 10 + docs/models/operations/ListErrorsResponse.md | 12 + .../operations/ListErrorsResponseBody.md | 12 + docs/models/operations/ListErrorsTimespan.md | 24 + .../ListFilterValuesForDimensionRequest.md | 10 + .../ListFilterValuesForDimensionResponse.md | 12 + ...istFilterValuesForDimensionResponseBody.md | 12 + .../ListFilterValuesForDimensionTimespan.md | 24 + .../models/operations/ListLiveClipsRequest.md | 11 + .../operations/ListLiveClipsResponse.md | 12 + .../operations/ListLiveClipsResponseBody.md | 12 + docs/models/operations/ListMediaOrderBy.md | 11 - docs/models/operations/ListMediaRequest.md | 2 +- docs/models/operations/ListMediaResponse.md | 13 +- .../operations/ListMediaResponseBody.md | 2 +- .../operations/ListOverallValuesMetricId.md | 36 + .../operations/ListOverallValuesRequest.md | 11 + .../operations/ListOverallValuesResponse.md | 12 + .../ListOverallValuesResponseBody.md | 13 + .../operations/ListOverallValuesTimespan.md | 24 + .../operations/ListPlaybackIdsAccessPolicy.md | 12 + .../ListPlaybackIdsAccessRestrictions.md | 11 + docs/models/operations/ListPlaybackIdsData.md | 10 + .../operations/ListPlaybackIdsDomains.md | 10 + .../ListPlaybackIdsDomainsDefaultPolicy.md | 9 + .../operations/ListPlaybackIdsRequest.md | 8 + .../operations/ListPlaybackIdsResponse.md | 12 + .../operations/ListPlaybackIdsResponseBody.md | 11 + .../operations/ListPlaybackIdsUserAgents.md | 10 + .../ListPlaybackIdsUserAgentsDefaultPolicy.md | 9 + .../operations/ListSigningKeysRequest.md | 9 + .../operations/ListSigningKeysResponse.md | 12 + docs/models/operations/ListUploadsRequest.md | 10 + docs/models/operations/ListUploadsResponse.md | 12 + .../operations/ListUploadsResponseBody.md | 12 + .../operations/ListVideoViewsRequest.md | 15 + .../operations/ListVideoViewsResponse.md | 12 + .../operations/ListVideoViewsResponseBody.md | 13 + .../operations/ListVideoViewsTimespan.md | 24 + docs/models/operations/MaxResolution.md | 3 +- docs/models/operations/MediaQuality.md | 12 + docs/models/operations/Moderation.md | 8 - docs/models/operations/Mp4Support.md | 13 - docs/models/operations/OrderBy.md | 11 + docs/models/operations/PushMediaSettings.md | 44 +- docs/models/operations/Resolution.md | 14 + .../operations/RetrieveMediaInputInfoData.md | 11 + .../RetrieveMediaInputInfoResponse.md | 13 +- .../RetrieveMediaInputInfoResponseBody.md | 8 +- docs/models/operations/Subtitles.md | 10 +- docs/models/operations/SubtitlesMetadata.md | 9 - docs/models/operations/Track.md | 2 + .../operations/UpdateAPlaylistRequest.md | 9 + .../operations/UpdateAPlaylistResponse.md | 12 + .../UpdateDomainRestrictionsData.md | 10 + .../UpdateDomainRestrictionsDefaultPolicy.md | 11 + .../UpdateDomainRestrictionsRequest.md | 10 + .../UpdateDomainRestrictionsRequestBody.md | 10 + .../UpdateDomainRestrictionsResponse.md | 12 + .../UpdateDomainRestrictionsResponseBody.md | 11 + .../operations/UpdateLiveStreamRequest.md | 8 +- .../operations/UpdateLiveStreamResponse.md | 13 +- .../operations/UpdateMediaChaptersRequest.md | 9 + .../UpdateMediaChaptersRequestBody.md | 8 + .../operations/UpdateMediaChaptersResponse.md | 12 + .../UpdateMediaChaptersResponseBody.md | 11 + .../UpdateMediaModerationModeration.md | 8 + .../UpdateMediaModerationRequest.md | 9 + .../UpdateMediaModerationRequestBody.md | 8 + .../UpdateMediaModerationResponse.md | 12 + .../UpdateMediaModerationResponseBody.md | 11 + .../UpdateMediaNamedEntitiesRequest.md | 9 + .../UpdateMediaNamedEntitiesRequestBody.md | 8 + .../UpdateMediaNamedEntitiesResponse.md | 12 + .../UpdateMediaNamedEntitiesResponseBody.md | 11 + .../operations/UpdateMediaSummaryRequest.md | 9 + .../UpdateMediaSummaryRequestBody.md | 9 + .../operations/UpdateMediaSummaryResponse.md | 12 + .../UpdateMediaSummaryResponseBody.md | 11 + .../operations/UpdateMediaTrackRequest.md | 10 + .../operations/UpdateMediaTrackResponse.md | 12 + .../UpdateMediaTrackResponseBody.md | 11 + .../UpdateSpecificSimulcastOfStreamRequest.md | 4 +- ...UpdateSpecificSimulcastOfStreamResponse.md | 5 +- .../UpdateUserAgentRestrictionsData.md | 10 + ...pdateUserAgentRestrictionsDefaultPolicy.md | 11 + .../UpdateUserAgentRestrictionsRequest.md | 10 + .../UpdateUserAgentRestrictionsRequestBody.md | 10 + .../UpdateUserAgentRestrictionsResponse.md | 12 + ...UpdateUserAgentRestrictionsResponseBody.md | 11 + .../models/operations/UpdatedMediaMetadata.md | 9 - docs/models/operations/UpdatedMediaRequest.md | 8 +- .../operations/UpdatedMediaRequestBody.md | 8 +- .../models/operations/UpdatedMediaResponse.md | 13 +- .../operations/UpdatedMediaResponseBody.md | 8 +- .../operations/UpdatedMp4SupportMp4Support.md | 14 + .../operations/UpdatedMp4SupportRequest.md | 9 + .../UpdatedMp4SupportRequestBody.md | 8 + .../operations/UpdatedMp4SupportResponse.md | 12 + .../UpdatedMp4SupportResponseBody.md | 11 + .../operations/UpdatedSourceAccessRequest.md | 9 + .../UpdatedSourceAccessRequestBody.md | 8 + .../operations/UpdatedSourceAccessResponse.md | 12 + .../UpdatedSourceAccessResponseBody.md | 11 + docs/sdks/aifeatures/README.md | 82 + docs/sdks/dimensions/README.md | 129 + docs/sdks/drmconfigurations/README.md | 136 + docs/sdks/errors/README.md | 84 + docs/sdks/fastpixsdk/README.md | 17 - docs/sdks/inputvideo/README.md | 277 - docs/sdks/inputvideos/README.md | 204 + docs/sdks/invideoaifeatures/README.md | 155 + docs/sdks/liveplayback/README.md | 129 + docs/sdks/liveplaybacks/README.md | 65 + docs/sdks/livestream/README.md | 259 + docs/sdks/managelivestream/README.md | 209 +- docs/sdks/managelivestreams/README.md | 68 + docs/sdks/managevideos/README.md | 505 +- docs/sdks/metrics/README.md | 335 + docs/sdks/playback/README.md | 409 +- docs/sdks/playlist/README.md | 146 + docs/sdks/playlists/README.md | 408 + docs/sdks/signingkeys/README.md | 327 + docs/sdks/simulcasts/README.md | 74 + docs/sdks/simulcaststream/README.md | 251 +- docs/sdks/simulcaststreams/README.md | 127 + docs/sdks/startlivestream/README.md | 83 - docs/sdks/streams/README.md | 153 + docs/sdks/videos/README.md | 694 + docs/sdks/views/README.md | 233 + docs/utils/Blob.md | 195 + gradle.properties | 3 +- gradle/wrapper/gradle-wrapper.jar | Bin 43462 -> 43764 bytes gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 12 +- gradlew.bat | 26 +- publishing.gradle | 114 + settings.gradle | 13 +- .../build.gradle | 38 + .../openapi/ConditionalOnPropertyPrefix.java | 43 + .../openapi/OnPropertyPrefixCondition.java | 70 + .../openapis/openapi/OpenapiAutoConfig.java | 730 + .../openapi/OpenapiAutoConfigProperties.java | 484 + ...ot.autoconfigure.AutoConfiguration.imports | 1 + .../openapi-spring-boot-starter/build.gradle | 32 + src/.DS_Store | Bin 6148 -> 0 bytes src/main/.DS_Store | Bin 6148 -> 0 bytes src/main/java/.DS_Store | Bin 6148 -> 0 bytes src/main/java/io/.DS_Store | Bin 6148 -> 0 bytes src/main/java/io/fastpix/sdk/FastPixSDK.java | 208 - src/main/java/io/fastpix/sdk/InputVideo.java | 638 - .../java/io/fastpix/sdk/ManageLiveStream.java | 901 - .../java/io/fastpix/sdk/ManageVideos.java | 1224 - src/main/java/io/fastpix/sdk/Playback.java | 1192 - .../java/io/fastpix/sdk/SDKConfiguration.java | 61 - .../java/io/fastpix/sdk/SecuritySource.java | 27 - .../java/io/fastpix/sdk/SimulcastStream.java | 961 - .../java/io/fastpix/sdk/StartLiveStream.java | 270 - .../sdk/models/components/AudioInput.java | 248 - .../sdk/models/components/AudioInputType.java | 39 - .../components/CreateLiveStreamRequest.java | 139 - .../CreateLiveStreamRequestMaxResolution.java | 41 - .../CreateLiveStreamRequestMetadata.java | 63 - .../models/components/CreateMediaRequest.java | 772 - .../CreateMediaRequestAccessRestrictions.java | 151 - .../components/CreateMediaRequestDomains.java | 273 - ...reateMediaRequestDomainsDefaultPolicy.java | 42 - .../CreateMediaRequestLanguageCode.java | 45 - .../CreateMediaRequestMaxResolution.java | 44 - .../CreateMediaRequestMetadata.java | 63 - .../CreateMediaRequestMp4Support.java | 41 - .../CreateMediaRequestUserAgents.java | 273 - ...teMediaRequestUserAgentsDefaultPolicy.java | 42 - .../components/CreateMediaResponse.java | 571 - .../CreateMediaResponseMaxResolution.java | 44 - .../CreateMediaResponseMetadata.java | 63 - .../sdk/models/components/DirectUpload.java | 485 - .../components/DirectUploadResponse.java | 170 - .../DirectUploadResponseMetadata.java | 63 - .../GetCreateLiveStreamResponseDTO.java | 928 - ...etCreateLiveStreamResponseDTOMetadata.java | 63 - ...eStreamResponseDTOSrtPlaybackResponse.java | 189 - .../models/components/GetStreamsResponse.java | 254 - .../sdk/models/components/ImposeTrack.java | 365 - .../fastpix/sdk/models/components/Input.java | 109 - .../models/components/InputMediaSettings.java | 343 - .../components/LiveStreamDeleteResponse.java | 125 - .../components/LiveStreamResponseDTO.java | 192 - .../components/LivestreamgetResponse.java | 192 - .../fastpix/sdk/models/components/Media.java | 1054 - .../models/components/MediaMaxResolution.java | 44 - .../sdk/models/components/MediaMetadata.java | 63 - .../models/components/MediaMp4Support.java | 42 - .../sdk/models/components/MediaPolicy.java | 40 - .../sdk/models/components/Moderation.java | 98 - .../sdk/models/components/Pagination.java | 250 - .../components/PatchLiveStreamRequest.java | 198 - .../PatchLiveStreamRequestMetadata.java | 63 - .../models/components/PatchResponseDTO.java | 192 - .../models/components/PatchResponseData.java | 899 - .../components/PatchResponseDataMetadata.java | 63 - .../PatchResponseDataSrtPlaybackResponse.java | 189 - .../sdk/models/components/Placement.java | 307 - .../sdk/models/components/PlaybackId.java | 252 - .../components/PlaybackIdAccessPolicy.java | 41 - .../PlaybackIdAccessRestrictions.java | 192 - .../models/components/PlaybackIdDomains.java | 254 - .../PlaybackIdDomainsDefaultPolicy.java | 40 - .../models/components/PlaybackIdRequest.java | 137 - .../PlaybackIdRequestAccessPolicy.java | 40 - .../models/components/PlaybackIdResponse.java | 174 - .../components/PlaybackIdResponseData.java | 184 - .../components/PlaybackIdUserAgents.java | 254 - .../PlaybackIdUserAgentsDefaultPolicy.java | 40 - .../sdk/models/components/PlaybackIds.java | 189 - .../models/components/PlaybackSettings.java | 142 - .../PlaybackSettingsAccessPolicy.java | 40 - .../sdk/models/components/Security.java | 116 - .../sdk/models/components/Segment1.java | 140 - .../sdk/models/components/Segment2.java | 140 - .../sdk/models/components/SegmentUnion.java | 95 - .../models/components/SimulcastRequest.java | 184 - .../models/components/SimulcastResponse.java | 192 - .../components/SimulcastResponseData.java | 372 - .../components/SimulcastResponseMetadata.java | 63 - .../components/SimulcastUpdateRequest.java | 187 - .../SimulcastUpdateRequestMetadata.java | 63 - .../components/SimulcastUpdateResponse.java | 192 - .../SimulcastUpdateResponseData.java | 372 - .../SimulcastUpdateResponseMetadata.java | 63 - .../components/SimulcastdeleteResponse.java | 125 - .../models/components/SourceResolution.java | 44 - .../sdk/models/components/Subtitle.java | 252 - .../sdk/models/components/SubtitleInput.java | 226 - .../components/SubtitleInputLanguageCode.java | 95 - .../models/components/SubtitleMetadata.java | 63 - .../sdk/models/components/Summary.java | 185 - .../fastpix/sdk/models/components/Track.java | 413 - .../sdk/models/components/VideoInput.java | 513 - .../sdk/models/components/WatermarkInput.java | 409 - .../models/components/WatermarkInputType.java | 39 - .../sdk/models/errors/APIException.java | 84 - .../sdk/models/errors/AuthException.java | 32 - .../sdk/models/errors/BadRequestError.java | 250 - .../models/errors/BadRequestException.java | 190 - .../io/fastpix/sdk/models/errors/Field.java | 184 - .../sdk/models/errors/ForbiddenError.java | 250 - .../sdk/models/errors/ForbiddenException.java | 190 - .../models/errors/InvalidPermissionError.java | 250 - .../errors/InvalidPermissionException.java | 190 - .../sdk/models/errors/MediaNotFoundError.java | 250 - .../models/errors/MediaNotFoundException.java | 190 - .../errors/MediaOrPlaybackNotFoundError.java | 250 - .../MediaOrPlaybackNotFoundException.java | 190 - .../sdk/models/errors/NotFoundError.java | 190 - .../sdk/models/errors/NotFoundErrorError.java | 250 - .../errors/NotFoundErrorPlaybackId.java | 190 - .../errors/NotFoundErrorPlaybackIdError.java | 250 - .../models/errors/NotFoundErrorSimulcast.java | 190 - .../errors/NotFoundErrorSimulcastError.java | 250 - .../errors/SimulcastUnavailableError.java | 250 - .../errors/SimulcastUnavailableException.java | 190 - .../sdk/models/errors/UnauthorizedError.java | 250 - .../models/errors/UnauthorizedException.java | 190 - .../errors/ValidationErrorResponse.java | 190 - .../errors/ValidationErrorResponseError.java | 253 - .../CreateMediaPlaybackIdAccessPolicy.java | 41 - ...eateMediaPlaybackIdAccessRestrictions.java | 151 - .../CreateMediaPlaybackIdDomains.java | 273 - ...teMediaPlaybackIdDomainsDefaultPolicy.java | 42 - .../CreateMediaPlaybackIdRequest.java | 165 - .../CreateMediaPlaybackIdRequestBody.java | 155 - .../CreateMediaPlaybackIdRequestBuilder.java | 45 - .../CreateMediaPlaybackIdResponse.java | 248 - .../CreateMediaPlaybackIdResponseBody.java | 192 - .../CreateMediaPlaybackIdUserAgents.java | 273 - ...ediaPlaybackIdUserAgentsDefaultPolicy.java | 42 - .../operations/CreateMediaRequestBuilder.java | 37 - .../operations/CreateMediaResponse.java | 248 - .../operations/CreateMediaResponseBody.java | 175 - .../CreateNewStreamRequestBuilder.java | 37 - .../operations/CreateNewStreamResponse.java | 249 - .../CreatePlaybackIdOfStreamRequest.java | 148 - ...reatePlaybackIdOfStreamRequestBuilder.java | 46 - .../CreatePlaybackIdOfStreamResponse.java | 249 - .../CreateSimulcastOfStreamRequest.java | 148 - ...CreateSimulcastOfStreamRequestBuilder.java | 46 - .../CreateSimulcastOfStreamResponse.java | 249 - .../fastpix/sdk/models/operations/Data.java | 133 - .../operations/DeleteLiveStreamRequest.java | 98 - .../DeleteLiveStreamRequestBuilder.java | 30 - .../operations/DeleteLiveStreamResponse.java | 249 - .../DeleteMediaPlaybackIdRequest.java | 139 - .../DeleteMediaPlaybackIdRequestBuilder.java | 38 - .../DeleteMediaPlaybackIdResponse.java | 248 - .../DeleteMediaPlaybackIdResponseBody.java | 130 - .../models/operations/DeleteMediaRequest.java | 98 - .../operations/DeleteMediaRequestBuilder.java | 30 - .../operations/DeleteMediaResponse.java | 248 - .../operations/DeleteMediaResponseBody.java | 130 - .../DeletePlaybackIdOfStreamRequest.java | 139 - ...eletePlaybackIdOfStreamRequestBuilder.java | 38 - .../DeletePlaybackIdOfStreamResponse.java | 249 - .../DeleteSimulcastOfStreamRequest.java | 139 - ...DeleteSimulcastOfStreamRequestBuilder.java | 38 - .../DeleteSimulcastOfStreamResponse.java | 249 - .../DirectUploadVideoMediaAccessPolicy.java | 40 - ...ectUploadVideoMediaAccessRestrictions.java | 151 - .../DirectUploadVideoMediaDomains.java | 273 - ...tUploadVideoMediaDomainsDefaultPolicy.java | 42 - .../DirectUploadVideoMediaMetadata.java | 63 - .../DirectUploadVideoMediaRequest.java | 173 - .../DirectUploadVideoMediaRequestBuilder.java | 36 - .../DirectUploadVideoMediaResponse.java | 248 - .../DirectUploadVideoMediaResponseBody.java | 193 - .../DirectUploadVideoMediaUserAgents.java | 273 - .../operations/GetAllStreamsOrderBy.java | 40 - .../operations/GetAllStreamsRequest.java | 270 - .../GetAllStreamsRequestBuilder.java | 102 - .../operations/GetAllStreamsResponse.java | 249 - .../operations/GetLiveStreamByIdRequest.java | 98 - .../GetLiveStreamByIdRequestBuilder.java | 30 - .../operations/GetLiveStreamByIdResponse.java | 249 - .../GetLiveStreamPlaybackIdRequest.java | 139 - ...GetLiveStreamPlaybackIdRequestBuilder.java | 38 - .../GetLiveStreamPlaybackIdResponse.java | 249 - .../models/operations/GetMediaRequest.java | 98 - .../operations/GetMediaRequestBuilder.java | 30 - .../models/operations/GetMediaResponse.java | 248 - .../operations/GetMediaResponseBody.java | 175 - .../GetSpecificSimulcastOfStreamRequest.java | 139 - ...ecificSimulcastOfStreamRequestBuilder.java | 38 - .../GetSpecificSimulcastOfStreamResponse.java | 249 - .../fastpix/sdk/models/operations/Input.java | 113 - .../sdk/models/operations/LanguageCode.java | 45 - .../models/operations/ListMediaOrderBy.java | 40 - .../models/operations/ListMediaRequest.java | 271 - .../operations/ListMediaRequestBuilder.java | 102 - .../models/operations/ListMediaResponse.java | 248 - .../operations/ListMediaResponseBody.java | 256 - .../sdk/models/operations/Moderation.java | 126 - .../sdk/models/operations/Mp4Support.java | 41 - .../models/operations/PushMediaSettings.java | 911 - .../RetrieveMediaInputInfoRequest.java | 98 - .../RetrieveMediaInputInfoRequestBuilder.java | 30 - .../RetrieveMediaInputInfoResponse.java | 248 - .../RetrieveMediaInputInfoResponseBody.java | 193 - .../operations/SDKMethodInterfaces.java | 139 - .../sdk/models/operations/Subtitles.java | 252 - .../models/operations/SubtitlesMetadata.java | 63 - .../sdk/models/operations/Summary.java | 203 - .../operations/UpdateLiveStreamRequest.java | 148 - .../UpdateLiveStreamRequestBuilder.java | 46 - .../operations/UpdateLiveStreamResponse.java | 249 - ...pdateSpecificSimulcastOfStreamRequest.java | 190 - ...ecificSimulcastOfStreamRequestBuilder.java | 54 - ...dateSpecificSimulcastOfStreamResponse.java | 249 - .../operations/UpdatedMediaMetadata.java | 63 - .../operations/UpdatedMediaRequest.java | 147 - .../operations/UpdatedMediaRequestBody.java | 126 - .../UpdatedMediaRequestBuilder.java | 45 - .../operations/UpdatedMediaResponse.java | 248 - .../operations/UpdatedMediaResponseBody.java | 175 - .../java/io/fastpix/sdk/utils/Constants.java | 10 - .../io/fastpix/sdk/utils/EventStream.java | 129 - .../sdk/utils/EventStreamLineReader.java | 70 - .../fastpix/sdk/utils/EventStreamReader.java | 155 - .../io/fastpix/sdk/utils/FormMetadata.java | 22 - .../java/io/fastpix/sdk/utils/HTTPClient.java | 31 - .../io/fastpix/sdk/utils/HasSecurity.java | 10 - .../io/fastpix/sdk/utils/HeaderMetadata.java | 21 - src/main/java/io/fastpix/sdk/utils/Hooks.java | 196 - .../java/io/fastpix/sdk/utils/Metadata.java | 82 - .../java/io/fastpix/sdk/utils/Multipart.java | 209 - .../sdk/utils/MultipartFormMetadata.java | 22 - .../java/io/fastpix/sdk/utils/NameValue.java | 22 - .../fastpix/sdk/utils/OneOfDeserializer.java | 270 - .../fastpix/sdk/utils/PathParamsMetadata.java | 24 - .../sdk/utils/QueryParamsMetadata.java | 24 - .../io/fastpix/sdk/utils/RequestMetadata.java | 19 - .../java/io/fastpix/sdk/utils/Response.java | 25 - .../java/io/fastpix/sdk/utils/Security.java | 303 - .../fastpix/sdk/utils/SecurityMetadata.java | 23 - .../io/fastpix/sdk/utils/SessionManager.java | 182 - .../sdk/utils/SpeakeasyHTTPClient.java | 142 - .../fastpix/sdk/utils/SpeakeasyMetadata.java | 15 - .../java/org/openapis/openapi/AiFeatures.java | 142 + .../org/openapis/openapi/AsyncAiFeatures.java | 145 + .../org/openapis/openapi/AsyncDimensions.java | 235 + .../openapi/AsyncDrmConfigurations.java | 203 + .../org/openapis/openapi/AsyncErrors.java | 155 + .../org/openapis/openapi/AsyncFastpix.java | 277 + .../openapi/AsyncInVideoAiFeatures.java | 268 + .../openapis/openapi/AsyncInputVideos.java | 400 + .../openapis/openapi/AsyncLivePlayback.java | 185 + .../openapis/openapi/AsyncLivePlaybacks.java | 106 + .../org/openapis/openapi/AsyncLiveStream.java | 387 + .../openapi/AsyncManageLiveStream.java | 211 + .../openapi/AsyncManageLiveStreams.java | 123 + .../openapis/openapi/AsyncManageVideos.java | 939 + .../org/openapis/openapi/AsyncMetrics.java | 585 + .../org/openapis/openapi/AsyncPlayback.java | 580 + .../org/openapis/openapi/AsyncPlaylist.java | 210 + .../org/openapis/openapi/AsyncPlaylists.java | 553 + .../openapis/openapi/AsyncSigningKeys.java | 591 + .../openapi/AsyncSimulcastStream.java | 155 + .../openapi/AsyncSimulcastStreams.java | 205 + .../org/openapis/openapi/AsyncSimulcasts.java | 125 + .../org/openapis/openapi/AsyncStreams.java | 250 + .../org/openapis/openapi/AsyncVideos.java | 1159 + .../java/org/openapis/openapi/AsyncViews.java | 405 + .../java/org/openapis/openapi/Dimensions.java | 229 + .../openapis/openapi/DrmConfigurations.java | 198 + .../java/org/openapis/openapi/Errors.java | 151 + .../java/org/openapis/openapi/Fastpix.java | 496 + .../openapis/openapi/InVideoAiFeatures.java | 263 + .../org/openapis/openapi/InputVideos.java | 395 + .../org/openapis/openapi/LivePlayback.java | 180 + .../org/openapis/openapi/LivePlaybacks.java | 103 + .../java/org/openapis/openapi/LiveStream.java | 378 + .../openapis/openapi/ManageLiveStream.java | 206 + .../openapis/openapi/ManageLiveStreams.java | 120 + .../org/openapis/openapi/ManageVideos.java | 920 + .../java/org/openapis/openapi/Metrics.java | 574 + .../java/org/openapis/openapi/Playback.java | 565 + .../java/org/openapis/openapi/Playlist.java | 205 + .../java/org/openapis/openapi/Playlists.java | 540 + .../openapis/openapi/SDKConfiguration.java | 145 + .../org/openapis/openapi/SecuritySource.java | 29 + .../org/openapis/openapi/SigningKeys.java | 582 + .../org/openapis/openapi/SimulcastStream.java | 152 + .../openapis/openapi/SimulcastStreams.java | 200 + .../java/org/openapis/openapi/Simulcasts.java | 121 + .../java/org/openapis/openapi/Streams.java | 244 + .../java/org/openapis/openapi/Videos.java | 1136 + src/main/java/org/openapis/openapi/Views.java | 397 + .../org/openapis/openapi/hooks/SDKHooks.java | 42 + .../models/components/AccessPolicy.java | 138 + .../models/components/AddTrackRequest.java | 254 + .../components/AddTrackRequestType.java | 42 + .../models/components/AddTrackResponse.java | 261 + .../components/AddTrackResponseType.java | 134 + .../models/components/AiResponseRecord.java | 157 + .../models/components/AiSummaryRecord.java | 155 + .../openapi/models/components/AudioInput.java | 184 + .../models/components/AudioInputType.java | 41 + .../openapi/models/components/AudioTrack.java | 273 + .../models/components/AudioTrackType.java | 130 + .../models/components/BasicAccessPolicy.java | 42 + .../BrowserNameDimensiondetails.java | 181 + .../models/components/ChaptersResponse.java | 124 + .../components/CreateLiveStreamRequest.java | 137 + .../CreateLiveStreamRequestMaxResolution.java | 43 + .../CreateLiveStreamResponseDTO.java | 799 + .../models/components/CreateMediaRequest.java | 756 + .../CreateMediaRequestAccessPolicy.java | 8 +- .../CreateMediaRequestAccessRestrictions.java | 121 + .../components/CreateMediaRequestDomains.java | 197 + .../CreateMediaRequestLanguageCode.java | 49 + .../CreateMediaRequestMaxResolution.java | 45 + .../CreateMediaRequestMediaQuality.java | 43 + .../CreateMediaRequestMp4Support.java | 45 + .../components/CreateMediaRequestType.java | 10 +- .../CreateMediaRequestUserAgents.java | 201 + .../components/CreateMediaResponse.java | 559 + .../components/CreateMediaResponseInput.java | 143 + .../CreateMediaResponseMaxResolution.java | 146 + .../CreateMediaResponseMediaQuality.java | 138 + .../components/CreateMediaResponseStatus.java | 158 + .../CreateMediaSuccessResponse.java | 133 + .../models/components/CreatePlaybackId.java | 228 + .../CreatePlaybackIdAccessRestrictions.java | 156 + .../components/CreatePlaybackIdDomains.java | 186 + .../CreatePlaybackIdUserAgents.java | 186 + .../components/CreatePlaylistRequest.java | 27 + .../CreatePlaylistRequestManual.java | 272 + .../CreatePlaylistRequestManualType.java | 41 + .../CreatePlaylistRequestSmart.java | 355 + .../CreatePlaylistRequestSmartType.java | 41 + .../CreatePlaylistRequestTypeIdResolver.java | 48 + .../models/components/CreateResponse.java | 144 + .../CreateSigningKeyResponseDTO.java | 189 + .../openapi/models/components/Custom1.java | 192 + .../openapi/models/components/Custom2.java | 111 + .../models/components/DataPagination.java | 193 + .../openapi/models/components/DateRange.java | 125 + .../models/components/DefaultError.java | 144 + .../components/DeleteSigningKeyResponse.java | 107 + .../models/components/DirectUpload.java | 354 + .../components/DirectUploadResponse.java | 261 + .../DirectUploadResponseMediaQuality.java | 138 + .../models/components/DirectUploadStatus.java | 130 + .../models/components/DomainRestrictions.java | 185 + .../components/DomainsDefaultPolicy.java | 44 + .../models/components/DrmIdResponse.java | 106 + .../openapi/models/components/Error.java | 193 + .../models/components/ErrorDetails.java | 381 + .../components/ErrorDetailsPercentage.java | 119 + .../openapi/models/components/Event.java | 262 + .../openapi/models/components/EventTime.java | 119 + .../components/GenerateTrackResponse.java | 270 + .../GenerateTrackResponseLanguageCode.java | 354 + .../components/GenerateTrackResponseType.java | 130 + .../components/GetAllMediaResponse.java | 1223 + .../GetAllMediaResponseMaxResolution.java | 146 + .../GetAllMediaResponseMediaQuality.java | 138 + .../GetAllMediaResponseMp4Support.java | 146 + .../GetAllMediaResponseSourceResolution.java | 166 + .../components/GetAllMediaResponseStatus.java | 158 + .../components/GetAllMediaResponseTrack.java | 133 + .../components/GetAllPlaylistsResponse.java | 172 + .../components/GetAllSigningKeysResponse.java | 171 + .../GetAllSigningKeysResponseDto.java | 148 + .../GetCreateLiveStreamResponseDTO.java | 884 + .../models/components/GetMediaResponse.java | 1223 + .../GetMediaResponseMaxResolution.java | 146 + .../GetMediaResponseMediaQuality.java | 138 + .../GetMediaResponseMp4Support.java | 146 + .../GetMediaResponseSourceResolution.java | 166 + .../components/GetMediaResponseStatus.java | 158 + .../components/GetMediaResponseTrack.java | 133 + ...PublicPemUsingSigningKeyIdResponseDTO.java | 148 + ...icPemUsingSigningKeyIdResponseDTOData.java | 173 + .../models/components/GetStreamsResponse.java | 186 + .../models/components/ImposeTrack.java | 258 + .../openapi/models/components/Input.java | 152 + .../models/components/InputMediaSettings.java | 295 + .../models/components/LanguageCode.java | 101 + .../models/components/LiveMediaClips.java | 789 + .../LiveMediaClipsMaxResolution.java | 146 + .../LiveMediaClipsSourceResolution.java | 166 + .../components/LiveMediaClipsStatus.java | 158 + .../components/LiveMediaClipsTrack.java | 133 + .../models/components/LiveSimulcast.java | 281 + .../components/LiveStreamDeleteResponse.java | 107 + .../components/LiveStreamPagination.java | 185 + .../components/LiveStreamResponseDTO.java | 148 + .../components/LivestreamgetResponse.java | 148 + .../openapi/models/components/Media.java | 1101 + .../components/MediaCancelResponse.java | 504 + .../models/components/MediaClipResponse.java | 160 + .../components/MediaClipResponseData.java | 285 + .../MediaClipResponsePagination.java | 181 + .../MediaClipResponsePlaybackId.java | 143 + .../components/MediaClipResponseStatus.java | 158 + .../models/components/MediaIdsRequest.java | 94 + .../models/components/MediaMaxResolution.java | 146 + .../models/components/MediaMediaQuality.java | 138 + .../models/components/MediaMp4Support.java | 146 + .../components/MediaSourceResolution.java | 166 + .../models/components/MediaStatus.java | 158 + .../openapi/models/components/MediaTrack.java | 133 + .../openapi/models/components/MediaType.java | 43 + .../openapi/models/components/Metadata.java | 148 + .../components/MetricsBreakdownDetails.java | 265 + .../components/MetricsComparisonDetails.java | 311 + .../components/MetricsOverallDataDetails.java | 311 + .../MetricsOverallmetadataDetails.java | 110 + .../MetricsTimeseriesDataDetails.java | 190 + .../MetricsTimeseriesmetadataDetails.java | 147 + .../components/MetricsmetadataDetails.java | 110 + .../openapi/models/components/Moderation.java | 106 + .../models/components/ModerationResponse.java | 124 + .../components/NamedEntitiesResponse.java | 124 + .../openapi/models/components/Pagination.java | 185 + .../components/PatchLiveStreamRequest.java | 174 + .../models/components/PatchResponseDTO.java | 148 + .../models/components/PatchResponseData.java | 779 + .../openapi/models/components/Placement.java | 220 + .../openapi/models/components/PlaybackId.java | 190 + .../PlaybackIdAccessRestrictions.java | 156 + .../models/components/PlaybackIdDomains.java | 186 + .../models/components/PlaybackIdRequest.java | 115 + .../models/components/PlaybackIdResponse.java | 147 + .../components/PlaybackIdSuccessResponse.java | 137 + .../PlaybackIdSuccessResponseData.java | 143 + .../components/PlaybackIdUserAgents.java | 186 + .../models/components/PlaybackSettings.java | 119 + .../models/components/PlayerHeight.java | 120 + .../models/components/PlayerViewCount.java | 121 + .../components/PlaylistByIdResponse.java | 125 + .../components/PlaylistByIdResponseData.java | 27 + .../PlaylistByIdResponseDataManual.java | 443 + .../PlaylistByIdResponseDataManualType.java | 130 + .../PlaylistByIdResponseDataSmart.java | 523 + .../PlaylistByIdResponseDataSmartType.java | 130 + ...laylistByIdResponseDataTypeIdResolver.java | 48 + .../PlaylistByIdResponseMediaListItem.java | 375 + .../PlaylistByIdResponseMetadata.java | 148 + .../components/PlaylistCreatedResponse.java | 129 + .../components/PlaylistCreatedSchema.java | 27 + .../PlaylistCreatedSchemaTypeIdResolver.java | 48 + .../components/PlaylistDeleteResponse.java | 107 + .../models/components/PlaylistItem.java | 296 + .../models/components/PlaylistItemType.java | 134 + .../models/components/PlaylistOrder.java | 134 + .../models/components/PolicyAction.java | 134 + .../openapi/models/components/PropertyId.java | 121 + .../models/components/PullVideoInput.java | 473 + .../components/PullVideoInputSegment1.java | 148 + .../components/PullVideoInputSegment2.java | 148 + .../PullVideoInputSegmentUnion.java | 114 + .../openapi/models/components/Resolution.java | 146 + .../openapi/models/components/Security.java | 116 + .../components/SigningKeysPagination.java | 185 + .../models/components/SimulcastRequest.java | 209 + .../models/components/SimulcastResponse.java | 148 + .../components/SimulcastResponseData.java | 285 + .../components/SimulcastUpdateRequest.java | 160 + .../components/SimulcastUpdateResponse.java | 148 + .../SimulcastUpdateResponseData.java | 285 + .../components/SimulcastdeleteResponse.java | 107 + .../openapi/models/components/SortOrder.java | 42 + .../models/components/SourceAccessMedia.java | 1045 + .../SourceAccessMediaMaxResolution.java | 146 + .../SourceAccessMediaMediaQuality.java | 138 + .../SourceAccessMediaSourceResolution.java | 166 + .../components/SourceAccessMediaStatus.java | 158 + .../components/SourceAccessMediaTrack.java | 133 + .../components/SrtPlaybackResponse.java | 155 + .../models/components/SubtitleInput.java | 237 + .../models/components/SubtitleTrack.java | 273 + .../models/components/SubtitleTrackType.java | 130 + .../openapi/models/components/Subtitles.java | 201 + .../openapi/models/components/Summary.java | 153 + .../models/components/SummaryResponse.java | 124 + .../models/components/TopErrorDetails.java | 343 + .../components/TopErrorDetailsPercentage.java | 119 + .../TrackSubtitlesGenerateRequest.java | 209 + .../models/components/TracksSubtitles.java | 145 + .../UniqueViewersEffectedPercentage.java | 119 + .../UnknownCreatePlaylistRequest.java | 28 + .../UnknownPlaylistByIdResponseData.java | 28 + .../UnknownPlaylistCreatedSchema.java | 28 + .../models/components/UnusedDirectUpload.java | 354 + .../UnusedDirectUploadResponse.java | 261 + ...nusedDirectUploadResponseMediaQuality.java | 138 + .../components/UnusedDirectUploadStatus.java | 130 + .../components/UnusedUploadsPlaybackId.java | 151 + ...edUploadsPlaybackIdAccessRestrictions.java | 156 + .../UnusedUploadsPlaybackIdDomains.java | 186 + .../UnusedUploadsPlaybackIdUserAgents.java | 186 + .../models/components/UpdateMedia.java | 1054 + .../components/UpdateMediaMaxResolution.java | 150 + .../components/UpdateMediaMediaQuality.java | 138 + .../UpdateMediaSourceResolution.java | 174 + .../models/components/UpdateMediaStatus.java | 158 + .../models/components/UpdateMediaTrack.java | 133 + .../components/UpdatePlaylistRequest.java | 137 + .../models/components/UpdateTrackRequest.java | 207 + .../components/UpdateTrackResponse.java | 261 + .../components/UpdateTrackResponseType.java | 134 + .../components/UserAgentRestrictions.java | 185 + .../components/UserAgentsDefaultPolicy.java | 45 + .../openapi/models/components/VideoInput.java | 272 + .../models/components/VideoInputSegment1.java | 136 + .../models/components/VideoInputSegment2.java | 136 + .../components/VideoInputSegmentUnion.java | 114 + .../openapi/models/components/VideoTrack.java | 319 + .../components/VideoTrackForGetAll.java | 274 + .../openapi/models/components/ViewerTime.java | 119 + .../openapi/models/components/Views.java | 5228 ++ .../components/ViewsByTopContentDetails.java | 185 + .../models/components/ViewsCountResponse.java | 144 + .../components/ViewsCountResponseData.java | 111 + .../openapi/models/components/ViewsList.java | 547 + .../models/components/WatermarkInput.java | 293 + .../models/components/WatermarkInputType.java | 41 + .../openapi}/models/components/XAlign.java | 8 +- .../openapi}/models/components/YAlign.java | 8 +- .../openapi/models/errors/APIException.java | 51 + .../models/errors/AsyncAPIException.java | 34 + .../openapi/models/errors/AuthException.java | 37 + .../models/errors/FastpixException.java | 97 + .../operations/AddMediaToPlaylistRequest.java | 127 + .../AddMediaToPlaylistRequestBuilder.java | 77 + .../AddMediaToPlaylistResponse.java | 259 + .../operations/AddMediaTrackRequest.java | 126 + .../operations/AddMediaTrackRequestBody.java | 101 + .../AddMediaTrackRequestBuilder.java | 76 + .../operations/AddMediaTrackResponse.java | 258 + .../operations/AddMediaTrackResponseBody.java | 149 + .../operations/CancelUploadRequest.java | 104 + .../CancelUploadRequestBuilder.java | 70 + .../operations/CancelUploadResponse.java | 258 + .../operations/CancelUploadResponseBody.java | 141 + .../ChangeMediaOrderInPlaylistRequest.java | 127 + ...ngeMediaOrderInPlaylistRequestBuilder.java | 77 + .../ChangeMediaOrderInPlaylistResponse.java | 259 + .../operations/CompleteLiveStreamRequest.java | 100 + .../CompleteLiveStreamRequestBuilder.java | 70 + .../CompleteLiveStreamResponse.java | 259 + .../models/operations/Configuration.java | 118 + .../CreateAPlaylistRequestBuilder.java | 63 + .../operations/CreateAPlaylistResponse.java | 259 + ...eateMediaPlaybackIdAccessRestrictions.java | 145 + .../CreateMediaPlaybackIdRequest.java | 142 + .../CreateMediaPlaybackIdRequestBody.java | 216 + .../CreateMediaPlaybackIdRequestBuilder.java | 76 + .../CreateMediaPlaybackIdResponse.java | 258 + .../CreateMediaPlaybackIdResponseBody.java | 149 + .../operations/CreateMediaRequestBuilder.java | 63 + .../operations/CreateMediaResponse.java | 259 + .../CreateNewStreamRequestBuilder.java | 63 + .../operations/CreateNewStreamResponse.java | 259 + .../CreatePlaybackIdOfStreamRequest.java | 127 + ...reatePlaybackIdOfStreamRequestBuilder.java | 77 + .../CreatePlaybackIdOfStreamResponse.java | 259 + .../CreateSigningKeyRequestBuilder.java | 52 + .../operations/CreateSigningKeyResponse.java | 259 + .../CreateSimulcastOfStreamRequest.java | 127 + ...CreateSimulcastOfStreamRequestBuilder.java | 77 + .../CreateSimulcastOfStreamResponse.java | 259 + .../operations/DeleteAPlaylistRequest.java | 100 + .../DeleteAPlaylistRequestBuilder.java | 70 + .../operations/DeleteAPlaylistResponse.java | 259 + .../operations/DeleteLiveStreamRequest.java | 100 + .../DeleteLiveStreamRequestBuilder.java | 70 + .../operations/DeleteLiveStreamResponse.java | 259 + .../DeleteMediaFromPlaylistRequest.java | 132 + ...DeleteMediaFromPlaylistRequestBuilder.java | 77 + .../DeleteMediaFromPlaylistResponse.java | 259 + .../DeleteMediaPlaybackIdRequest.java | 137 + .../DeleteMediaPlaybackIdRequestBuilder.java | 76 + .../DeleteMediaPlaybackIdResponse.java | 258 + .../DeleteMediaPlaybackIdResponseBody.java | 111 + .../models/operations/DeleteMediaRequest.java | 100 + .../operations/DeleteMediaRequestBuilder.java | 70 + .../operations/DeleteMediaResponse.java | 258 + .../operations/DeleteMediaResponseBody.java | 111 + .../operations/DeleteMediaTrackRequest.java | 137 + .../DeleteMediaTrackRequestBuilder.java | 76 + .../operations/DeleteMediaTrackResponse.java | 258 + .../DeleteMediaTrackResponseBody.java | 111 + .../DeletePlaybackIdOfStreamRequest.java | 137 + ...eletePlaybackIdOfStreamRequestBuilder.java | 76 + .../DeletePlaybackIdOfStreamResponse.java | 259 + .../operations/DeleteSigningKeyRequest.java | 104 + .../DeleteSigningKeyRequestBuilder.java | 70 + .../operations/DeleteSigningKeyResponse.java | 258 + .../DeleteSimulcastOfStreamRequest.java | 141 + ...DeleteSimulcastOfStreamRequestBuilder.java | 76 + .../DeleteSimulcastOfStreamResponse.java | 259 + .../openapi/models/operations/Dimension.java | 96 + .../models/operations/DimensionsId.java | 96 + .../DirectUploadVideoMediaAccessPolicy.java | 43 + ...ectUploadVideoMediaAccessRestrictions.java | 121 + .../DirectUploadVideoMediaDomains.java | 197 + ...tUploadVideoMediaDomainsDefaultPolicy.java | 44 + .../DirectUploadVideoMediaModeration.java | 106 + .../DirectUploadVideoMediaMp4Support.java | 44 + .../DirectUploadVideoMediaRequest.java | 176 + .../DirectUploadVideoMediaRequestBuilder.java | 61 + .../DirectUploadVideoMediaResponse.java | 258 + .../DirectUploadVideoMediaResponseBody.java | 141 + .../DirectUploadVideoMediaUserAgents.java | 197 + ...loadVideoMediaUserAgentsDefaultPolicy.java | 12 +- .../operations/DisableLiveStreamRequest.java | 100 + .../DisableLiveStreamRequestBuilder.java | 70 + .../operations/DisableLiveStreamResponse.java | 259 + .../operations/EnableLiveStreamRequest.java | 100 + .../EnableLiveStreamRequestBuilder.java | 70 + .../operations/EnableLiveStreamResponse.java | 259 + .../openapi/models/operations/File.java | 148 + .../GenerateSubtitleTrackRequest.java | 168 + .../GenerateSubtitleTrackRequestBuilder.java | 83 + .../GenerateSubtitleTrackResponse.java | 258 + .../GenerateSubtitleTrackResponseBody.java | 149 + .../operations/GetAllPlaylistsRequest.java | 156 + .../GetAllPlaylistsRequestBuilder.java | 75 + .../operations/GetAllPlaylistsResponse.java | 258 + .../operations/GetAllStreamsRequest.java | 203 + .../GetAllStreamsRequestBuilder.java | 81 + .../operations/GetAllStreamsResponse.java | 259 + .../GetDrmConfigurationByIdRequest.java | 100 + ...GetDrmConfigurationByIdRequestBuilder.java | 70 + .../GetDrmConfigurationByIdResponse.java | 258 + .../GetDrmConfigurationByIdResponseBody.java | 138 + .../GetDrmConfigurationRequest.java | 156 + .../GetDrmConfigurationRequestBuilder.java | 75 + .../GetDrmConfigurationResponse.java | 258 + .../GetDrmConfigurationResponseBody.java | 177 + .../operations/GetLiveStreamByIdRequest.java | 100 + .../GetLiveStreamByIdRequestBuilder.java | 70 + .../operations/GetLiveStreamByIdResponse.java | 259 + .../GetLiveStreamPlaybackIdRequest.java | 137 + ...GetLiveStreamPlaybackIdRequestBuilder.java | 76 + .../GetLiveStreamPlaybackIdResponse.java | 259 + .../GetLiveStreamViewerCountByIdRequest.java | 100 + ...veStreamViewerCountByIdRequestBuilder.java | 70 + .../GetLiveStreamViewerCountByIdResponse.java | 259 + .../operations/GetMediaClipsRequest.java | 242 + .../GetMediaClipsRequestBuilder.java | 90 + .../operations/GetMediaClipsResponse.java | 259 + .../models/operations/GetMediaRequest.java | 100 + .../operations/GetMediaRequestBuilder.java | 70 + .../models/operations/GetMediaResponse.java | 258 + .../operations/GetMediaResponseBody.java | 138 + .../operations/GetMediaSummaryRequest.java | 100 + .../GetMediaSummaryRequestBuilder.java | 70 + .../operations/GetMediaSummaryResponse.java | 258 + .../GetMediaSummaryResponseBody.java | 148 + .../operations/GetPlaybackIdAccessPolicy.java | 138 + .../GetPlaybackIdAccessRestrictions.java | 125 + .../models/operations/GetPlaybackIdData.java | 180 + .../operations/GetPlaybackIdDomains.java | 148 + .../GetPlaybackIdDomainsDefaultPolicy.java | 129 + .../operations/GetPlaybackIdRequest.java | 115 + .../GetPlaybackIdRequestBuilder.java | 76 + .../operations/GetPlaybackIdResponse.java | 258 + .../operations/GetPlaybackIdResponseBody.java | 137 + .../operations/GetPlaybackIdUserAgents.java | 148 + .../GetPlaybackIdUserAgentsDefaultPolicy.java | 129 + .../operations/GetPlaylistByIdRequest.java | 100 + .../GetPlaylistByIdRequestBuilder.java | 70 + .../operations/GetPlaylistByIdResponse.java | 259 + .../operations/GetSigningKeyByIdRequest.java | 104 + .../GetSigningKeyByIdRequestBuilder.java | 70 + .../operations/GetSigningKeyByIdResponse.java | 259 + .../GetSpecificSimulcastOfStreamRequest.java | 141 + ...ecificSimulcastOfStreamRequestBuilder.java | 76 + .../GetSpecificSimulcastOfStreamResponse.java | 259 + .../operations/GetTimeseriesDataMetricId.java | 66 + .../operations/GetTimeseriesDataRequest.java | 368 + .../GetTimeseriesDataRequestBuilder.java | 62 + .../operations/GetTimeseriesDataResponse.java | 258 + .../GetTimeseriesDataResponseBody.java | 229 + .../GetTimeseriesDataSortOrder.java | 42 + .../operations/GetTimeseriesDataTimespan.java | 56 + .../GetVideoViewDetailsRequest.java | 100 + .../GetVideoViewDetailsRequestBuilder.java | 70 + .../GetVideoViewDetailsResponse.java | 258 + .../GetVideoViewDetailsResponseBody.java | 149 + .../openapi/models/operations/GroupBy.java | 44 + .../openapi/models/operations/Input.java | 156 + .../models/operations/LanguageCode.java | 47 + .../ListBreakdownValuesMetricId.java | 66 + .../ListBreakdownValuesRequest.java | 534 + .../ListBreakdownValuesRequestBuilder.java | 62 + .../ListBreakdownValuesResponse.java | 258 + .../ListBreakdownValuesResponseBody.java | 267 + .../ListBreakdownValuesSortOrder.java | 42 + .../ListBreakdownValuesTimespan.java | 56 + .../operations/ListByTopContentRequest.java | 237 + .../ListByTopContentRequestBuilder.java | 82 + .../operations/ListByTopContentResponse.java | 258 + .../ListByTopContentResponseBody.java | 188 + .../operations/ListByTopContentTimespan.java | 56 + .../ListComparisonValuesRequest.java | 278 + .../ListComparisonValuesRequestBuilder.java | 87 + .../ListComparisonValuesResponse.java | 258 + .../ListComparisonValuesResponseBody.java | 188 + .../ListComparisonValuesTimespan.java | 56 + .../ListDimensionsRequestBuilder.java | 52 + .../operations/ListDimensionsResponse.java | 258 + .../ListDimensionsResponseBody.java | 149 + .../models/operations/ListErrorsData.java | 158 + .../models/operations/ListErrorsRequest.java | 237 + .../operations/ListErrorsRequestBuilder.java | 82 + .../models/operations/ListErrorsResponse.java | 258 + .../operations/ListErrorsResponseBody.java | 187 + .../models/operations/ListErrorsTimespan.java | 56 + .../ListFilterValuesForDimensionRequest.java | 230 + ...ilterValuesForDimensionRequestBuilder.java | 82 + .../ListFilterValuesForDimensionResponse.java | 258 + ...tFilterValuesForDimensionResponseBody.java | 188 + .../ListFilterValuesForDimensionTimespan.java | 56 + .../operations/ListLiveClipsRequest.java | 242 + .../ListLiveClipsRequestBuilder.java | 90 + .../operations/ListLiveClipsResponse.java | 258 + .../operations/ListLiveClipsResponseBody.java | 188 + .../models/operations/ListMediaRequest.java | 200 + .../operations/ListMediaRequestBuilder.java | 82 + .../models/operations/ListMediaResponse.java | 258 + .../operations/ListMediaResponseBody.java | 188 + .../operations/ListOverallValuesMetricId.java | 66 + .../operations/ListOverallValuesRequest.java | 282 + .../ListOverallValuesRequestBuilder.java | 88 + .../operations/ListOverallValuesResponse.java | 258 + .../ListOverallValuesResponseBody.java | 229 + .../operations/ListOverallValuesTimespan.java | 56 + .../ListPlaybackIdsAccessPolicy.java | 138 + .../ListPlaybackIdsAccessRestrictions.java | 125 + .../operations/ListPlaybackIdsData.java | 180 + .../operations/ListPlaybackIdsDomains.java | 148 + .../ListPlaybackIdsDomainsDefaultPolicy.java | 129 + .../operations/ListPlaybackIdsRequest.java | 89 + .../ListPlaybackIdsRequestBuilder.java | 70 + .../operations/ListPlaybackIdsResponse.java | 258 + .../ListPlaybackIdsResponseBody.java | 138 + .../operations/ListPlaybackIdsUserAgents.java | 148 + ...istPlaybackIdsUserAgentsDefaultPolicy.java | 129 + .../operations/ListSigningKeysRequest.java | 156 + .../ListSigningKeysRequestBuilder.java | 75 + .../operations/ListSigningKeysResponse.java | 259 + .../models/operations/ListUploadsRequest.java | 200 + .../operations/ListUploadsRequestBuilder.java | 82 + .../operations/ListUploadsResponse.java | 258 + .../operations/ListUploadsResponseBody.java | 188 + .../operations/ListVideoViewsRequest.java | 454 + .../ListVideoViewsRequestBuilder.java | 62 + .../operations/ListVideoViewsResponse.java | 258 + .../ListVideoViewsResponseBody.java | 229 + .../operations/ListVideoViewsTimespan.java | 56 + .../models/operations/MaxResolution.java | 11 +- .../models/operations/MediaQuality.java | 43 + .../openapi/models/operations/OrderBy.java | 43 + .../models/operations/PushMediaSettings.java | 821 + .../openapi/models/operations/Resolution.java | 45 + .../RetrieveMediaInputInfoData.java | 147 + .../RetrieveMediaInputInfoRequest.java | 100 + .../RetrieveMediaInputInfoRequestBuilder.java | 70 + .../RetrieveMediaInputInfoResponse.java | 258 + .../RetrieveMediaInputInfoResponseBody.java | 148 + .../openapi/models/operations/Subtitles.java | 189 + .../openapi/models/operations/Summary.java | 153 + .../openapi/models/operations/Track.java | 136 + .../openapi}/models/operations/Type.java | 8 +- .../operations/UpdateAPlaylistRequest.java | 127 + .../UpdateAPlaylistRequestBuilder.java | 77 + .../operations/UpdateAPlaylistResponse.java | 259 + .../UpdateDomainRestrictionsData.java | 181 + ...UpdateDomainRestrictionsDefaultPolicy.java | 42 + .../UpdateDomainRestrictionsRequest.java | 141 + .../UpdateDomainRestrictionsRequestBody.java | 190 + ...pdateDomainRestrictionsRequestBuilder.java | 82 + .../UpdateDomainRestrictionsResponse.java | 258 + .../UpdateDomainRestrictionsResponseBody.java | 137 + .../operations/UpdateLiveStreamRequest.java | 127 + .../UpdateLiveStreamRequestBuilder.java | 77 + .../operations/UpdateLiveStreamResponse.java | 259 + .../UpdateMediaChaptersRequest.java | 126 + .../UpdateMediaChaptersRequestBody.java | 120 + .../UpdateMediaChaptersRequestBuilder.java | 76 + .../UpdateMediaChaptersResponse.java | 258 + .../UpdateMediaChaptersResponseBody.java | 138 + .../UpdateMediaModerationModeration.java | 116 + .../UpdateMediaModerationRequest.java | 126 + .../UpdateMediaModerationRequestBody.java | 95 + .../UpdateMediaModerationRequestBuilder.java | 76 + .../UpdateMediaModerationResponse.java | 258 + .../UpdateMediaModerationResponseBody.java | 138 + .../UpdateMediaNamedEntitiesRequest.java | 126 + .../UpdateMediaNamedEntitiesRequestBody.java | 97 + ...pdateMediaNamedEntitiesRequestBuilder.java | 76 + .../UpdateMediaNamedEntitiesResponse.java | 258 + .../UpdateMediaNamedEntitiesResponseBody.java | 138 + .../operations/UpdateMediaSummaryRequest.java | 126 + .../UpdateMediaSummaryRequestBody.java | 161 + .../UpdateMediaSummaryRequestBuilder.java | 76 + .../UpdateMediaSummaryResponse.java | 258 + .../UpdateMediaSummaryResponseBody.java | 138 + .../operations/UpdateMediaTrackRequest.java | 164 + .../UpdateMediaTrackRequestBuilder.java | 83 + .../operations/UpdateMediaTrackResponse.java | 258 + .../UpdateMediaTrackResponseBody.java | 149 + ...pdateSpecificSimulcastOfStreamRequest.java | 168 + ...ecificSimulcastOfStreamRequestBuilder.java | 83 + ...dateSpecificSimulcastOfStreamResponse.java | 259 + .../UpdateUserAgentRestrictionsData.java | 181 + ...ateUserAgentRestrictionsDefaultPolicy.java | 42 + .../UpdateUserAgentRestrictionsRequest.java | 141 + ...pdateUserAgentRestrictionsRequestBody.java | 190 + ...teUserAgentRestrictionsRequestBuilder.java | 82 + .../UpdateUserAgentRestrictionsResponse.java | 258 + ...dateUserAgentRestrictionsResponseBody.java | 137 + .../operations/UpdatedMediaRequest.java | 126 + .../operations/UpdatedMediaRequestBody.java | 186 + .../UpdatedMediaRequestBuilder.java | 76 + .../operations/UpdatedMediaResponse.java | 258 + .../operations/UpdatedMediaResponseBody.java | 138 + .../UpdatedMp4SupportMp4Support.java | 48 + .../operations/UpdatedMp4SupportRequest.java | 126 + .../UpdatedMp4SupportRequestBody.java | 131 + .../UpdatedMp4SupportRequestBuilder.java | 76 + .../operations/UpdatedMp4SupportResponse.java | 258 + .../UpdatedMp4SupportResponseBody.java | 138 + .../UpdatedSourceAccessRequest.java | 126 + .../UpdatedSourceAccessRequestBody.java | 101 + .../UpdatedSourceAccessRequestBuilder.java | 76 + .../UpdatedSourceAccessResponse.java | 258 + .../UpdatedSourceAccessResponseBody.java | 138 + .../AddMediaToPlaylistRequestBuilder.java | 82 + .../async/AddMediaToPlaylistResponse.java | 260 + .../async/AddMediaTrackRequestBuilder.java | 82 + .../async/AddMediaTrackResponse.java | 260 + .../async/CancelUploadRequestBuilder.java | 75 + .../async/CancelUploadResponse.java | 260 + ...ngeMediaOrderInPlaylistRequestBuilder.java | 82 + .../ChangeMediaOrderInPlaylistResponse.java | 260 + .../CompleteLiveStreamRequestBuilder.java | 75 + .../async/CompleteLiveStreamResponse.java | 260 + .../async/CreateAPlaylistRequestBuilder.java | 67 + .../async/CreateAPlaylistResponse.java | 260 + .../CreateMediaPlaybackIdRequestBuilder.java | 82 + .../async/CreateMediaPlaybackIdResponse.java | 260 + .../async/CreateMediaRequestBuilder.java | 67 + .../operations/async/CreateMediaResponse.java | 260 + .../async/CreateNewStreamRequestBuilder.java | 67 + .../async/CreateNewStreamResponse.java | 260 + ...reatePlaybackIdOfStreamRequestBuilder.java | 82 + .../CreatePlaybackIdOfStreamResponse.java | 260 + .../async/CreateSigningKeyRequestBuilder.java | 56 + .../async/CreateSigningKeyResponse.java | 260 + ...CreateSimulcastOfStreamRequestBuilder.java | 82 + .../CreateSimulcastOfStreamResponse.java | 260 + .../async/DeleteAPlaylistRequestBuilder.java | 75 + .../async/DeleteAPlaylistResponse.java | 260 + .../async/DeleteLiveStreamRequestBuilder.java | 75 + .../async/DeleteLiveStreamResponse.java | 260 + ...DeleteMediaFromPlaylistRequestBuilder.java | 82 + .../DeleteMediaFromPlaylistResponse.java | 260 + .../DeleteMediaPlaybackIdRequestBuilder.java | 81 + .../async/DeleteMediaPlaybackIdResponse.java | 260 + .../async/DeleteMediaRequestBuilder.java | 75 + .../operations/async/DeleteMediaResponse.java | 260 + .../async/DeleteMediaTrackRequestBuilder.java | 81 + .../async/DeleteMediaTrackResponse.java | 260 + ...eletePlaybackIdOfStreamRequestBuilder.java | 81 + .../DeletePlaybackIdOfStreamResponse.java | 260 + .../async/DeleteSigningKeyRequestBuilder.java | 75 + .../async/DeleteSigningKeyResponse.java | 259 + ...DeleteSimulcastOfStreamRequestBuilder.java | 81 + .../DeleteSimulcastOfStreamResponse.java | 260 + .../DirectUploadVideoMediaRequestBuilder.java | 66 + .../async/DirectUploadVideoMediaResponse.java | 260 + .../DisableLiveStreamRequestBuilder.java | 75 + .../async/DisableLiveStreamResponse.java | 260 + .../async/EnableLiveStreamRequestBuilder.java | 75 + .../async/EnableLiveStreamResponse.java | 260 + .../GenerateSubtitleTrackRequestBuilder.java | 88 + .../async/GenerateSubtitleTrackResponse.java | 260 + .../async/GetAllPlaylistsRequestBuilder.java | 80 + .../async/GetAllPlaylistsResponse.java | 259 + .../async/GetAllStreamsRequestBuilder.java | 87 + .../async/GetAllStreamsResponse.java | 260 + ...GetDrmConfigurationByIdRequestBuilder.java | 75 + .../GetDrmConfigurationByIdResponse.java | 260 + .../GetDrmConfigurationRequestBuilder.java | 80 + .../async/GetDrmConfigurationResponse.java | 260 + .../GetLiveStreamByIdRequestBuilder.java | 75 + .../async/GetLiveStreamByIdResponse.java | 260 + ...GetLiveStreamPlaybackIdRequestBuilder.java | 81 + .../GetLiveStreamPlaybackIdResponse.java | 260 + ...veStreamViewerCountByIdRequestBuilder.java | 75 + .../GetLiveStreamViewerCountByIdResponse.java | 260 + .../async/GetMediaClipsRequestBuilder.java | 95 + .../async/GetMediaClipsResponse.java | 260 + .../async/GetMediaRequestBuilder.java | 75 + .../operations/async/GetMediaResponse.java | 260 + .../async/GetMediaSummaryRequestBuilder.java | 75 + .../async/GetMediaSummaryResponse.java | 260 + .../async/GetPlaybackIdRequestBuilder.java | 81 + .../async/GetPlaybackIdResponse.java | 260 + .../async/GetPlaylistByIdRequestBuilder.java | 75 + .../async/GetPlaylistByIdResponse.java | 260 + .../GetSigningKeyByIdRequestBuilder.java | 75 + .../async/GetSigningKeyByIdResponse.java | 260 + ...ecificSimulcastOfStreamRequestBuilder.java | 81 + .../GetSpecificSimulcastOfStreamResponse.java | 260 + .../GetTimeseriesDataRequestBuilder.java | 67 + .../async/GetTimeseriesDataResponse.java | 260 + .../GetVideoViewDetailsRequestBuilder.java | 75 + .../async/GetVideoViewDetailsResponse.java | 260 + .../ListBreakdownValuesRequestBuilder.java | 67 + .../async/ListBreakdownValuesResponse.java | 260 + .../async/ListByTopContentRequestBuilder.java | 88 + .../async/ListByTopContentResponse.java | 260 + .../ListComparisonValuesRequestBuilder.java | 94 + .../async/ListComparisonValuesResponse.java | 260 + .../async/ListDimensionsRequestBuilder.java | 56 + .../async/ListDimensionsResponse.java | 260 + .../async/ListErrorsRequestBuilder.java | 88 + .../operations/async/ListErrorsResponse.java | 260 + ...ilterValuesForDimensionRequestBuilder.java | 89 + .../ListFilterValuesForDimensionResponse.java | 260 + .../async/ListLiveClipsRequestBuilder.java | 95 + .../async/ListLiveClipsResponse.java | 260 + .../async/ListMediaRequestBuilder.java | 87 + .../operations/async/ListMediaResponse.java | 260 + .../ListOverallValuesRequestBuilder.java | 95 + .../async/ListOverallValuesResponse.java | 260 + .../async/ListPlaybackIdsRequestBuilder.java | 75 + .../async/ListPlaybackIdsResponse.java | 260 + .../async/ListSigningKeysRequestBuilder.java | 80 + .../async/ListSigningKeysResponse.java | 260 + .../async/ListUploadsRequestBuilder.java | 87 + .../operations/async/ListUploadsResponse.java | 260 + .../async/ListVideoViewsRequestBuilder.java | 67 + .../async/ListVideoViewsResponse.java | 260 + .../RetrieveMediaInputInfoRequestBuilder.java | 75 + .../async/RetrieveMediaInputInfoResponse.java | 260 + .../async/UpdateAPlaylistRequestBuilder.java | 82 + .../async/UpdateAPlaylistResponse.java | 260 + ...pdateDomainRestrictionsRequestBuilder.java | 88 + .../UpdateDomainRestrictionsResponse.java | 260 + .../async/UpdateLiveStreamRequestBuilder.java | 82 + .../async/UpdateLiveStreamResponse.java | 260 + .../UpdateMediaChaptersRequestBuilder.java | 82 + .../async/UpdateMediaChaptersResponse.java | 260 + .../UpdateMediaModerationRequestBuilder.java | 82 + .../async/UpdateMediaModerationResponse.java | 260 + ...pdateMediaNamedEntitiesRequestBuilder.java | 82 + .../UpdateMediaNamedEntitiesResponse.java | 260 + .../UpdateMediaSummaryRequestBuilder.java | 82 + .../async/UpdateMediaSummaryResponse.java | 260 + .../async/UpdateMediaTrackRequestBuilder.java | 88 + .../async/UpdateMediaTrackResponse.java | 260 + ...ecificSimulcastOfStreamRequestBuilder.java | 88 + ...dateSpecificSimulcastOfStreamResponse.java | 260 + ...teUserAgentRestrictionsRequestBuilder.java | 88 + .../UpdateUserAgentRestrictionsResponse.java | 260 + .../async/UpdatedMediaRequestBuilder.java | 82 + .../async/UpdatedMediaResponse.java | 260 + .../UpdatedMp4SupportRequestBuilder.java | 82 + .../async/UpdatedMp4SupportResponse.java | 260 + .../UpdatedSourceAccessRequestBuilder.java | 82 + .../async/UpdatedSourceAccessResponse.java | 260 + .../operations/AddMediaToPlaylist.java | 331 + .../openapi/operations/AddMediaTrack.java | 331 + .../openapi/operations/CancelUpload.java | 314 + .../ChangeMediaOrderInPlaylist.java | 331 + .../operations/CompleteLiveStream.java | 314 + .../openapi/operations/CreateAPlaylist.java | 329 + .../openapi/operations/CreateMedia.java | 329 + .../operations/CreateMediaPlaybackId.java | 327 + .../openapi/operations/CreateNewStream.java | 329 + .../operations/CreatePlaybackIdOfStream.java | 331 + .../openapi/operations/CreateSigningKey.java | 311 + .../operations/CreateSimulcastOfStream.java | 331 + .../openapi/operations/DeleteAPlaylist.java | 314 + .../openapi/operations/DeleteLiveStream.java | 314 + .../openapi/operations/DeleteMedia.java | 314 + .../operations/DeleteMediaFromPlaylist.java | 327 + .../operations/DeleteMediaPlaybackId.java | 319 + .../openapi/operations/DeleteMediaTrack.java | 314 + .../operations/DeletePlaybackIdOfStream.java | 319 + .../openapi/operations/DeleteSigningKey.java | 313 + .../operations/DeleteSimulcastOfStream.java | 314 + .../operations/DirectUploadVideoMedia.java | 325 + .../openapi/operations/DisableLiveStream.java | 314 + .../openapi/operations/EnableLiveStream.java | 314 + .../operations/GenerateSubtitleTrack.java | 331 + .../openapi/operations/GetAllPlaylists.java | 316 + .../openapi/operations/GetAllStreams.java | 317 + .../operations/GetDrmConfiguration.java | 317 + .../operations/GetDrmConfigurationById.java | 314 + .../openapi/operations/GetLiveStreamById.java | 314 + .../operations/GetLiveStreamPlaybackId.java | 314 + .../GetLiveStreamViewerCountById.java | 314 + .../openapis/openapi/operations/GetMedia.java | 314 + .../openapi/operations/GetMediaClips.java | 319 + .../openapi/operations/GetMediaSummary.java | 314 + .../openapi/operations/GetPlaybackId.java | 314 + .../openapi/operations/GetPlaylistById.java | 314 + .../openapi/operations/GetSigningKeyById.java | 314 + .../GetSpecificSimulcastOfStream.java | 314 + .../openapi/operations/GetTimeseriesData.java | 319 + .../operations/GetVideoViewDetails.java | 314 + .../operations/ListBreakdownValues.java | 319 + .../openapi/operations/ListByTopContent.java | 317 + .../operations/ListComparisonValues.java | 317 + .../openapi/operations/ListDimensions.java | 311 + .../openapi/operations/ListErrors.java | 317 + .../ListFilterValuesForDimension.java | 319 + .../openapi/operations/ListLiveClips.java | 319 + .../openapi/operations/ListMedia.java | 317 + .../openapi/operations/ListOverallValues.java | 319 + .../openapi/operations/ListPlaybackIds.java | 314 + .../openapi/operations/ListSigningKeys.java | 317 + .../openapi/operations/ListUploads.java | 317 + .../openapi/operations/ListVideoViews.java | 317 + .../openapi/operations/Operations.java | 58 + .../operations/RetrieveMediaInputInfo.java | 314 + .../openapi/operations/UpdateAPlaylist.java | 331 + .../operations/UpdateDomainRestrictions.java | 331 + .../openapi/operations/UpdateLiveStream.java | 331 + .../operations/UpdateMediaChapters.java | 331 + .../operations/UpdateMediaModeration.java | 331 + .../operations/UpdateMediaNamedEntities.java | 331 + .../operations/UpdateMediaSummary.java | 331 + .../openapi/operations/UpdateMediaTrack.java | 331 + .../UpdateSpecificSimulcastOfStream.java | 331 + .../UpdateUserAgentRestrictions.java | 331 + .../openapi/operations/UpdatedMedia.java | 331 + .../openapi/operations/UpdatedMp4Support.java | 331 + .../operations/UpdatedSourceAccess.java | 331 + .../org/openapis/openapi/utils/AsyncHook.java | 102 + .../openapis/openapi/utils/AsyncHooks.java | 186 + .../openapis/openapi/utils/AsyncResponse.java | 26 + .../openapis/openapi/utils/AsyncRetries.java | 220 + .../utils/AsyncRetryableException.java | 22 + .../openapi}/utils/BackoffStrategy.java | 6 +- .../openapi}/utils/BigDecimalString.java | 6 +- .../openapi}/utils/BigIntegerString.java | 6 +- .../java/org/openapis/openapi/utils/Blob.java | 301 + .../openapi/utils/BlockingParser.java | 87 + .../org/openapis/openapi/utils/Constants.java | 12 + .../openapi/utils/CopiableInputStream.java | 28 + .../openapi}/utils/Deserializers.java | 6 +- .../openapis/openapi/utils/EventStream.java | 204 + .../openapi}/utils/EventStreamMessage.java | 6 +- .../openapis/openapi/utils/Exceptions.java | 97 + .../openapi/utils/FastpixHTTPClient.java | 93 + .../openapis/openapi/utils/FastpixLogger.java | 79 + .../openapi/utils/FastpixMetadata.java | 18 + .../openapis/openapi/utils/FormMetadata.java | 24 + .../openapi/utils/GenericTypeIdResolver.java | 51 + .../org/openapis/openapi/utils/Globals.java | 91 + .../openapis/openapi/utils/HTTPClient.java | 88 + .../openapis/openapi}/utils/HTTPRequest.java | 6 +- .../openapis/openapi/utils/HasSecurity.java | 12 + .../openapi/utils/HeaderMetadata.java | 23 + .../org/openapis/openapi/utils/Headers.java | 125 + .../openapis/openapi}/utils/Helpers.java | 8 +- .../openapis/openapi}/utils/Hook.java | 74 +- .../openapis/openapi/utils/HookAdapters.java | 183 + .../org/openapis/openapi/utils/Hooks.java | 217 + .../openapis/openapi}/utils/JSON.java | 12 +- .../openapi}/utils/LazySingletonValue.java | 6 +- .../org/openapis/openapi/utils/Metadata.java | 84 + .../org/openapis/openapi/utils/Multipart.java | 227 + .../openapi/utils/MultipartFormMetadata.java | 24 + .../org/openapis/openapi/utils/NameValue.java | 24 + .../openapi/utils/NonRetryableException.java | 19 + .../openapi/utils/OneOfDeserializer.java | 549 + .../openapis/openapi}/utils/Options.java | 6 +- .../openapi/utils/PathParamsMetadata.java | 26 + .../openapi}/utils/QueryEncoding.java | 6 +- .../openapi}/utils/QueryParameter.java | 6 +- .../openapi}/utils/QueryParameters.java | 36 +- .../openapi/utils/QueryParamsMetadata.java | 26 + .../openapi}/utils/RecordingClient.java | 8 +- .../openapis/openapi/utils/Reflections.java | 193 + .../openapis/openapi}/utils/RequestBody.java | 56 +- .../openapi/utils/RequestMetadata.java | 21 + .../org/openapis/openapi/utils/Response.java | 26 + .../openapi/utils/ResponseWithBody.java | 97 + .../openapis/openapi}/utils/Retries.java | 49 +- .../openapis/openapi}/utils/RetryConfig.java | 6 +- .../openapi/utils/RetryableException.java | 21 + .../org/openapis/openapi/utils/Security.java | 305 + .../openapi/utils/SecurityMetadata.java | 25 + .../openapi}/utils/SerializedBody.java | 6 +- .../openapi/utils/SessionManager.java | 215 + .../openapi/utils/StreamingParser.java | 324 + .../openapis/openapi}/utils/TypedObject.java | 8 +- .../openapis/openapi}/utils/Types.java | 6 +- .../openapis/openapi/utils/UnknownType.java | 69 + .../openapi}/utils/Utf8UrlEncoder.java | 6 +- .../openapis/openapi}/utils/Utils.java | 408 +- .../openapi/utils/reactive/EventStream.java | 375 + .../openapi/utils/reactive/ReactiveUtils.java | 514 + 2854 files changed, 224734 insertions(+), 283957 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 build/classes/java/main/io/fastpix/sdk/FastPixSDK$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/FastPixSDK.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$10.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$11.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$12.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$7.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$8.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo$9.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/InputVideo.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$10.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$11.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$12.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$13.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$14.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$15.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$16.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$17.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$18.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$19.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$20.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$7.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$8.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream$9.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageLiveStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$10.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$11.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$12.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$13.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$14.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$15.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$16.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$17.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$18.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$19.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$20.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$21.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$22.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$23.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$24.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$25.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$7.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$8.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos$9.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/ManageVideos.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$10.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$11.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$12.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$13.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$14.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$15.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$16.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$17.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$18.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$19.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$20.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$21.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$22.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$23.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$24.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$25.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$26.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$27.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$7.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$8.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback$9.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/Playback.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SDKConfiguration.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SecuritySource$DefaultSecuritySource.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SecuritySource.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$10.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$11.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$12.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$13.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$14.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$15.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$16.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$17.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$18.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$19.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$20.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$21.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$22.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$23.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$7.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$8.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream$9.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/SimulcastStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/StartLiveStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/AudioInput$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/AudioInput.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/AudioInputType.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestType.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Input.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Media.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/MediaMaxResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/MediaMp4Support.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/MediaPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Moderation$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Moderation.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Pagination$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Pagination.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Placement$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Placement.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Security$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Security.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Segment1$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Segment1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Segment2$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Segment2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SourceResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Subtitle$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Subtitle.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Summary.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Track$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/Track.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/VideoInput$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/VideoInput.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInputType.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/XAlign.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/components/YAlign.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/APIException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/AuthException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/Field$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/Field.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Data$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Data.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Input.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/LanguageCode.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaOrderBy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$3.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$4.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$5.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$6.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/MaxResolution.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Moderation$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Moderation.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Mp4Support.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMediaPlaybackId.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateNewStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreatePlaybackIdOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateSimulcastOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteLiveStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMediaPlaybackId.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeletePlaybackIdOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteSimulcastOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDirectUploadVideoMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetAllStreams.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamById.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamPlaybackId.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetSpecificSimulcastOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallListMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallRetrieveMediaInputInfo.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateLiveStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateSpecificSimulcastOfStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdatedMedia.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Summary.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/Type.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Deserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Serializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Deserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Serializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Constants.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictBooleanDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictDoubleDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictFloatDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictIntegerDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLocalDateDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLongDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictOffsetDateTimeDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictShortDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictStringDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Deserializers.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/EventStream$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/EventStream.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/EventStreamLineReader.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/EventStreamMessage.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/EventStreamReader.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/FormMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/HTTPClient.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/HTTPRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/HasSecurity.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/HeaderMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Helpers$ByteBufferSubscriber.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Helpers.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterError.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContext.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContextImpl.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccess.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContext.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContextImpl.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequest.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContext.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContextImpl.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$HookContext.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$IdempotencyHook.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInit.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInitData.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hook.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hooks$FailEarlyException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Hooks.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/JSON.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/LazySingletonValue.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Metadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Multipart$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Multipart$Part.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartType.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartsIterator.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Multipart.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/MultipartFormMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/NameValue.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer$Match.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Options$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Options$Option.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Options.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/PathParamsMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/QueryEncoding.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/QueryParameter.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/QueryParameters$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/QueryParameters.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/QueryParamsMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RecordingClient.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RequestBody$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RequestBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RequestMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Response.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Retries$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Retries$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Retries$NonRetryableException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Retries$RetryableException.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Retries.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Builder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Strategy.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/RetryConfig.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Security.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SecurityMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SerializedBody.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SessionManager$HasSessionKey.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SessionManager$Session.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SessionManager$TokenResponse.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SessionManager.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyHTTPClient.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyMetadata.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/TypedObject$Serializer.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/TypedObject.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Types.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utf8UrlEncoder.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$1$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$1.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$2.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$Function.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$HttpResponseCached.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$JsonShape.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$TestHTTPClient.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils$TypeReferenceWithShape.class delete mode 100644 build/classes/java/main/io/fastpix/sdk/utils/Utils.class delete mode 100644 build/docs/javadoc/allclasses.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/FastPixSDK.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/FastPixSDK.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/InputVideo.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/ManageLiveStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/ManageVideos.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/Playback.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/SecuritySource.DefaultSecuritySource.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/SecuritySource.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/SimulcastStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/StartLiveStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/AudioInputType.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestType.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Input.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Media.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Security.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/Track.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/package-summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/package-tree.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Constants.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hook.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/JSON.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Options.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Response.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Retries.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Security.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Types.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/Utils.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html delete mode 100644 build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html delete mode 100644 build/docs/javadoc/jquery-ui.overrides.css delete mode 100644 build/docs/javadoc/jquery/external/jquery/jquery.js delete mode 100644 build/docs/javadoc/jquery/jquery-3.7.1.min.js delete mode 100644 build/docs/javadoc/jquery/jquery-ui.min.css delete mode 100644 build/docs/javadoc/jquery/jquery-ui.min.js delete mode 100644 build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.js delete mode 100644 build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js delete mode 100644 build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js delete mode 100644 build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.min.js delete mode 100644 build/docs/javadoc/jquery/jszip/dist/jszip.js delete mode 100644 build/docs/javadoc/jquery/jszip/dist/jszip.min.js delete mode 100644 build/docs/javadoc/legal/jszip.md delete mode 100644 build/docs/javadoc/legal/pako.md delete mode 100644 build/docs/javadoc/member-search-index.zip delete mode 100644 build/docs/javadoc/package-search-index.zip delete mode 100644 build/docs/javadoc/type-search-index.zip delete mode 100644 build/libs/fastpix-0.0.1.jar delete mode 100644 build/libs/sdk-0.0.1-javadoc.jar delete mode 100644 build/libs/sdk-0.0.1-sources.jar create mode 100644 docs/models/components/AccessPolicy.md create mode 100644 docs/models/components/AddTrackRequest.md create mode 100644 docs/models/components/AddTrackRequestType.md create mode 100644 docs/models/components/AddTrackResponse.md create mode 100644 docs/models/components/AddTrackResponseType.md create mode 100644 docs/models/components/AiResponseRecord.md create mode 100644 docs/models/components/AiSummaryRecord.md create mode 100644 docs/models/components/AudioTrack.md create mode 100644 docs/models/components/AudioTrackType.md create mode 100644 docs/models/components/BasicAccessPolicy.md create mode 100644 docs/models/components/BrowserNameDimensiondetails.md create mode 100644 docs/models/components/ChaptersResponse.md delete mode 100644 docs/models/components/CreateLiveStreamRequestMetadata.md create mode 100644 docs/models/components/CreateLiveStreamResponseDTO.md delete mode 100644 docs/models/components/CreateMediaRequestDomainsDefaultPolicy.md create mode 100644 docs/models/components/CreateMediaRequestMediaQuality.md delete mode 100644 docs/models/components/CreateMediaRequestMetadata.md delete mode 100644 docs/models/components/CreateMediaRequestUserAgentsDefaultPolicy.md create mode 100644 docs/models/components/CreateMediaResponseInput.md create mode 100644 docs/models/components/CreateMediaResponseMediaQuality.md delete mode 100644 docs/models/components/CreateMediaResponseMetadata.md create mode 100644 docs/models/components/CreateMediaResponseStatus.md create mode 100644 docs/models/components/CreateMediaSuccessResponse.md create mode 100644 docs/models/components/CreatePlaybackId.md create mode 100644 docs/models/components/CreatePlaybackIdAccessRestrictions.md create mode 100644 docs/models/components/CreatePlaybackIdDomains.md create mode 100644 docs/models/components/CreatePlaybackIdUserAgents.md create mode 100644 docs/models/components/CreatePlaylistRequest.md create mode 100644 docs/models/components/CreatePlaylistRequestManual.md create mode 100644 docs/models/components/CreatePlaylistRequestManualType.md create mode 100644 docs/models/components/CreatePlaylistRequestSmart.md create mode 100644 docs/models/components/CreatePlaylistRequestSmartType.md create mode 100644 docs/models/components/CreateResponse.md create mode 100644 docs/models/components/CreateSigningKeyResponseDTO.md create mode 100644 docs/models/components/Custom1.md create mode 100644 docs/models/components/Custom2.md create mode 100644 docs/models/components/DataPagination.md create mode 100644 docs/models/components/DateRange.md create mode 100644 docs/models/components/DefaultError.md create mode 100644 docs/models/components/DeleteSigningKeyResponse.md create mode 100644 docs/models/components/DirectUploadResponseMediaQuality.md delete mode 100644 docs/models/components/DirectUploadResponseMetadata.md create mode 100644 docs/models/components/DirectUploadStatus.md create mode 100644 docs/models/components/DomainRestrictions.md create mode 100644 docs/models/components/DomainsDefaultPolicy.md create mode 100644 docs/models/components/DrmIdResponse.md create mode 100644 docs/models/components/Error.md create mode 100644 docs/models/components/ErrorDetails.md create mode 100644 docs/models/components/ErrorDetailsPercentage.md create mode 100644 docs/models/components/Event.md create mode 100644 docs/models/components/EventTime.md create mode 100644 docs/models/components/GenerateTrackResponse.md create mode 100644 docs/models/components/GenerateTrackResponseLanguageCode.md create mode 100644 docs/models/components/GenerateTrackResponseType.md create mode 100644 docs/models/components/GetAllMediaResponse.md create mode 100644 docs/models/components/GetAllMediaResponseMaxResolution.md create mode 100644 docs/models/components/GetAllMediaResponseMediaQuality.md create mode 100644 docs/models/components/GetAllMediaResponseMp4Support.md create mode 100644 docs/models/components/GetAllMediaResponseSourceResolution.md create mode 100644 docs/models/components/GetAllMediaResponseStatus.md create mode 100644 docs/models/components/GetAllMediaResponseTrack.md create mode 100644 docs/models/components/GetAllPlaylistsResponse.md create mode 100644 docs/models/components/GetAllSigningKeysResponse.md create mode 100644 docs/models/components/GetAllSigningKeysResponseDto.md delete mode 100644 docs/models/components/GetCreateLiveStreamResponseDTOMetadata.md delete mode 100644 docs/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.md create mode 100644 docs/models/components/GetMediaResponse.md create mode 100644 docs/models/components/GetMediaResponseMaxResolution.md create mode 100644 docs/models/components/GetMediaResponseMediaQuality.md create mode 100644 docs/models/components/GetMediaResponseMp4Support.md create mode 100644 docs/models/components/GetMediaResponseSourceResolution.md create mode 100644 docs/models/components/GetMediaResponseStatus.md create mode 100644 docs/models/components/GetMediaResponseTrack.md create mode 100644 docs/models/components/GetPublicPemUsingSigningKeyIdResponseDTO.md create mode 100644 docs/models/components/GetPublicPemUsingSigningKeyIdResponseDTOData.md create mode 100644 docs/models/components/LanguageCode.md create mode 100644 docs/models/components/LiveMediaClips.md create mode 100644 docs/models/components/LiveMediaClipsMaxResolution.md create mode 100644 docs/models/components/LiveMediaClipsSourceResolution.md create mode 100644 docs/models/components/LiveMediaClipsStatus.md create mode 100644 docs/models/components/LiveMediaClipsTrack.md create mode 100644 docs/models/components/LiveSimulcast.md create mode 100644 docs/models/components/LiveStreamPagination.md create mode 100644 docs/models/components/MediaCancelResponse.md create mode 100644 docs/models/components/MediaClipResponse.md create mode 100644 docs/models/components/MediaClipResponseData.md create mode 100644 docs/models/components/MediaClipResponsePagination.md create mode 100644 docs/models/components/MediaClipResponsePlaybackId.md create mode 100644 docs/models/components/MediaClipResponseStatus.md create mode 100644 docs/models/components/MediaIdsRequest.md create mode 100644 docs/models/components/MediaMediaQuality.md delete mode 100644 docs/models/components/MediaMetadata.md delete mode 100644 docs/models/components/MediaPolicy.md create mode 100644 docs/models/components/MediaSourceResolution.md create mode 100644 docs/models/components/MediaStatus.md create mode 100644 docs/models/components/MediaTrack.md create mode 100644 docs/models/components/MediaType.md create mode 100644 docs/models/components/Metadata.md create mode 100644 docs/models/components/MetricsBreakdownDetails.md create mode 100644 docs/models/components/MetricsComparisonDetails.md create mode 100644 docs/models/components/MetricsOverallDataDetails.md create mode 100644 docs/models/components/MetricsOverallmetadataDetails.md create mode 100644 docs/models/components/MetricsTimeseriesDataDetails.md create mode 100644 docs/models/components/MetricsTimeseriesmetadataDetails.md create mode 100644 docs/models/components/MetricsmetadataDetails.md create mode 100644 docs/models/components/ModerationResponse.md create mode 100644 docs/models/components/NamedEntitiesResponse.md delete mode 100644 docs/models/components/PatchLiveStreamRequestMetadata.md delete mode 100644 docs/models/components/PatchResponseDataMetadata.md delete mode 100644 docs/models/components/PatchResponseDataSrtPlaybackResponse.md delete mode 100644 docs/models/components/PlaybackIdAccessPolicy.md delete mode 100644 docs/models/components/PlaybackIdDomainsDefaultPolicy.md delete mode 100644 docs/models/components/PlaybackIdRequestAccessPolicy.md delete mode 100644 docs/models/components/PlaybackIdResponseData.md create mode 100644 docs/models/components/PlaybackIdSuccessResponse.md create mode 100644 docs/models/components/PlaybackIdSuccessResponseData.md delete mode 100644 docs/models/components/PlaybackIdUserAgentsDefaultPolicy.md delete mode 100644 docs/models/components/PlaybackIds.md delete mode 100644 docs/models/components/PlaybackSettingsAccessPolicy.md create mode 100644 docs/models/components/PlayerHeight.md create mode 100644 docs/models/components/PlayerViewCount.md create mode 100644 docs/models/components/PlaylistByIdResponse.md create mode 100644 docs/models/components/PlaylistByIdResponseData.md create mode 100644 docs/models/components/PlaylistByIdResponseDataManual.md create mode 100644 docs/models/components/PlaylistByIdResponseDataManualType.md create mode 100644 docs/models/components/PlaylistByIdResponseDataSmart.md create mode 100644 docs/models/components/PlaylistByIdResponseDataSmartType.md create mode 100644 docs/models/components/PlaylistByIdResponseMediaListItem.md create mode 100644 docs/models/components/PlaylistByIdResponseMetadata.md create mode 100644 docs/models/components/PlaylistCreatedResponse.md create mode 100644 docs/models/components/PlaylistCreatedSchema.md create mode 100644 docs/models/components/PlaylistDeleteResponse.md create mode 100644 docs/models/components/PlaylistItem.md create mode 100644 docs/models/components/PlaylistItemType.md create mode 100644 docs/models/components/PlaylistOrder.md create mode 100644 docs/models/components/PolicyAction.md create mode 100644 docs/models/components/PropertyId.md create mode 100644 docs/models/components/PullVideoInput.md create mode 100644 docs/models/components/PullVideoInputSegment1.md create mode 100644 docs/models/components/PullVideoInputSegment2.md create mode 100644 docs/models/components/PullVideoInputSegmentUnion.md create mode 100644 docs/models/components/Resolution.md delete mode 100644 docs/models/components/Segment1.md delete mode 100644 docs/models/components/Segment2.md delete mode 100644 docs/models/components/SegmentUnion.md create mode 100644 docs/models/components/SigningKeysPagination.md delete mode 100644 docs/models/components/SimulcastResponseMetadata.md delete mode 100644 docs/models/components/SimulcastUpdateRequestMetadata.md delete mode 100644 docs/models/components/SimulcastUpdateResponseMetadata.md create mode 100644 docs/models/components/SortOrder.md create mode 100644 docs/models/components/SourceAccessMedia.md create mode 100644 docs/models/components/SourceAccessMediaMaxResolution.md create mode 100644 docs/models/components/SourceAccessMediaMediaQuality.md create mode 100644 docs/models/components/SourceAccessMediaSourceResolution.md create mode 100644 docs/models/components/SourceAccessMediaStatus.md create mode 100644 docs/models/components/SourceAccessMediaTrack.md delete mode 100644 docs/models/components/SourceResolution.md create mode 100644 docs/models/components/SrtPlaybackResponse.md delete mode 100644 docs/models/components/Subtitle.md delete mode 100644 docs/models/components/SubtitleInputLanguageCode.md delete mode 100644 docs/models/components/SubtitleMetadata.md create mode 100644 docs/models/components/SubtitleTrack.md create mode 100644 docs/models/components/SubtitleTrackType.md create mode 100644 docs/models/components/Subtitles.md create mode 100644 docs/models/components/SummaryResponse.md create mode 100644 docs/models/components/TopErrorDetails.md create mode 100644 docs/models/components/TopErrorDetailsPercentage.md delete mode 100644 docs/models/components/Track.md create mode 100644 docs/models/components/TrackSubtitlesGenerateRequest.md create mode 100644 docs/models/components/TracksSubtitles.md create mode 100644 docs/models/components/UniqueViewersEffectedPercentage.md create mode 100644 docs/models/components/UnusedDirectUpload.md create mode 100644 docs/models/components/UnusedDirectUploadResponse.md create mode 100644 docs/models/components/UnusedDirectUploadResponseMediaQuality.md create mode 100644 docs/models/components/UnusedDirectUploadStatus.md create mode 100644 docs/models/components/UnusedUploadsPlaybackId.md create mode 100644 docs/models/components/UnusedUploadsPlaybackIdAccessRestrictions.md create mode 100644 docs/models/components/UnusedUploadsPlaybackIdDomains.md create mode 100644 docs/models/components/UnusedUploadsPlaybackIdUserAgents.md create mode 100644 docs/models/components/UpdateMedia.md create mode 100644 docs/models/components/UpdateMediaMaxResolution.md create mode 100644 docs/models/components/UpdateMediaMediaQuality.md create mode 100644 docs/models/components/UpdateMediaSourceResolution.md create mode 100644 docs/models/components/UpdateMediaStatus.md create mode 100644 docs/models/components/UpdateMediaTrack.md create mode 100644 docs/models/components/UpdatePlaylistRequest.md create mode 100644 docs/models/components/UpdateTrackRequest.md create mode 100644 docs/models/components/UpdateTrackResponse.md create mode 100644 docs/models/components/UpdateTrackResponseType.md create mode 100644 docs/models/components/UserAgentRestrictions.md create mode 100644 docs/models/components/UserAgentsDefaultPolicy.md create mode 100644 docs/models/components/VideoInputSegment1.md create mode 100644 docs/models/components/VideoInputSegment2.md create mode 100644 docs/models/components/VideoInputSegmentUnion.md create mode 100644 docs/models/components/VideoTrack.md create mode 100644 docs/models/components/VideoTrackForGetAll.md create mode 100644 docs/models/components/ViewerTime.md create mode 100644 docs/models/components/Views.md create mode 100644 docs/models/components/ViewsByTopContentDetails.md create mode 100644 docs/models/components/ViewsCountResponse.md create mode 100644 docs/models/components/ViewsCountResponseData.md create mode 100644 docs/models/components/ViewsList.md delete mode 100644 docs/models/errors/BadRequestError.md delete mode 100644 docs/models/errors/BadRequestException.md delete mode 100644 docs/models/errors/Field.md delete mode 100644 docs/models/errors/ForbiddenError.md delete mode 100644 docs/models/errors/ForbiddenException.md delete mode 100644 docs/models/errors/InvalidPermissionError.md delete mode 100644 docs/models/errors/InvalidPermissionException.md delete mode 100644 docs/models/errors/MediaNotFoundError.md delete mode 100644 docs/models/errors/MediaNotFoundException.md delete mode 100644 docs/models/errors/MediaOrPlaybackNotFoundError.md delete mode 100644 docs/models/errors/MediaOrPlaybackNotFoundException.md delete mode 100644 docs/models/errors/NotFoundError.md delete mode 100644 docs/models/errors/NotFoundErrorError.md delete mode 100644 docs/models/errors/NotFoundErrorPlaybackId.md delete mode 100644 docs/models/errors/NotFoundErrorPlaybackIdError.md delete mode 100644 docs/models/errors/NotFoundErrorSimulcast.md delete mode 100644 docs/models/errors/NotFoundErrorSimulcastError.md delete mode 100644 docs/models/errors/SimulcastUnavailableError.md delete mode 100644 docs/models/errors/SimulcastUnavailableException.md delete mode 100644 docs/models/errors/UnauthorizedError.md delete mode 100644 docs/models/errors/UnauthorizedException.md delete mode 100644 docs/models/errors/ValidationErrorResponse.md delete mode 100644 docs/models/errors/ValidationErrorResponseError.md create mode 100644 docs/models/operations/AddMediaToPlaylistRequest.md create mode 100644 docs/models/operations/AddMediaToPlaylistResponse.md create mode 100644 docs/models/operations/AddMediaTrackRequest.md create mode 100644 docs/models/operations/AddMediaTrackRequestBody.md create mode 100644 docs/models/operations/AddMediaTrackResponse.md create mode 100644 docs/models/operations/AddMediaTrackResponseBody.md create mode 100644 docs/models/operations/CancelUploadRequest.md create mode 100644 docs/models/operations/CancelUploadResponse.md create mode 100644 docs/models/operations/CancelUploadResponseBody.md create mode 100644 docs/models/operations/ChangeMediaOrderInPlaylistRequest.md create mode 100644 docs/models/operations/ChangeMediaOrderInPlaylistResponse.md create mode 100644 docs/models/operations/CompleteLiveStreamRequest.md create mode 100644 docs/models/operations/CompleteLiveStreamResponse.md create mode 100644 docs/models/operations/Configuration.md create mode 100644 docs/models/operations/CreateAPlaylistResponse.md delete mode 100644 docs/models/operations/CreateMediaPlaybackIdAccessPolicy.md delete mode 100644 docs/models/operations/CreateMediaPlaybackIdDomains.md delete mode 100644 docs/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.md delete mode 100644 docs/models/operations/CreateMediaPlaybackIdUserAgents.md delete mode 100644 docs/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.md delete mode 100644 docs/models/operations/CreateMediaResponseBody.md create mode 100644 docs/models/operations/CreateSigningKeyResponse.md delete mode 100644 docs/models/operations/Data.md create mode 100644 docs/models/operations/DeleteAPlaylistRequest.md create mode 100644 docs/models/operations/DeleteAPlaylistResponse.md create mode 100644 docs/models/operations/DeleteMediaFromPlaylistRequest.md create mode 100644 docs/models/operations/DeleteMediaFromPlaylistResponse.md create mode 100644 docs/models/operations/DeleteMediaTrackRequest.md create mode 100644 docs/models/operations/DeleteMediaTrackResponse.md create mode 100644 docs/models/operations/DeleteMediaTrackResponseBody.md create mode 100644 docs/models/operations/DeleteSigningKeyRequest.md create mode 100644 docs/models/operations/DeleteSigningKeyResponse.md create mode 100644 docs/models/operations/Dimension.md create mode 100644 docs/models/operations/DimensionsId.md delete mode 100644 docs/models/operations/DirectUploadVideoMediaMetadata.md create mode 100644 docs/models/operations/DirectUploadVideoMediaModeration.md create mode 100644 docs/models/operations/DirectUploadVideoMediaMp4Support.md create mode 100644 docs/models/operations/DisableLiveStreamRequest.md create mode 100644 docs/models/operations/DisableLiveStreamResponse.md create mode 100644 docs/models/operations/EnableLiveStreamRequest.md create mode 100644 docs/models/operations/EnableLiveStreamResponse.md create mode 100644 docs/models/operations/File.md create mode 100644 docs/models/operations/GenerateSubtitleTrackRequest.md create mode 100644 docs/models/operations/GenerateSubtitleTrackResponse.md create mode 100644 docs/models/operations/GenerateSubtitleTrackResponseBody.md create mode 100644 docs/models/operations/GetAllPlaylistsRequest.md create mode 100644 docs/models/operations/GetAllPlaylistsResponse.md delete mode 100644 docs/models/operations/GetAllStreamsOrderBy.md create mode 100644 docs/models/operations/GetDrmConfigurationByIdRequest.md create mode 100644 docs/models/operations/GetDrmConfigurationByIdResponse.md create mode 100644 docs/models/operations/GetDrmConfigurationByIdResponseBody.md create mode 100644 docs/models/operations/GetDrmConfigurationRequest.md create mode 100644 docs/models/operations/GetDrmConfigurationResponse.md create mode 100644 docs/models/operations/GetDrmConfigurationResponseBody.md create mode 100644 docs/models/operations/GetLiveStreamViewerCountByIdRequest.md create mode 100644 docs/models/operations/GetLiveStreamViewerCountByIdResponse.md create mode 100644 docs/models/operations/GetMediaClipsRequest.md create mode 100644 docs/models/operations/GetMediaClipsResponse.md create mode 100644 docs/models/operations/GetMediaSummaryRequest.md create mode 100644 docs/models/operations/GetMediaSummaryResponse.md create mode 100644 docs/models/operations/GetMediaSummaryResponseBody.md create mode 100644 docs/models/operations/GetPlaybackIdAccessPolicy.md create mode 100644 docs/models/operations/GetPlaybackIdAccessRestrictions.md create mode 100644 docs/models/operations/GetPlaybackIdData.md create mode 100644 docs/models/operations/GetPlaybackIdDomains.md create mode 100644 docs/models/operations/GetPlaybackIdDomainsDefaultPolicy.md create mode 100644 docs/models/operations/GetPlaybackIdRequest.md create mode 100644 docs/models/operations/GetPlaybackIdResponse.md create mode 100644 docs/models/operations/GetPlaybackIdResponseBody.md create mode 100644 docs/models/operations/GetPlaybackIdUserAgents.md create mode 100644 docs/models/operations/GetPlaybackIdUserAgentsDefaultPolicy.md create mode 100644 docs/models/operations/GetPlaylistByIdRequest.md create mode 100644 docs/models/operations/GetPlaylistByIdResponse.md create mode 100644 docs/models/operations/GetSigningKeyByIdRequest.md create mode 100644 docs/models/operations/GetSigningKeyByIdResponse.md create mode 100644 docs/models/operations/GetTimeseriesDataMetricId.md create mode 100644 docs/models/operations/GetTimeseriesDataRequest.md create mode 100644 docs/models/operations/GetTimeseriesDataResponse.md create mode 100644 docs/models/operations/GetTimeseriesDataResponseBody.md create mode 100644 docs/models/operations/GetTimeseriesDataSortOrder.md create mode 100644 docs/models/operations/GetTimeseriesDataTimespan.md create mode 100644 docs/models/operations/GetVideoViewDetailsRequest.md create mode 100644 docs/models/operations/GetVideoViewDetailsResponse.md create mode 100644 docs/models/operations/GetVideoViewDetailsResponseBody.md create mode 100644 docs/models/operations/GroupBy.md create mode 100644 docs/models/operations/ListBreakdownValuesMetricId.md create mode 100644 docs/models/operations/ListBreakdownValuesRequest.md create mode 100644 docs/models/operations/ListBreakdownValuesResponse.md create mode 100644 docs/models/operations/ListBreakdownValuesResponseBody.md create mode 100644 docs/models/operations/ListBreakdownValuesSortOrder.md create mode 100644 docs/models/operations/ListBreakdownValuesTimespan.md create mode 100644 docs/models/operations/ListByTopContentRequest.md create mode 100644 docs/models/operations/ListByTopContentResponse.md create mode 100644 docs/models/operations/ListByTopContentResponseBody.md create mode 100644 docs/models/operations/ListByTopContentTimespan.md create mode 100644 docs/models/operations/ListComparisonValuesRequest.md create mode 100644 docs/models/operations/ListComparisonValuesResponse.md create mode 100644 docs/models/operations/ListComparisonValuesResponseBody.md create mode 100644 docs/models/operations/ListComparisonValuesTimespan.md create mode 100644 docs/models/operations/ListDimensionsResponse.md create mode 100644 docs/models/operations/ListDimensionsResponseBody.md create mode 100644 docs/models/operations/ListErrorsData.md create mode 100644 docs/models/operations/ListErrorsRequest.md create mode 100644 docs/models/operations/ListErrorsResponse.md create mode 100644 docs/models/operations/ListErrorsResponseBody.md create mode 100644 docs/models/operations/ListErrorsTimespan.md create mode 100644 docs/models/operations/ListFilterValuesForDimensionRequest.md create mode 100644 docs/models/operations/ListFilterValuesForDimensionResponse.md create mode 100644 docs/models/operations/ListFilterValuesForDimensionResponseBody.md create mode 100644 docs/models/operations/ListFilterValuesForDimensionTimespan.md create mode 100644 docs/models/operations/ListLiveClipsRequest.md create mode 100644 docs/models/operations/ListLiveClipsResponse.md create mode 100644 docs/models/operations/ListLiveClipsResponseBody.md delete mode 100644 docs/models/operations/ListMediaOrderBy.md create mode 100644 docs/models/operations/ListOverallValuesMetricId.md create mode 100644 docs/models/operations/ListOverallValuesRequest.md create mode 100644 docs/models/operations/ListOverallValuesResponse.md create mode 100644 docs/models/operations/ListOverallValuesResponseBody.md create mode 100644 docs/models/operations/ListOverallValuesTimespan.md create mode 100644 docs/models/operations/ListPlaybackIdsAccessPolicy.md create mode 100644 docs/models/operations/ListPlaybackIdsAccessRestrictions.md create mode 100644 docs/models/operations/ListPlaybackIdsData.md create mode 100644 docs/models/operations/ListPlaybackIdsDomains.md create mode 100644 docs/models/operations/ListPlaybackIdsDomainsDefaultPolicy.md create mode 100644 docs/models/operations/ListPlaybackIdsRequest.md create mode 100644 docs/models/operations/ListPlaybackIdsResponse.md create mode 100644 docs/models/operations/ListPlaybackIdsResponseBody.md create mode 100644 docs/models/operations/ListPlaybackIdsUserAgents.md create mode 100644 docs/models/operations/ListPlaybackIdsUserAgentsDefaultPolicy.md create mode 100644 docs/models/operations/ListSigningKeysRequest.md create mode 100644 docs/models/operations/ListSigningKeysResponse.md create mode 100644 docs/models/operations/ListUploadsRequest.md create mode 100644 docs/models/operations/ListUploadsResponse.md create mode 100644 docs/models/operations/ListUploadsResponseBody.md create mode 100644 docs/models/operations/ListVideoViewsRequest.md create mode 100644 docs/models/operations/ListVideoViewsResponse.md create mode 100644 docs/models/operations/ListVideoViewsResponseBody.md create mode 100644 docs/models/operations/ListVideoViewsTimespan.md create mode 100644 docs/models/operations/MediaQuality.md delete mode 100644 docs/models/operations/Moderation.md delete mode 100644 docs/models/operations/Mp4Support.md create mode 100644 docs/models/operations/OrderBy.md create mode 100644 docs/models/operations/Resolution.md create mode 100644 docs/models/operations/RetrieveMediaInputInfoData.md delete mode 100644 docs/models/operations/SubtitlesMetadata.md create mode 100644 docs/models/operations/Track.md create mode 100644 docs/models/operations/UpdateAPlaylistRequest.md create mode 100644 docs/models/operations/UpdateAPlaylistResponse.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsData.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsDefaultPolicy.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsRequest.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsRequestBody.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsResponse.md create mode 100644 docs/models/operations/UpdateDomainRestrictionsResponseBody.md create mode 100644 docs/models/operations/UpdateMediaChaptersRequest.md create mode 100644 docs/models/operations/UpdateMediaChaptersRequestBody.md create mode 100644 docs/models/operations/UpdateMediaChaptersResponse.md create mode 100644 docs/models/operations/UpdateMediaChaptersResponseBody.md create mode 100644 docs/models/operations/UpdateMediaModerationModeration.md create mode 100644 docs/models/operations/UpdateMediaModerationRequest.md create mode 100644 docs/models/operations/UpdateMediaModerationRequestBody.md create mode 100644 docs/models/operations/UpdateMediaModerationResponse.md create mode 100644 docs/models/operations/UpdateMediaModerationResponseBody.md create mode 100644 docs/models/operations/UpdateMediaNamedEntitiesRequest.md create mode 100644 docs/models/operations/UpdateMediaNamedEntitiesRequestBody.md create mode 100644 docs/models/operations/UpdateMediaNamedEntitiesResponse.md create mode 100644 docs/models/operations/UpdateMediaNamedEntitiesResponseBody.md create mode 100644 docs/models/operations/UpdateMediaSummaryRequest.md create mode 100644 docs/models/operations/UpdateMediaSummaryRequestBody.md create mode 100644 docs/models/operations/UpdateMediaSummaryResponse.md create mode 100644 docs/models/operations/UpdateMediaSummaryResponseBody.md create mode 100644 docs/models/operations/UpdateMediaTrackRequest.md create mode 100644 docs/models/operations/UpdateMediaTrackResponse.md create mode 100644 docs/models/operations/UpdateMediaTrackResponseBody.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsData.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsDefaultPolicy.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsRequest.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsRequestBody.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsResponse.md create mode 100644 docs/models/operations/UpdateUserAgentRestrictionsResponseBody.md delete mode 100644 docs/models/operations/UpdatedMediaMetadata.md create mode 100644 docs/models/operations/UpdatedMp4SupportMp4Support.md create mode 100644 docs/models/operations/UpdatedMp4SupportRequest.md create mode 100644 docs/models/operations/UpdatedMp4SupportRequestBody.md create mode 100644 docs/models/operations/UpdatedMp4SupportResponse.md create mode 100644 docs/models/operations/UpdatedMp4SupportResponseBody.md create mode 100644 docs/models/operations/UpdatedSourceAccessRequest.md create mode 100644 docs/models/operations/UpdatedSourceAccessRequestBody.md create mode 100644 docs/models/operations/UpdatedSourceAccessResponse.md create mode 100644 docs/models/operations/UpdatedSourceAccessResponseBody.md create mode 100644 docs/sdks/aifeatures/README.md create mode 100644 docs/sdks/dimensions/README.md create mode 100644 docs/sdks/drmconfigurations/README.md create mode 100644 docs/sdks/errors/README.md delete mode 100644 docs/sdks/fastpixsdk/README.md delete mode 100644 docs/sdks/inputvideo/README.md create mode 100644 docs/sdks/inputvideos/README.md create mode 100644 docs/sdks/invideoaifeatures/README.md create mode 100644 docs/sdks/liveplayback/README.md create mode 100644 docs/sdks/liveplaybacks/README.md create mode 100644 docs/sdks/livestream/README.md create mode 100644 docs/sdks/managelivestreams/README.md create mode 100644 docs/sdks/metrics/README.md create mode 100644 docs/sdks/playlist/README.md create mode 100644 docs/sdks/playlists/README.md create mode 100644 docs/sdks/signingkeys/README.md create mode 100644 docs/sdks/simulcasts/README.md create mode 100644 docs/sdks/simulcaststreams/README.md delete mode 100644 docs/sdks/startlivestream/README.md create mode 100644 docs/sdks/streams/README.md create mode 100644 docs/sdks/videos/README.md create mode 100644 docs/sdks/views/README.md create mode 100644 docs/utils/Blob.md create mode 100644 publishing.gradle create mode 100644 spring/openapi-spring-boot-autoconfigure/build.gradle create mode 100644 spring/openapi-spring-boot-autoconfigure/src/main/java/org/openapis/openapi/ConditionalOnPropertyPrefix.java create mode 100644 spring/openapi-spring-boot-autoconfigure/src/main/java/org/openapis/openapi/OnPropertyPrefixCondition.java create mode 100644 spring/openapi-spring-boot-autoconfigure/src/main/java/org/openapis/openapi/OpenapiAutoConfig.java create mode 100644 spring/openapi-spring-boot-autoconfigure/src/main/java/org/openapis/openapi/OpenapiAutoConfigProperties.java create mode 100644 spring/openapi-spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports create mode 100644 spring/openapi-spring-boot-starter/build.gradle delete mode 100644 src/.DS_Store delete mode 100644 src/main/.DS_Store delete mode 100644 src/main/java/.DS_Store delete mode 100644 src/main/java/io/.DS_Store delete mode 100644 src/main/java/io/fastpix/sdk/FastPixSDK.java delete mode 100644 src/main/java/io/fastpix/sdk/InputVideo.java delete mode 100644 src/main/java/io/fastpix/sdk/ManageLiveStream.java delete mode 100644 src/main/java/io/fastpix/sdk/ManageVideos.java delete mode 100644 src/main/java/io/fastpix/sdk/Playback.java delete mode 100644 src/main/java/io/fastpix/sdk/SDKConfiguration.java delete mode 100644 src/main/java/io/fastpix/sdk/SecuritySource.java delete mode 100644 src/main/java/io/fastpix/sdk/SimulcastStream.java delete mode 100644 src/main/java/io/fastpix/sdk/StartLiveStream.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/AudioInput.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/AudioInputType.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestDomains.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/DirectUpload.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/DirectUploadResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/GetStreamsResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/ImposeTrack.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Input.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/InputMediaSettings.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/LiveStreamResponseDTO.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/LivestreamgetResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Media.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/MediaMaxResolution.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/MediaMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/MediaMp4Support.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/MediaPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Moderation.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Pagination.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchLiveStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchResponseDTO.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchResponseData.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchResponseDataMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Placement.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackId.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdDomains.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdResponseData.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdUserAgents.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackIds.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackSettings.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Security.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Segment1.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Segment2.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SegmentUnion.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastResponseData.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastResponseMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SimulcastdeleteResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SourceResolution.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Subtitle.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SubtitleInput.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/SubtitleMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Summary.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/Track.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/VideoInput.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/WatermarkInput.java delete mode 100644 src/main/java/io/fastpix/sdk/models/components/WatermarkInputType.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/APIException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/AuthException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/BadRequestError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/BadRequestException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/Field.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/ForbiddenError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/ForbiddenException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/InvalidPermissionError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/InvalidPermissionException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/MediaNotFoundError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/MediaNotFoundException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/SimulcastUnavailableError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/SimulcastUnavailableException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/UnauthorizedError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/UnauthorizedException.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/ValidationErrorResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/errors/ValidationErrorResponseError.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateNewStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Data.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetAllStreamsResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Input.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/LanguageCode.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/ListMediaOrderBy.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/ListMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/ListMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/ListMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Moderation.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Mp4Support.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/PushMediaSettings.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/SDKMethodInterfaces.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Subtitles.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/SubtitlesMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/Summary.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequest.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaResponse.java delete mode 100644 src/main/java/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Constants.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/EventStream.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/EventStreamLineReader.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/EventStreamReader.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/FormMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/HTTPClient.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/HasSecurity.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/HeaderMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Hooks.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Metadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Multipart.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/MultipartFormMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/NameValue.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/OneOfDeserializer.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/PathParamsMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/QueryParamsMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/RequestMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Response.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/Security.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/SecurityMetadata.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/SessionManager.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/SpeakeasyHTTPClient.java delete mode 100644 src/main/java/io/fastpix/sdk/utils/SpeakeasyMetadata.java create mode 100644 src/main/java/org/openapis/openapi/AiFeatures.java create mode 100644 src/main/java/org/openapis/openapi/AsyncAiFeatures.java create mode 100644 src/main/java/org/openapis/openapi/AsyncDimensions.java create mode 100644 src/main/java/org/openapis/openapi/AsyncDrmConfigurations.java create mode 100644 src/main/java/org/openapis/openapi/AsyncErrors.java create mode 100644 src/main/java/org/openapis/openapi/AsyncFastpix.java create mode 100644 src/main/java/org/openapis/openapi/AsyncInVideoAiFeatures.java create mode 100644 src/main/java/org/openapis/openapi/AsyncInputVideos.java create mode 100644 src/main/java/org/openapis/openapi/AsyncLivePlayback.java create mode 100644 src/main/java/org/openapis/openapi/AsyncLivePlaybacks.java create mode 100644 src/main/java/org/openapis/openapi/AsyncLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/AsyncManageLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/AsyncManageLiveStreams.java create mode 100644 src/main/java/org/openapis/openapi/AsyncManageVideos.java create mode 100644 src/main/java/org/openapis/openapi/AsyncMetrics.java create mode 100644 src/main/java/org/openapis/openapi/AsyncPlayback.java create mode 100644 src/main/java/org/openapis/openapi/AsyncPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/AsyncPlaylists.java create mode 100644 src/main/java/org/openapis/openapi/AsyncSigningKeys.java create mode 100644 src/main/java/org/openapis/openapi/AsyncSimulcastStream.java create mode 100644 src/main/java/org/openapis/openapi/AsyncSimulcastStreams.java create mode 100644 src/main/java/org/openapis/openapi/AsyncSimulcasts.java create mode 100644 src/main/java/org/openapis/openapi/AsyncStreams.java create mode 100644 src/main/java/org/openapis/openapi/AsyncVideos.java create mode 100644 src/main/java/org/openapis/openapi/AsyncViews.java create mode 100644 src/main/java/org/openapis/openapi/Dimensions.java create mode 100644 src/main/java/org/openapis/openapi/DrmConfigurations.java create mode 100644 src/main/java/org/openapis/openapi/Errors.java create mode 100644 src/main/java/org/openapis/openapi/Fastpix.java create mode 100644 src/main/java/org/openapis/openapi/InVideoAiFeatures.java create mode 100644 src/main/java/org/openapis/openapi/InputVideos.java create mode 100644 src/main/java/org/openapis/openapi/LivePlayback.java create mode 100644 src/main/java/org/openapis/openapi/LivePlaybacks.java create mode 100644 src/main/java/org/openapis/openapi/LiveStream.java create mode 100644 src/main/java/org/openapis/openapi/ManageLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/ManageLiveStreams.java create mode 100644 src/main/java/org/openapis/openapi/ManageVideos.java create mode 100644 src/main/java/org/openapis/openapi/Metrics.java create mode 100644 src/main/java/org/openapis/openapi/Playback.java create mode 100644 src/main/java/org/openapis/openapi/Playlist.java create mode 100644 src/main/java/org/openapis/openapi/Playlists.java create mode 100644 src/main/java/org/openapis/openapi/SDKConfiguration.java create mode 100644 src/main/java/org/openapis/openapi/SecuritySource.java create mode 100644 src/main/java/org/openapis/openapi/SigningKeys.java create mode 100644 src/main/java/org/openapis/openapi/SimulcastStream.java create mode 100644 src/main/java/org/openapis/openapi/SimulcastStreams.java create mode 100644 src/main/java/org/openapis/openapi/Simulcasts.java create mode 100644 src/main/java/org/openapis/openapi/Streams.java create mode 100644 src/main/java/org/openapis/openapi/Videos.java create mode 100644 src/main/java/org/openapis/openapi/Views.java create mode 100644 src/main/java/org/openapis/openapi/hooks/SDKHooks.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AccessPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AddTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AddTrackRequestType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AddTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AddTrackResponseType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AiResponseRecord.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AiSummaryRecord.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AudioInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AudioInputType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AudioTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/AudioTrackType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/BasicAccessPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/components/BrowserNameDimensiondetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ChaptersResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateLiveStreamRequestMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateLiveStreamResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequest.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/components/CreateMediaRequestAccessPolicy.java (79%) create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestLanguageCode.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestMp4Support.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/components/CreateMediaRequestType.java (77%) create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaRequestUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaResponseInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaResponseMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaResponseMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaResponseStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateMediaSuccessResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaybackIdUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestManual.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestManualType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestSmart.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestSmartType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreatePlaylistRequestTypeIdResolver.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/CreateSigningKeyResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Custom1.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Custom2.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DataPagination.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DateRange.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DefaultError.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DeleteSigningKeyResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DirectUpload.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DirectUploadResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DirectUploadResponseMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DirectUploadStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DomainRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DomainsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/components/DrmIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Error.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ErrorDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ErrorDetailsPercentage.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Event.java create mode 100644 src/main/java/org/openapis/openapi/models/components/EventTime.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GenerateTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GenerateTrackResponseLanguageCode.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GenerateTrackResponseType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllMediaResponseTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllPlaylistsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllSigningKeysResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetAllSigningKeysResponseDto.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetCreateLiveStreamResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetMediaResponseTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetPublicPemUsingSigningKeyIdResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetPublicPemUsingSigningKeyIdResponseDTOData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/GetStreamsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ImposeTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Input.java create mode 100644 src/main/java/org/openapis/openapi/models/components/InputMediaSettings.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LanguageCode.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveMediaClips.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveMediaClipsMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveMediaClipsSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveMediaClipsStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveMediaClipsTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveSimulcast.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveStreamDeleteResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveStreamPagination.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LiveStreamResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/LivestreamgetResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Media.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaCancelResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaClipResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaClipResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaClipResponsePagination.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaClipResponsePlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaClipResponseStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaIdsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MediaType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Metadata.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsBreakdownDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsComparisonDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsOverallDataDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsOverallmetadataDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsTimeseriesDataDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsTimeseriesmetadataDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/MetricsmetadataDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Moderation.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ModerationResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/NamedEntitiesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Pagination.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PatchLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PatchResponseDTO.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PatchResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Placement.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdSuccessResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdSuccessResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackIdUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaybackSettings.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlayerHeight.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlayerViewCount.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataManual.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataManualType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataSmart.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataSmartType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseDataTypeIdResolver.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseMediaListItem.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistByIdResponseMetadata.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistCreatedResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistCreatedSchema.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistCreatedSchemaTypeIdResolver.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistDeleteResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistItem.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistItemType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PlaylistOrder.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PolicyAction.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PropertyId.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PullVideoInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PullVideoInputSegment1.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PullVideoInputSegment2.java create mode 100644 src/main/java/org/openapis/openapi/models/components/PullVideoInputSegmentUnion.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Resolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Security.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SigningKeysPagination.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastUpdateRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastUpdateResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastUpdateResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SimulcastdeleteResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SortOrder.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMedia.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMediaMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMediaMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMediaSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMediaStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SourceAccessMediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SrtPlaybackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SubtitleInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SubtitleTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SubtitleTrackType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Subtitles.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Summary.java create mode 100644 src/main/java/org/openapis/openapi/models/components/SummaryResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/TopErrorDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/TopErrorDetailsPercentage.java create mode 100644 src/main/java/org/openapis/openapi/models/components/TrackSubtitlesGenerateRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/TracksSubtitles.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UniqueViewersEffectedPercentage.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnknownCreatePlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnknownPlaylistByIdResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnknownPlaylistCreatedSchema.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedDirectUpload.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadResponseMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedDirectUploadStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UnusedUploadsPlaybackIdUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMedia.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMediaMaxResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMediaMediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMediaSourceResolution.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMediaStatus.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateMediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdatePlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UpdateTrackResponseType.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UserAgentRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/components/UserAgentsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoInputSegment1.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoInputSegment2.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoInputSegmentUnion.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoTrack.java create mode 100644 src/main/java/org/openapis/openapi/models/components/VideoTrackForGetAll.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ViewerTime.java create mode 100644 src/main/java/org/openapis/openapi/models/components/Views.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ViewsByTopContentDetails.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ViewsCountResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ViewsCountResponseData.java create mode 100644 src/main/java/org/openapis/openapi/models/components/ViewsList.java create mode 100644 src/main/java/org/openapis/openapi/models/components/WatermarkInput.java create mode 100644 src/main/java/org/openapis/openapi/models/components/WatermarkInputType.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/components/XAlign.java (77%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/components/YAlign.java (77%) create mode 100644 src/main/java/org/openapis/openapi/models/errors/APIException.java create mode 100644 src/main/java/org/openapis/openapi/models/errors/AsyncAPIException.java create mode 100644 src/main/java/org/openapis/openapi/models/errors/AuthException.java create mode 100644 src/main/java/org/openapis/openapi/models/errors/FastpixException.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaToPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/AddMediaTrackResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CancelUploadRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CancelUploadRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CancelUploadResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CancelUploadResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ChangeMediaOrderInPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CompleteLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Configuration.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaPlaybackIdResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateNewStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateNewStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreatePlaybackIdOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateSigningKeyRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateSigningKeyResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/CreateSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaFromPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaPlaybackIdResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteMediaTrackResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeletePlaybackIdOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSigningKeyResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DeleteSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Dimension.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DimensionsId.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaAccessPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaModeration.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DirectUploadVideoMediaUserAgents.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.java (77%) create mode 100644 src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/DisableLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/EnableLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/File.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GenerateSubtitleTrackResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllPlaylistsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllStreamsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllStreamsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetAllStreamsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationByIdResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetDrmConfigurationResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetLiveStreamViewerCountByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaClipsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaClipsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaClipsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetMediaSummaryResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdAccessPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdDomainsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaybackIdUserAgentsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetPlaylistByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSigningKeyByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetSpecificSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataMetricId.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataSortOrder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetTimeseriesDataTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GetVideoViewDetailsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/GroupBy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Input.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/LanguageCode.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesMetricId.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesSortOrder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListBreakdownValuesTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListByTopContentRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListByTopContentRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListByTopContentResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListByTopContentResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListByTopContentTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListComparisonValuesTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListDimensionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListDimensionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListDimensionsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListErrorsTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListFilterValuesForDimensionTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListLiveClipsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListLiveClipsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListLiveClipsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListLiveClipsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListMediaRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListMediaResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesMetricId.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListOverallValuesTimespan.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsAccessPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsAccessRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsDomains.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsDomainsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsUserAgents.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListPlaybackIdsUserAgentsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListSigningKeysRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListSigningKeysRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListSigningKeysResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListUploadsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListUploadsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListUploadsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListUploadsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListVideoViewsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListVideoViewsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListVideoViewsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListVideoViewsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/ListVideoViewsTimespan.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/operations/MaxResolution.java (77%) create mode 100644 src/main/java/org/openapis/openapi/models/operations/MediaQuality.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/OrderBy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/PushMediaSettings.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Resolution.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/RetrieveMediaInputInfoResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Subtitles.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Summary.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/Track.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/models/operations/Type.java (77%) create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateDomainRestrictionsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaChaptersResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationModeration.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaModerationResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaNamedEntitiesResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaSummaryResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateMediaTrackResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateSpecificSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsData.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsDefaultPolicy.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdateUserAgentRestrictionsResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMediaResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedMp4SupportResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequest.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequestBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/UpdatedSourceAccessResponseBody.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/AddMediaToPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/AddMediaToPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/AddMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/AddMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CancelUploadRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CancelUploadResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ChangeMediaOrderInPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ChangeMediaOrderInPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CompleteLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CompleteLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateMediaPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateMediaPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateNewStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateNewStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreatePlaybackIdOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreatePlaybackIdOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateSigningKeyRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateSigningKeyResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/CreateSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaFromPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaFromPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeletePlaybackIdOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeletePlaybackIdOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteSigningKeyRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteSigningKeyResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DeleteSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DirectUploadVideoMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DirectUploadVideoMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DisableLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/DisableLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/EnableLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/EnableLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GenerateSubtitleTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GenerateSubtitleTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetAllPlaylistsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetAllPlaylistsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetAllStreamsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetAllStreamsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetDrmConfigurationResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamViewerCountByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetLiveStreamViewerCountByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaClipsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaClipsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaSummaryRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetMediaSummaryResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetPlaybackIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetPlaybackIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetPlaylistByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetPlaylistByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetSigningKeyByIdRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetSigningKeyByIdResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetSpecificSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetSpecificSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetTimeseriesDataRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetTimeseriesDataResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetVideoViewDetailsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/GetVideoViewDetailsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListBreakdownValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListBreakdownValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListByTopContentRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListByTopContentResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListComparisonValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListComparisonValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListDimensionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListDimensionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListErrorsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListErrorsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListFilterValuesForDimensionRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListFilterValuesForDimensionResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListLiveClipsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListLiveClipsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListOverallValuesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListOverallValuesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListPlaybackIdsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListPlaybackIdsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListSigningKeysRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListSigningKeysResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListUploadsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListUploadsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListVideoViewsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/ListVideoViewsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/RetrieveMediaInputInfoRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/RetrieveMediaInputInfoResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateAPlaylistRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateAPlaylistResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateDomainRestrictionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateDomainRestrictionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateLiveStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateLiveStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaChaptersRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaChaptersResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaModerationRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaModerationResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaNamedEntitiesRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaNamedEntitiesResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaSummaryRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaSummaryResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaTrackRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateMediaTrackResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateSpecificSimulcastOfStreamRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateSpecificSimulcastOfStreamResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateUserAgentRestrictionsRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdateUserAgentRestrictionsResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedMediaRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedMediaResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedMp4SupportRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedMp4SupportResponse.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedSourceAccessRequestBuilder.java create mode 100644 src/main/java/org/openapis/openapi/models/operations/async/UpdatedSourceAccessResponse.java create mode 100644 src/main/java/org/openapis/openapi/operations/AddMediaToPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/AddMediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/operations/CancelUpload.java create mode 100644 src/main/java/org/openapis/openapi/operations/ChangeMediaOrderInPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/CompleteLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateAPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateMediaPlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateNewStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreatePlaybackIdOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateSigningKey.java create mode 100644 src/main/java/org/openapis/openapi/operations/CreateSimulcastOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteAPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteMediaFromPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteMediaPlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteMediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeletePlaybackIdOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteSigningKey.java create mode 100644 src/main/java/org/openapis/openapi/operations/DeleteSimulcastOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/DirectUploadVideoMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/DisableLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/EnableLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/GenerateSubtitleTrack.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetAllPlaylists.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetAllStreams.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetDrmConfiguration.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetDrmConfigurationById.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetLiveStreamById.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetLiveStreamPlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetLiveStreamViewerCountById.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetMediaClips.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetMediaSummary.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetPlaybackId.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetPlaylistById.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetSigningKeyById.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetSpecificSimulcastOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetTimeseriesData.java create mode 100644 src/main/java/org/openapis/openapi/operations/GetVideoViewDetails.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListBreakdownValues.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListByTopContent.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListComparisonValues.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListDimensions.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListErrors.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListFilterValuesForDimension.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListLiveClips.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListOverallValues.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListPlaybackIds.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListSigningKeys.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListUploads.java create mode 100644 src/main/java/org/openapis/openapi/operations/ListVideoViews.java create mode 100644 src/main/java/org/openapis/openapi/operations/Operations.java create mode 100644 src/main/java/org/openapis/openapi/operations/RetrieveMediaInputInfo.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateAPlaylist.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateDomainRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateLiveStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateMediaChapters.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateMediaModeration.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateMediaNamedEntities.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateMediaSummary.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateMediaTrack.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateSpecificSimulcastOfStream.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdateUserAgentRestrictions.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdatedMedia.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdatedMp4Support.java create mode 100644 src/main/java/org/openapis/openapi/operations/UpdatedSourceAccess.java create mode 100644 src/main/java/org/openapis/openapi/utils/AsyncHook.java create mode 100644 src/main/java/org/openapis/openapi/utils/AsyncHooks.java create mode 100644 src/main/java/org/openapis/openapi/utils/AsyncResponse.java create mode 100644 src/main/java/org/openapis/openapi/utils/AsyncRetries.java create mode 100644 src/main/java/org/openapis/openapi/utils/AsyncRetryableException.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/BackoffStrategy.java (98%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/BigDecimalString.java (94%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/BigIntegerString.java (94%) create mode 100644 src/main/java/org/openapis/openapi/utils/Blob.java create mode 100644 src/main/java/org/openapis/openapi/utils/BlockingParser.java create mode 100644 src/main/java/org/openapis/openapi/utils/Constants.java create mode 100644 src/main/java/org/openapis/openapi/utils/CopiableInputStream.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Deserializers.java (98%) create mode 100644 src/main/java/org/openapis/openapi/utils/EventStream.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/EventStreamMessage.java (89%) create mode 100644 src/main/java/org/openapis/openapi/utils/Exceptions.java create mode 100644 src/main/java/org/openapis/openapi/utils/FastpixHTTPClient.java create mode 100644 src/main/java/org/openapis/openapi/utils/FastpixLogger.java create mode 100644 src/main/java/org/openapis/openapi/utils/FastpixMetadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/FormMetadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/GenericTypeIdResolver.java create mode 100644 src/main/java/org/openapis/openapi/utils/Globals.java create mode 100644 src/main/java/org/openapis/openapi/utils/HTTPClient.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/HTTPRequest.java (96%) create mode 100644 src/main/java/org/openapis/openapi/utils/HasSecurity.java create mode 100644 src/main/java/org/openapis/openapi/utils/HeaderMetadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/Headers.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Helpers.java (94%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Hook.java (79%) create mode 100644 src/main/java/org/openapis/openapi/utils/HookAdapters.java create mode 100644 src/main/java/org/openapis/openapi/utils/Hooks.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/JSON.java (78%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/LazySingletonValue.java (81%) create mode 100644 src/main/java/org/openapis/openapi/utils/Metadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/Multipart.java create mode 100644 src/main/java/org/openapis/openapi/utils/MultipartFormMetadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/NameValue.java create mode 100644 src/main/java/org/openapis/openapi/utils/NonRetryableException.java create mode 100644 src/main/java/org/openapis/openapi/utils/OneOfDeserializer.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Options.java (90%) create mode 100644 src/main/java/org/openapis/openapi/utils/PathParamsMetadata.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/QueryEncoding.java (94%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/QueryParameter.java (89%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/QueryParameters.java (89%) create mode 100644 src/main/java/org/openapis/openapi/utils/QueryParamsMetadata.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/RecordingClient.java (88%) create mode 100644 src/main/java/org/openapis/openapi/utils/Reflections.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/RequestBody.java (84%) create mode 100644 src/main/java/org/openapis/openapi/utils/RequestMetadata.java create mode 100644 src/main/java/org/openapis/openapi/utils/Response.java create mode 100644 src/main/java/org/openapis/openapi/utils/ResponseWithBody.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Retries.java (85%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/RetryConfig.java (94%) create mode 100644 src/main/java/org/openapis/openapi/utils/RetryableException.java create mode 100644 src/main/java/org/openapis/openapi/utils/Security.java create mode 100644 src/main/java/org/openapis/openapi/utils/SecurityMetadata.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/SerializedBody.java (76%) create mode 100644 src/main/java/org/openapis/openapi/utils/SessionManager.java create mode 100644 src/main/java/org/openapis/openapi/utils/StreamingParser.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/TypedObject.java (88%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Types.java (88%) create mode 100644 src/main/java/org/openapis/openapi/utils/UnknownType.java rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Utf8UrlEncoder.java (95%) rename src/main/java/{io/fastpix/sdk => org/openapis/openapi}/utils/Utils.java (78%) create mode 100644 src/main/java/org/openapis/openapi/utils/reactive/EventStream.java create mode 100644 src/main/java/org/openapis/openapi/utils/reactive/ReactiveUtils.java 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/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 6bb3c9a352fdcb0da5befae0181107a3988aee39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3149 zcmbVOTUQ%Z6#h=Q3<*P^TvA%Blol}r+GrK4f~Y_!u@o=?T3RoiBtsZ7nZ%h13*Pj> zH+|@n@~n@#td&5OwS2T|`CI%AF87(4T$q72%a_SHJ9~fo_U%3M_rHJq3E(D50rVp# zU_JmJVt$;*EkB(W+7ZV`{B)Z?76Z70C4O4=qYo$9q47&85F)g8b*1+${;QXIpM4G$r$DzauW%!l3jB~ww2=)&si%B-a` zIqKFp715Kp2Zy1}kkchyG4~i&Jbv?31#+A&1nF=oF}4+e_Nx$Cyg@eyfe`|Qn5i#twl+f@VXl|Ee!(1pBricN& z#4z}R9Vg-fE{gaZBLW_ZkdP7)!MKPhUK5ZOk%27YT}+DDL{`8S*HJ`FVVfcB0=M%_ z7G)_XOU7PpF$u_tP?4v)M@48Th$!L<5ju#g7hEW{oOlkj_=e6@sH{oa@3jG1PHoF+ zGV935n^H+N?cGR~cEOySb_QQzlVSD@7A#0cMc>PU%0JHbVYujWWfx|RuWO>6Dd&r- zWXfxNAxyk*bjV*VIcM?ETO}Dwtj7{bhMotf{oifbaL3W*B7fmY)iHE6{6|2GMVn zQiiorX-|dYG|s0aJnZR==Y2i8jv@Mx=%)`1+O(Y6bmCtNGzuiSM7J3<(Fy2^9DzlS z;oCSuQyI;_lFWyf=@}#q&?iJQlIX-b2I(f+Hn@zdbYmFCD^)xn*#Uvb0h-6kXo)2RwK3-2jf%Md(}+h|9w4zi;P*+EdF z7Gwlt4&;mjSqagLSE3Mi>hJIK0#$?suSUx9|zt2X0jS*AwD9%ISObV!tl0P&I}SUy)W`Q+Ut8cehe3 zQ&-*W_<>saV;y9DE2l7RLB5X<9LRsrLMPx65BUHs&v1^Pju9jpcXIYwa^aa>Oy=;% z61M$Cq_5)^(56Mu bXPf|M=<35P8S~#h0^?J|XvX_!(*6GdV$KPj 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 e07d2b9683e8d8f43ffc661997d3f7bab6dc264d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2167 zcmZ`)?^hE?6ums>1IvotThcnT58X= zzpvQU#{y$Ie51V-rX+V8Zj~AQe@eXwl1%CCHG-1da%ut@efQP>774Xl*@swGXj})k zGH)#tKFk^{*Su}H)2Q2lta$>F!xnGe?tzeYc6LtRI9kZ$a&60@2nFdm>y6!tQ@>|d zT+WOXYE|1U*>$Pj+mp%Qp=835)2*;n8}bR0VBB-jxG_>>qNpwf;&P8vd_1~EPnjp8 z>sn=v%F(5riDEm4nr`219b4n)Sv6r6YmIu zSP(d)p|!i9pjQPZG?cEKz$p!Jq*_dbUd7mR8nvSq@07OIt(1XpEj+*yTS5PT2%LTx z1bhDFTyFou!glMUvB14teo!n-U@{uEQ>UH{?^GT+)gW2|y|uztmw~ih`GZ4=GW?bT zDU7LT^hT6yp`~)6rFfyGexap=p{0tUr9QN2P*UVLe#kdv1?{oybBG`5^x*=>{&4al zKB8~60QeZ6@Qsa!iyU=wpH99MOP;}}G310!z8XtD&p%Hza#AN>k0sCH^BD3mot%#) z&*M@IxnC!*#*ovvj4N&OB+ILw)FF)W0aA)Dx(faa*V!L!^iw25d^vl7bauW8Gkb`E z^85j;CItOK<-gTLAN?Wa4>ysZe_Z(^O(f}$D*x>!1wOBUPJO9A1cu8KfrQh)6e;|)PaTkB#KK>4mc(RpP`%VC5)%;95g=<)9r$58p s)H9g;3Gb8>BV)y9IITiQ*)B+yB;p@V96LgleK$+@zU z*i_|HRq8tbQw-|y0`Z1Ms@Cp?E{@f5#G*9& zgDIZ!WefP;iEg)MSV#PZSYqGiXp9CgAllyf46*$MjZd645V38|dw*b=;|IUH5aSMK l+&@PXY&)Da(8b-kU%@^00akIJ|Ea&M;x_w;v6}4p`2}Rt(YOEr 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 a3237a76873dc50bee10efedb37d700a0a61a9f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 783 zcmb7CO>Yx15PeQUwpkVuN-30GNa?U!>tglqAv$y1?+Iwxy-YlgeurU~N;rQ5= zE~QtxV$}XUqNfver8u%@(%gD&&JQSD*et?&f(<+nSUMyhURxg$TthQKgs#BG!jUsg zfhYe(OkiyxoWN?P9i`!2kz19`Z}osO%`Lz0jjG;d8FVh+%$cfu&|femTaZ)LG`xKI zSHL6k1@98is^065@rYksgCC#hbSmPN#eak))-AS%sPO{gt;e4rwmzfwk-ZvXmdz@+ w_5#=0Uj3Pc1UK2^{5hIn*=DbX4sOl$GH$bOUYx15PjZ+q*)dcN-30zdHiPP+26i@`3m3_He0CSVT?K+HL=#jV}VAv(thiu!1_pA zd7*qL^j!MvMjo1C7REXwJK(fkZFCq4bbJ5E>yHKMdp0A1_DCB#o=qp@&ebI6$nwah zDjzGSOaE7}UX~X~4vitVmn-jy-R|NVTRS`4PU}ox8Wm=aaVMkHPOHwz&8NA%R_Tqm zMyA%03?B-T=PXX?f*hHYcK^hla=*EkCFCHG?4+jL+=MrF5Xn zN!q`ud2y}YD~{}&G`C)x%OeU`Hfv%%!3LfPEFF^%Z>$dqZlRH&iLSuLLaKQ@f#?4< zkignPIDyqnJ4(abBDX55Zu5vT%`Ly{jmqBTEa+UGRFkTF&|kogEy$^o4KH8+74VdN z!Mns<)q4Fgp7Kkp^P>};PC0mK@!!M}>lRx>M7)4_``IUm?azolvKJv{*(h_P6WnHd r^=B3m++~mRD>T8f&0d5K?p1mj_gUAmf(Lx2+*!dL)-hw%So8M-LKe`Y 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 558d3202e8cd9dc41bbbd679eb6c63ed09798407..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 780 zcmb7C!EVz)5Ph43q%nbnQVOLdaOfc^f(0%dQsq*LsN@!@E$NBF)}E%@I=j~H8kNuD zfRK9V2k=pdu|Xgqf`l#4n;DPa%p335ZZgGtMl= zHc{C`IbFs-lZ~>yKxfAoa$A}5o;d8!@3H>;1&`A{&{LyA;h1+CCw5j%PVQos$upIl zduwE39m()9Cwa(bpH9e;Noey=?itUUc}dP$=jB9YI#oeivt1_k$>-L18jZPYbYKgY z&}&`F>Hgl&(=+u!ac0{jnf2OCcPX6Ow1w3U*6=`JVUK)xV}0o08k!xn&=**nyKmMg z@Z`T#39QVe6If2Qqa?h`Gpo|-m+n%kdE}!(T+S|wpfmY4FJ-H2G@P>{o0F?ny^SwkDnG67~AZPQR5qkHXeV5*!Y6lCyr`}*fz`B+Iw7Q sfB8ohI=IOZ*H>(UZI`1Odbm~LB5pG_u!KAOP5EXCHy9)4sx$KS9X4&!-~a#s 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 571e9dc0938aebb52b178c87438c4ff434325ed5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmbVKO>fgc5Ph4NxN!{$rF@iramXQQRTlNaAyp1UAS$^}NzH#0kaGxN0He|-H0;5D|}XyR#v0MA0Kg?KK|@>kmRUJ0xx z+R6*%e4%fo%ckuh4z$sJB(T;0OWj~15R7d`0-Zz~I<98tRGz8xoHHwl zO;tWorLN=O$)Ij85FZ*tc(@vAr&gO$tc{9u9wMwVX z8kyRXq`xglp0PQh3o6N^bnqwjjK|HLv;~#QYipbwm!v!$QKr=ixq?&l#%8y}5qFMG zZB?f9PS+cC?j(A7tv)KwyftZVoi>+8wpG`P4J@<&fgc5Ph43q;U-irF@jqmO~CnD_Eo+IHbyfsEA5#keV2k@g1&xQ0Tez*^N9hMH!|#BRk}_18sB|32gWO(Knb1G{!a~fli_gos_e4a%bv1=gL}Q zQ(}#7D-E8|TV<;&f~IjNU%8X`kv#qeAHzHce7HTM#EVpXKser8nLh znOa9Od@4wuv6;{XIWj37{0%*0y1AF+oONElQQ3q(l;p$VJf$LNYlb797@gYErSw); zn{;lad3miqDy|%wG`C)x%VP>xHfv!s#xraQteh~`JL^M?J7~seVVkvHDs^vP;KhF} zB(Sj*O<*;3qyimNrkQ5aPb$8$3_6$Z7u%_PI9MWyEy$@#0WZh5C=>Dpmxx8F_Xkrv z=PT9V+a%M2M{-l`y|(6Ho>3V%7z}xEa%yKT zqj$PmsC}!@tBJZ%TsbgVVZAn&M-;AX9%HkGXV?;0IVK<8TOV4ugGLK6wpsF}ig)(} zUjEl!0vk)w1XeRgD$o(-nrWuJwBjpgK^OAFVmnm~`b(6tB{@|o;N|ER<%E36C1O$P zz5W=_`DR6Y$wa49ZCFM8#aLnAfgc5Ph43xN!psrF@jq!XbyGs9i1}k8Lvuo|HQTSOL z5E2J|06z*b4oH=df`l#4*N)%3dDX99~(n%oGb5%)2-z*di%_#b*`_B3Z-M%X_DI6f;hSPESEPbz4g|} z)H;&kQ$g~A%^6*iBa_m>-_SFrn|n#lS?A@EbyJ;XWDe&k6+v4w9Pz;T+?Fn-BV8@h zxl?BEMtxLVIW%c*y*5`T6s~O+VY7`F*b-PdB_G~fAKJKwW*ZTPs;>$uN8W~@4UetrQ?9LHh+ 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 abae831bcce28c1d935930ff2e36dbef9589c801..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 756 zcmb7CO>Yx15PeQU(xeLsrF@jq!XbyG2+XM*QsojAQE6MGw(Q;Aou+O#_R4lp`B@wg z5(j<&KMFAph)PI7Vpls~o_+J?$=`o`{RZGQp0-iP!wwpF)WSv!j|H0HLi_$Jfz4D~ zd9Hk@^tJTGl{_%jJY>2cJL0xIZFCq5Y!Cj?H_QYY6I+l#H`RuY=Cd<$r|PWa%35l3 zRc6ZRnEx&|;&_4Nz!-9qQh86DZY`hD-(@!K6FoI5%pJo{)7;J$#K~RHN_naBD{qa= zts@yeRwPf^9Md^DGCA%24LxJJrI+NKbzWww)P)M#n*CTfCSO_OX*A}kofA8EIla+w zo9>M~FE7;x#g%=Nm)2`DJ*049ixxH$Ji(U0$`SeS*7}g(7MclK*k-+#%H7`;c=2CL z32ZDy6Ijh1sX&KRXr`GC(#TiNgD&N}Dz2)^(Qt_@wj#HX!^_DH${$$->Vsj1XMC+1 ze8WVq7dMO%e=V%AZ*w$8jbEU%^ZYZ!&KJ}^aaKczZ8P?Y_gLll!LKePxWgIuFVF$uPV#FKU0X5V3~I(vS80uNQmp8x;= 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 d000d5613c81d005196ce7b9e214cb37a286ffc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 811 zcmbVK%Wl&^6g`uexG{l*QVONCWsybFstmg<5@l0BRC0^dmav}Mx9zmfjO!Vr@(275 z3xvdi58w~@8N_u!LP8A^c;x%?@x61-%-8RqzW^9uqlr51M+opB#7c;V0u6trUH7TL zYOJk1QO@W3O1kty?wY*x6P=PBGHj%c_G5wd-d}M2i9oPpQxa&$+R%PEJ*MJF9cNrw zjBTQ_i7IrJ|0)L6c!AcgF;whi$~oe6ZT^hzfOpe8)Tc)Ivf#GwixGn#psO zTsUiFVhfV~T~6|d%>kWIK_;P5e6HRqS$dtxSGm{LsBE(V;DigkI>1Zu_@>PpXkzd2W)-I&Dt($e-CX#A*wV zuqLpu&rM!h=UcdeMhhX<`9S8LM|U8w{ZFg~R_1mSSWd4cC-A0sjatM0|EuM4){IRJ^N*-w+Gzn;eZ%;{`;UTOT1dKcV)4vl=3{jS4Hi;U>q+KT&Am nHfM~VbrWpcoYm05ota<6UG@Q%aF73~zAWJu`-pqh+4J)QwNc*{ 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 8f972e533d824bdea89bc21a1fccbfedc3feee8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 793 zcmbtS!EVz)5Pj>IxG{!=QVONCaL6Gkg5^e~R5?&URC0^dmT=zM({@{D*Yd8b_Om!3 zBo2H4AB7kPBqT(T5Nqwcnc4B|o2UKy?eiA^&+)K>7VgFfaWBG3g!=+*f2v*onZRnQ ztvpuFm-oRfp=R;LKub zGgVAfrJML?GHk9FNOp{&YP(R*5r=E@@91wbo6dngG0N8!x4lR+JDm}y>T+7hGnJh? zYh-3ClK!eBdB|p;j;SJ((bn&+r%bnS(w0;yudQ+NrLHLR@5;ied^Z0st?v_FSVYYsSCxKS0*d0)8=HC{He_&tR{GXHGzdaa{i5VKEXA# z6GT{N`RA(N-xPTAPcsUv%Yx15PeQUwh0Rfr4&kO;gCa81V-Y3s#G~pim0?LQd+{<-JP~>H}+zCQTSOL z5E2J|06z*b8<3C?L1L|)FOT2MJp0@CFJA#X!~GWOxZOqrcOtAsxGT^M=i2w42&^aC z%2VY-p=Z)(mvY|}WtixU?2yxTw9#QCu-X4d-e4lo*tHo6bP{dou$-QdJ60z-N0t+t zs(hlHuKZuYMpa%Q-ZzHaZmzs1b~hH+=xuX1ts{MAR45(8rb%k2^Tx@|rn$UO>7}PqXX9pC{Z5ClY#yxBZEFCh|E9*myD`>`uu*qC6q`J2)@aVq= z5?EV^Ca{`mM`?IdOu3v#L=!^;&&Q{v#~0Zm~5&jTg|~diV)q>oaN}*{h+=vRUQUp5iLo st3R_4<2rksKSvWRJM7ia#f`aM#!c1@tl$=(sdiRyjdh!`>a6+u0r;lSmjD0& 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 b6c36a6adbb88ed220352fb9fcd08093c72b5fec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14017 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 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 41617aa6076015f44cb7e3342365b6c499d51e39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmb7CU2oGc6g^HuvxdOR*!YG4>O(sO9#1@Us*nZbsZTb>0%YvfXL?EFKUN z5Bvar6yl~sRGNe;66Jo_$M@cI;-A01{{Zj`n=LeOJ4K8;3GODiC(sPX+IO}Ep5)rf zBjv+XpG!YJm3zvl3FZ2XhQX1l`V8LDMu&kwr@Iv08wtd_c1!}Rxi+*vs}9K>sKb(1 z)^b~@a-^KD^FNDmJ&Hi~!5DJ8rShIQ?JVomdAZG_wT60PRG2xgUgm|Z=3K~~SEW2r z#i_SO7S@prpQj`b*nFZRa%2kHx!j@RsY}oBYHAIc;N?PvH&jyKv!1s+^#|NK9om^I z=$)>aZCsY^#fdsotifATl-6rA*`si5#|iFdcz}ljEBoZbd+S4nD`;j&@JQh4lApn( z1)l#GO@YlNMFrYSoars-3ViJ5H3L~HGm(4~m_fhy55?@1oC=zikrz5G3jI|~pwaD( z@R)C6%$HKM+coVv;xEAp`xZw7MEnBj*0Zk=Ti+0U;VeSRwpnAN*SN~@tqT+~T<47O j^J;?aDrXVexH0!@xXC`oIyU%By|a#M>{G7QV9(EQOt{>( 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 36bb387cb521a9467e2caf89d9f7a443c7da6a88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 800 zcmb7CO>fgc5Ph4NxG{l-(((;0D2Jp7mYz7I%B2*6oO?$YeuNFds?V-i?RwV}glaZ2t)o#q@_ zOKqm|k#f57{{*9|6@k`!W6160%6nqBv#e5QXNOyB4)w&SFm;ShX=aN#7jm;AmlrC# z^w!ACI+EdIN%DlnF`bbklhN*Cg@U`zy(H(X^YVjH({OH`{zT*bSw>~h*7OHlGa1^c z%jm7HC~Yjx>*a;IQcQl|WV!X)Ob&=)#xWkY@Cc6uRu0LBch-j%uA$LFj3)xmmfQlf z6?pMq`~)_afC{vkF@?WwTi~dhRt#jW%tZ1EFoS;YAEUA*IaSTY%Qp)^$K*?n6VI#O z?TxU-D;V)MigvrAU0M9aSYh2{Yk(TRK(hV(3&i$U)IPIUL&CCA<<^dHo$Winv(Um# m_BelzCRnbrS3?`O=6VgcSw~pM2LDr?tm6jjgt6+Z`S}HpR@y26 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 4fab0beadf700b3f7f7dc3862f2696ffcf39f92b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 805 zcmb7CO>fgc5Pj=}xG{l-(((-jltWSk3tTv)%B2)h$t|dMc7FW)_8q_*Y}Zl2?F3caiE%f^J%L)d(7yFj;7O{j zJXbzU^j!Mkr94zdjVRSK>IX-v=yLL|HaheKTJ4qDoq<4g&kjjoJ=KPero|b#6Lpqz zWFxhi$_L8n(*F~zmZJzX4vZnUmn-jy-PWp3tyiykw0d8Uj0#i7)yHXOiv<>P^CFjH zm0fykWM&=7@M%KwgvBwPlOvPS?sA8Mr_Q}3=dAPcz|2&xhabrm+Iwxy{yd{eV58gP z#!25!T}JP8iEC?_v=?JFQ_R4=$#Uzp868r%u)`Sl8+d?+0&7R)!+YyP16NRMAjTts zrz@_4AqzbJFOUM;D~bv<88(H#u3X?lJ1r5&T$z#NJzxag&Oi9F6LPBL#ml!#g^tNj zI8Mx0rQI3eG4ElOS5h>aCG67TFUA_{I$J$N`~u0&vo8=kUlDy~FG9kyR^~>hxXSje r-&ttjI(wYIs3ushvlpR>8wx64nSo8A>NORmR 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 fc73f9e5544fd3a9dcabd2ec60f182bc33b60215..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 792 zcmb7CO>Yx15PeRTY_lvhl$LKOpd6ASFo*+(RJoK^AZ>%xRJn0*H`CP3t{vGh-A1`a3^idbuB=8eZQ^Tz)1^V@d-Z?N4&9k&xixD(@UjC%r&aHf6xrNEO+ zTY0K{nCVOD$5VNzjG9oUFK8GXsj|nxyV~f`7if1@Mt4U7(ViWXz3d_y?G?&Qt_s~E^anTh19X9m6QKSpF{iI(GmF>`-$gO?{r6a z%ug@kS14Moigso3A7hPmldV2#yntlq*%yeNuc&=yR71kDQN`A#xXSje-%&_$oe{?` jvI&;!jB04%#zJr4ChG{B*y1zQ&L*z0PB>ScHGjVV-$vHR 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 225c2202b172392da81046d7330067107e9525cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 802 zcmb7CO>fgc5Ph4NxG{!?(((-jltWSk3lb8CRJoKQklZ3QRqk77>TYZAM!TD;{aG9k z5(j<&KMFAp2%$(Q!j|W2$8YA%&i5Z*zX5oI%{H32ogl)U7#UC zTu$$FO=@FtVlPhBxnlaeCNHhmrr4u!Vka@~r+9#e0xSFE!+YyPiYsWPi1A3^>5_Y3 zz5>txi=n{g5>SB-bEfdueG7c-Wia0%kDi|6^EoN^U+RFW)Wz{h63Rv)3Qv zF)v}n`zSh{ns#mR7h{EWo2?-l`~u0=v(FG)U(oo(UIPisR-N0p#8tL${mMd$>+Es< j98IuXWv_t_Zp`%>ZnBQBjt%~&K3T^#)(K-ZS@ZJ~$@$w4 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 7edf67c6a1ecd487498bf80020031a91427eb0a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmb7C%We}f6g{2{NfQDMrR5C;ltt327#4^{s%#<7p% zd8&LU^riHZb9tbQno^=KXc!!+yvN{uZFJ}hv^y)&-H|{%uoDtkPqd-Kc|In0qQ)6V zHWHhvY^0nn{eQu@Ohusi$ry5jOnFc2wpZQMe)E=7s}J?ms4#cTK1foVFKQuonP+mQ z(sOT(Osyjsz7!-+SRB(SIWj5jCo^@SWTwni9*t*|hF+f;8$&yHDSgmo!duJTcvYU^ z(%zdivtFC&0fjR=so`-GPw-S=?T~!&;uh-$b5&UL_ZLBN)Pn#3 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 fba07a35b8f91b5e6290ce9bf6923c19513226f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 819 zcmb7CO>fgc5Ph43xCw!V(((-jlta=A7A|l|l}iDEoO?oxDbEKu9EDG98`+R*+iKPER)#~DY~ zVw-;Q%riVMtRWM;{HQ`QJtWV*r#GX6{(wt1hj!)? zdZ$Z98;j$5eyYwDbAM}+%zAAmdlaTNjc~t(2Y4v3vQIv|w?4FR1@#spJQ8@iP%*#b#7E*Z#7nTg~LU{ZZYSue5G wZCqvh)+GupTxXB*^K63UDti^QabvF6aFcZn>)7Cb%9C|mW8LIjRo49c0vBQ6?EnA( 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 a7f903f87de6a8ac6e7d2ad5a6ef7b72a68a80c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 820 zcmb7CO>fgc5Ph43q%nbp(((;0D2Jp77EYB&l}l9wl3S#v9+Q+wY#nY|B3@b z;=m8!M32NVfK*z$bscxK+)`T6Vn4*)yZY@?355gNGH!u=K=2sFc)_PtjEPh)N6 zsq&%FGwIU{d7zA%Qmij&92}{9$jQ6f=r9uK^_ON3CIXE;o07n4tPLHO`3bpWb&_#p zEw+iuCd%o`{}XIfqX=}~8$)g{Q{EH1y=9$xuXlK~_E=Ai3Z>)f6el*HV<9)oGkLC( z3vZ1~tRopd6(o;Y9MLH`G70T2cF1|^%u904IxjyORfaR`^k+)*cw+R1ALKB$@TvOb>|5q%Az`;1M1RtQ?XL@2n3UTtl;i7M=(^TXGAG zR^Y{d;S<oweF-M~6F_@C-z9XD7fgc5Ph43q%nbp(((-jltWSk3n!3LA7<9x0>76zdrcgCmvqIeAwb9R>oO?#k@mNT9Z7QxaH@wV~r_en#$8on;)^ zh;5>>k#f59{{(C0C<3iRW614g%6nqBv#L|)%{v~gIn-mL!qjo~Nu1bxfrZ>W&*VfU zm);tgSVuB^E=ZoTIH7ZLWD?q4?vV4;nV008bzUBtnaXtfkzB65*VgRM6Dk55{Q)3vtPd?*L%oFto(Mc& zaTN?%;N^dT6xd!-RG>XAQWgHXa)G29mk4C0%vkasFoOP7WEylPKP-4qS-fgc5Ph43xG{l-(((-jltWSk3nzq9-!G?Z?V}z9d~0ia4*9B2oD6B;Z*zXYk_Bp zw(>;zQ0PnPvvawxjG9uSFK8Sbso8+Z+uGxZIQvnO+SyzSxyxBD z&s2Kut&yp9B*W)|PqX(|ro3HjD7EjYoJaureYa-di8qxQ1pM5uOMIdR^sHcT6)A(x<;NmuYg9hy|6^>nAg3yhm!B4r zACNCNPCUbUuRp<4zK#vPnWEFFMp1eEMOb0mVsD5Vzd*e8;w!|~H`Kl`sv+jJS#j$V vTxb8z6$@?LWW@Y=Ho@yEqZ&H6HMeWH&9;GcZ16wT&N^;E?({x*B*V^4gfq%sT zA#vaiKMFB+IiN}?V9WE`@yvYR?2n&czX5oOjXJ8h)j)*XG48~;D^Lrk+P7Z_JWjNg zC(4Ih&!r!o%ROb(m=ZmsL2#rdJx<=%Mu)yYyR$I6I~0g^?1%(b5^ZRIIyokHsE#v^ ztR^;9*-$xM_`icuF^WL*oiXHgGUYw7`(#n4_7+c8ALy}BVd}UzC8?d1P{_?EnLJbJ zxwl59){zV!a*~HE4(Nm&nUuCKH<<9ynV008bzUABH4UfM>5nwpou`xsZB4JwJsSf% zbt%2p1)}xKbUi;)GsW0F@;xIcClyXeAY>d>E$%&OujD>tE~60vF=|8wK+Leu;=BQKl>e! z&pAj;X|>ZG;t^lci0`XtwF+hmi@z94tm|y`QQ;S8Y(D)AvH1m+PwZ9DU|B13zvC*~ sH!rf##5MLfzpN%$uCP}@3)f4%iW{sWtYMx1DNfd~%(}s~s;v3>1w~=!_W%F@ 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 95687322fbc8961bf162d70078711fb92054946b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 822 zcmb7CO>fgc5Ph43xG{l-(((-jltWSkTXEr#DwnDVB)3RS$$e{2({1ftYj<6hpTz+o zao`8=qY&d1AruKk*z$bscxK+)`SJ7HcK~m&*+CO`W3+HD!u<#j1lr+L`~J4TvqW2Y zqI@XzrS#dk+*d};DA5-*364}T;^ZA|bQlZt2TQYuQ-Rj5%}8K1(S{DH;+Wi#I?g$= zme^F~Q{{B+{|>h5Q3Sg0jUl(2EANTj{<2Q}*V{Z=XQF3Dh01aDS(4gfj)mN1k;^lc zo_lL#Y8}b&sU&&C;*d_rkx6N1u|vUA=U$R?)_FNqxz1G3*6h`RL-M6HoG`C)x**=9+n?-oo#UnfxSUDgc-dP{IxQ2EY5uOMyQTb^24+3pTZcdz+ z9~X-MVNswt7*6q&7qi7XDtf(|irV5Y!V2pSTVpi%1>&t2Um&)=qVbu%24a@&I=7kO uI@@=yve3m%_BelDO|V>LuYn$J&Gi~?vu8~jgwvW^?9W3JU?&Cf4mH{!Ga 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 90f4a6d0d57000b8e70d4f62825984d58bb65220..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 839 zcmb7C&2AGh5dNHmqzNevrR5)5L=H(27^#OIQbj^lflAwgnksj9Gfka(?Z|eb@K_uW z5(gfjFTmR%W>XHR5(?~UXXYEv&d)c#{Q2!WfE{d9QN+C(O1NLag9;uBl;gP$&DR3Y z67A%f3URDwG7K){p|Wa7iJnp~dQw@3gLk#nu`AGQEsSpW1xkBvKmsd?wsbVfPRXCB zQ^TIs#HGsgmDf4`?JVW32-FX(CBJ7>2*mLDqDswe?yTC=L#yJ%bMjG=x@kLq}gCjv`H6ykdqVjVY7uA_pd zyov>zXl@I<{I3}WHWuU*SRPV*W6agEnfPfd$-9@6sEzzEpIDjBzxvvLVbzVvtDL2})LnJ_a6^|8DV z!3!V2_wY5uv#E#_B)ZFbB2*xNnj<_miDK`5&1)P zWH_>#x=fjo^1AeY1(R|Vfz~@~$?q5y04_O@0F?q5XZC`Fs@X#hm^4|F%N6P52irU%TGH^g);%uP)fV(z_ zZt637txHVnmkE1*s%DDO@7m0`pl!ZK@x+bmxYxpcJP=sgrx4$|5L>u{S_^eNiJ|F5y$Unq4G@^dPKeDi0& z-=qpuyS)(}@ik5O#)@{kWTv$Et7D0EgRKE7`~uC*r=K7;Kcn)Iy$YHvYxCUixXSj; ri!8KojXlnvR}(B(*sGw8>vO$|8>|zoVV(aePu8%^y2-Vwtoiu~knQNq 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 a033ee7a89e5d130c14fe012a259504af9afb444..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 804 zcmb7COK;Oa5dJm^abpZkU%a6pa!88Ga;Z3^%7KbUCAUINmHXD2y4%{j(e9>de-;OX z#DO2ck3x(C0x1%Tu;qE}_?!7=_WO^o-vGSEW(#%PjnTlp2=^mA5NL)o?K`goo~7E# zQ{}@%Ur9f{kO#`BoKk&B!{A7jeNNuhMu&kwr@Jt_Hxg*<*)a($r`pirv^*hqtWFA! ztfn?o#Yj0_`M-mWsuh7`-xzXxh4P-*eZHttXNNm$4Rvl*m^ud6X=ckA6>?W)A}gyb=cBRVBVCZpZ?0wp(Hcup@T){qHaRzvW!A>qCMYXeNm8gg3EZ5uF`@ z?f;@Eu(<$JV1=puUG|&n{jtEuZdx&rg)+J1TfhwZy?>0$PROaCc{1|-Jkp<$3Dmp2 z5uWljZ19Z~?RLexviOUz#Ja`S05yJrczI$Pj#}6TdZTosfgc5Ph4NqzQqhrR5t6B8Q|1mQy*T%7LmtCAUINoBP(Dy4%{j(e9>7x$=uR zAS4d_0Dcr=9FUMAp$J=^kKOT`c{B6l=eO?wUSp$yD(*B9;cgxG>bNgZ3uoGQUI{#n zwUwvJhq0bYpI*p)WmHD7zNBGrq>4TVZ)>B&K%moI7~LBQL_0Pmf#p~mI+zqEBApptWZVxt&~jPwYNhl&Q1Dl{JPsGb&6RgHxQ?Vn&7Bw8-VT zN-n%LGO>itkWMU-JK>h4%(XjfO9s7 zcH$Cxt4l`f^X+J~>5%-G zFNhmf?e<1^!Ydf@Hi~w;;SESgkx<00)}KA&wf))t@$=hv0B!74P{gAuB0MhRNf}QCO5s}j##@0` zv9|I``7qIQ>4!J+L>V=rSkI^*9I33s&WGCQ&=qJjS9-Sw0@0BjlE8Yb4V_N2OL7XzS7mCnxw1-MkBkaa$HB*OVzUJma`P;e zW0l-^Yh+>_$#6R%dBNhGuE>!|=x{kf#zm)Il5^I1*)ubh>fsr=Ona}bIi4pp39NLw zoVePzQC*PzuCe)#wy1uGV=2azBt@+ 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 b23af0945969d6c4f273866b5fe3b8aab6d1354b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 792 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 a=D3PGj1kswm(SEYYq-UjaIYpKf8POF0^FPc 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 7633ceb2cbb14442fa06b1facd6fbb60b1d25a30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 754 zcmb7C%We}f6g{4VqzMB}OL>;IS#*&Ufy;_Ts%#<|2@>whp z5(_?nk3!r@Swt)%G1lDIoH;)C+P{AP_zB<*4jQQ7aT8TMspDxK&jf1WO8diOfxV%& z@>2Pb>l^9QYdKOz&1j-ivcAW_6K!i zDAg?XQ)i{iad511`zCW$*z@xTJ;TQg 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 81fb3d5dc1bfb2b14f6116babb6cd980912805f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 795 zcmbVK%Wl&^6g}gZxG{mIrIbf$$)by-2!^g$q{^Zd2qdRSP01Eb?b~!(XU6i3QTtge z5K03U_8PFYkeB7sM~ueo#QoTK^q>-qcf2Q5`Yk|!~ zTY0LSFZ88!*@YY_qoy>`8Cf^r#yxGc9}0AP3p@K0f$+d)B(R)lLx zv8l=@s?>GYx16dZ3twh4izrF@o_9C}EKz`%t=s$8lfDkTLqC0FF`zNSuh?Un6R;b(C` zNF2Dsk3zgnIaEkQVpr?;;kVG6D0$T%Z z<(cxK&~xe23prFqO=zrBvcAWId)nyG7if2uPIkuv)qR_i!0JF7I-2FD5Lqig!cYM&zW)NB{^rEmxtz3WjcLNF4x{`YYyfK6@imppAT+~ z?93(fMwgn_t{e4ysxB2PKQKvVy*85}g>#$6*lgl4wggs=$cMMqhbC^I)>I&ne4~TpkysGWhQbI9JB6Sb!I_l^4&tW%6i>@cxDT7 zs`SRo57&T?$rs!s_N&tAj?w13SLJIcTCGxgnei86g=3wwJ|cdB#_rQE5W8Oyeda1c zgV$O)8~wmd&hK4Kp^4jE@%#c!@Vd%XgcjBoaUFL!RFfm<9Kj8);t&u?cT B*IWPq 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 0e63d7718f8c938dcda52153a6d7f402b6806677..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmb7CO>Yx15PeQUwpjvAKlm&yIrNYefk7NNq{^jg1yWL^rsRs8-D&D}W3Oy)6@C^6 zgv5a#z#rh>AZAkz6%vuy)y{avv(N86`Nyws-vPYA(*~+|5Tk~N5gtW&EKm>U+V8#; z*dAyr&y)|jo=cxz%Aqo9N@Jap^*tWk*G7lFK)bVavO5;29oUovRtMV9aWR{aJ5`g6 zJL?0RsBEm9F6%$dT1i2m`OX+}2buDoxNI*wW%t!4Nz$fH$?h*S{?R3Xz^PQ{l^%JdDDZO0r7h#2SgI9f2_yyvViI6SsMN|9T2d+~tbr7ifaxDpwV>u(rtS*x+2lChqY+<<2JVaE=+P%9)?v@3PbZ 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 9e8b187f1796a1deb7a09efe42b753910fb570ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 789 zcmb7CO>Yx15PeRTq*($@OZhAw7$Spp6cFfp%x*WOpJE9om!x)(6_qsFL)`uo;pw>hky8^o_ zY-gDQ&;Co8!1fA2cDcw?6)0UQ6!_2?l&oc@%uJ4hW7fT^P7!n_-z{~ktk?aAUp6PF zN^iV;e+~GAe9k>$zp9fgc5Pj>IxCw!#AAFXU9C}EKVBvr`q{^i#0?8>-Q*uRHdzx{`2O-@f;>-+zAn2H+JQH&Da9CSu%A@F2lMfqFRAe*3w= zW~!|`Q9hLVQu_Q{4wX?88ta^_@AKfUHaZLhI^Bhny|F;NXLAx*PPL(f+4Pv)kvcB8 zvzppW6=UUeRsU|r6$OFTTVu%W70P?!va{%v?H4bZQe&hiMunMU6|~g%V{Cc zRCeyIk(qTQ!^e{35r;!MAx9>o-M`VN%((E9oU_i$u_|<~g0^PAY8;X;t?|?!@Ttv_ zowq^kdb(fx5#SOCa2&q`KC`H*tWWIuG%inT11naELa%({QonFU?QcV%UQD*C;D7-may zbECX`e+~GLV*<5qZ;TFKyqNExXtyir)r!9aOPm|L8X)2qXzo1u46*YC(I>7VG&$C* x+2{vu^7`)86k52=70=Jn1jl8rBDAqG&#PGD9Ah1K_@8QL9k)0)8LP&bpI`q6)=mHb 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 5d66887f8df27085fc9d5295aed35ce3c13fa30a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 772 zcmbVK%We}f6g^IcOfwy5TFSGu&7zB>2n-uoq{@N<0yOEOsj_!xZc{fCJF*?r{sw=- z0wJ;B1NbP!od6PI5edec`||PiIamJn{mWMX&#~J?9d{B$xEteMjQawOaIXE{6M^ka zTY08@nCVODi-{a4qsBDS1zF!?;DI(e^aa|TrO56`AUd=K39Mz>(9wK)O729RmR#A$ zY_7_Ya=OZY6{CuRK>F4ga)+hzo;YnUyJhd`Gp5uW>akH_?zr_)N94iR{^aNV%rJbFTKy+j?5?JeNL#MOp1-Wx|k#l9E zZ&Q_zl+$JYs~D9O1dflw_cm^fWno{>ex!~1ls~Dr{u#M>qCNDs3oXlM_^~k z=vk`3v;Pt&u(bqGV3nm(paEr?xxQ`pOVTn|W-N!nG3jpSALFqFIaQ9q%U8cK&d3*B zBA!gO-5H_9uPovRCz{PtWEt^a#|rxfM?F+{0rCFRPZ0Z`QTfPO1u@%N*<1a9RgUlf q>_UP&oN@mGO|V_#tb!)i7k&eG*+OsAc2sG#8`7*zCJ$Z%HO_!`3m4Ab{nYTL5v6w>v&YhV}V+@)PC=|z;<6- zd7*qL^j!MvS`L&^6B_A^tnYH;p*A}71X}H-ot=?DbYwFUSnF#;r?csp+_@U(T-oT` zROKV(beaDuMkNJ-T>=P4CIThs0Fh4IkNTuLXp z)Uy8PfDW$Ijbg>eCe5waW-_2~X|p=E5evz3Su%2#DDdpR zL>Y(Y+yWAO6zZ;UhY1(%2?Q*C!f zXz}Zc_@RkrvlLlI{MWIowz+LtcHgS*7lslWa%|2$VDtrEZ0ByL-TL1t6 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 4386515654b9df80e0dc6b95872a54dc4bd1351c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 767 zcmb7C%We}f6g^Icq?rbqmhvoZv*;oz0>cWSRN0hPfF@ZqRrc=8P3m@Hk8B5p&tid) zkl+LOD8!wB1VSPbW6gc}`uLnHfBXLVD}Wc+Z=i~MF(TZr<3Sw{1#00^`-5i!yNR}P zqI@XyLi+4l4wO+-8taU#?{VXiHaheL+MSi1-LXJ)Y%>zrNVK8he0D+ZTwUZ`*-C7x z^09Kd%zqW5l7c|BXUd&z++-g!R+T+}KLE5&%Yx15PeQUwh4izrF@ps9&$*Ez^E4vsdA}`sI)1lt#WsFr>Rq~9obG5eijFW z#DO2cui+OUW&=nFi3oPJGxNr?GjE>!<=dyv0A6Cdfhz7dQNx1-4--5RsK-kkIxhsa zQtjl03UR9EGUQissH_^(Nay52p9}Z3)o~!O(_LEG8wu17TuuV3skU@HE6&NEsdK}b z_0(m`jFi_U{+Xu`dJ74ju=Gom z@9YUY`>)*uHkb5c*^CZxNV#UBzMGbex8CB56+QP5n4*ME5aF_onPd0FieUp1t+4J)q_qyFp 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 00721fef70245739b067d360d5a669499d16442a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 768 zcmb7C%We}f6g^IcOfwBME#+C-X3<4bL|w6Akt&-~1ZdJlQ_bF;xlP?p?8tVi@>whp z5(_>6{t0m>AV5e&Vyw9@Umu@ycAoDurRGSFjS4fz$m2A(lR1BKHoE({)4*o`;Fyqooa?Uz0GgazB1#QhyRX8C(wZ>C_z_%tNJ99a` z(v_gqKc}>Jsjd~vJ~DY}y*A?^g$rB6*l6JiHU*ZB$%oh0hZb(3(L#(Zfvp8|XPpAi z{!5v_#sWZrW!6c7hE!l~aaeS~$~<1^LHI&QO17^}{nzwa&r&6WTF 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 8304c2fcf56304e6c05c982388627c182ea8a9be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 805 zcmbtSO>fgc5Ph4NqzQqhAC!;MHisUPBD%nZL#iC8KtytSNJ{Qod*W{E>_)qrsQpC@rSb&>PR zW^5CckCoF!{cABQCf{U%g~XwUN$@3UkMk7ja^zOaA0;rn$UQ z$+fpeCf1P*w=Wo)3l%grCRmPY##b%Vu$2s zyi0FvdfV+WiTcRST|)14p>N}N(~hsyLa_^PO_E!$O*Wu#Y11lp8+eL6fweR8;l1^t zfjg))P{qE${)*qgvIU<1lTd-(6$1r!++Sr1d}zl7f0-+j$q`#&vTo;pU1Pt>?aml2 zK8Fz>NzrT;(u<6rD%Kclob^!R8>k;W`vh_H8KsY0l~CtcDS9J=yPWU*>_P+gx#Iri iG{JG5s}h>nSmGwO7$a=s0l!o1Y~vndooAI9`T7Blk=$Vb 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 0f7e864896df36f2d349601bc97b44af91bd34c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 793 zcmb7C%We}f6g^IcqzQqh56YvoWYI-Z1V-JkNR>@hM5LrbNy*-wxk;T)?2+w6>4J}9 zfsk160elqVPGEr$L}EsBANHB!dyf3=`MLet`!lN=Cm+?fP6t1;DdL?ks z(^ig^51C#{pWMj4GHOC2osjiy2A*o8Lr0*|T#Iat1fnyWkice78@ia!uE<@gtCUx^ zdp1_-NI9MNzZRo>1c6%D7;5a}cZT)W4%c)u@R(@{c)Ou|ueG1n$DPzBer#KMUxF8?iS|4h-gHjD;910w+ zv7V(0y!bD10{d$S1@;^Tr)fcbO0?>lY#zF1Yz5vod-?n_Rc0cGj4_jT>mN?pjGW3H z@pAB2x&ir&cZvNfHd`Y!`0hn~4Mn}4OV2C*%Glss;i`iIzd-f)`6r0u&nSH4u7E1X zQjU#2;4asDKT)XRK6i{?u?dcw+!avA)+%pfhjWBoJm7!won74HTxG5zXMTPF?t<69 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 29f1aa66ee38bcb84fc9c41018dc25a8237a6591..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmb7CO>Yx15PeRTY!d=aODP|vC5Il8A~1pjhg7*#t%#KLkd)k=-AU?pW3Ozd3crD0 z!vP_2;0N%d5VL^;LJ)~v?YtTL?em+FzkUDm6~G%jt)h$vHAHwA<57&q0+n#7{ozZ2 z{l2zxs(i@xQu_2-4wO+d8tas-?=bOL8y&g=&DL6Gdn^#0*pvh|``Xa?Vm={vp(Yux zZ1-)VvaxcysDCX+g$03n&lqwinev{vY_2=y@YQR!R2}J=QDNa&dD2hpeC40qa-PX6 zm0WvkWMUo3@IEJb!C^>Ka%2)Z{!@Li(l+5Wep*(17I$b`nHnIzs z(3viJ+4_AzFRs*$;*L*El3B0KY(U}CrZM*Fc!GU_jdSwht@WXfTd33#<3QkG&B(b$ zf#?6#l)&B^L4jRI!D+go0i{~?Ouh&`GqnQmTK&Sm%#@kQ5p&F})BeYVY)(!U6Y+BR zSGghioOg-mRc^J%X!4zl`1*-PqiDUz_=~Z@SmmsX62Cz0=-DTTqt7UPn_QL9z}5=4agQ;=4({_m#m)}yFxFVB%*f9VcN)}W 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 79fe584624e08b79b547c6e532927078170eb581..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 789 zcmb7C%We}f6g^IcOcMf4ODT`il0_Fu5f~vP7OAqSS`jJ9A}QIsGdHQ*i9NENDtro` z!2%(%-~;$5#GSwbA&A6`=05B*$M+oh+xIVD0ldM}D$00JLxhJh9>sVpPzjgXAHEdW z?`tck%7LTNn z?Y>P^Hc?I&{jbHS7(t-kGltwrro1O^o9j+FeD#_~s*d%{sIYL%JnbiTzM7xha-PX6 zm0WvkWMUo3@IEJb&S6ATa%2)Z{*!&q6K7tMbJlq|pj4}&4QF;?($i%^dC=B$x_oGD zY!@z}GhOJ}`rV`#SL#Nw>Qj?s)@w5xP`I>djJ-OZU|(QkNItx^KGbmwl{#V^2pp`j zon;C<|1V(zdus>4sJkdnR9mo|#&KcddRgzs!`G$uVQhtkeF7OExE`3P-#g z{grM+KIdIxzsjxl1Wmqo5nn;kXcW?mioX~eoU2@QQQ{Y<9X8S@hdjLag)0e8rWLpZQSD=VF&m5pJHbRcR1IWtIV07AKxU^_y7O^ 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 ae4027fbe13843868d8c5a7dee93c5e0b4c5c7e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 790 zcmb7C%We}f6g^IcOcMf4ODT`il0_Fu5f~vM7OAqSiinhSk(AlHGdEMW6FahaRorVJ!u=QzVmuV6g>&uqp9|~` zwUtxl!(3lWpIyq4GAgG;XJmbkfrr}Y&=+WTRwBEJKy+j?5?CK2Rd*Zac>X!W%FS(`qMCV3@g=6M?nA+L0e{$EeLSCr! z(pw`_>qv%obCRcQ#xx~ICZ)qa*=O8w;Uzg|otKF!bf$u~=C~}3$b%7 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 603cc5934295ef6cd226e09460b01bdfb3e3e5ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 799 zcmb7CO>fgc5Ph4Nq%nb}rF@ps9&$*E=pyyNAyqC_E0CNbwN>sLdzx{`2&xQ0Rs9*|i)gqoy?08CgHz!UJt|7z*t4mR9!10@0z(NMJS5hEC?Q3AuAM$vLy0 z*i_|X<#dUECZm#qK>M9BOX*mb ztE~O5&)$`~QM~YxNptJ9nT{x2+N_DqHlAZkVC95-cx!!V;|>~aH1UEZU!r(-U*Oe$ z?If_dq#w(bYad3GX(sA=Ny%8wgU;pqYD1L|{x#SCi+Z*or%JWFOn%KeC0}rYSiX9% zKgJHV8luK85bwVH1hM-WwU3Nyh}kx(+FRV^_|cClv~iyi k*H_&H+f_z2bg)+Wbv$4nVFM5OpYmh__t?kWtInRE?@q+o@&Et; 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 fd28f5966815a5862d1b94228c6ffe0f72c38501..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 804 zcmb7CO>fgc5Ph4Nq%nr3rF@ps9&$)p(dAHyL#kY=B9NRSwUzH%dzx{`1U)c!0E z2#EtffFFezhYuknBCzF|d9&l0H&6TJ>!;5EUShL@CLYF!@TiT)Z9EZZg$wO_F9bGH zZRNT0q0-mV7gutujG9oU3$lL5h5Op*FcR46FRUD70?~mjNMJeDhK^>_GjgZutmMpU zYI9X)%IO;aNJcdUf#i)b%=kn${J6@5l@Xz?9Ao# zO4s|W{4Ub&rFy4$>qC>5)@w5vQ@F528|w+4Vnbl*hAXyT&iW;wK(jx{ zu*KIf;u|Tt-CBt{;;)S*_8pE!Xz&Zf+dCg1wm+iro>2oa+g4pG65Qta!S^a8xXXy^ k=iLO`WkwBju`>6oxW_)i8t(Hy^~oCUu#dS{lRZD*03|8gFaQ7m 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 8e6c5395e37b468c9607536274cb0ae97b790afb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 761 zcmb7CO;6iE5Ph4tF>&1zDE*`q4ml)LWqUzA1m#fF(n<*jf^uK%!C7#2qumXHpVdQ! z)I)zje^k|R%Ax8Z61F^V-tP14o6-LI{o^Nq57=&^j^_y?yom8K#w&qFm}uXAFR(Sx zR-P*#X8KzC{8A2;Q3Z{4PS*EWc%Y3AeSw|MQe}565FOf_1Xc&y(D8hFM($LdmAtY( zu$d~y%IS*VEk>0Ef%K~}!lXluMYqA;Xfs}u4w=Je6#H@!X|n~dz- zW%OBB4Xyn^C3A1@ z3%t8mX9Al`>am65t}lV3&Y&_ZOJxc<3XTo;y7wOpkEGt|j}HsdhH-h%w<>bw+;v06MeE*#H0l 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 42b97ed7664a4f4f9af6fb8ff8df1eb0e5342eb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 763 zcmb7CO>Yx15PeQUwh0SOKlm)AJ>-xSQFAJXRJl~8RN7Risd9IBr(35RJF=ZB{45R# zi33Lt{3yh1=m8-SiCyi?JbU)}&69up{Q3>RTkJGY#gis#cpBkZgy#bFaIJm&jlg!I zt-Mk`O!Zv)>_!fhQ8|rtM%MSZ@lYEb`U1P1rJdc8K<&t8B(R!jLua$eCAkZAS@6nw zVpCO&l+z`?Tdb851maU;$Q>2Rdt$h=?3DHaD{2gNZd8~#CLSlLoh;;&n@TVUmke0Xnth;a|~7!h8w^-G*@ z9|*kuuh|5)mhiEJoWg)I%{osyNhw$s%H(nw91HGs|6z@tl2fGxUY^_$oRgn2Cbp#7 z>5j0=x2wh%O|)9&bY;a~gcZ&WuKK9(3pDp$eTLZkg32dG6*M{4%UYx15PeQUwpjvAOZhCNJ>-zIqUM%Es$8nJASFFCRqoF2bnA9wuWSdUKZ^rG z;=m8!%8%_oqcWQ4l&tS_Kx38nNeZxn0Pu&>})BY++vo?8_$#7SYyyS2}SLDbfbo4j*j0NXjl5^I1d1~EMrzx3}MM6c;*7OH_U_7>Sm(Zy$ zN7?w(pTisVQSrbhCdsYWCL2+>wrPazCSGGlVC|fIcyE1Z;sNSSM0mrNuW-EG6L|Yy zGYM?3;A06Hg%PEib)I#GrC^yWlgV*#EV$qOhb6Wkr%DUFJi8~jAYU*hwxrtWPO!(f zs>T;gv|8nKWyN2FHO>vL2B`20#QO)IA@;wZ@`+IeF~@q@D}LZ1*Ux@;p^3+gxPQqe hIIc6QpoNWP-oz8mHEiK2|5NU4;SuMUxvHG``335n$gBVW 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 c571d76c0c5620ffc86ce6cdfb3678e239658f4d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 759 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 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 10878a459c1e9d7eba3ddac12d38e447a6b13bbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 752 zcmb7C&2AGh5dNGj*(RhkltNotehxV#MPPd3kSdo5M5U!cO_jT|nWRp3?bX^r?IZ9w z91s!*9)O2J%%)UANPA$doj-q``DW~&zrOzf@CMK7sA9K)0DB?!Lp&C!`AhBEuLbra zZRJckpXn>Tcs1qFVrOA$aZ97 zm5f!c3;$0rC`t=7PmQ5`kSOPf-Gj0U?PF$AAL+SKewB05K@{6`O_}nmG?5D?>#UKn z%}M&}jN}E2bDB|3CZ>~Up*|^@C^MJC$%10v>vP7&$gc93-sytp=55oj3M_Z>*2IZ* z+RQ(YzqHd32TdH}iNMAgIse`|-^3l%nh5cfXIL`A_OZar{~{}}Tars)FV0DMx}|zL z9nMCcL#e>B^H-A`Wa7P>$ja+P4l}QYx15PeRTqzNevrO*!o<{PK^#hySVTxx%CB(NK6 zD<{f_xxSG;y_O#`bvstcb(f2dwb7v`&}tV}bw&cwiA_mhBi4oni`kgmg&JoZ*^F(X zvXOE+$A5xRK3bsBH-_9vro1PHt)dABua1~XZK$V4g@xm;(>SrSC1-LsvrJwwTW^g_ ztRoq2=Oi!KoYRCHnS_r2?mT0*nV008bzTl^II|0rp5|~RzMpn`JheWw3zyKD&c&>+ zk}t2+N5yhaO_Eu!&Ga3GOPf~lxPca)2&@grhqu;;2JWEJKow5~_6qjQ`UGD5mm-1f zf@T6ctc?P#xc1ZclVNbAW&*k$=geiM%v5ranRowKt zS8jJkc*fT*;u|QM&3qC0iN7k=*w^^fLy2FYe)#+|#Nii|J~1kx&bE@*iXXVk=SRP* p(7-)LT)*rl*lsW?p^5uTzljIzBW&Rz|C497u+F~Dy~^zQ`2}!j)YAX} 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 361dd5a421d5b6a05a9f2e18df971e49cf779845..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 788 zcmb7CO>fgc5Ph43xG^pbrO*!o<+|qEaZRsdC>qlXP2qH`?8x_GfWG zNF4Y9{0IIDVjL(3kPq1Me7qgcym{JhKfZhg@Dke%RIwhThK&fD5w-;C;X?bJ7Xq7o zZRJGyFw@u4kFVtWOx=uBde!BkLv3{E3AEa!Rh^+g?Z}QvV5P4OozC+SxpOtj7+LMx zRAocubdmoCYsF}R@>UFVs+WVYTK znOa9O+{{RxvpJ&)IWj37{@poewwagYoONCfRi?)(XlsrO;Eept8c*FGPmKq5?oxWK zi)EH?m3e-tJ}6%I*rb{D+DzY4xUl00j}x@;L}2NZe0XDhNN@-B1QDJJY?bKD`w8s- z*G2;CCCvmjcsB}k%k^aZZZZgtR4$;~{erp7l$lBfnR)kLq*Ef7osnC}zezT+;(kA77l o!9C8ne$h>^UE!>PChjl%Dju+}VGR%YpWfgc5Pj>IxG^pbrBGVJ$DxO$2n<{}q{^k@Ba*35Q{}#~C&{+oe#;Y2^k2oo+3vHx}>@O-2G6iPChmEGAT*$Vtwb&BUZK zAInlz@$aNxjTVT8T2pzLOKXY4PThpPm#>&gYoumcx@E~-r%7sx6=y0hiab7Lw$|u4 zH6_LFazXJ4n`4?%Njjy2KRXx9Hn$8f7DkhH_Il@Gc1)I&mihx88jj4eOzEwvc3Hm? z=J}~Sm%Qy8o#w_WJ^MgzZn6LmB6RRjVC{&kdvC0Za0AT<0UinL*2v832|W9+g#@;1 znsH@DE>Y(+awW;)it;cMn0J$kc$`Z;i@D6i`+sM8HDZ|smC`AeCVuzt3D?RAG`hVp zp75RX`TB`=yON6c>Dt4{?pG8`(NOF;>bhDwpn34gPVN5_X~vxw>V<_ js+(ZD!I6hHZm;|%?y&cYx15PjY(NfWj-ltO61SaNuIDcrc-icGTQsI^MuhBUXpXxdHLR`Sr}WVKTv)!&uAL7HQgT1Z1nBSW%Npy ztE^t}^7KqyC|>r!WQFzGjNTGo&uh4spoRMaD@WwR8|y=YYp5ou;eo*R5|(*8fhYg9 zkHF@VW}F#ONc9EvgCjM$f_#_@jN54mTo%fVB&Qj8_wPt&30HPXPL;%X`TE}zj>%6s zP0U-R-5KB!Ke?D+pJ+Bq8cK`*8dg}>+3F$U12lFYe}>rog6I=_5gIJ3Wo`5k*V(@F qs|pEju*da_Zi3|+dl8zrxzOvl#X80YZu6Zovw>CC4enK8&EHS%Thn_0 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 956ffc919ffb90dd371599b4864cb59879a5b8d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 789 zcmb7C&2Cab6#fPf%9UEI)!K^IMHkSfjwU89XxKDWNv=&(8ur8G6o%eALuLj--@%u0 zVN6{306vuQT(ldNg>y6K|DN-mFZ2D!*KYvcV6TcIwj-4AxPqMub_L2|to{B=ft^@e zd8K@q>V@>fYk8ikn}JHM+gx<4jSd}wMssCVt1nPGu|pErh_#`!SvDYdsRk)WHe;Kp zw6C1b{olb-K3bsGHHO?ts=Oz58>=Slzk1D3sy#h2D$E>roy3XFmYB&cvQ$nOt+z%d z){zW1Q<9e~F6fFJnS_r2?3^*$)Jt;CIxo9su2MZbCzomOwKb=Ugr$l{*n5enpjZaOITCdIM1BJ02R`8^T2A&G6oskdktq(QaLAizso(b%(pqf_{ zIQp-p1h!W+ zI3Oerd;lMXm<{9th4ioM7UkdCb z+RAg~!%SaGpIyoixw;vt^s>WAhuY}S6==3rX0?X`@sZ6)U?b6n`t#|C+?g8X?Ac6g zs`8<7y1>7kanV|!-ZO^WQLelvhRszS_FuhbD%F7=8x`h`tB#Y@P8XcXT~Bj)!EC)X zGPRCmxS5eWV{uC7$Mrbr!cWu1&``z;<3P5pL}>{eW>FW%5_xmL|}Kto_Rij=l?a4 z!1jt_92rwc^c4+)BQ;%8?qvd#R#Fg`xiVwPVJ6=B+tXgLEjuHpg0{xXxBu>NN`A&+ z;=Pqx?IE7>ql@|diAJMXLt*i)V2yQ^tu7+|fZD;c&kzS+5Pf14p~kXYCRlDTiqOE_h2F$H)-kqlpZ_T$TUcjZ<60%we0~CNBGdN( 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 3e3af72ec26ab45eb151c79232f1f08839c8233a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmb7C&rcIU6#iygyL2s55k;_y2M#R+M=yFP>4l(@ti({#`*izg2X<$gnJIz)$g2lq z;=w<_Kg#&FiU+j^XEX2jzW2Q^^X>bWuK-?QtBwlR6IAgq#zu@yfm)bozx`ZbBh^-( zDIcc#O8U`-e4nf9p~^10T(qx^4n2WZdtp^)AW%K9BNA9iwV~r#F(h}YhB-%8Q=6%L zpqwuKU%_fQTA*=c47r0`c~9)N7ERcG@sgp``+96tm^tn`PBUA~F_XJ0a(T{Zy)`nk zj%2u=l00Q`LTBX2WVHWh=YrAZUXpXxc{xzI9;u+MIV=Mwh^eQ(zi30(Q92U zvwXwMvvYN+c-=#j<<@I6en(+qM=>5X(86PZrDO8pt@WXSTc|Y<m3> zyEDL3esooSf1=qeX(%neF_u`@+3F$U4@h=)KSAt#M)Z-r2nowtSsQ)8ZMGl$tU?2K m*yH+nH^Fj+y$DU*o$FQHV_n4>?(;uoW(~`%6Yf=E&F2RkHPm1L 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 eee12be0041367e8e1c9f66e0bad6b7be9ae7e1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 748 zcmb7CO>Yx15PeQU(u9L|qBT$YL9d_RcZ1=U3 zmny_eU(1kQ$&W_ej8t;fVbGDbI(7w`t)-~;P@vRvDG99gwWZVfY()M-jSNTD`z}#t zsJzbo-@#H|TA+SxE%}~NArQOGWfgYc9x|2cK##48bI)0O{lv`{oXKC$jGQvt;H*rX zCmC-tk{2w_>5@FzgpT@C^+`#i>{yjj5mp=R&2G0 zc*)PH#4k%U8u<`%i~kB%SXbHVqQDEN?d^Yo*!zmYXZ8xHu`K7<;w#)|`|&Lbbv$5? l@r!JNYx15PeQU(kxpVN=s=8ltT|mt715Tlqv@z5S6wCHC67;?lf_`u_N0-&ClY1 zkT~!I_)&=2lwJ@yAiVN?`R(||V} z>qv(Al;k;^GrAy0CZ(f4J5QKx?xmfQQ$btfWzUfcbV8X{xAKp(GxAeDq&GI3ce>0W z>f4!1>76d5t=oT;Q-Pf& zQ)jgThySEcU~5S;fz9-9$^^!(q@XQxWk#|e9MkUHRAxcv^24;4i^@Cg|C}99t=wu4 z@Qfc|h2NrRG>Rb<5$_sS*w;DgqQoB%?H_!B*#C;sXU2iY+#fBDNZ)9%0A*=W%j&&0UbQpegFUf 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 4f93489135ae58a475d4a0521a928462aeea4dc4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 787 zcmb7CO>a^`6g>k71*yf_T3gY&=mKhVbY%<;8&V?)txajz5AWT=&|!wm3=LiSlUx`R z7ybZ$l<_`lH%1n|mv_JBzI)F(nV-MD{{Zj~`(@;@Q$YbwO4u!7PoNmbIvl(a*zIX2 zFI9*$y^tZjl4nNU3{`T~;-({Qb!-dN8!Nk-1A#)vr6jP?)0R%>(;@i_H8fn=?72jl zf$}=b{}c<^YJqCkTJjyELLg4-t2P|Gea}$JeLb=&&OJ|^^b$8+VkW$6gDs7+BiWChVYhB8^Qevdv?Q%etGPljHzThy zVS?=ZYr{E(86Og>mTxo%c)_=>z!y-|YMBUG#9s+(?8_Xrk>eMr9KQStarh0nFP!C2 zVOz|4^Ph2_Yx15PeQUwpmgdN}(++ltT_l5g7HtAyqCBh)AJDO_jT|nWS!Z?Z|de`?EM8 zBo6!l&io$4Y)X4T+5@}V`SRPDH&6cg`}+?7Z*fpV8QU=`*om+k;i*71Txj2XBd|Nr zR!)@<3wUyk_d51yA+UU>~*l!i0+9QEV&rV2SW1tP4EVD7Wb2U!6vN^Dc zN=M4+JpWs)q!zdBjX=Lp?JpEFCwU4icNKD3iO&QhCW_y)`ni zj%2uAkUVE|MpJTR5<333amHj*&+u$v4VmEYR_;&E$aB$Cr^`d*pzV120L9;$Ujc+N5xsN6gfc=ccV2y7Sh z64*%`sX(_>`;*h@FmNdon70NwahWPJlU!utotw%s=v1CAg0@Dbopym-c0o?%7%zJT zL+->AD7V@pyx?0`;R`4lja-R5;xED)`x-}Gl=ubW!GEc)0SLc*MSfEj;Fb@{=vBvyZt~nLR&$0Ah{RCIA2c 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 10e4b0f272316eee76533dcdaa7aada41b9fdf72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 779 zcmb7CO>fgc5Ph43xG^aWrKPllk3$bhQM(lv4ykg9T2aX@sHt+_*wbWNXE)m2p!8Sp zTR0#j4*URq6k?px3nB+>dEU(Ic;?O1{`~d*2Y`2YRYMtDF)DZ#VLQT(KsAiD-#rxA zPPCO*%7>|*OP}4ykGZ-Xs`RGAMMv7`&=qL5mR7X~0+pW4NMJ3|hR$b`A-PL6%sI23 z*i_{M<#ZAMNmh!{0`*g4$n|pNJ#pAvHevVeAycXK^~k6&bKG^9q;|64Om05O7%M<7oRJ9n8`(7F7uSX$+s_7b7&l$0K4-c*GIcFS-e~YaEr(z~cq3;|XI08`$K3ijxhjGREAi%*fAg+E39c 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 f057e5c548d3f18049c4868af2e8f86a972835b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 783 zcmb7C%We}f6g^Ht(hMmLrKPll$D)g*s5P)*kt&<06_wI}nksu|<|c7Fu_N1q(vRUI zSRf=8d;lMXxRcTiA`50T_vJhHo^#}%zrOzf@D4AkC}Jl<2~R56tzb`}9H!duzZTf- zX)DLdhq+!zpIpn2sk#}d_`1za$J*%75ok15cD05ArLIj#V56rE^|RTC+@%_&T-of| zSfxYdbe{hymh#mCwKHSLbyMX%aoSk5VgKzLhEg5qiBTbQJaycQ?QDse++vo>D@NoU_i$b4s-8+i+?#lbkGKng?x7yTePPfz4b@ zr#k1dekaV)mHMQZ?TLv~>$RDjQ<&PMf~Pe!@JwK>Pd>c2KGbjzrmIS7tnw{I(1(5d{eB(2hRYlT>LPEO^* zc-j5eh70m@J|tGH*lZ2)l5bpzFQ2H_a}n~0zY5maS2^mSz%LLTy!r}p@C}78oD~qU zE$6+(&$!R=v1oqfc!itPFM4LHcs Az5oCK 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 094b40df2508a126935c9c7c1a88f5235c7d2d30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 784 zcmb7CO>Yx15PeQUwh1W>rKPllk3$bh5g7HtAyqC>5tY({nksi^cbd3$?3L}H_BV0j zfRH%w1Nc#h*_3iX1CIT4z$&=C(vpyt?G;fDt(ucz}i4tI+@SLUDaAtkr zQe{TU>jM8yR*KOAjU#Kx_l*jH7`B#8*xlb}Dz%}WSQY1(}Y@lwBr`CsV?o)cJ zi)B`Cm3eicJ}O@K(5A)(Z70VRr!GtIxPca)2&|k?i0@p84ctMsfdo$lc9!VO`w6`K zuZ;w@mNXOCOg*Vc$CPPxOZX@gn6?K6ZE2L9$YJzMyL*$FM{VT$yih=yZfA*FE+@ZG zDaii6Cj8M&pxo|^@SLw)g>Ro|HVYAoh`$6Y>}wqLP~sP;@4ff}vG*0F&x}f_v#l1j x 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 3ba6396549e730c801f9276f84a33c1f3eab3f49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmbtSO>Yx15PeRTY_n`>C@rNWP!2sLt%?yGIHbyf0;1A3LQR#svpY%MZtQ67pyp?B zKu8?;0sJV$Y@ipa91vc4zWjFl-pD_Ge)|sKHFoQ$Vk<&`MsQt6|QS^~9zs zAE-i?`JZA?UM&!x7(>NzuAC!Io6Bz4d-;l~)cbmDl%Eycb(W-dvfxa`^(2><%+^^W zQ(KVq^C`)5HfJ=Vf=o(Be|MfR+uTVzr9ydajgxOFCr_u8X>}w2Bs(KF z9HPFR6)C;frL@%>;PXrMNwN5MCe5wWW_(Ki!e${J$7te-z)Fvt|6rYuaR;>+A)X5C zESWm16*&ASeF9rcnh9*O(%Z@eMy;fzEpuhYvhNF~-ML+9|L5d*X4O`EfM@*t0)C02 z(I`hyM!Z9;u&;B}MTI{g+CTULvHum7&zw~dv8|QZpohC0Km3hCjC-6he$h>^UE{2R c2JSEXIv%hOuz^kfr##ufD*K3gRoV0U1;01fV*mgE 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 cdba76d6b5a331bce6a679a00412f0b2a790d29a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmb7C&rcIU6#k}NyR;Um2qIX;1BVu)V~mN1l3oyFlR^k3y?L1KzLqK5nPz56%Ae)I zn0W9H@Q)(At#VO&a5wvY&D-yN@5}tW`ThgId+e4`#8w3np2XOWu_I6l7uxT=5!mi( zD~HO5sh&%pUdq!Avl)%;!Fo8{8j{+T2s?{CgPAV{LbaUD=Q)VQ4!7=UD-<9SPx$Kmj%4PBL!@uy) z$WQr@ShHfI*~bgMa}i%ZQLE(=4KuE+$2L*f zKsjCHzl%{ZTA*=e47uY>c~6|SmQC1u{f4R3`g&|sm^nrr#)+LSIFp-CGkL>oy)`ni zj%2vaNnWwJq!BqX2_5~3JY}|-m*kvvUY=Sv)M-lQWS&qSv^Cux53Kj?%q4WHi#=BF zM0t6mJ}Tby#3Y&Z+KkUBT-&sYrwz35Okm}Le0XntXy6_y4OH=5U}uTMyqdt_e=Q@h zwFFFHlh>j^=ag!7NBAri7`5Yqw#<|n%YJZ7yZd*gvqUDFlT(E(UcUPm{w4XG4~aD^ zw>ty8;JX&_wG+)|Awd!GSH%kZ8b>{p_yy|w2cIGKzo7Jqvl8lTD@AWK!F`S&|LQ^m n4>;rg1)5;H##sqXJY4v7JYpYV1DpI$ak7C`_I1W8v*+h0u4B+5 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 132d92e54ae2596286425dbaad81e084f5d83c49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 791 zcmb7C&uliHlb)r!+qF&&}o;M&CFon&+=eQ zJopFrM;YIuTvQJ3X5X**_Py_WneRWoegp6Z&nhTlr-}%V%GfPqPoNa8wcmd!u-nyE zj+76Xo=KnF$`7fU4^@2IX3()VI&=gY&6TLuKp;A?2?=a;wV~d0G9-7UhACGzyEazo zKslY~zl%{mTA+4r47rn3c~6`+R!!J{^_r0qHSG?MulDWK z#dM}~RqIRa(T)13Sof)kQ|q-EUr@NVNg0o8XyA#!T915qXML#Q4oWqY@l;@M#ll&r zz~O&M6WCeNOkkTuQlN#rCE@c#VASm9v}LNySoVWs+U>t9trbhN899}&#ml$<>VHW- z<3r+|6`QRAp7YI%_!5eGJzqf{@mIzg`wB-L6!-^-QcW%I_@w0CLXYlu!U{@CqLQ3I{Pa3DzfM2CqZ`Ar~m)} 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 cd4c7cfeb74ac0efde41f7273bc451e4f9424535..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 782 zcmb7C%Wl&^6g`uexG^pbrKPll$D)g*s2#+ni&WW^A}Xa7YO3rf_DwpiGZW2BQ2PaZ z4-16Ef)C)M5Z8gS0J6ZA?`y8lJ@;t7egE1r2#;cH#@G_5g$wPsUkYsY zw3Q>}!&F~OpI^y$g}NE4?5e{}2ioY+6==2=cC`lr(V@*rV5O%Goz5mha_4GTaAmb; zGgS7}1ZF-1Vf8m(12% zBQxtrhMOtLb2eu*B1a~pgFlfc%(n27oU_i$fhu&ag0|+UES!;_TH~qH<*7;E&Rj-s zbh*s(tulL;>b>H1k4#orug&;`!iCLaJWkQX6M>~u^5L!ZA;lfkQp9*Fu(d#E-cMln zzcv!sSO6xl&bv{d6Uw!^C48Il}4a;TK4DUVMVs`Had(&MHXQ*2>=K1MYJC@MjlN n+~bV<=V*fM3TG8GaDVPs@qm4VHLUYL<;fbB*(Z!uWzWwKuPf4T 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 acead4697be6bbec09d8a0f2b05c19770046a9ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmb7C&2AGh5dNHmY!gx%N}(++KZhKWA}~@998%>H6;Ua)s42NSyOY$-t{vG9N_i^| z2#Es^z-#axh}o20koJHr&!5LL-+c1V-`{@#c!Os(l(Ah$1v?RTBRm$UhD+^RuLX7o z+RBOYVXl|bCo}mWRo7z`&$^s+q>TDz<^HU`?z=^`7GyHMklBbx&o zt8}EC&i%i^O5R$aabgU)eyY4DcK3=pvC1sf=q6irSgiwdTV5C z9m#M#Cwal*oF?SR#B}s;;f%qiUXpXxdHK<(MYyz1f2QPk8PhyyYq~w|Ss&Vki|MV- zCt1Ix<<*t?qi0+L&Y0x$n- z9D(hES^_(Pd1o83qnz0<-oY2QE`(rjmmUyn7Q_1f9yW)z~WSb_&?Cb8;%D z#>;*|lXLQOz9*)x-0qCswP-&uvbD8_g8uo4_H^Qg@^nmzuCe%>pIsev*z^&)U4GT 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 18c0c4a8a00e2c08650bf0a21893f87ec28374dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 791 zcmb7CO>Yx15PeQUwh1W>rO=j^k3$Yg5tu_I4ykg9iii~2s;P2!Hj~uJt{vGui9QNo$+ zzKvBfR8D93Z?cq)7O3@%A=gcm_r&lZZ$jgknN$XPYE)P{ZaVA7HeFLDw@MQ^W3t{F z8Cyp(+%8C7vALuPIWjSw{M$HXvWb`EoONFI%#BL)_<~%jz1P;9u3}mQ4%!_aTpie@ zi|M1z*4ez*=G{!)C|>x~#EJFVOg~e&w&Mr~H5}rFz{VN*@X7j6!vmCSi13o7&QZE? zEb#Wfb`sdl=_RliJ5qt}srJU_lR@BADll*MGvYE)W-2+!#M^h7WzdN{U$3o_b}L6R zyCA1BX}s*_47nt~;B#W>ip|y#uleSc_!5eGJyRl!_=~W?zQR!l1%83*(VMRjN8eER z!l-~M+w!{h7anr_?5+wmJYvN4>u!SW7NY{{c)a%8c*4Gf9X#cKvXdQbvafQlB71)R E0CP9j9smFU 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 1250ac1d1a788b719848bd5f57af3242b3beb8f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 778 zcmb7CO>Yx15PeRTqzNevrO=j^k3$Yg5tvKGAyqC>D=LK)HC1jLoZU(4W@E2x2em(o z1481!58y`uvnjnG?SWnG%)IgJ%$q0w{Pq0@fOmLNLmAt3MA)ffw~D6%m2jzj>#e}< zKwCLgK4kh@`eZIYrs`&*;(3>gj+DOlg3QNaLKMi8LSWzZ-y-4L1ll9if z*gBHoCL?*l=A5SF$i#H?Z{r1%O}!-Ntn+ec!--v*76?+ZrWL zuoF8{f$pfDCTG)8;M783-X7${Wva|fa*~O6Z!^oFQ+bvJZH-F1odT6?Mo#55UiJ%y zoRiP^oLIVYyEDd1zHAZSJJD?BO5_oLRjjeEanwVJU!Z>Q>MO*-HYx15PeQUwh0LhrO=j^k3$YgQEN`+kSdp`h)SVFO_jT|nWSzUJF*?r{wxj% zi32}?ABC7rDF>uIu&bSq=h>MzPyYGq`wsx`@T!6$wyG#$JHbwZ=K|$;r9<V3(#7rs!J+&$>JvW{9Q#W5xCVw+G@|wv8XJzU< z$#}aUdCBI2CgjPcbo_7QIg>R(lK0LBIaEfERn*R&WWWW5g|mS=U7lJUxTR0&z0P*2 z-wShitv)N>_Qa;f1#PDvDPFm8g54VS@Iqkij6(e2LagBd$~7c-$vWrA+&mIE_^*Wo zwsLw2Y^R=7qBRvV2yo+qb>^k0@eLDUm^Ctq40&X0;+7wS*@t! uA;-_|s!+ot&bWTnO|V_(tbhg{ulxp{urFZ~Px+thWD|AvRqj<}&(CkOnbiRR 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 2989a207db09119f8e1fc68f1ec7bc67e052e468..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 791 zcmb7C!EO^V5PeRTY_n`>D22APP!2gHt%|wjkSdn~qS8_jsd9HVlhp059j%?J{U3gS z1481!2k=pd*@SYS%7L|Z#xs7NdGq9-zrOzf(7|3ERcuBGuoYrE#8ZKqKi97LN?<$D zR*sePQ++Mn=u&>n)Xh+(mt6)OX`_8lV7Ijt)gA~0$96;lYl${=I?IPtoT*{Pnf1h` zDjTRmm+_xuP_`C`PmH1BI8)9MhdawUG&{_s-q#bO{H)-jS(4g(PMM19Jd+np)>$J{ zTaffOQ<7(FKGB#8GASMXTR3O3nPYf9wT6s$GSOGm_XVl^HD%=auHz#|-5$4&`gT^N z^j4Pxt=_8h@=UopKUO=>e@D*bJ8!BHosvu%pE3x7;?(_c1 q0)-e4IAZ*~nqa%eQ3VY=ocnb=Vjo}wkNHk{vVm3h5!b4+=kGT!CDxMw 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 ceaec63911a69dcff34c3f22574af52f4f17501c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 784 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 Rs7Ycom?rCx#w33V`EMwfrbz$* 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 3ea4349678c111dcd528e59f886a2151e5fcd90d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 614 zcma)3$xZ@65PbzB!!ihhxE#C~OwfaK;NU^y1!FWpJYYyXHqem9amGx~82u}6CYtyG zew4AA#RN5CI_a+E)q7Rd?;kI301mKeqnrg{)kej}8liF`2O{>Ow(P~BiXPiR9QGu^ zIrn`THawxV)P&qnenAM;+HO+??m+11PCdA~f8)lH^0a#<^o;0`kO&5ZMr|?l2iuHf z(hXBtjiAq66`IPIt@ySp!zhjksEj`iruB3h!uDcyLUy8astjX!UVMKf z?gcNPC3SQmjWVyJ{%!jClIpKJb+C>N!q%Uqgrd=NJ>d`C%kD__B0}m&`6@al?EGh! zofIJni@zI4SOgnswlaLo$LH9tbDm7>6?DD#jKq_H!r?nLPUMki+nIo{i~@T}6vwC) Rl=!tc$BnUNNR8kUGN0$~r&0g_ 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 a32e0f7d4b7db553ec5ac3783e947c9b53c9a9f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 792 zcmb7C&2AGh5dNGj*=7keltB4yE65=!0@D+RRJlYTkU}FhRqoDak~-bBS8FdSFTuNT zKu8>T03Hf4n;?WL)QYus{``47^NoM}{PrEdE9}-$#dd@M_d?tc@j#&FPqk~m6xbVT zE9c7jOrJ|PJCkFb7D>#3vCm1RJ;oktqkUiCY3C|%cOnoB?2H69huY9lkxnT;QPYGY zTSFVGWTJ9i`oDugS%^U6oiUUT66GAR`{as?+6P=$eXJKo`6B1sgJEpbRUed}r-@vu z_{>=&W1ExoA2X6CERJbTIhmLahfDQA$wZlj98H%L`(B?jMq^v#F}=}cxvdLKyeN-w zU$0G^Sf|b6J^52R3-PdlM|do-aYW9)wazzi4YdYB>@dHV)7w4}c>Z6d3+!B;QeZpg z$$9!y|7gCRrNFZDSK}PyE_&-o;dLTMnb+2+q}RR3f66mWoU|F`s>C=s`1c*h(f+e95c^+I`OIDg5zE>N`w7?CzPm=D oft&0xew9tI++?qUCT^|t7H+c+(83))Q|`2IgLTBYs;v3@1=0xEi2wiq 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 3d76a2b8f07e8302d107df40e0a0406b2ebbb09b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 831 zcmb7CO>Yx15PeQUwh0RjB~U)wqV|v!fy;?Qs$5DDl|n&HmAku{Bu;njmF-mFXK_GC z9QXlT_(zD@6mclfinVsWJf4~N>~BB5dot_IT1N%PWnX8rG~qx$I8s@Mb9c4Tp)0W2x+=Ln5UA|gAqgz^w4uXUc0%r0ounLD z>Dff31Lbt#{|Z)$K?LFhW615L%6npW^NL1WFLrpaT3?Ti3Ny#Wr@h2x3n1j?St_S0 zIrY}a#5$7ULr(IT#Sx9jkx6LxVuOr_PQ4`Otn>1~oT*d~-;>L<_u88Mc|v($qtoTa z^}e0CgkI|cR`UX5&!_54G5&p%q}FRQeoJ9uhY=pec!b9SONZpc8|y=iYpBMEuqN>2 z@@rtg0?+;nqQKhaH3e1~GX?q$;N9r_(gh~1UI9a<%8Vrk8Aj*NNc$fw+MJv!*z)q# z-#Z+U&v~1e%yO$ezy`n23O`oSXcVLr7XJ~JSl8I?awpceth`~;3YO|C}TZF1@|J{kMKaC8YbHByb#z* zw3Q>}!&F~LKRlOxozJqA9sS@){&}}s7jm0}Qq`Ws`&9c0RTVz_-pqn*7y9<0{aW23^%aq&@-+I&ug+(n+r zGnJluYh-F2$?#!H@`S}PjmVKnY5(^IIS-wANzPg4WzU8qJ2S(>0xmbw>2lM!Z)Yy0 zBVABxE@O*rJwH?L6>~o{X=c4PV5LVsytY2naShcvB5Vjex%>#2 ztiZGXq9?F%c};32IFSFcg53t3zv%(iuG#bTH3X8u8E39j5by4CMhA{-=mEaf5ZtwaTpd`3am;=7|6R 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 4e4cf267f8aac1ab71276970b6b09d27bbb53078..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 828 zcmb7C&2AGh5dNGj*=AX2D1q|Z7PW_@RWWekkSdo_1X3tcQ|0b%CW+f!JF*>A9*YA) z;=lv&D!cFwuVFnZR04 zTRBobO!cYs!xP!p#VpSl=m$rt=y2?gHac_#)>~Hvw+8~zt{sxVVow{|pA|>s4%Jc4 z$WqT{Djz7POaC_*m5m6bZ;c_hn=9{$-SsO9Z9IR$jn(^lY*d&zPCo8swwMzkcUt7~ zSY;>P8kt!~GJKqpJY;b|BXVRi+PPSu;HGmg$vNx19H?9mRnXS#mB0b{sWqNDU9Ot+ z?aXELT9=%f7smDUSbb1Te$QmN_1cWzQJC0ajE5;6;jzHNKKby*`jFxpYAIr@2t2v` z4w$XL_J8pcSh+l>z%mo2K<5PBkIrsfVAAT9G-R&KSTe{oI)5VVe~i#h$<0US<*UC} zI3K4#wbdSAjh|=4FI6-eCb>uhyV;RPg{Tc05|zo7Doy$TYRwK7)xz;(9o ro<$+WP4+l`o=vb^WUqn-Zq4-)ZnKWi#2r3U?lf_Ob;7x-toi!|{AA}6 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 893e1fcb4bee1e02c68e5015f95354faa635fb95..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 836 zcmb7CO>fgc5Pj>IxG{l-6240*Y7a>f7{q}?s$43*BvYii%6;oh(rxWsYj=anfgi;I zA#vab@S_mp6cwq6RM_&)%-iwIytn(~=eO?wUf@9s4cv+m;&y~P5$*~!{h@N3PX*Rf zWs-?>zEUTN8y_c`DrZH`K;|vUa=^LUN-IAU*yvr9+#d;qJ7!D*%c;_|J1Y;!?#qLM zk(JcsvKUFL>i9Pp)`JMN-)c>Er;yGOhZ`3(+I;q$2Ww?&s->S3A~$~h6TCuNZw z$^6(Eo#e(+;y+fD?DMim6SAap+CJZ)}4>1Aa!Y483Bu}6+EM}r~vj59N{IlWRf zqwYDeo*c;!lBvJcd10K=(|6<#%{aonHdb+8U}=|}e`B0);}V)}L|7AexcCH^tH9&` zVkfY+xTe7BlzdiEt|lr!WAT1+dguaWFRi&Gh1Ao8LFO{}8|nW;MN^TLUa@G&>jiDj zgcWG?`Xj9KH4XX3icY7Nr}p@Zu*9~--Vg!5K)m(n3&hq}1fMwy5cArsbAwN~%>K>O qEVOZzBhH^!6TB{S6rh7^bGw4;Y(sQ$ga4^_y12qN=2{K5{QLsqCF$M( 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 f1f239c091bafbffe740f58f67e0f17cf2d71705..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 836 zcmb7C&2AGh5dORgNfQDMCH$9C)E<%|Fi1!oQsq*WA1M^6X>)g-N$PgjUfB)`JOeMo z0U>eV0eC3HY>GG(k&3l;{``4nzOjG&{PrEd3p}Wygj;o#al48;RooS*#A6dSp9-w^ zjgw;)Vs2(Kj85giWYbi0U=Tg2tjpMKV@>P{Y_u-|cZLGx9XBF@<-W1BH_eX7AE=|0 zBP)HURXSAO6#nmExoAY7@y1&6JE;nR*xk6G(B`w}+*oa3CRW9%=j7DaE}Ih}Kg&{i zqV#ESR%+)-#t%8k0~Y%u`eb?&L1!E^~iL;EVxYxic?h7pKQHZZyhz(pqrGYBe1RgHF z0p=?3_`lc*tS!zdusWeQ$Vr>A(SKOH8=qaeK-TUTTx6>3L~@Y1bpMWY{xL-!*-OyGwYgrwb=GCHaD&ejJ1tycUFTdS*8Kef@^$I+ 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 f034a6f9ebf8e20ed9a4f6615a583aae742c8c05..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 841 zcmb7C&2AGh5dNHmqzQqBHvE@T)E<(eVmKfUsdA|bR0;((Rqn1cNuBQ6E8D5UtMC>a z5E2I-fQLfNrieoksaR|0&!1=J8~ex4Z{GpD!s9B6xLZRB_bRww!2^MEJT+nKxxhxx zI5|=wW@aYC@J#kiI!!bO`q7h0JB-~m*2J#BX6q_&dmvESb3+nX?iovm)AWS=u{udO zveI)}B?IM6?*9&!@HN?&cMRwqCsC#;ScYwkl3NC!h4ROXoz$&(cIr zls*g2O6@$!_%S1S%;Jbff1t<98HK-LQg(b*$l$z|tXw_|}D3$2FAes9;^- z$>M8Z!U8-0MNwdVaZZ7?F~xpH+Ki0;!{Ytu;^qa?Rxjrw6J^JegUqG#cclG~QM!!0 z%10LDn+0W#C}fNw9&54H9$k^u{&1dqRCT_5Yx15PeRTqzQqBHhh;-)E<(eVz|H|RW4NvNFhi~mAku{q;7ZZmF-34A93Y? zkT~!I_)&=21myrC6}#G*dE>V;eq;am`RzM^S9n}Q8F%Z5aIcE{RXh-=gfs1To(pXC zwUra)L#8jKA799!PV*$@#4tEgX_vYC+UU>|*lu4%?u-PY13M;x)xI_~$kS7DC+ale z%v#^ZDj6xK3;a776&n#~yfud0L881ThTB&(+IjJkH&z?!sZk+!Tzt}xZ8{S|?lMi} zxr#5mH8Qr2WcZkoJYjQ86LMr?+W)gb%9~ESBw7HAv zNEeb?i?#W*o}H@?inSk_II&)v={pK%c3j271~%|WU}Zo)yskvrW{X&aOl$lCSvX<`Ona)4PXftvuXluND zy`;@C`HVTlV=cEkBW&?KjrhunX0sSi5%E{W3i}#IJ(Tzb>bpTD|o xxAY0uIlePzp@Ex>m_Mr~*sd}vp@~~FzlL@85n8y-{}d}N++bhlT4nb9`~u_O>Q4Xw 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 44008e56f17b020f590303fca80c1c49e9d485ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 838 zcmb7COK%e~5dORgNwX|8l<+R4s68Y_U^w-VDwnD}q@_qrmAku{q;7ZZmF=MNvp4_} z2YvuQ3Nf3a9*RiCT04)=!)a zsm)YAQchR?AFy6EB9Oc@hTLwhyeD=yt|+wmYMUEt4fWKhFms%Inr60`6Crn2LjOxtHXebzY8CuE#29YxXMOfP86Lxcx!z~a1D(FO{@t#U3>@3 zR^a)6@e^2EoKs+RN?}-1rYAbPVDVvce(eH9H?6qHT$!n4kh%2#Mtc94qb*(MPpQ&~_xWPK+Ts7AG{RT+V>ev7P 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 3a6157ce05b6f0a0e28773f6fda21154d3bb003e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 828 zcmb7CO>Yx15PeRTqzQqB6241Y)E<%|Fq}Y2l}iKyDKt`3a(A3b>U7s$t-Yw+`9mBK z5(j<&KMFCMB7`cD3a>n0`#hdE;~zi2eFyLY+clJNr;Z4BtGHLieSu0iF@Eovz|O!p zIa5BQ=1ltOsT`Rkk2MEIAtRM^8GB%?2|a<`_GRGCSRm@VDG96(jHSaonNW7DCNW1g z22QJZtTI#hzk^Xxh(P15wUqT^xd&xz6&tGz3wUL=y74nRe_XpY~OCpq=C9zy6 zed?W++GQle$CTtTizAv*Mpo0oV4*%J87n)N!^whl==L~cedO{?(`!@I+q%$-r^OK_ z_R8wmd1L4AD4e)y6%QKN#6y9#L-OH`^Pzz&s5DT;mcXOc{beQsPyVZRfvwd!1-A2a zssfEt(q?A#A0orq`BViywg2h>2boUyUy(eRSPs)*oKJ>M;3n$`E!^TW#h(_gv95EjGHYJH05>k>xBvhE 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 f15e0d39b788508852d0a4c460fa3ad67cab515b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 868 zcmb7CU2oGc6g_T3vxdORDBrLRZ4d1b7@iR7)RzeaQrILi`tGG}=hd;J*g@l+Kg0t< z;(;H)k3!tEXh@T~iCFRd@bSGq$Nu&E$4>w+vC&2ocOnG18{%Gw`wT6AtlaiXf_jjHfEEbViBPmr~>d!tN@g{E%U*cNw@pVhHx^STd|8%E#a^txFnhzj#FlYo}^zgs(~}K1(v2&xy$LG}rt@ zWHV=G7{?dNF719MIYYD8A7PW8aX>Gcbvm_hwMT!56|!yehG@_LqMaw-z;?c) z@s*+mBAQz@wmHRB@^3Fth;f}F!q2NQnpY`mpo1H8yM~)&19WkV_S7p~Tq7G%ttMIe F{s3(l_GthB 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 bdc6ddb35e7f76c77fd231f4025666ddd0a6ee50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 826 zcmb7C&2G~`5dJm^abp4vB~X6b3UWw_%A#I4q{<}%fn-{#sdC>slXO#i*Yd8b@>m=Y z5(gfDH{fLu;{+9{f>zk_{O#wN`DXU}&#&JAyvAk&Rjh}o;X#0h0Uim|{fTy+R{~p+ zwsNYR&-A%;lT$g;X_3Sn82Ox3+Gp&ZHrfvao_DVU_r?OXp`DPxYNQSA7wIwON9s7? z$XaA$m5f!cOaFJURyHEgd~Xcp!$dhp>^{4uP-mC>YK-*EC|~59o1)mJ3m%l8r-_`a z_|#b=W1ExoA2X6iEDmW(IhmODF6U3V=fp8Q&8#8g-JdxelH-`8{(x(SBU|J#z11b5 z_N7_9oU1d%%-@(eu}+)W2l6L&65w$YPw-S=WuKgXXPs~22I@@&*x(IZy@1ZHz|Mb> z6WF*qrNDa3yY+O@|G{**ZGm|=Dp|-xnVIAuv*<4)h1ZEZ$h@{jCH>w%CTKItRf%zO z`1cwY^AxCddt+?z<*e~N6|Gh|mD1ubzzXXITLV=11;XtYpCPutpz?{m3PP6k1@;GS tvVDJvLKC;yWBekUV7ba(1ufiJ=r!DBT|*o9_@DBmja#fk&Q)d2&o6@c=FtEE 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 091fd41628ed21925ee0b62e240930bfaf40416b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 862 zcmb7CO>Yx15PeQU(u6=m3E$8bwTGk#Tyf!$DwnDVq|i!D$=!7(soPz9WqYf@nLoq< zA#vab@S_m3DdJG6so2$eKKyoO-m`!G{_zvQ8?4n)#)Aebcv!=u8XgN&&7IoJTR8_^YobfkvdK| zvodg6B_ric5&unAia`XL@2w@jo2U?o!;NbiZNA>-!RkXZwJPSGi_<{6bWVi)EKTI8 z(r3Y0shuYoKV>A3csZmAd9s>zE;mSd=p;z;-uWOuT9wBW=gnst@69x2(Ky@dbI-=m z)@$+he*JX}MXyMM>uHY`)3fj2G{}elI++y3{ JT4lEU`~k&&^aB6@ 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 888d61311cc62347bcfe177e8d75fa63b0af7bbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 867 zcmb7CO>Yx15PeQU(ky|76274=Y7a>f7`Sjql}lAbrO=|LO-nPUFCCQhu^X7Z83i5=DOq=Bb+Ca|6Po6-s*fd2#nc@)^U31uwTdL#*>HuJDBx&1NB7;qh0)65Bd^J(Tzb zqOBL-Ahy1v^p&F$B3`QnwtSA8?BBmYp@G{RF@9c6@Vd-V2~FIY+ZEhpTR{u=_@82@ NgYx15PeQU(u6=m3E$8bwTGk#jC$daDwnDiNFkM)lDoS*N!{++E8C08onOE| z;ee1h@B{c!h}i_?fYem%YG>w+-_H1r{pdADXyYx15PeQU(u6=m3E$8bwTGltF@gh!RJl||Aca#+V( zV0ECKoTv~peI~>BR1S5Tn}mU3^rX@r=Wc7OV_#scb6s+GBv9FLV-i>#XiIx}dPM$E z9T`TJ1};%%q`WTTe_*8;M4Dah_!SoRK`_<$xyS$tJXYxk1W9n;^-1=Yt$6qsJ<0XLk$WfI{YMpkAN5 zHijU}29!eCI-J;s&Zs)UYh@ zeEu0QTY;_r;wP{?zox)So-sulW|ZiOPA-V-PtH$X;7eyv(2+*jsbrAp^sYkksEypu z3dxk|b+3@uW#nhF2KjM*_Y27d%AM{At9*qke49n9RR~vj{ME3)w$5H3C4Pa%#^!g3 zjUOm|XyMMxF5xcQ3fj2G{}elI++y3{ JT4lEU`~@!4^ymNp 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 66beb1a712cb8707d714d3323930851201a157ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 834 zcmb7CU2l>x6n+W_;}soFbbii7xqun1$u7KL;fBm;f?F~s_ub2ZmGx~&TMYgzFN}#7 z{s4c8zruK4Fq$m7#Wp=(Jv|@K>9-$Wz5;lOM^zNDnV^I_72K`hod<^4u-(^A zj#Y>=y^vvaCI>p3o0JWM=t*TA_TAG~$F9JW)@9D^p+KqUMkKJ_*Om_E*$Me$bz<1E z(RZmbL*;d@|1y^HLIi4WtR>$wDgDHFbe$tDkovjj|KTM((1svdp74@^A@-GM)B6kaRQh zDu*k`-rsW^QJC>HF`C6zdx&lRq$U2ZqF&EY$t6A&tTC^$)J1_eknBAD1hMlOg^#Qi zkT5MTeZS)>%ePlvsNp(m?7xgAn69%{Kpi)hd;>R`m(aj1ev{ucaE*Dwv5L%j{R9s& B>IDD* 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 8d63c03ac5f5ab929d8552661c862e45033d8610..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 826 zcmb7CO>fgc5Ph43qzQqB5-6Xgf*g_}SPqpqq{<~K0?D*eQ*z%rlXO#iH`-mJz`x>v zkT~!I_(2>IV+V1lpcS?}Upsy?Z)U&${Q3>ROFXKhjLilrxKqR38tw^H!>RV27XsUn zwsNX`Sm>qnlQTKeX_mws7zIZv?Q`y)HaZLho^&ru?u`X1LpvdX^++2!$kG#X$Lb{E z$VOyim5i0sx&J#@$r}-9zA=W}Fj3wUyN@p^)Y;{}>LWcfDrAnaDT-}c@F2HL6FFD$ znYTv9){zV!79@{Z9MO~Yx15PeRTqzQqB5-6Xgf*g_}Fqeu$s$8NXDuos`RqpO)k~;O;k?mCBXK_GC z9QXnJD8y`nI8@MzUG02%c4poi|M>asJAk)%RzVS)RU~*&#=|lm36$cQ4$U_L+kNfi zScN##3mHb|a-g%hNjWfxo>bQ1+&yh|>$PX*QvDa7|K#2Rj(R6`kCyoRf{ z(A*Vx^D0g6#dh$1#N&9}}}#Y_*5j<{O&uWfk>$&Ps0aSH>Fa3R_(i_ywvvFTX(Sd`00i zdj(WkmhxPY;3nJmS6QgxHhY}EtR`5lvsXYJcb0kscUdQB;2!^zpEPibb(L!sS@ZJ? DJ7wqk 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 3c3bb2dbac42efb71301b4d5cf82d17e5472fe2b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 818 zcmb7CO>Yx15PeQU(ky|7G*CX<3UWw_iaC`-s$8O0Aca(Fs@yoZn@Q?)*N$v2DnE+@ zLgK&=;71{56U3o{R_tm$AAUPC@7X_oe)|sK4YsQ&VlzSs4=Z?7!DE4PIM=@QT3~0O zt(+%dbK)gAXPuWr8;)#dCWm?0?QySYWHT4jktif00AL-OIR^`VAaDA!QI7At?f@U4A;z5gO5 zuyuV&fz6oDG|->Yx15PeQU(u6=m36#$^f*g_}Ft;31Kxh+^V?roO?b>T)N^x{vtJUp_239 ztW2CI89!$vPgoq&j6B(d_OIqoxn~n3dGCCX6J_*NMeXcC4jfa+oDI|;aMjw_Eqy}o zbWW*xWm<0*>XTyb2R1P-XgmK%@ytytcv{CZJQvtFq!8b`5bL;wavc@y@D8qDLAxjL z`oHK2>|CExU_0UMM!M|(Xtv(Bz@jtCSxBSoTr$Wk`fFqvwUI|zJ{M*B-G9u`W#m`0 z3v&4P8kh4FD0aFNwD@|K_@;_RBcDoc@mIkH>nd9V6!-;dd#}Di?0rMw3ws6BSeElx w(ZX%EAFiWN$6fX~ew9tI++?qS2JWr&7Vfhyp@|3lPkz$G9o99@RbbsZTwq6svvRyQO7Dxz* z2YvuQ3USk-A#Gw4vEuvb>wC`i&tKnv0C<6|I;z-+5a4czdm-)%)ci!b)^maFRGDNX zou8@G#0{rOUlsE_V@Kaxl0}zu_mx(@C-9_wRdQz_5FD5x39P0{)8V{0CVM20bM~yK zCX@LSu~vIn_zj@W#B#YL?>?yKHcV=evMa_woFnPP#1>}ioFCo-El zqm#^7O8lo8B}cq{pb=Tp8SS61UvSU4bt^1uP|eAIEoQMbo8M}0H58NF5| ztmZk!o}I{#lJURNS#F%t<9FmIW*Fi@jE8t6uyRPwzcJ3oxQ1Gc5Su)Q%g4~#6L|Vx z5Ct|bFDbCGgm%{d`_Xdd0+V)HqDXS7#|b+bMfako^A8ryjI8vE=}KNM$h&aE8Jhyt zc4vTXexL!rRncgaoRk{>Ay!z{S?i&~3y5}hze4PML*+AD6-2z(%3SdU*IB=_%tDNt mY;pdgn&5qvtqK}gTgY|XVi}-`+kB>sG;xDv#I>p{`TGrs{OCad 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 9f00f2b6a58a0d5bd4ec5d4e14f1b718c21f6b24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 824 zcmb7CO>Yx15PeQU(ku%NB~U)w3UWw_z}!%kDwk3OQYcbWa(6eA#O_$?$PT@_@xYjmeQoX!|^V#yzKAl5^I1`QE5JOs&(OXtX;|Xcn|J-5%GB1~zvI zz0w7t=DArtJ5nDMGv75yYP~j-x5Ox;8t%tqCqysK%&ajW=-d0$N)F zPydUYz}m%-0;|lH0{!m)-S}+V0@HTCU?EdwCX$29qWfp0^N;!2897x9%gdL4udq*k z#>d37EVnyDZ1B~r@GTXMMlqAZ;;)7!)^)aeDDewKn@_$#Y<@-QGkYaOEUQJX_=c-& s-#*JijO*-i{sK*~TxPF?25v0$3U0Elpov@jPjS-3HP#Vhm09!i6F^wy-2eap 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 46454b1b12ea4b54a1d4d65b820d87081960c072..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25576 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 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 d65066e2b8bffe61d0dd8424272cb717dd692bce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 821 zcmb7C%Wl&^6g`uKxCw@a65h~OkVVo8Ojj%tWfOrwG65x3_EYD!oz|W)Gn2M#`6Ctx zi3K0PMvQcuY2}9kkGdBX_htgMk(raga;!9s7ugQkZMl>3 z&Pr?&na-qDMgDWMRtzE#zS5fPD3#6;rw=b^)Y;;>8dJ5WrC(Ua{tzc7D|wJT$s@m<%u+I0g##dCdS_S7K;y1t&`vyltRCoc+jm=LG8=q16$XNwVw)L|1 v7?(M|d0K@KS2^SQ5>2pO=B$Diu9bcT*V)(5#tr_b_|nD|_D#mBvghXq2QuR$ 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 fe4086127b90b317ae45af1fc301980a93fef5e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmb7C%We}f6g^Icq!|JYCA^`nAd933jJjcwDw_ZTX-H8MW$#XITemaz$aYHkEEWif z1q+sZ6yi<_LR6v^W6gc}`1n5j{l}ND0G?y5fhumrh;X}(J9XR@sD%UVJI@5x6K&<5 z@}bZt($9|MI4BnqeN5xvNacOTZfT>#K;TjLB5-di5Do2&1eOzRXf)4v$xYO5#*vl8 zrYf5%r%V4=Fe(!fXudIq+%Qw#6T1&DxTv$qc{Rp*->5Km%&n8u=8HPWo#dH3ROyko zMyA%03?B-T6BawPM~+NNTW9%m&N=f8&kJkF1TX)zV23;hJ-wK0_Xm7$JhpR}(kopS z)jrd&r-$lTarG}vnpv;S{#yzMc2>u|Chp^bz|x3(cx`=X;u302)UnD_IDZJ8O@Sx> zRiMD?`IMYu%JU60qW7nh7I@c9%IxJl=uB=GL0hA;e(xW>vIRL+V!Ryw&Gfrr+^cH0 zH^n+XzldL=Xtm0kON;+HmRL8~8lb`ph&LX8g4pj#qS8$zmgf?#QnR2I%E39MYsYx15PeQU(u9SE6275SkVDd{7^w#isd9;mKw1K7O78Av+PdAfSGKnV{uKv= z#DO2cjX#8#O}S8sR;;!29BV`4BHJgor}k5h zti(1^=~Ovg`hSA8vJipjwK3#Isq&uKeR9b~-7T)GInjqkg~Bm5#fi-pJjl(nR35A3 z#9Jd1>qv%=Imta1yL3Q~OhVh|@iVSD^^%;k&dc{k72(J_{fTBf^MvxCtr-mY&ep^h zE}@sYB-A;TzCf&hMddSl6|`8^7r8%imF?SS qS%`3*J#bSBEwGVj zD^HXUQ@xOWd@hGUxsd2N4TB?+y z&%HG=wT@)?G$nb&;*d_rkx6OyGJeiAXI_$X)_J*a<|@}jCCHv z)l+Eg2yFisLxJ_HA-Tkq2OMZXA1_8NaL`VQ>g6oxOnz7rR#~_6k7n5^IaM^p%l_X; zhvcUmChk?a-5Ftn-(SQ}Q8XF_=fdJY#tQ2yTRoI`0kzGoFA$qwQTohY2{o3LW$sVh tWc&U_7V5ao9_KI71j|+SN@(EDQm^4I>j+KU<1@uh6Sr8`7^}>hzuz2c+Xest 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 da8607b2c6ca780276e51bff49e6648e70da4f87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 794 zcmb7C&2AGh5dNGj*(L;-YZADVvikJLKi?Z=^rn z5~y~26KwF~i})RiR;%D#Sp3IWVqIrzfC?|5vAOjbV)F|spV+IQ!LnB7{=jv%@0@3$ oiJRC`l{J6A0G*B5*Z=?k 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 6c1a8631f47e0b29e2aef0129616eeb1b2daf2e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9777 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 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 b6abbd2eaffc9cc3b12bf58eabfefbef954e0abb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2964 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 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 382c97eb3035cfc4687a801b3683bffbe9068b37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1906 zcmbVM%W@M}5It8j(n!PLhYSW`J2r#_J%EXgdD=Kuj0hqES4E(zgw?e?He==?G&2hW|J*}B)F1_i*^2jzhFh^9t}YTZLq3zpWWx2?!G<$zWr+lzP z9;D_Qep@;%*|nJ=p;0~Q5?f}`_Uv#;pg4f6K7hX^poVvC3Ov`eH$53fU4l6{z`I1I z2a2UnG01hJ>$`Cw1`{VvQD{5nYKQA99V(gd1@<>Xs_PBeN#eLOh`GnP%YE^)6SqW+ z*~PY#BuFW8Kr4OW)V#>u8?4^+qi)-}YIDKIcDKN3e)a|qaRVMU@EukJ%+G8i15>zS z;3#Sa#&Ezu0Y@}kHSj&IX{Z~xjvov(aD&=Sas#sMF$1H>3k-eeJC2Y{+731A$HiP- z+p^jr<>+jG1y&px1PgshN?N!7889mOjraQ{W_8Z-Xe^*ty_kd^o4#&Yo!b3KIdw#OPUJhIH^fm6t|lyat8zl0~^P`4XA(sXw6o7TYlA5Z!|G zW=QQm(#u%mC4PE+`bn8xsRqR*t6Rj13pL;G0TL=4xHmQLVuIDuj! z?Fr3kayGY-ZB%wHD@#+8zhI^^HFrrZs02tM=bj>0P`9B!d#s3G|9icSeN3ao85ob< zr%BHYQ5_|1)2NWn_fd>d1SR@&{AL^lP^L9S{T4Y5iVzcT2%{HS1zDWLsU)(CF*Y#u uH`JfZ1wJHkY9kngSjUh%O#2847m{N_^8Xu?I5r%Ge%kC_fH}%2K zqX`D1i66iZWjwQ#KqzDhF`LYpIeX@JE^}u7{QdbGz(d?MVd82Y!zQlb`VfY2Baaa+ zZyJ~~Vc?d5+Xn716nie;YH_F25K2jJIb@irN#Fj!L)DX;cG&LNUB4~d(02T8&-a9< zLi^RBO|uLo>GdMDB-)biqaGxq76-NwEH@`Tsh%*T%atZWW`QDL7_CW9)T3@o1aElD zB~7X3JKSyZK9$3{U@dx{2o_u(hJt>~CkM3<2(Cm;u8W4EY4^2Q zi$tiV`bdg!qnu0`s8S_)PqOE&6L>zNsQ<-xwxw&zFjqc3j*4eC{3vk5GpWyT@|cwG zt@3rwkgrqWpZlS*Fp8pqvV{t&7KUM27(s#IQDVCu<3SUr8J?bY|6V)LEz+^tF87x0 zm#tOdD29nc)JRFXLvQs+9qFtHr&IS;J#t;jpjg- zrfqbHI*<{J4|216+}r^7BXK{`-p|Kyb;_DMflGbvW6DVJ&&eRZ2+-9~N)`TdA< g@&7Le@-FrxO=B|7>oTsy(!dx=lkA5mj`JA*2UO3KRR910 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 53358741a21cd9943356bb28706a38148328a053..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2851 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 KlI$#;LFp$?i9L=0 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 9bf3e5974bf04dff0c0c1ec67a8fbb9d1628306c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 725 zcmbtSO-~y!5PeQU7D6Z=rRC$qfdfSX3vu8O3KCJPR$4#;#GyB{I|LKQ4z?H3pVbo* z2Yvv*2_a^;xp8W-<$2?$nKv_*pI#mw0qkJ8g*rYZ_?%!tpt-B9j(Y<2wJ+xajjqc{ zU^>;7j*7tr`7?E4n3+pmrp&qWy1b9bM!eD?!JPT&Mt0ORRs(V(&!gCkDQqHU7 z$lnc&yjEF1ILm6DWc)oOdB*01F3FS4Xg9r9w@MaK8+km8+F4~roKdzX51cckY-f+R zK`BIw8C$=H_`^;O3EO5#)}ArWe*13#CNNb7;zJcR djhPB(F~`_Ii|xmXndb~JTVrk>lUQP}TCcxJ%S!+N 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 ad88451b5f716c82b2989b0dcb4de94c7d572711..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 773 zcmbtS%}yIJ5dNHmETjQieoE=72M+uQEVYLol7d83M5PUt0^)9VCtz^w)b>{CEATd) zkb2+&cqqi|!mX#mSe_Ywn%_^pfB1U`;4411P{(qD_X$=6nq6&m+!d&=Z=4D=dM+n{ z`BYmvDn@7IPt=)VWFd8#GN;Px^8E}p;)MCl#qrxmE-ERZxg)&(+pGcLZjR^|@8C@I1wJ%6U~e z@{^H~mnypo&T=(RGX5EpJYhAUA$hVHb<<1rTgf77BY%#gc2=40)=MVptI2?ZGhE8q z&MqH;*0C#mMhCj&XXW25cFN|=<#(GI7qmU^Q@n7w!1NLCc<4e*u-ZlgQv%;!#gf4G zfAJ#Fc||{gFE7Z(C)D`kl_L1^)@+;XNwy_2wRsD1!%hte>t+eoYnW!g{S<&1%$9+e gtD@%dwzBWAz_x)F>%|IL;tViaV{8d;u*zN~kEVp(k^lez 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 675428c5e9c7f850b0bd542ba2f69f7abb2573f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9060 zcmd5?*>e=f9sXvJw9B#x5Lg1?*cdAy37h3GrzC`KA?t8h5P>-0(P|_O?8WXZL74c0 zIEU?AHpKCf*v{o64~dNe6_QjQa#T5aNb->6A<08hN##$-lPh0OkA~LHs95jjA*!10 z>E4;|`+dLu^>4bn^!^7w{uzKh_^XTs=+;8{EuMrRmZqU(!cbc^~+Vf2R4AI3l! zgJBGbzAs0x3111}tD^CI2rop?gexIj4dZJeycj{VuyGT<9>z-{yd1%OxER7KA-t*~ z)LpQWlV(ms^iVo&=6aGwK5ynV)L7|k!RF1%;nT)BBUZ4jWNg^V+ie<_#;xhJVHa|y zhW$l9w+~yH*p!jCv)1`oe)3E#m6TE=1XY{AUiBQBLB&KD+Z%T7{2cbN=v7s0`c z8i|CN&p(t&T8UW=UF8_qr9e=5B$a(2UdU!MIa|YcnMMYA@ z+O4!@AJDL*xn*2KRSySP!-`=mZH^XF6K3v+F(GnG-EbyhB*%@MCE9Lhl|5r|z&nbi z_!FgnY@6J4O&i9V71uh6**Ab660v@vwX@lIi)V|eK17nQ)ToQi<@m`<_Lb6?HA)`4 zhPdjw`TW#Ysa4Mhp_Y>M{1N5ZdZ1#fPM0uL-dD3y7nCrUJuVGTmg_JNqjL8=QG$E? zp0W&-5}elRPg z8w(O7QXgO0-h0*4z7Xo=O9g zQKjqVO6^US;2UM-Tq)iCw|9@irr}b#9#T*$51^+@aFRca1GWH_x^Lk2?kmX-4X>8# z*pl!ocX{=MI1q7CgKd?$+U;(Jkai3htyF^rKY-o#tnt@txS6k{0Cu(OO0g|Pf>4V#NzU2LPM zp?boHi3Y z%c(X~S(_&p^^7mS#~D72MU2vAN5yWO$8?DqGjV1#V~-Y+Nez45$)qr}DXWDzPZ-kE z{EQWwL7GTrN?^#HYI6Y2BId2Sh2Ojzdk@Uot7GPlw6xK2?R*bUUY!G3Gj~3fjGbm? z%4gC%kIk7en|u7&5f+EdDKlrL6J}e>IJWZ`ImYwt70^ZcfQARy(y@ydbCB2G%Qn-I z*WS-IlZ^8$GnChVfc;EXUi%>1%s&g-OhsP1hrctgdF?*7nc}>*c%RvBL7R!sYain8 z%z<9}K{Sdi=e0-KW?J*w4`DsuV4h`9oYr4uOJm*JdL3Hp4d`=NBC9G{Rm-YIRv}r1 zWwlgR5m_z!q2rAsEVp7Ao!E#fUB@!L3UzuI>+}dV=qs^VuftY-4R-1EXxG=GN52zC z`A$^YfpHvTOXFyKoVE!YA7-tyuH8}>y@BP&TDQ!hw)F?>SpvaU%NqLK2g5|Qns`Qz?r}aZnMBVn^2qT%!Mok~1WUm<;xewt|H{agcQ)9tTd&KW6jRY_S&I!j481y_|M^Q0=N69+v> zGra3sL{h^-No#$QW+~|cB|WN8tCG50NnJsbBswKYTvgIjlyr%bE-SdIB$?_}NnJ&f zx?#Daq=ei$CFB}?VxA%CvkbZC6jC+hx^dbWpY9+rF7zBEt}5mQ;$EScs|v0vMt-MM zG2Q6##^((0dXe;tVWf#1?F3uMC*~!RzDzN%D5R>GUZfl`y+LAJ=s8GSRm^L|eVt<7 zP;gZ-@*}H?=|!I>Ce6G4MS|_lg~1l~NqURH_BMm<9fevAwthF*`hz4%bOxKmRVBSk zN$*k8H3e6dB-aV5r2e8{8(2irM;1z2>XUSnl72!-KUJtzNdvB=fgni|osuN3D(M%L z^h-+mm4d5El1m*`(m;`3iDdZE5d8pb$s;JGO!-i zT%7%#I{tw*`aiK={}-C|e>-~Ql5f)esC|mIRY6~~8eyFGmcj$5VL!0tCN>?fYpC0N z6V1o3qvbkU-@^u{b6p*OypNstJDvB66)*p9gJp!DTvc>*6MC!#e&`iu`Mq)qepwA67m9 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 93854cee0c09e85e884f20e92bef52b42f0e2e99..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13911 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 bFiOYbx_dtE_|Bx)>8$PuezX32(5n6ej2gSu 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 b7445a6e81447198237589b4ffc1a48123d5f684..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2166 zcmb_eTUQfT6#hag&ERKDm{lVLpQb7BVPek%v+Wr&74hCwExqZVK5H%DlXn!bl3A^Rkk} zl0af*ZJ|;w3KS}~Z)}-C*t8!R!RD^v`kR&$7!BWT`kv*5fl+K(W@s&0o3>fC9=5F@ zEHoNc5Ulu)-FQ4BkX)&j>xI>lfU;O6=kYz$Xm1wNiBiAu@%*JludxrV1l5vmZI=kn%=j(;aTB#?G)vYfQnx68>Uk? zTQ*0G!m6I>QuM^E?b+d+K(0sdat}Op0X6)_ro^Oc_O@q+?H0Ki>S3KH)swmW+djy2 ztL3}0aJ>UZM(xmcjO8ZxgXvI-g)eZt7E&K9nazmDZm-Cln1{?~-#L+UgdjEBaH51M zIVM=^qF3_T?$LzF)ckgO2Zj`7bY~^$Fjh!cf7_LE?`AN9$#n} z#h8Y(ct44%h8k9rSkq9)mm0ppIyF$Uy+Jphl_xcv!h6)w&6d4KkA#LSi^^up)iA=# zzW<&8P8K~54Ts*9H~VCHW5;TQlTt|HIt6h^5Tj$%AM9(GEZO6f38=AU9=S`yz=sjE?`V#bv2lP@W$MLEWo~@z2TV+jU%jDbRdPs_ z)88YVRS%GP@~t9%{QJ)X9OE#G%)qcTKZ`-i>ltEufigWsxqHoGkScS9STKJ>vH-5q znpnR=ItfLH(Z9$?huKF+;To<-%yy-3;LdMQ*L6+Nk3UD>Q}j#mgsKlnQJ3OiTt6wr zp~UZ`t?Z+}wyy3&udT=TF;sgB!71;QS(k7I&`;n_6ZB~+c`SnPG5ycrB!Bu3ve*?e 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 aa96ef6e4142e0e46766f760019cedd8e3251ad6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2624 zcmcJRTaVL56vzLQWY?QuLbA~1(hHPJn+wH2TcBjS2$oh|X)h96wnE~?>kNy*v4byd zX?cJ?Kp#p~^)poJYb$|Rfz%JchpPCG?F2&t4T){_ofkrwqvYx zL)&vrrzKEawKrTdjC?7uI%LaibJ6yUD`pUO?H`SxeckAIZRrGt<#oEAE8Q?K=6z{~ za!Iyr^Mbq)$sjzRXl>0=Ln#WRe|AId6j&RZii>?}tYvc6cI|LZAYZGm2^8jOrNFjD z+m*{vXI=W=n(GcF(~F*EI%}qHt92?Ygja1Er=5#zr!9Q}eZh65Kkt}9Ao*ftlo*_~ zEExnB7!BXHRJ?_exb`)aI906GylGoPw&765LdpEni4E{CD zfH%Fnf<-*%qW@9SS0ZG_+p>o&b@`}GqJ8daDj!|nBu6)+o~7&mi*dQ z)uldI3I{*CBdQP!Of9oCeB%Y7j_uf?;d31)a8k!slyy{5)^JM47dWk>g;{~GMkvFB zx|Oak1(wDF>(w)XO59r<)7>yu)~`t`WT72wHv$u~(+zJ5%rF6i?-|WKFBzuVRbX6H zBdfA?Ra)1Vy>K~l9D!5mz00U=CDd55%DU@r@D{ynn@XB@MKO|=P#eN|g?Y_kS3Onw zVrQ+d;TRjV&eomdk4XjFQM{^f&HVP))0m`$cYu<2xMP7U!FhY*5kzAXxrfLnQ{mqj zFvD>g1&$HN8&nf;{R4JVq9;eO3-59zsQA4UyF_e`vTAdBViS|!HJY2y6#5?ub5PJS z@*IDHhM#Hctr$3y97=&aPUQPUD)a|@r!2nAS)t2)bdQ_QaBq`)hX($V;gfSDv7Fsqug*d4R$rl%6MMGJgMO htSbplCG{bXk9abNk5P-~BKB}DasL+n58RF2&j8l{-RA%R 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 c4b56e086cab63510166872665b8f145f32383bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4555 zcmb_gYf~F#7(Gia3n7G(7LeN76tRVb61BA#K`y1VrIOGRpkit3l5Ali*^SvvZGV6> z&iD(QamG*T7e3S(YZ)CKKl#Dmc>$GVGvin}obDrlp?(V zx^bf&M5Zp-*Yyw}9+PbJ8g zt6H(3RwP8{bzQB@78TP}O?DKFlA`G>9a-2`9xCaor4`eQWlJ-3r8q93Bd2ZZidC(s z5^_F6CQ=KUk$#|)4JkV z9iOCyfu*W$X(e@4GqsJPI-~1`r3m{ZHMT$)8(pnDDizb)N`A*Q^t4hRl)l0Gyq+&s z3o5}v50zq7m9b9O+*S$aUkPPsA1#ty%-)~5oSVxoOGv*Q%FT*VRx8$Hl8IDJwKB6Q zVjy9)Wx-piquTKcPiVSkO-e`&`lZz>g~q*~NTUDAwmU|3-H4UhN`C&sdG$3!#9@vg)(FQ@SNP2H%7 z#df=OG#cW{wYyQb|)%J_$Quq#Dw zUA->VqM~o67dN)myfr?;D~M!>qs6{sc)NIH8`hS%nRMkWp6(f?>>fGoTZ*~m98%m4 z=OwgTMvg~_zRAlg)u>hJ3^MHQ$`i1pc%y= z&d9hM#Xa1Q;s|=9NT657XHh5^6Wwo1$h34*iedx#C<-9&xt1Wyco4-Vwj>;SKITzq z*p6ZjJ2HwA&b`VNt9Ch(aP&Ev;^JtgSHzRI%>0&`-^m(Qwpyf#i$0q0NWsmYd)PIq zBYyB!O3A3Dvh|qxHXaBA&b?*W$H)uL&-P8#vai4r4mT*tZlsWUJXUQ9)2B#5Rm*d( z%1`?k^LXUZeNf0)oaJ|X`l;%M*f{q6MtUaK2qj0KBK#8v1n>@@M-k@p1ScoZNwRT5^%LwE!A`L!;eg>ZhFK%5?Sy2P9Eu|> z3pbp;ev%QT1hHzaCT;p*_N3T1%1?hAD|Kh<#ROZq3-BpCxkS?ftTVX>ng7qwE_k=u zyd$>7(}<9l;37g#%o58Tlijuz4Gag&=& z?V(d7cArYjPTDwROi+6t*_50V_0$vD!w{V(q=3FaKtW{Pg^tysYq*YB9NZb=US_~& zJ-D$tZp;;kkcE>J(IRBw#PuRem+&Er4XUgcQ&| z&eYZK;Ch|O5I0MriymCBGeYA$)I81zW!IdUVCf@F@+q8o!tjZuHb^0SB7H|S+8%v#v4$-y5H4D1rZp?HeFG5{+G@iztjw7>|i zQABsRyw)j?yA;qp8eg}mI}3HHo`)$+VVcB_b4AT?k+d;q;9eAxW70nulF>CS;x&sa zF8gWj0b)t?g?>l(T0qdutpx?Y+#U`IQr?A=w~aap?sJXu5XDs&ZGof(+F-m(w(;U^ z4jMs2@nCK(>>~H<%hpl*wg-98MGoMaZT~v+51VHP4zm;|C-LJ=ry?-EW$(FW&~8}*@5L-xS+3fiv1|H4)Bect>(`Bj zSGOGBsCkX1=UQ&y8|y9046Msm-8Nsh-fvreu;DdK+x0h87b>fyOPh}4eJD_gr#g1A zYWu-TxX3ZxJ!30q+3p@OBuc7oxs)`vV!L**Dv&HKZPU6=&jhBbwrg#+8#`9(s=4FP zGF$a(rn7CfY&njMso5#zNrIdo)yZtl&i*Q<&B zgurwsJe{h0WoO^21+1XQ5$lGLwcKhn1D4?;Pj+ygC$`Y%jeL82;|<4=7%{#ZF;dL9A|}-lqmuqY(q9Smn?gF%Bb_1SqbEqE<*^>= z;~ml%nGxwB1{r@R;~$jpr^2Yp46{O&Ifs0YvBbYZoXo5uGd&>lFOvREng1xHs?5TG z%tD{cLR>T>(nAa|iZnDa23=?hqbf5@c2#DfPv#QJ6f5&*l?g4AKmR2r-YOq3Cl7eA s2T0$9ew>|Sa*dei@P!$Yj{=#*GIuBN1fJ~l6L^4qmg^^ZLGH)=f4Okt7ytkO 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 922cabdb8af57ccda448c1b940f7124ebf1fe18a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5047 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 M=>k3=-3add1HoZ8k^lez 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 7201132b7956e664407e285711650867a8863110..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2503 zcmb_dT~`xV6y1|dl1Yppqfn3!sYW57jv$Ivq#y)ALt--_8f{C5FyP>1CMFY?eeYWS zhQ9WtuNvFJYFAx8_h0m1^vU*|n<)*NwfZ1=xcBTk=WCyH?#&*iQZX#y zb_C}mSdQToR(QF?U+%_eNyo5?Obl7vaE_$E#@zRnzdyRddraa^};zS@Twn=Q*?H z+I7!zof{Go?0rAfQg$tOAl6bgCt~#;P~$98E4P=$r#?MZNM#OKum9L$eKMThqO&JeYv{hS!J_e)vOKMoOc}8Gnhxa+Xq1W=ghSvEV2(%(w7MIrZ`(#fj-|y;?Gt zES{0X|6Klye7WKn=Lhb59N)l@F!!-9N*oi|h~o-Mag1OzjtjUL!DbvLwj$V$<1wr_ zcJM?(XmaA}r3&j_jbj*}(#gcs6rY@Kf=kyJoM9kOPqLg4@{~9~E9A?<#W|Kc{(CIA zq~xw-(=+(~IAu3>%#uen_wZH1fKB@$@Pj|f8J z9@{j{O6qCdunCN`TKajkg!E6659#G=aph04gn&!;{lJa;*P_kjQlcTVT=Bl;gxlVX zxe5BeIYs|>%3L4UAE2E|FLtWB*s0=Tr)rCxDoqwD_ZAY8B!_7q1CE{KNfJ29O{Y_h z&}rKF7i&QJ1%bB+z9b~!60K}WhKSP4O#1p$2#C{|Dv#|U^cFJf2M*|8rjvM63saN_ zf2Sd$l_M@ANW4g6YM8tt5QXzV9M-cM~uv9<>#J^toqaCUIu2Mmu7 zPF|P$WO7K9qu(RiC+{Kl^1Gn)dZ}I z!TdGB0+=P4SieIwf}kYz|3yBU%sz*LIn4Xac7<=?#cz;{YCNbO-9^W1bP9M(R=WgL z1w0;7PYBp8U{6^6M8IAF`y%Q|0s93UP}D&IhmM7RC*Q#aI`yL5fT|Zm4Rq_pa09)1 zG15T4UQ`+w(qBX3mNmy@2oaLI&`IQmi24Pbpo(_mE;a5UjZeU*a|;Wk7r^2_Cd*{6 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 af332920ecbc9cb4ef6aac253a0a28ee6a1c9911..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 657 zcmbtRO-sW-5Ph4bO^s1&{XTi|P(2t_P@$q=P!!qGwQ z$-PSREEK2G^tAea^35)P;tb^$6?B#=?V$vRp*}`G48a)e-``-Un9}^1CwKlurz=8@ zE!Z?#vn<+FD5!F>b_f|^abp1XI((j>)65^(CDK0K0q-XWlb9xphK~xJMqryFjX?Pw n*3AHg7rI+88l|DX{)b;4@e7z8MpZF4L<>`dF2&o#^|0~{(n_Vh 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 c0ce971248dc382028dff4342032c734658dad28..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1318 zcmbtUTTc@~6#j&gn{iY?o17TNS}Dn z7cm-r^uZrxJhQtF-P(y}dt=nme_z7q48z9+)Ak))^{@b+Vfh4A99;8o4vVD6me9$^$uRbt z9*L9W7)cm(wG6TW&{%AvDnqgSqDR1^@sP;Ve^4{o%71EBhFiTeO{@G1rUyA24KBc; z+h%?_knr&60uGRMoh)X&)kCoNwCTejt>%6LoETHfiea{YIy(1q>@Juu?O>2=5(`ZT2rpk1+_7*w&p!N-e)eo?1^t?gNI9na3pkZ5VFF6eZ(ks!S3qQj*Scu$)2D;TfFG$}Z8{kSSPSko$5N= zp3~pZZ8zQ0P)bgF%318+ z;u0YF zb-prJT3<97X1_T$ucQP`Aa3Lf$M>epQ(hUmOSWsRg!L_}ai0@g!Ysp-w;9a*`{^kh zn}%NUs@$pYhArYnK^2$RDRy$ocI{w>A>SeNQU^2@1||5`rle#{d&lKL*dRB39jpta zdOBZt-v^m)H@vzmS?9o!Q5e{cQT9bAaEFS^Jcg5IKpn8m{fLL%DRL|35%Z~Irg4Vi zr>Ck;l&*MQ(7V@0ZqW_v|3?tj^uk8fx@n8n82PW8cS&3&4d=x3Fsxw(Wrpcv-DM3I zu&SYedm08Xs9^*jrm&{L#QhZ3HB|7GhOa@_JX7VqZ`C#@_JsbZhBNqpc6nH{y|U{( z(U21xy>BJk}*np&+{mcRHgdlUL;DfT7*Ano`*y3Gw`AG*1b*hioF3{0fFRc2kn=|MMvJ4?{VspPQ; N!e{gkL?ro(e*plk9C-i$ 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 41bd31bca42a7a9916fc3229c7b12b452ef8fa58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2094 zcmbtWTXz#x6#gbNxiYkLN`vVIih|@q89@+fLv3sW1X8L^8!bMaCeu3YWF}-LUGVN& z{sv!t@fC|gmo8a6`!D<#KB0S`44OioXdccv`^>(4-@crcKVSX!0>E`VNJ7Jn6lO6O z$8;RU6w{ueOmaV2OR;`C!%MaEb zx2-wyQCeTBkdH{IPQspWx|RZ?x+C_4=?Hh*tOXt0-6qYuImLN zuszpTaIs3UBm}GTsO6YDqOt3Ht||UgGVhXHXZPePey(1su9s^HX1_TC_LziA;fvYa zQT%9&lrIItRok`hcUzlQXH5`8!YKo+Y$;gIzMYcX5uh7YuOXbe=-3=745zuGMNwl# z+qHvv1=#^XD+6#)<+R{in-Y<%+1suNx*c*eHo!VZswcC#w|$W5R>y0}0u2rv8g&EP zF<07Lci~Ve6;HwOT0r$)7VVHnV^HK?%tPkIcTV6uMNSkOPM9b)%f#;W(JH&$*3sOj zYF@X~ux{Dh2orm^h2I=}c&Z3U<_(DexU+S2^q>i(AKaN!$HLS(4 zuA`2xbbO5s9#gw%d90h)aSHFzjp#OQy2-E*5qmnu`84$Z7;{2Mui?;x@MaIJZ0=Z% zfKqy`zi^9=@cp^IoQ5w!fA_FgvP<{dg=!Tp$%q8dE4mCqJ(_A-R=fPLD;yFo^jn5F z`a*^`xd-$n^|=b$kEnVyn}^2awZ(vTBcM^M)easr;DPPDaGBoLG(FwXg$ySapq+9m zcgiSzF}OHTFh%DW?Wchgb>LVZG#f^)R8B^e?~MgK6= zzlw;wO&MDL0MVDwSU++|{{r3UJuPGj2Y;t7pp_%uflByEBVU+&j#z%?SHypoIvjI| zzJfT!h|w|X5B8NNOZHfh-1x-oR9vLn2xchK1TKa6OxhWBH2(|YZ$g`r?t0Lop}QnZ zd=x_ap7tmin+Hf#3omY}^HY;QV!AMOWmd~*GvH`O|*^e~0+t 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 e32b09128b42c73d092935d2ebbe890b326f240b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2940 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 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 ce14f696292d2c862e8b084c271cd2f07fc13c96..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2185 zcmb_dU3U{z6y1}Vd@{6Jlwe-=j^lhIp^N|@#6Pq0IuOq8XB%< z@IJ03F`C2&84Te=9f%WWxqxh@-)*p&AJ>G^j(*)Hw! z;fmZ5f$iURZL5ATuRvQVZ)_3zzOVzSAZzZ4ePP(b*)^(u+j4fvW@IyPe5)yImS=6- zvgA0fFMP{&JOvj`3LNs0?FUWU*c0`8p6eLmrIE2l>l(uoRC20TGVhkF3f8~uuaHEj zfEZQsg+4=T%amdTgQn%kji9+L+jj)zfz*UCD?19l&cB|xLVpEjO}8%WnrK@bJYt|Z zqDe#&3zlQ~iwg2Rc&zrIR-?-M-&mBcbk*8*gdemC=1dRo0+|ly3$J64>rUHkhL!Cd zIC2Vn%Qh-4ZWv)x4=ApJlU1J@WnHu)9s9i^cVZrMU+8B}7l}-2p>9XHQ}e9#t1hKw zCusIPVy5Z_?Yg{aaR<%*@4Gt77gNW1eosbq+`_7Ywf;Q?I^M#Xj<@ltjAdvvh6!MhH-{ksUe*M9XXy4{P%!x`pCR))4TL)6IHhN zWZkC%TvMoGszN-S!8`Rx?j7omFZokNEl?!+}B+%)aFbFkyrXgjkd_NF2EvCCY zBOYBLqn*MR^cr?SMg6NF=F)vXcF+Fx=+Uo4G%lMh|9}biybnv4>4_hrzYT3^gtH0I zmoiB^S*`@={iS(=zUP2b=ePsHb(%{=yKmBJlD_=Q976dGvFA`9(n`SujqJ%-X{s>W zvHcaq!re?(D;^>K92(olj@e(J9lc|PDdNHBRB{>_;TBZlO%}zO(Z@&>Fa3(-&!No( zjRSNF;+-JQCx|g)<;ar}r$cQ#V|6O>v>QW#BArDs;%Cs8S;vdNAo(h_@er;$>|@E9?_1FdH9{G{Pg#qM>xS@ z)G!0N(0!7sa)Go?k?Ki;pMI%gh_ZQ!RIq*{Q~}J=oK(L+Itf)#&i_Ri9c2bmco&x= zWt$;3F!u!7R#sQDCm&=~z9)V0BA7M7H_}3TL-d(N1=UFi8C} QPF!M9q&d7tHZffJ2a)P4=l}o! 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 d8fe48b0638f85a562c4052dbbbcb0276819e789..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 730 zcmbu7OHUgy5Xb)xAsa$?mX^nf0|!6?3xULeD5{8BwbB9-AP(Hj?j#r-JF>kf{a8I! z;=l*!hpIZeSlweh$(a~1NuE5mx&W%95=W-HQ zNVTQ&Vt7aXTHP5Y%c;whxlvx1_X(`WdmR$22_&b5HaU5L_IGQ^_lydGg23lgJK0wu zj`UcD{80|MfC(~l!;!OOV~{;hD$*I{T3u3L8fa^hZtLJgVCG5>tcr!_Hf~c6tn!f` z4~=|K*<)~)(|MBd$B5)Li%aU0C!0|xeNazI7Ev2{F^bw*WhTrhJCLW&8B+G7%Uhsz zyk|G{(|_)MhyweMhR<&XtLdYb-)bfN=M9BUJF>P b^b(d?*U@76p&~0B0j4!(E11PPTh;mtp_$Bu 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 831008b5fb270a7e8d1be0d649d386b593449778..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 779 zcmbtS%}OLO5dJcb(>jjp&#J3?+JgsI(SQgd4#Tp8vOzm|P&V1mqCf8Z?H7-ZLziqxZAt0M}G23meAx4gM4Fn+8rtcr!_G44`Mtm=^; z_Kmz!*>!N1%XyOVc0lrk)e)VOC!0|_y;3(y7Ev4dcM!F+%Cy%$G*V9uc{*pfmb1GZ zJ_5~SSNM$fb;;1;J9})D?U~L!n;93hz35TAbh*ITA%*zIg_vNeg*rwBI-es-VEwhJh3%xFB;XDrEq{xbcgc4hE9K+~?B`a72L~EvHw>>{* zdW;oFOfUvQ*zjEhc7Yvm_(YKpJ||=sUdJJuAWwDriBxY&q3#ORabS_ zz3;wy^{RUG>$iXY27pKL)hONvGm0ZvZ@~akvPjFqlEsEBF3aLd1c@kYT$Qh0iz0(; z1SjN^Tm&N#7!iy`Fdo4~1e3BmFN;DH$MC5zin37(!-=97`zdmYkxUyF4|+VNJX>GXjJ67;+|`&sb*89n)NL zNJM*DQbo&jtn_I|V03Q)$Ie>D!p26)a-QVt%WS$hE#*SGGWV4$VkzKOxwWag(=aOfa z7v|SiPA4y(U0bfqXO(kgyp)Wj`P}9b=RRXO`P_<`DO+^Pa<%Ba-t}T=SLo?+wG$-L z*L^j%&FS_F+^&mvpHroq-~~nVw4Jk^8G(kx;EF)wEaOO^EotYh`EqvMDlVJr8TQ1J z`IMPiG3jBpz0OAGip_|fsn${(i~)f&;H`9e>w>pv^#wXuFKArFo{q`s4oVMGb#ry^ z_ReOZ;-M=+e0tdU>8NfSPA69D#t^Fl_PtEriS)YpRz0quELk^ruL^)5Y=Of6P#H90 zrv4yV)G1{WuOG5q%dak?z~fb2?{=pUxLIxIyM?HG=Dw|4pzTjPoB#gyz`6~4A+fKl z+=hIYY*2}?U?Tx{=CKQ`rwko!|I$_@QwkI=~Tu$MMRhKKi^;YEBthFkbT7`J2iBEA&E3Hf+Z z7N_u73}41eJgV%ZiAwH>VG554OzbDhrG;M+I9@e&uX7^LP)@N-^)poi-qDh(9Et|U zB<;)m9_k+(JvCbBuNQAzV7eZI1lnD_PY-m1|UrWC4vg!72>mjt5u4T+&ns)+!cJnj} z=oLN&FO9)3`| z-llu=+(Go2q2W6?AkFwO zJ41MaWh)vu=4%LxucJ+T!v*YCgFHYEC*)Z|O6aHfOsad9wS;cd1A(b#CXtKP`J97KN0uO6!RAiR~Mr)nJ#9m zO3XMGytTUKtsJI-xF#m-iqT2`O47ek%-=OqUCcNZ>7^ag4xXky;(PD{@5X~6WFO5-`sS@-KV=EaR@fnwRH-TlARRMTNlNqU*vwxHHZOZ(QMyku4z(qnz z=z!GVL2p6fYVHd)BOD4N7K&)Nx)`;)=wc>tk~}H^S9mvxXINH=>D0t@Rf`F=k+dCc zp$?5y7c+^E5>i43i1DDepm23DM~K@)F})hDE=FyQx|m7+AD|-U67N>=F_u!yH@SJs zt#EPZHMG8k_MxAm`*j?C6Gvo*eGOfzucy-2br-#t*xw-E=heuoiB~hPFs}%&u5BEZ z+nBPs8%^BN`e^e5=nOrCqoIBzLIbYtYHL~a(&e)p(}+;#A?~gp_c!ZvXl6e!d>6+q z#Sg~ca~FM=w(-C=9{d@)-OkSVLwC{7&iA^VJ#wQK?p`NPCI}hm3Z0}mpJ0CoYxtyF W_u@F~UiJ^Ld_Q`)t*gI2Rs9!Z(0n@p 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 fa90fc893521b58eee499abe5a832a0af572a4e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9350 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 aEc!U>z|DN;>cp3^eP26&v;TX{?*0c4PsTa` 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 380f2b1f8e1e6117d6ba380ea0945334c29230cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2511 zcmb_dTUQfT6#gceB$F5g2B9DqselkrM-VSnq)-TghQwwYJX?JutZ+=Ly4jARVU zxEH~t2v%Y^k5yjo^UZ@8EvXpRkd7gPhrE2MU`RohZ*7{IPX_K+O`Y2a; zC}A;Wx!R6V^~%=1R^5K4mE3L9u4+ZMRCXQH@v7Ql#WXx~&D^$(tXZYgs<~$Dljzzt z&vKnR5=PklQLN?6diGebp7;zX(U(gt%$2$J(*9Yk6Gn5lIe!odk&AxdU7k- zWNT)j=Z0M~C8()APhO?{bUd3{DDdFC1&GD>~nYXIemTfLLj_VmrrYhl5ipYza zn3esKt?e1bXI0nHj3XuOKH)sOCs&b?{6cCysY_UTaw5eHi^M6B@*J}dnLQ>W;7OJX(*xM#%AaNl0hd1dV_)4r7A>Zi5)GN9viCJ7-16&~ zpQ8Vr^Yp)`%=dEr0otkbVyCK$ohmMNsZy_N;a+vlBp#2<=lE6`JI-P2S zF3`@uSRK;O2)se?B_Rn{X=O_?M3iP`+Si{!K%B-@dEyYEH;`FBa7_Oiox~ejn4vuQ zo`#54j<|v#@gj|h$^HX`Cocbl$PYq?W1gW~ppRnr;}izKzPibhJ>C@DSYmcT+@jL} zKB7otxb5es(au?iCVoWZ-PDGJyGCju-(3`UFzcuGg7y#@Yll!$ldtav=LY(}!_efw z^liCUCWk~h`Yocp@*!d`zX?j;|MkZqPH~u^s6e+cA3-NZsdE=;9igfxj#zY3XYLXU z=C27Bz#PfM`Yoan1SP5OPx8@V_AwO9W5H*3AbbNaeuZ36<3aWG0nWTan}F@I+99AS zU}s1@D`1y^-C^|u0eb}Oji~1Y>=UqGQ3nJZY!ClNzJqnN=>@qCRWF3<=+X<}I(qa% zq>etlpwuy_zkQj4R0_IskYOQ$6cODvn{~3)vQoMk$Zi|M1IWegX4&Ruv05T9_epDc>fphqZ5g8K=Mi 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 1e416eb8f73daf38671a1123bc31298a30058c08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1323 zcmbtUTTj$L6#j;Gw`(bPSOIS>eKA*2m{>~JF|vAq)$BP zix`bQ`rwZ;o@tA$m-xaaoz6LP&Ue1^oz8y$@#!moJD7Ko!<2(*7d@CV#*Bk2F0SI5 zgR+YXstnHkjtp8NX7E`{Gtq{UShDyl`RH)Icf=pfw~OEdZ*nG@e|$% z$TM7znmpLzu{3t(wDpc8jHSAa{FhwmeR<%k)}G%ckU;s(sJ$PBBGk%Xjs@3ZO|&H6 z5Q@Bt49#0y^96>9jZUa#TWm=s3H@FeMw)9$Q4F(nf=SRte9#X3UEbVNQRwquLH;AM zlLAppU{2$>)s=GPRLo{F(FimzUUhgtbjHf{UH+Q;0S~wR$BkXl)C-m83@kDl{dL69 zx2cKo8sE<}E9`K!ld4RTuQC*Lw5ekmZZnJ$;S-3|OU2#Is1rBELum$4`j3>eCYhmk zT`0XK%=DCpUU&=-PBWon9X!-m}Uvz1BJR#C~@(*q%Tlr7T%5b-PtZ9{h!E_;K)4^pp zbmh!12a+Bh-NHVyZjr@|w|WHjo;E$`r`23iU=%jaVt{sD8iYX%ku^+Do;)M;o}j2P z+8eM^k_8k#qvzQXtas#N37&}tCTT4aVj3+e+EkgW*4`p#AJ)F1zxn}ojh;8iS%>x^ zomxqLF(F@~)ig3qC^HzR{|>{gn4)CdOqFqBMM~0H4wlnzIy{H-S=o7d8!`p!3vwTk zH$~E>Q_(XDLU1z#3zw3p5;Xvll~IOkP?DX4 HGnn`Z$htJ_ 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 a9216fd087ef52f730b11be780082417c4f0432b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 694 zcmbVK%St3M6g_F%E^XWKt>dg_;ldF#xDXM=g)bCp6h=pwWvsfk(R5NIDbdezCAjbd z{0;v@yjAvMwt7SExjEcNPRPsK(=&i|{AgnUGYMuB%n7u%wAFE2U|{jrxj=K*kc zYD>pu?}Gf9x-iU4rY=+FTzOrc`(!g->5$;NK(bS6lam+d99c_#*QgLE2yCR<$x9Vt zq3>kKZ)A@Lm>@IPE1V@8gWS`eviP?!PUQ>zJ`1ax0>h`eYgH^g&;OTlMcs(}UC+pC zmE8nqxsN9q?+cP=?EcUtd9oR8rPu0K$uepqPl~9WRi@7wWxI0El`La(o0mZQ)RjJ? z16>K7`2RX9RTqAaeVZ8PYY zst!NV;Ga^N;LREtTO3KoiWyvbgm~bffrNdlBE>6)IPQETU>KuSBEHpGV;HY-0+WnQ WwAoM9%rsYk*#>jd7{NS8wY>xTqrTh# 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 2b2a99759d1b99d7725d0a8f5dcefe0ffd7b439a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4423 zcmchb-BVjd7{;IFD)#`hg9>Hb6z&;vpR1K$4T@oODX> z)C*_S886g3^-jIh`hlRGajF;AanuVPul-LPpUpYMB{{Vv7cz5p&u(^~_xI&OPcG%%RXp6%n0~S7LClTUJwY5 z9kT`EM)kDZDe(`Xy0FL*euRu^paX2Z5FJtf-!I8 z1VZ_uwJ<8>Q@U-_AhnZTp2ZS|8K2WEJ8#^GTeC~?tU0S^ta#eY=FOa*v#t2BQP9)& zL_T9`vln%X-Iil<$8>5Wc{Xu+d@MOVc_J}!dU|}_@9s)jxnx#6q1{|g(VL8Jo4H9X zQ`ET(sRteFF5`yPSC_WD7;)4dw-o)HGe7wS-*CWn(jo zybS1(p3U3K0`1(?>ILD>?X0lnz)i?&fOl(pK~FCwO*>i4@V*;Rv!!EUusY?rh7>nw zCScA<4JVgJJ#_Bjo`U3L2Hv{Y<%KjhC$L>+qkoy*)IsRd2z~~vLvQruZLg4XK{i}k z|4W~|^(NH?anrN{w%)_bzVr>C7j9%T@kK_QW#;$^P|)Kx?}7L@i;Mc4UeI%CeXx6y zr)f7o)Br!~WJEz=KU;M;z=y%Lq0Knk&}PVOXfwRZ?H^kAYckAH+@>iRJbo zggAoH&7LRdL6I%NI^MGi(X)oS71TRbgHts+Rg+WsoXY=s$@#-9_Yw(W0uACUwuljg z#d&m!QS1>H5D_W#iAy-baY4rnp5#X>Cve_?>%u5qsAFF!7H(cc;8IU)4O^rex7b++ zX`}`9oO1;}aTVLdbV;z?ndAy`IwhZ?q?A6!-z42-)>68qEWNH*K?3M4utGEz#eA@hxpdz1rtdCCqz@Q57cY!bH7bTjYxR^aHWNS_kvGa}tmbX6oLQ>jSZ=%F1aa-QK^%xizb%KrGOU{-0AsNx&N zsJcHfcYk7DFs}3p99ZujkXir;$$+pAa7(AO9+L$ULt4_B(z118w5Z zl5b8<9dJ+M>C#xy##`k~`I72G6T5--+vuDMw}yA##;&PVJiLlWzC@e6i$p1%H%T|e hUo>`>eRVj8ky71($5@Bivz!0S*u(!`>|&dL{{VHM+5-Rp 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 489a3c5d84e3748e09803dbec7eb237939b7087a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7001 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 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 f4f11e971b6c2084d212bfdbf9ed62b7d84db9a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2607 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 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 e559c235d99dfdd303523c63aa14fa1d595ddaf9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8503 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 LtN4Eh?%%%wcpLSc 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 c47969ee3644d2592c1b7e1dccfffd2bd019a544..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13216 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 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 046fadf883f5469213a4326edfb4666431ce12f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2105 zcmcJRTTc@~6vzM5mX?;Kb_=55{a#vS#S0=39>l056$~Io!^?I%z`}O7+1(QP0=^hy zd{W=kH}%B}1fq!_zz=0S(_LVp>w^gm$qaL5=XcJ3&YY9}{`2D(fEyS}LBhEd&f`K7 zZODnCw-xOv;6oxRgQ?eF-QDTxRHSZ1;hou9j47dD^wPS{W}hbQYJ?6;-LZ zx}i)~UEMNOW0)a1tuL6WTeCSsF65ID&t|CRfxy>MrnQ{16lhu@x= zoZh*VE$dm|8R@C|+JicKo9i;$c(V+4SPq7p97)&igsfJ#lJYDpn$Q=~8aH?$QPLXs>C$`l zL@9ccqdXKN)xWmLwdD!Rov0ZG!(gyLJ-5S+1>`#l#3piU%?pOtd~zY2e}q>Ed;PxC z-EFjY7X8$jCF5Fk%F`7H_8({fOMAi}Yrr6gy z;2@1z#Atj;<8yNJg4VClMHb0BibLq36(h$-eC&O~M#v@?vMrm4Kgt(2kr3!FWQ;&S z(}>de8VS6iSl`xxUEU!dNXH3zl#l{_jP^vtb2JNddKNKcF$CdNmv!{Y|Ud?W66 z3Un>N4T|v+926t(5pxo!NRqg|AHG7^?sP 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 6c497e8de45e9f8f700e3894c66275d6252daaf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3850 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 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 8dd6001717648fd5732a9f05e570b097849fed18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5364 zcmcIo+jARN9sZ6kUPVz9TW#VdB@p5`btF3ia&2v#dxKkFLX^678c5gD#$J21t7=zH zLZR&&mnYzf4h&Fcpf8yL20}bAFboeo@F(!MFbv;scO|Xub)0CzjJ12t+24NO?|#nu zU;q8{-vFG&M_CjwpTS@jZ{wW|hB6r5g?=o^<(6FD&Eht`k>%){8t!DV8}nJb2VIsI zZpyZe=4DHFUBl%Aw^gkgE=Mm;ujp%fx#gKw zd9LA^j;&kc3cD)ilC68KrlD{=Mr0ybvvhl@e93VvL$}8#`QCvWE!#8e#=Pm8i`jI8)1h2%It`=gJ)knFn(pZeD{;;!MHZ(`*PEC&9pBJ~ zdB5z|R?Bs#W>{{S_BR~cusyeY&G0Ta4c#-Q%{8Oqaag}$xP0mwS8mSHm*UNALtio( z2KrCoN`#~xsfp6gOxHUYK4#y9X`9}p!ugRH!11SDJ3ddBT&7tHd#6p?m~GV;jpj|A zL02eDJ5}A9*PEuy!^M=hY%&W@@2oL>6L`dJyM(^jzY+66qmBFTI6LC=GsZZ2uv-An zFLn{oo?|60e#)BhQ^{%4O-D8s;B~#J*9{ijhDuD12=@MwxXLC*DfU6UOBKeRu9T*h zY^Nzzz4|0{zYjgXFeqHzhHb|J-BdQ(V!M@|C*qE8Z%yH&VK1f!cHc9-osBBt#9!*){2b)!X z96O7?R5{Uee&?(7;KN8BrMD(UV&l+f7r$`#Cg0IuETJ)^JbZWDj^6?&t6T z-%{w`?8+QIz_)YwI=-XfLxoe%a#n4hG8GPPQcCtSxBQk|c?hpA8`afW$D3_gmcqH1 zP)8yhh9%siHwL}Xt?+i)GZTz@!+W4G&^0YQn)CeZAEoE+%C67tW{ZSG-?=M#1t++X z7~QrxEo7E>l$8$)g%>vDmA^>fK%d|X!%t{RW^0DgxEkjCD=}md6(d!UlB5+A z9N*y5fIm($@^UBnN1r9&_#!{X3jBOaA|Xl7>jBOZIEa^d-_OzKpm4~*VTvA+p-Z`h z)J8}4=o4gzD8&-$$R2xw>@fC{fHj5`j+6Zld@IHK@#15sQX#R9T)&SRn#?2=OJA#|<;O4{3 zlq_t=dXQzxe^qcLfk}?e<3h-ICuAHb1@%%a`Nn9zF;UVMN!M6+_adYN9nt|t{UU+8 zq_T3ULweaKjWN?NQZaKYj4_>76W~VO_e0|Th{pUlf*UnPI>$z1hH;E5LCn6! z(G=d`RkGwCG)B71OtJJEq*D(||77w1342TY{Tk`y!_wc;KO;pv%HKK$KEV)Y8fTh6 z+s9dkvy4B}QlBA}d`Q4R;Ud!(_zBYZgi8OEiTg7u_j4S=FWBII$zuGJvHlgNIhVu^ zTHQ=17iRD#pK$|VOPgW4OkkE$dyv-h>OXRJ>c1c!oWpfq#hzbKqIhK? zB^p;2q!(o>>v%!*3mRHbnVMwn(T9?IsCY`#olG=&Q0{@GY z!)~rw8!l%uRli}m>sHf|<7hGwzH$Nq<4MbLH|-|HmpspIF1S_@*nDxn>iFd?D+u?U z-^#(}Zh4RDZcuLcd;7j;dtp#s;!|L+HLb?(^+<-q%TaXnNK9W;EYlrTfoiY#S1#-^ z-Wi_P`^O=A*~_QrcfPRqqvG;~_ljkKUp{oiD5oxL(zhY=L*P#Fd=gBA)T-ZVHta=5 z=HRfFEVtza6G+zVAbjozp^1-i*}zj1&#-7>6k{ePWRsIkUN!}c8Ti)3b1a!y#&-s) zCRR`rxOJX1l}>em+4Jll-_EBjnZUt`!1(_TGN@T40

weG3+r57_$6h#+-~N zIcD;7jG0FrW2TfgHo1dY$eAlt+~G*DFP7dyl#UR4gShGvs_Ro-zv_%X+NYRedl?2G z`jNoD7{ohdC^IQym=X!x6iHm=8dGWG8b0NSzc{!N`L576#<@!~ndA`$UX*5zkdofN zbCM!#(};6V8ip9ckQiag*1hfxQa1xO|#CP zSZ67Gi^9^N2a-~sc>|@ZBTW;jM5Gx_S4UELqa#gVl0FLQGd|_cK>DZ?sjmy^E|KmL zX;!n=k#Z4It{0M0Cz8_Dkt#%*Bhq6{S4UE*uOsD7A?43NN_QglcOg9`(la70YSubZ zK0?a(LQ?8PQo1_Q3Xy6=s%yGBlDfS*QvMWD;S8jqP9&oXX`M(fi1edots@m8q(Uzw zrA{QJt0VnNq?bgpG+iA@6(Aj{a0=-*%1l3bmlj!8SV>U$3&TH^4p|Wnnd*nkjY9_W t5XM_vdS4^@DQJJ5-6Wklt(iyz**eJBs7f{Y~3YODiWL5L$zSo7i<4C$=0a$Ell^vXNqp}; zcklhq`OZD(-0S?}Uq5^Yz*G2~fgxN;-~j{AV<~}=1TqO&31oXQh!>=}D$R@1yd=%X z4ZMs`7#!I;mJRgdip&%ZtiTbpRUK;v*5T^7CjEv$mo(^;b+@$QR5h40<+4+qD%rJ~ zQ`690uk!QY>^1wkovV9pDL236xs|eA8rRTUaM#MVSFbu6(h*BetGSY0Udt7{s#{(g zpWwFP=jvt8-E3h zUG)~oO~VuSaL8;WaEI=cSJal|s=eaOlxLmm4xMg_G+*}uvFEf~cD)G=Yf-KqkI?o% z&1Duf#HK1MWYRzDmYsZkbJ?jb*gP-|so6@=E-l(sSL9$a=B>N_3Az>k0Jq$mx!TG` zZj&ITT8`(sRVh1Vua=wPsOBtGdA4-gP&?SItp?yvqliYvR0R3(y1>={|5f6|eMa)wmHv3FJv}bjReRH6I<)0UcUrKA(wPWS#IPbignbgq$K(5p^O?1Br79_xz9)Dq zwwD`qWsI9T35;VwMWR0ahU=|gmO3;UL`1lvbOuYflyX@ZL&Gysu{Pc@_VZCNk#6r8 z`ha+$(5f#d(-%6%&@O0LyqAf=;dKn26a%LlwX9#HbK!b6(3lC;H0PDNU1HHV96s3j z43oGX=WAXJ-9$fc(tnRja5oFnD0W?~di>8P04!Yd{oz=I}6q{&EQNt4Bc zI;tjW7?ah+{jnFe7(fP9g8^My=fQ}vyi2du6v&z zJbq_$%e$q)sH}H5`(>YX3|t5^IjHOor9WzAXme2P89|*KH6GiLVg7(X-N>>108F+YrIHCG@ibC6gJGPdizn%VDXM-3 zAH+1qaE>dUrF0(e=Z*<$h}YPC%1^JDc@ z=y;94+rI9bBxQ)3ni+DCQE`Tl0)3X>BsyLUp!=H84P2F-3itEG{Q~p!iy_>;CT?Gl zd6H2o4rN9%N`=xSM^nsOMW#SYB_oeKvV)W=AC?S#O1*n1eF+A>%u4i?km@5%)kheY z(*za;5tL$$Dx`43l-?kvuhQJFg>b`^q=aaGk!Vno($JuEjw2~WQIz~r*rH_Yq4af9 z`UWX|Go(69DHBk7Hj0u$XJJ*iVM^a6rQ4+Ry%27glGMU>N|{}h&fkTSU)5Wbl6xq< zNlM$K^j1i9n35GxIv+(zp_7ur4O4oXl-?nwABS+ml%%M)Q?hnZnz;)lbwM=)&)h@l zT~hiPDg8X8I!q}WP@0LN)V%%_ZkW<9N$FRl^y?6An3CL1?Ub^+C|$tCAn^Xi?3G+{ zt?aiEkKN9`i$3cu9Ln%L88ij2Cpf5YqWwFmtH4vvV`>e^J*_3yqVDzCGFB^n?7g+N7} ztVG4d)Zl>OYe{t}9aI%h#gqo>(^K)nQbH*m=t=bymIg#Abq^#`I@{jBg!@{RTAA>V mkO>z96S}eB8+sXw?1g1N?&l~)*`ymZAY*$1_qCb)AN;TWeJJcA!#^Ym!G}#V<~fs$2{TuJhj`;8 tg96|Al-xm)^U|*X^H@lPTqmkUETve+GGh)ERI!pW6$Fd{cV!qkegL?ey2k(j 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 c0603d786b52a2203f3ba9a0f850b3d46bef8f3d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 686 zcmb7CyGlbr5Ir07&})3Ztt^5>K^JT+6dO?#qJ;^uu-e>Ak~R14hTV?+#_kGZQakn~tm@ z6TG}Oqj9Jmoe0b{b>FBkcD$q0;F7$P+;f`9M->mfHQeY(hL;h^7P~v@ks}k+>ECDIEl{vMfrt9PZ?N}w$Ir2_g987Q%mhCc&RFJ1GGr7xkJ80 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 9ef7f801e010d8aade50c2000d2bc1432af8efcd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 678 zcmb7CO-}+b5Pd~tVMS5=_T<4BAkiK?cz}=?qLBnSsKJ{_U5ZqemTbF5f0ic`5B>mu zlyP?P4ouR%nU^;+c};(QzrF#SAYaM0yKv*|XZ`}4rd`vS#%L6l> z7%jE4ysam(J36Z~6ziX{U_d#vy+Z!N?j-jgjQ;eIofiUAJ-|BdG(~ zn7!vB?kkfnt2b$xe`n$-kXI^kx#%?nV~YTIfj#k>@Xb9H<}@11`H3Ch5T1%tEUfzLuBZOB*EyAX~G<3oG@XQYoA~r ulw{!1olD6o@{|{+0u->42&qm~t5{31gmuC!Hc-Z9%51Bb5Pgfl;fY`PZDnB$n&>tr78)C)(F84oP}nWU0E@>ix!p7Rv#d-k`~m(b zja1xLiO%wWvgile2~_Wlq2wx7&Jm|a4Q*vlIX~8~(siHZh-b!5Ms_r| zhKzUe&WuyPe|j!3-_(7he46kM)!>r6lakj_EQcz3cGhrXLejsDNw(NMQjZcc5nW8) z(@Z;F`?8c5;&M{v_Qf31fJ@%p5SnD!{4p2hXVhT%mhEy%~^?cEn+FhWvnn3v5Feja%L4FW5`_vMz&wwT)m6{ 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 40d6a111a8b84306d45d623d305a8b4de5b3f2db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 688 zcmbVK%SuBr5Iw22S8ILNS6#UfQ9*+sDpcI~K%sV_(xnn_M@@U1lq41PuUrW(`~W{n zoO^ZS%Ev%vCMPpm=P%KXrsffK;P1GLmDU-@dx`R%yufx%TY0T~ z=<0jvn{C-)n#9Z4cDmM(30@wXZZ9l+8?&%p6&O6zH%5h?<4auBxFMTE?!J@AmWtcn z8Xn_FhKDZ6b9Se6O^!@VJ3q5FbdzjGUEO7};+gHam=1L+xtQT=Ep?~(MGj1ySg*~^ z358qREFq76fq^>taAbXmP!ZVtpGtw%Kj{+K_z#i5;_uopj~xGz)C4aU%CW$i$qbp|4ltTyYzjlDaF*Ez D1Gv4k 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 fd797aeb833abaf3ff67f0aedabddf765b6b77af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmbVK%PvGg5IsG{+%d-cZDk>Xgib_|5F3w>3=4!MJ$DK{b8q*gyGQU>RuT&z;G;y{ z%f`y1lCG*gT~((~r{CURUIDCQx`Hl@L>P}SAyC@VMu%;IuK9&?f#QyBkibAq8#?Z! zb#iB_o-i_8v$0CfmDAb&3oM3P?ITPI^j+?fCq7K{BRPTUp)urk66HO4fsLBB@>==O z*7wpkS~6vt#LL*GZEMH`FAq(-6K21SnO)fw=sDFlMum>!OVn%Jkk27^pC+=Y;+D6D z$2gMVp-u9P-3eWjBNNls&#V_JkV}c-3S8+3nd)+muidCS#gDRY;>3Dw zu8t{O+fD^V^a~7}kPnB}hX}I*oBtCku=*!y0vrD!5?K6Q8|G2qZ<3kd#X>ojIFlSR zq<`fZ;)#<2BKD;mR2bmA@>zgE3}=NH$*V>&md9~Sa4e#XDkgKJ#vNd^z*r4KnB^?D E4?=Xm5&!@I 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 1880fc464479ef0fff9394932822d0a9488e9c72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 688 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 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 a254721107a533378cf27fa7663d0ffa80084072..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 722 zcmbtS!A=xG5Ph{QJFu>Th#;Iia8MKJL=PSoF_CB_86aT^o|~CsY3S{qboUVWEKVdG z_y9l3STpX;lhB>6SN&4;s;bk!e&5{#_=NR7X7Dn@N`_TJZ_7B7wh1$D-X0UWJHBMX zLT()I*OLhJ^W%89SZoAYJ^-C9jp^ za5b^&To)J7J5dX)(sjk^NX#Lha$r~RR(`H8wW^b`>Yz%-J8h?&)o!eE@5aMz*@XVc z*P-C=rWtni-7HeRD6zo=OxN2V6+iKhe`X7=4J=ti6lGO@jeqyx-}KlmGfc|2_b@vMznz+#Kf au_V|XUov4X zH;(t}$svb*eP{()%zdHlfexm5-+|q9Vq%6Dglw}mw&Xw<>^R3^%jy_85~yMwOmUt|UR#dC z#l)&pU7SVlq*`E=E-P01qQ3JH2X+OI@>6}TRh^7gU#n!i({}Xk-xIaNeDl^6m%|M? zg#Osqq2Mp3;bQski9a-rgtyPGus+HTyPQsZNtoH=n6`aP8CC}9Vw&*rL5vXI{}%^@ z;RE^+*6xvwSLnzmYlP&=)?$0&DX|SQ{q`s5N}LWd(Y*$wAD9t;@FxJXc-#cyNgFkX d`PMFAQEV4|(N9}sNira4N3bP4!ispU+yWwq)?NSr 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 637f65d36707cf08c8dc7c89217944aaf552e8ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4945 zcmb_g-%}G;6#i}kCM-*U@T-afr6?hw3tAPMNL7l81`vW+S}QK$f(x77m~0U3Q)fDz z>3`6dKJ-864=GHU>GZ8L{X;sPKDB*oJJad8yGdA*Fn}>Lxp&XW-tV06o^$S=%`gA` z@FRfB_*lZ5n3m9hnHqE@ANlY| z2n%9(?1L(y35z}?{8;jVOK1}YTCnWLiVsgDv}4*2&4*P99hmlE%?F*qcO$FmOFYdW zj~fP0kLqeB!!rzZNp)j}XG}e7X{N!@99vb_RfQy7nMw(rsz(@V;@XO#TG=#bcvR+= zXn#yIm1Q+!rL+wtv$Uop%_Xj9l!Tc~nFcqkj53<$s>Ng4I*(g)nVjKIvpi!>xE+X$ zkg@tSPnhIo!g`t0Oc^DnzIYzj zj1`?*rZK1LSx%ey`C;#kzGg;6;S>SwDj_yg9O3DT+$~K7VfJK+Syx~gQWcpzavBMb zjzu*?vql)ap}skWs!=Ku%J-ON@X2g)k*8) zt+a6?m9=cHac)_Z8JV73{gV%$g$@STFI)G-wj>*m=*X?tEFH5tu)GD==JVZje3b*38o;x`2+~ycQExQp%J^(7+ zr%w*CPx}>a{xMUj4>u0pyMtU{_~KRf^C0MvigTlSQS?a+mqV|#Q*^x6#Vs|lHle0+ zr?x+u&~t~r6gRW!1iz_?BfhQlkUl3`F9!c4bw#($j3whDF3Cv3kTHPMKA196cq$`} zjEo+kp?k7eml48g8DTM;gCgS@Hs~Qz+R4cn5>e5%9!z!9W2eK~>NCl)A8tees4eZq7 zDz&=|)jXN9Xop)V|4PG0>2;#WqOhiXE(;OY@l9Pg zwFXo&#cq%p$y^o~PB#)NgR_r&fn6-olT!k$i+*%!nW0HMmG=HjhN|t~>AfRQ*zN3o zPxf+Kb6B0|yXM@4a@*i?Ew7<>7yFflr#F(ivPxy0F%5d7Npr=bZa|r(VTLdBG&d4F z(lOl04|8FI8wk?jxCswIKJCOa)$$&*FrrwS+*21!*pm#SxMi&2o4PEW8cRCcNL+o($6%fS1PKP=#M<-S4;}?sV?QJBX0P z$opsxYl5&mq-*RCR&AsDLAZY#$2Q>$e@#jcb^-q&+JB-Rf7yVo&Y~P3EhosU1Sz0} zd&13!Gz;iJ0XmQCb>aR^xc`uY|GIDk1>8Vxqu(VQhlJ4dk{xI3uhCTq*J%_M<3wGM zZ|mHKKUib)5tlY4shAS;Kw@6Buqv17wu0$40=_}O!ax~H4toD499$PARtq1KA+tIc zuA7pRD{e|5^pPEh(kNYp@g9wWk}E#7uK36$WSYrn3+h>`%V=YPOd~;#5u|`FLna5k zNhu}b?k01Ja65=hrwi9j#z}NHnK1gvjzi`qT@BzCjYVYYTx7f@WX_P$ULq568FiBx zz-@vQ&}GQvps6TI$S8z6NMwdwxNb5|mAc6c;4Im3$c)p~9o(f+kogM7=n9w(zl85+ zG=#rJ;Cs~nga(o3FCjU)#=K4d7Zq2rg^bm+%JBouXhX0yFuun@&LO?eqTZ} z8%8_3f)I<)6F!P48?kvfg)y58c8q+ghPSz?34ThS{Gsuf+!dc|J7}2?Rs~yk&^Et? zH@0y6I|OWHP4L7H+DUoRRyNwo+Tf`jbda*sRtCjEL(d)>?SqDmQ32gWm`zjGOp?}v fDcrN?CcH&+HyuP>^ru!gj?+I@&Zj*$w>k6wUnWZ` 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 5057332db7916241798c253cc74ca3536e56618c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6526 zcmb_g+jA4w8UGzy^2$OsMqFIeq#=ooCHbNf2+-QtfCGt%FVrGXLjqaLi@hLe6=?;y zP1B_JB<)P6mxoTQC8^4>v!givX!gY zrd3ebGj&71rKh>drDuz>r{_i#+B4=-LANU_k8X{E30WxHtJNtYLIrt{XK zkt?UOR=#KzjDlTGPm~PZHm1y5M#kneKWDsFG0OI|Ux1M@GV7VE6l^nZTr|t(Le4l< zC|I^GqEO!9DIz+IjMANaE`3AK-Yi>%v|b}hpW}M6kj+&V4T6Pl>A8xb;TDbH?J6AI z7E13LT6AW1=Gv*#nKLsN6w+HmIbX7hM#)~GFgr^|)}sBh_9e5hXx&yg7-UR$FQ*rl z(oEN=dGNXT~Rm_^w}1CFuexiphohBtuN}ft}x#uWFxnFzz&0GE-6*-Ktj2u(29Xx%BZV9ZqV3r6XJ&cIQKPgz+#cTq2yvi3GZ_Oi)HdUo@O zoh%e9wqvr4VcTY5sZ1a4tH)d^dbp}DNVi9r7y(uqb@%*{5=6D_z-SU=^H30PZ83!% zFsnq1KUH53&g&(eVQZA?3PWo`u=gdB0kRY0THuS(&10aEP8+J$(AKKK=%3e=4=UkXwxWNu`BzajuS<>XJ9U0y$w!N0U zEbV?r#%6~+trxxKC$g-Um)&-WC+4I=#J1Ruv$tXIUp*ZhF77VNUNmD>N?GHqDIHb! z#=ky*NHcFp_f^(#Tf-d2#qcG3Ifk#`s|tskz|-)x7`~2gD0HniYz%MXoftlgcQt%d;mCIG zBGp@j!igq?s-BI#had9$XCCtVLkj!X$uF11a{471dB4mq8`+yPmOWF+!PXsV&&0NQ?1u~5`#QxBj`Qf?)cgpvAX<#>XyW7vUlvN=hGPtj1P zaS#(^`5ZopGdPN~NR#r2%a(hGxB`FV5i=@h<{C-%#00I*o+uc?Gn}XRbmEBlQtdJjAS30Y}yWCIbPZ>j85O0Y~cqdl+eBR9qZ#z_B(E z`7Ju;@1s*Nd57lcnz6{$IHS>}o+h=#$}TV1Qv<8mDUrP%e32t%TI0L-J5#(hLy0Zpd#dTA}#eI{wZ$XY=Ndp(RvxeL0rGW&x8#b~df$n;K zg0ttCMy@g$N-F8m{lqG|+^kK>)KMw2L8Z5uqwioZ-u1EWuCeZB7@Z}sFbGh|sR>d9 zTwK3O-=Rw1rMTbo;rdmQd{$2GR#oa_O{l8$JZCRplB0Oj=O3s1c>ZbMpv(`+^hfm1 zk9|!2{^@7(i83z)DdRy)9TUI%mH7#A-=i|``*8irNJ*+!rXLCJxc+&OvneXEK^d=x zI-ZGcQ08Z3`g1Dt3m;RzGD*x3QlJAoQ!CFdu3woCh|AK1RUfWj8L6uE$|PA|tIEuB zb{?PMD4zKj!&`#wN^0PJghO`+K0;^e111vx-b1+c?!X@qpO!*4$iG$W{s9hg72zu4 zte)noovU_dwU?_XS5arBg?@@q>)o0!hIxnpAF|f|o+|v2dGaTG41Z=3_zT1IBOJzG zdAR%yv-mqMb5C;VfGb`tps%okW+?pQEEN}c%(UPoQgtA#b*lg3q=xuOvFSxz;wT!< z@Whb9+pGN!d*)k3mCSrdbjZw0g>KKxw~5r5RqPc}-D>YvnSVMWxbfZViJ;gA&wJQQ z-m!5a9`A}c@bMNGoIJwukPA&lT0ESYkGR~r+Tv}Q`7X_4x^JyUxlI4 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 9bc8d51acea7d0a917b64ff0b8e3a8f924f9add3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1646 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 DK1*d> 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 8eeba656a3cfa451123706f3dd5664a2ab153d67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4194 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 Vu$3ey`9FjG%&;T)1V@KE{sY*A9RL6T 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 0dc50a7a5afe07e2ad0d9cf07563a43d83b4257a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 695 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 Y2d-e=#`-n8q4;=Z{TmS$7 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 7c3b58d57e81f55d3f52d704646a8a7a21fb96bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14570 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 ZgpZuv_!{y)`TGZ2tW4+dBYvV22?i9>EG8 zgfJe$Y6MrX#>+##c@&`~5y3i=5v1^#moF3yC`j{-&NdkZR~2lqm{o91!6u7O6bvfJ zvACsRNWoJUzf>@+;42ot4q;ouwajK}JF}YF&=-@-+o@!HdvznZoQ^MVv#zf_$>bhO zxRtP6ZO3DN4fft5dH6^Ht z1LK9E*@m;P>6Mb@>{G(s>8ew)3TDCF%w1=c;8J?g*gW1KzMqHP0`{^0W7Zj;d=-H9jSux}#YL$f6gyopYYGKDLWej3Q z`3dmUo`kiL)1`==F=aL3<_$Y*lq` zb!*=-D%BFfbTsjfk!kx#>@)_s?v>nvXiD?Io)e9%t)+_GYs04YNv?$RdWCwtZWKKp z+sz`^W1euIKU47*D5^4_x4k0yN0`)u21;?KS~xp&M0cyDyt!g=^Dmu#t~dBOL@~x+ zq46lbfg$1M8J>Lh@%jZEr_0 zfKTXTYG#H{uGW>wSyryGBHx*2c~HnR;(SQRHwDBn%Ps%EXs#8(w=ReT>a!q%(C9{XO|uyPwrbd-o>4$rMte0kcr7e8&klo$~ur^gnQg{)d$N-CTcw zb}GHtsp?{_5O%~vA*fMa<@!?L^=Ee!rk%_ zBCo#pOF#Yd*AdQf7{91Mr*I#{MGR5rhG`w7s>hC5T%^w2BNohG6D)uQl8N;PghTL4 zQqSLnQD^oU6x_$6$Ly`Z244OSIj2Vb>iM^5d4pD=w#n)Rp{hc?7*N}V+9A}=pn6HD zT|(^+sh5S?Bh+3+?GtK$TksFU_Sev==j0kxJr}5Mdu8Sfz9c;O<3~oEvVJMx*MCwz9Lajbzu)Ap_7}k0+ z5rgSC5ZMh6V#-u|X~^Rt&!maxNn1Zi#o(MxWgLl&!MjWnk#%FPl%PVpCsY59D?O3V zzKS0GF{#JO57Y4^O+=!V-xrbOeW7{8HQ%2Lbr_0)(PU`W>I;ex*}YDuSt!nB?)={q zjS+w14CR4P`XW`@LkSK;V=O8@`> 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 e5141786b9b47aa131a7b0db32ee1196c79b1f78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1253 zcmb7DT~E|N6g@+`+qIN$SOLFQK-~|efJTiN6D1+R>|!EHqCU;;jxf-jVmoX2L;A#n zzKGH2qYwTlgSLnmyfvjnv=Z<*7BNHqzEn~_V6e)SO$K`RDl+i8mE8E*!Z z8Lfvc9&GYRnm9|^dRr34LS2UbYaZ)8x$npAUB5#hLF~7}&R(d5(y`wVZOI!#^ETIf znPKW_S83T1n=+P!_fV-&b1g$faPxI)Oz=ds-wFI3-r9{rLU@t!oSg9d77Isx5|bqIe9EW@)&)5q6`NSe1#{C+wOx3l!Z>Y;|~48zAXQjrdBc$kMzM{qh|2MZo9V3CAw37!167{*QrO_HQ@BpKS( zGRT}Izind|L$Um-$C)GF$-U{n*qH9ve{NQWyS;~%PWc~94|3)?F2kYAVtzT0z3}M% z3{Z5FB4)DHL$Hsu>BAtc=6V6+uyGbcwDZy;3}b|%QF`)}8Kd_URZY;|fR&Oipzsxa zFAiaSpd3r^Of@h~YmpGsYDv{*%5=5%9y$A<_5*{}Pq1tByhF}9un*{~mGl=A@+Df0 zkXb^R!zA5$!>yR2WZcY@Nn%A#(zhHeXV54-hx6IkC3+h&1?wAfpOH61Qqd{NT94pD x2FmEbFJ}F>sM_?qqfUxYFfw})7JCrf48g*sq^d*$K(;dKa1Bbbb8rSzzX9VD7f@w$$rg3oVgq8|hP=PF|ww#mf zb54Ilx7~D`lD6Trr#V^oU-Vyem3HP?35IwRw9tF=G;`9wdLgC!N8;}*Y`74#^$&0p@YPgX&%f)(DbD(F*?@h9_j z-}kD)v;<{ger+wYIC)2cI={ZSoZHN;W{VO!4vo!2m)Jwosaq2C?5_FHG#u02G4esx zc6SIWb+_&YcEu{#HG9jk=3Und%)s{CnuM_|u@K~}>Z6Kd?3$&$n&%qk8zYX{fD0Nf;==^K(on?x1RiMEz}FhS!6r4-rR&SCmo@a@JoTq!`o2}(oZQpU zD-O(h+4gd-^H@V4A9TDq7;EzF=TB!2uPzrzLagKv{_$bRZS7hm{zFVPcW}WmYqja7 z8i%*Pd5jp9;<}sTLbqjZQM(|}=)Ooo!>X1o%g=mYHytuAHAjX#no@=*>HG8_YJv*q zP(s9`+j-=^ypCuwcSJO1Rs7&F6K*-zb64p{o1$NOd@jZ12WX|Li32k4BKnjpqD^m(q(CHTLPkRWNkqh{s>>q> zh`of&{*fd8qjaJ*yf8*Q_&d!Ey*cA8L`esEjEwd^M|@=bHza-$KAiImeFdqElfqM^ zg|WIRk`WD|jd!driYs&)!BxsMfQgWwK`XP4jr@wlaccbnu0bsp!XRv z;{Zx_^u^8SY+vtBxG>r`aYIhY1W1yTKO&iu51>AM5|w`b@1Fyl;xtiFfo>5#hz_dt z09E@U)pwMjU#sY#&PKgXG8XcOjHS#KAnF3gUY-YLv3VRpy$_k?*a@fQV0_tBOw%KOms#n?W&^2PW* l&gGv$;yyHb-%!$yHe%dQddAU-8JdMi$n6HE$v1+T{{f%u{iy%| 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 fa40c2838840429cf898e32b5bdf2f1bbce99595..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1953 zcmbVMTXz#x6#h5Z~Hmd^3 zed&ajK+fEg`_gcvw`BXx(6Vj(EPYWZtXR1≺Wt)mPQp}lBd0=OCg>oSJ~%ZJXia7^){-3YD6-Jv&$sDD{a{>l3^opa$RA zBsp8RcRd+|ZGt(`$Gc3Xyc{%jom1CiF8JiAW*Eb8gwzX$914`A^-YTp(veTLC$yI!7ds~4~ z$uHmQ7n{{M)uR!CZUv(t)NtCiWwol`hSH(M#a_>tM^DIjr~DPYA3acUF9{@kx?M+l z{$Gziy+cHkmfH#*G2yf!_^6rh&hnK5@kUJ=)Q` zRya>Q_?)UvBO}~~LcGbMGF5nrRORxoNdFw!6lolyQxN+U`5hzvjFl%(M!Xnl<3CoX zphUX~lqu3lRAPPx&CEJk`331WsTCr)F12I~m&Ft=#nis1IZ4jOAu{IFvm467WZ_2? zrzU5ws}m{#lH}|U$WEw-&>nxMh@bv`d5B{iMu{?zkKBt?m9wPv9H}l6{Ds#l#;7uv zNd@aSA{D?i{gdif$fltPar!U9=qfXi!3UU$m2E`W!0aDT@8@(Scl;@ao?tjyj;OiO sXqij?Nyo|ohU@p$1LW#YAUM0-igvR*iech$hANwgBhBJNvPs~|KOIEPlK=n! 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 69d494da971e2bfad8d26640784e0b7f1d31596a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1056 zcmbu8+iuf95QhIv>^LzdDFF&C=TcA(5*DgBDHRt)LV(f~^$;i*NE>Hqw{`4buMxZz zNT4E+cmN&>G3yv5sz6c2&Cc$4{%?NI+CP7N`vKq{ZrUhfv51n53%FQ7= zNZMj3tja*DhYa~zy+_10Nf{~~8HjE&?2BlN_kGG#JE6z@9*?9xXGuft$(X@8b^Wr8vt-ryratz6zkuuC_ zGp^5rU3a~|FFeJtcm$LvN#D%2Ug;veJ>ea6L)A@upW%M3a}>~;%517g2D`2LRBGIX z#j`s|DJJ22$*#AuhN9SxE)C+W08kx?`ohhU#*lS7$Sn$pV8I#J?5O_&8c8KySrOl5O8I825HErZ9 x<}>bH(&?VgcbGek&oB;Am{1Gpv)5DJoQ#&oxwQ9rETqvym7-1c7WqGgh2Q>f4Eg{7 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 0fc51fd62d1517143fd22f6b4958bd06789f43c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2151 zcmbtVU3b(}6y0||nqeAd=uoOHqNSqD2W?OUT3ZlWLCTt`$Y5R7r*wMlq|GE_atGm0 z_%HOS54x60mn>aA`M{52xo;+Irh>NWLvnNPJ$LVY_BlzOJ^$r509SD*k325sP|V{U zyn75eTr%)p9$8$}JC_Yy$un%$z?>f6*J1Ml#$wNLH)J4SE_-InvsQmzynhUJ-cTIc1J21958RbTsd6F-IVzc?GtzU}cO~uA+*xk4da&0?o_Zuf&t}HV#Gy(` zyzS`TDkl17bgaPe3SXFp)cqHl7{!8tYbLJa0~1A@5V&;c`zEdV{;kJnyJ`!Nke03)N0^Cy$KM9}eJHI2Xwrp*$_-du+x&pH=vHnGy z2AzxRLvJ^wioQnzCl7cVEz;VNNUCO!i%R!s|h}+v| zoe!kZ=YLt`z~Q(7aF(CqJU`I_DP2*HBb*I$Eb%%Sa?#+!C{7`bF>Zarz!b-k>Jx}s zDYc9AXVuzI$o#;?6kg%IgbeSm@;*+a38J3n3_KnknHSV zOPt|JO>S{RaLiVJMCN-w^a=H0U@9Up`vEbDPDby(&T$-XV3N-oXfl!l)ruAy_iz-t%Bb{L$FWKOYez-9hGuaI_@NzIXVo=z>` zEnGvHqn0t*C)k%!;jT{Z427O&9a4;>pGX@8ZEXeBSlb-Sr(G>(enoyQtwl6sHWs6$X{_d)p|OZWWl`W$ Mp14`Ma2(@*0+{avI{*Lx 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 6d4d7b4128979568b2edd8180e6733a329e8b943..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2107 zcmbW1%X1V}7{$+>M|#p}CL!q=OniWfFqt5&B7#l~N-RrpDxnC*q6!wBNl$3#bWinz zlK)D}P>E7ymAXTB=uX{YY%7Uf&syxoZs6NqOJI1(UGwcY2_1n`Ia_AaInVajtajk9wdQ!}NGAzH$B!4g z-N=arMuPswe31AY4b8f~8_x+88`H}IrTJi$;-hWXcNUWM6(_uIuXvmpZwDRQTed@2 zj0~rVn{kToL%Bk&~O&VHN9xIs{edx!po}ZrLC0|B8J@V#kzha7+=OUuq3{63v@4}u`OCiUB-=X5Y`;bcUtt6f z7;zJmc!(*^8mS7N#S0v<@;IJFSmGUvoI7@W3q#}D7Al`L<>wZLWvnl_RG1QJSqJ&nF%nZrQLrT?&l*^6vWa1 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 f78bf58dd57e6b86f43abfc8f9b255e61655fcff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4077 zcmbVO-*ePd6#lY5nq}GkU=?c7D$-TkZ6OMZXe$C0kh*P=EokuvrrWd)Y?CF)s;F=3 zoBE{VZ(khsK^}Az>FDSkFA)>V-9Cz`K-MCoQ~)7n8!IC zFUb8xfqF@Ueza-V7cEai;iThO-eleMeaq)Ga09b`+N!zUBB!@kE|{;HMl-PM#%v?7 zUB|4CYuHk?mmM=`dX|R!6HF%5THSP(jf(3mk00Vo1E-r#V6R$dZQov~TSpv+t^|^P z_Eu`{s!-@ErMlVHS0}F$9ZyzRy7>h6iR6W zEk83mbNam$Q4Mt}ur#!b|dBJ4{(_L$Np5+9yOG~~LXxQq8gGrZ!HFQnbjvXA* z@Z@kps>VBA8#${XGwCie<-HZ#v1Xd93zj!$GL;&N6}M*A&zhbs^Jp;>tk}%$o{H^; zscqP=8~)-&W0fFv-(bcYuEVf>vCfqubC8o!d53Rx@9Y2-Jv)p zJ$sG6wr@53K)`033uqI6|jhh#O8ht`)@%XI;;Yguw1|j>;f*}qK45;;OM9qunLDV zyFO(FxM&n`43~5;Z4Y;*eATws8?J_(*99Zzi*KBfE03VsidDNf;|4R$dR@c8ge{Hj zWR(7>irY80c;n&49k*5+!DS6S8`R{8Vp)bq%IuPc+oY1(AItu_OA?W4xWfri-K3M` zmaQN>Uj;ah8!i%fTP(~_vP?pL(XtxHB2_<-;4BtjOy?Pqt#q{)5}s4VZOK&rlPqH| zx8yyxnXSgX{3a>#D<+MU$eY&z&QjQkJ9*#1(Ou9mXkiykcgxVHT}rB;BikWbu~<5? zEuohVSWU>_0eb(5Z)JENDPMy&T1>4W{oGhFBey-ptlY|@SJ71-y9&L$=PGhP(m0J_ zUUwtM>ps4|pC4Nflj0*Jb^v$tb8QF*Y4aFHXi-)Ucpv4AuEHc};Yd-GH6f737*}`k zuB>)4R2dC1RjF`P;wT-ZZ%>%MF52wnGlT!#X---RYz>DtR!bbR-S8^pCm5M{=qayZ zi~3zdUKplAhWXIz1iJA=$fTgGBPJSoJj7@O$>0+~%9ejd*AFcK2@ZHF_Hs6QSt(#& zi^6`|X(XBis9z6Q=@_t-2$;JbaIQnZ0dDgnj8iD@3X=ome#6%JYbXdNKNWaYte@xX z0HvU;t4x$^YyUlK=vFc-%Ww@nBCm~rdP1}F$m11k=aC=^k`m#oEd}*+e2~E6;4wav za9-qHta>65E7=OJQmevUfessT3~b=`v~YVOWr_;d_qv~o2Ql0@CFvFIl%y}jDLsKh zoQp30;=YOSrpu$>BAdA~`Zvq{7xa$u{|&O~E2Dp+Z(7QBjQ=%k`xHZ*>741|Y&&N; z&T`>Q&wPhW`U(M6z-6WY_z+oq#GpT>R6k*GpJ5Q6v(bFP*7zlk;44%(7s;vSHr3UMpp09{>45WeTPL9lWZc2&xxpK4R-yG;(S^Hug+&A;_AF~ zpImhfw@G}eg{fNnI`pmfe=zc`@x$eK1Uk?7rBfNjzCMLpOes`?XN#HYe3$Z|7qiv* wT;%5VjjB~{zK^*vA~$KA2!nYVCwZ5CyOl`-Pm2^seN@i?PmGsw&*6dp0TwH9&j0`b 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 cdbd5916b49f04af00c8b8010e04b39efa636632..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 742 zcmbtSJ5L-j5dM4|w{SV$ ziXVkCySb7E7|S!`Pcz><3zvR`P^B`?tWWi9!(Q6W$eXs6oAGZo@M zU(3+FkU1AHL1r!=I7>DL`B%lPpXw{>L{BO|q|1UrTp2R1Y-|aPcXZFHSa|N_B<0+S zlKgdUB-;+Q>hHsGU`2h#6&jGIh4MwZliC z*>Q!>=!Y%`UV6E$ZzUTq=)28~3)=R6Q|!C0z}Nvd{nLe*V4;ONMg{iXJ-WcxR}Cw$ z`_7sIn{Q;mGHU#@N)dc{18f`YNwy_2x_$?7%T5gm>qZ4WVvPOP{{W0*q71}j6*YzF c%FbYxZ5>V4a}_er8DO-=*gQU9fxSxp0RX|$iU0rr 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 b6226586f442f633c1448a2116cd824e8ab0b4fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2937 zcmb_e-%}e^6#i}kY}hUVQW{#JwkozEQMUC*sRpT((v})ROCXdPXP9NVz`|xX?ryO7 z?3)jcPwMz$eN$hwKLlmQ>6g0aa< zp2M}u4F9CYU2iIMogXDPoetM+qNaQEhP7;e%5b5Xv%qF*)~Z^ttyTZk^NXd);;q8O z>~wLlJXV;SSe$9Z8f@e!RJv+G`)sRZSgR)YY^$u9HBL$B#&Vpe+(`5Ve$H6ZBd=R#(dx7|_nag9z|Kp&2BXj3CU>KDPqp8q? zXYV-twJwR$#E{P%8I2OVqvUD&#*|hK&rD)OH^U<*m+YFO^P7e^V13O?(U2&8R1J$% zmTudwr{ER5s^B9O6r9Ex2~!G+m{xEX_aw|HC}CDXKh7w48RrztflhVmVEtqmK4Nhc z4CWawHoX3#y2TK?a*1k0!}9-nHU};XzxNrg{ZAlWRiZ3;I4b;wwT1}lxU*q~l(e{cp(`2|B=4ix2K9Zr-X{fMMJ!qssZe)8!U<4&M z(*)-Q^pg8nqWMr;-4s1zdWGSnIDF4flcQFDo?7dk;3!#!T(e^qiV)KG+puUF@Xr0gIcF;z6*+4icn*&eEKq`7zxEbg~Y;hZ~RJeowd$iQo?r++-a$8E#aLZ~_s+(no%R zt$Tx>`tc@Rg~t*}7vg)*?LbN;d_CgPm(+eh(vOhw6Gi0bi0j_E>s|sLB4FX5iKGBM z_Y?tcRMI1o^qA;AiQq;h1+k7w>c?5~6G&3&=@R8iAZd}}C}KU3eS-GC(3O1z`8S++ z28BHDqGN&VaWS`zqzGA*2Pwzzlykd2k6`--LVa)fYgrExc)OlhLuey2klsb-LMoB! y+C}%mHd5O-`53ZDG3H0E&8PH?oV`P~7~aJd|K5RKx~Is}L!ZfMO6hJI)9+s$9TxHc 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 c7ed88ddc819ba4b6207e09476b7745b24f6e3fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4291 zcmb_gT~iZh6n++xEQA;Z1%%crlqw`>w6%T|Dj?Ms8UiH>qE=nPLKc$UxY?l2v=^P} zT`zmpAJF#33p-OQ(@s0R>P3H3r_<-`ZbE`%u!!(>r3X+2XM@E9?h87frCV2xC zoHk57QzPa#~?Qvke*hlOZQ>(8w2edyQ1Fs}c86sfzto5bxLGF#)=d zK5s&?#!Gt7Bt6ryY--cr=!$cituab;yTK=$2L-!pa43KXF_r=sMt5uDhEO^AaxOTv zW?HsH!{7_JxZ&RDaO!e3PfYUAF5`N@Pc{@Cdtf;EDtQH84DJ@QiZQZlR%A1=XXy%N zgFJdqtiBCGd@V7u7h4^ao15R6xkd-4_X4U+E6@Vf4G7)cUKTGp!UCfenAAFbVXl|Y zF0V5Qj||;ZpjeU&w*$amV&$-$yp+j(S%*btMl1PAvL&yT^IlqI&NQ`e!G!?Fsq+{AlKtdg?_KmO z*8&Z%QS>XlSaKfGDXdiy;FaUS03k1^C-H5w%G&|oYus0y*;NGxB_3uD0y5qj( z$%guMcaj_0>u9=xK_f(0biH)NkDU_%?CRvyMN>$ELyF<8fOW=7gE2k%K|AXX*MeyH zRosO^66Z@W(8OOx4cl&abQnE+%D5MdMICS9D2_?D%zaG~T(!OZ|FgFbF&<*{A%u5` z_zh1r^LZrk3`(-2X$#GZ!yO@cB$7`NP7FUqoOvLe*P4Ofu5zLw}8a(xo5a$}rbX^3&bKK~33Ow~w<- zGi*hZixe$jZHXYWINpVHi!ik>|eo_Mv zIwC`q^bUvp!`}Uzu8}^&9SRi+0*vegoOmJNyA6Oncn@a@D-4ghx&SS|p>^pQqJqgc za<(4HD;&L#bN=ob?iOpe`+LRwQQ0RJ^tO z=oVtWmrB=FDe|03cX;1-33snfbazd3H!o?Fz#0e zWDMh&Ah9E)dzm5Jgh^uULs*R~|6o8xd|d4H5yZ!Y{Wvp$1V&f*cN|!17Mj_mknqcH zp5xq=y_C@8OF3^B)uzJtqJF 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 aed797fa12d054f3da5a393a49e1af08ba08bdeb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 677 zcmbtS%Sr<=6g`AkYvF53BojHNuz;4iB3bXOOb}4 p@DA&4h|CMg77RyzWUv0oFO2gum>)%zu`oglGlWHo&r+^~wQrheu4w=O 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 321e6352af946aaa5450cd095734660c35a7aeab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmbtUTTj$L6#j;Gw`(bPSOIScsC!W=Xrc*5gCrVsK?6#nKF#iq>_E50&Me^%=@Sq7 zB1WT+KKP@IXWF9cCBCppr*qDn^PTT}r?cO_fBXXA1{Pf8FzsN*MGvNpG3(%hi;KAA zpyZ;A3WIaEBZH=h8N8J+6!CJvl@f{}e@li^-)68%i)ZUFk5o+Z>=DN|U$vv^5 zW5L_&;#Ef|y(%qm81eoVHjzyWfT(rT#b;D0wUgT2mUs1?5HU8 z`OhH#0oluhtfQE~ocd9>4@>3alAFz>BiuaE<^eGpE7i979`^$tZuyVu+oGWt%g-5D zWR&{rh@o#o6X{jHn<-alan(w-CgE2Y3OXWbWVppJN}PW|q+TlSZbY59A?`^tj+y@p zI%o13de;(>%@~!3UU&@mk2$I%H9S;tnPKo3(NqQpS3JzYXSj3BN)E1iID>i8W=rVg zgJl@`O`F6?(hMamI$8$VFla=!QJA4vdeJ53(Wpr9$v^0sY~?>SE5pt1`KDF=1=EF` zjS1)B&6MCKvLWi;@!S^jm3Hu>(blOhyMo81WWT?lT5VBuU6HAM}8WM!1$ M8kA(`-~=Xq0KPFhl>h($ 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 898aff33f30670559e73b3e6748a4a1a716a9670..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2246 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 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 b4cd9da4ff274ba007735c8f0508e512e782bdd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12698 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 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 924cf847b33999024630cbc597232d31408a240e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1313 zcmbtUT~8B16g@+?-MTE_PyrPYQ2U{*povC^iC{=D1q~>P`ZR4vI;0mtV zC^{&i%wR9IrQZ+{gS#38B3kyjQbIB07G)syJ%&uNw8da8hYi8dSCxTSZ?|e9dctcy zc?PRto%>rnlEzM*mTpSISggv>d&!mFllz`(?0PK%@s(E(TYF(30juwJJ7Nvwxp7TeLo07&9$URhS@5C#MmO*Z~5L1ukWfb@c6GF?;+XC zk>EOv2+Xb>HM&wP{Rgj^R4{_fiC1mz6Pb}>b%(#^p3j4A?@?_>)b&E?IRgugK7U*> z^lWP4yT4y z*M-t+!pu#%=!VO%bo$vGY2c!QYYhFz^pfUnTz4@GkKyj=i`cl~;sWMKjBTOg_mW}g zH!)%-X)zEJXlv=G>eEatBPm0n_@YC-quG$c<0qJzY~?*QE5n`6fhJY{2GfC@&IOlX z(}!k$S&-~->D%ie>n2&uc*}=i@9EHmURuqk2@J!+S@hA#O@h#m0kQ_^$&qJ>_A!bY zp|b&-jI)6JXLLO~MCKj&Sd3?)fpJ<3gqTE2iZ)fo%aymtS_hSH=q-PMRiWn%vY7+x zfNnE!ejz45NvmmOnowpiO8*#!TOmP7xtS`X#EO)pyDTzxuj%j{&ZlMPX*Xo@nJ>tG zM9vgRnodYoIvUQWpo|7Sk>=l`Xp`>@+6hA5wAqO;*MZ=q2pL?Aqb8{VkgSX{9D@>{ IY@ET^PvkJ|M~F?zzs~sA>nKs=WsrTeq_Xw z?ZZGEIpl@T950rG1&(*7CZa+}V25C|yOH+*{)z*dVD=!TAR$3UB8saLuHm{w!#Kfkrz=e;Y~5s- z?FwwWqZyK|0dKYQe0hy)G?JG?hqkEsX>=MT5#gynR4bdMJ z74#srq$J5y-+`zV)hA}Y{dNEw2FCJ?6eHKKS!zP@b%)7~W? zNY@E@l#l{_jLw9|PiPnD#149!8xC;a5%)bg_#wbe>~Ir)j*b(@3qoj;WXH?e3Hnd& z6ii4614D z!(1m0rf~_EJCW-`4?b6y`82NJi!?{Y6c*Cx!kl_iQU?}OSW4q6uBA{`_v`BP4T02! zrcqmywm@dyG^IUT(;Y`T0tX!1U8?CDt9s>e*|nu!pI;L=SbU^E)wQN;)U?HhYgndU zn-u6O8|$X-Hf<>|8nNY^|E#8)>l(ofbA57($A+#oP1mT)Wy3L6YjVakEmv2dv_Da- zSat28?zqx^Rb|~u5dnYR%*>PNwCCIz1EZ|+@w>%Q-RZOgfg;)mM$%p z?$2B(&y}tVXuCsMvaN=+-3^lI3r9~@Z0QOl&l#rSP6-sELNpl>w#l(&f%vSo#<1=y z8m25Y>#Neft}|Ey*`ig^YsaJeiN_gurJsH?;WuwuuRF3i@GSLy9MebAH?lSGO6r^j}(2CyGk>Al9rL6Xo)`f zmEl%HncFJW+d+Q9MYl)xX*avGq6O|oNn&#Ej6R9Nk4)3v+3bHkz^!VQPnvp-rPd#g z^Wy3wS#c-FZV3o$dz6ADHY&@ls)pNBcG=Sw^hQv+omJhb`o&JY&I@$9mftMdcUuY# zXHy_uwwiWDUNTfa7~4%nPpJMa&|Q*_yC79JaWZ%h<0*WZ!3u6=a1i|&9@1)G$f_q{`jlRivN0E^{8)sskVhfi$CZp#v%MX$ zPE~J_V9}j(7`{7n%4nuHi)-)AK-ilOsm8Zyn}bu(BZxg zrTty)%^|}>EDpr+J`um=sTl7^@~Xt9OL?S=_63L&qA%+oN4R`_bW#68K%53C?d~vI}hjaDJDtm2s^_$ z7H_~jd0tiWr`ZEkNem=@$G(-AqFG*vD}Loo>{q1x%JVh( zwHGfx!2^L&L5!IItw_=eZ8+PL^6;`9J{mz2*?4&+86fv<$<{~yCWJg3AjfdQvp&cj#)B4yJETe9mDfm*0%0#-q)M%rfGY6 z!)>-)$8>y8|1zMcFAy%XeZy#PS>&t6frUQXaJKX{zil~N!KU<16yu-)+)@JAIS3#< zZ#kB~AdsxitP7-;7`MRKishKAo#uww{><30=_#zZ4Z~hH+LoM0&Xj-G@+fDqW7(T# zTR^+!IA(jvHaySdiwj3*n^0h``XT`Aw%nTAX*bNPmTdEU7kW-!gaX-B)AN^I&(|=GmovDc zVG&CjCQ#5&l%_0A1%(Vg((o~^YWM`p0<|MA#4eSDz9w+K{~ZUHg}``lUkAl|bK{=b z@Of4BUf}{mX0zq*2$Yzf-uFzy^dWZn3GnpKrRBZWxNA1D7sXY_Y)_W^D zB2r?L*>>+pjPO#e#^5|BytTMCib$XRTE)qW^UbW|Eq)=#`4vqeArBM+FL9Q@B!4{H z?!3e~kGVUa;+!YmotKcKhxI|vD@3@>nc#S;_7I}BkHj95;gAZ4p>Rll8_*r2okp7W z5kvV2Blwx%zmVcroWyT9&No^Jh!c2~Gr@3Qi^y(}EJ5GIY$3Cc>=(7!eGE&&Z|F=w zg6EN>eT)pAQ1R~ppwz@o5ukjUz-dBC=-2s9>iCMIT$S%aAK)ex+&_r>CjKF)^x;s$$AGM@R`B zBPN30Lx`)2nIvwJVoD0GDkiLHRZJOEjNYp4vRQUn3%g9= sF47N?f7&|1I&m)G49j;aD(xiRBtn9h$oXI##VL+C;*RmJ^+{Cz2cpHixBvhE 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 40c5bcab45f49739d6722a07352468114c4e660b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5335 zcmbtYO?Mkt8Ggo=G_oQ)w$g;UgUYZhC+nEt~Ll4sHykr5jkVU;|tJ35Ub;&Wy$*d7Mb)oaoNnJMVqo_j$kW zb^iX}KYa|~JieF05!_1R=@ec^C5dbjQ%U4TFoD}LtjX|(4Bt%QTX-|Yw{NS^QW(W8 zSy>l=s)~&iblg!sqU&w-h9{7VAdMRPfaDUG2VB zY&%B1c&+IemZ{Ze6^xYmRdd?5u3#ZTWUjDmSj9V9%V`>0#n#5XV#C_d>#btdYBViV zH=S1TbyvmgJmDs9v`xoo=&MG{Sg-4grfE5vD5EK-m$}D<((SEAy?9rv-fLNAQ455M zS2wQXHp0BV z*G{b}h+Src6&zkROuf`@tn2nojj>daS+=TLeO0p!nfr?|XVYMCr=OfA*XvqUZ!lx% z&12nA+szK#KcgrOl!OuV=c1w$CD%u?2N8+dAEifJ+Gpxtwsp<1Z2IT9?mD`z*;+$) zbi1pdhI4{_EO#ox6k;q!ewcf5phERL(_ft|)lAEllFc8W)9pRI)$yqf3}V2tT<{(4fd8cA!v z;hb?pSm}f?p}*DE>g?`E!?C=!epjzLv!`w=P%JqW_KMs8#G~7CHsv-lT6TEKuV_vG zv`B7htxfNIVfR{6kaR5XyyOj~(>uZ$!}2U!ZM&+!YRC~Z78rY4v?@4M(p%1oE~iv0 zjZ-+IqMk+rW*SdpGL5VZQ!?Z*slrO5iL)Y@SMbu{?IMl0V5iZ7!(P|_b`|Y3?&E=i z@m^=8v4!n4Zs0pAzN_HOAa|tB?MA^fJ+{a-uT^|aMqUZ4n|k$L$#P2VdR@VVh+u|d z=wDy_L&c3n5Y~)qeb*h5vDO<+XPbet?uY{Ku8@mRa=UsZ6VD+Sy|HnNG3 zRyX&^DYc>N%`1L-o{UfyViZc)nBnT}n)@$^SYhBo`|;tgn!$l;5;-XGx~ z1~CjtqH=tOvmrc-&+>VUZ=ZvL&+8O?4$sSLi*iGf&w=cT$H-)I%ZHX1Xz9PXE6(Tn{39rZ%+M}|Z%t=n@|elQ_E*=?;x3< z*}+JDGPZ-%@40mt(;V|iaXd@db2!Ammom6OlU^qOFO$eDmCfM=T;$hz%uw=-rxvGC z zPJ*xmui3rTslC@6U)h;BipO4|;bP`Qeiw&=e~*wBUktgvNV(Q5VjP!Tu4!+B&s8DQ zv$Rsciu@vA@%$g4{w@FzQ-Q0Y&2fLTN9bHY=se{VW>pkmvKR2ifq)l!0H-1WM|uI* z4g`F;2QU{2nCbBdBEP`5MW)q0GH%KGWRm;He4k2xKr(NKl!nP< zahZ?;9YMy2mdY0=g~|MoxIdzyKMvuB$w(zDZq;_kWO0Hk9+|K3?FwGyDDDeIChj#H zH!>sp$ozy#e@Zg%gp`KKOyR496zB*tKD2bOUNS!;?$1f)7a`m*8EHn{WTtSED;}Az z@ogz8GJf}T$)xs?`6ZRUM>6k+l!nRV{KzatkqH{JhZ~N}uZjB`lKE{2H%vzQX*Zc% zPh_s*>y(hl{ELY#U3e{DcpvfD!@}P%mj3|b1^(VceE4DE6HKf~3!CO|7nyhQB4m74RX?(?8R|kJ!FH zW}5y5*YF8$b4{xAxMyBaMQd1QIw{;Uj}n{g5T(KYh>NRZ%73t+Vq!rO30vu1IelDOVC=b$J(0iK$+n_xj6UT@$?g&iW=OybzXs?3#aI zT+B?2Ctdi=kOxj3@l4EvrXn>HFISSDw(&$JQLc=uzS5(6-N{q>kC4)fzS3dbbWM8= ct9%NfQGAAP8JauF-gS&2{{rsf_`>A>09&`yp#T5? 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 f5cd92c8d4cb98aa7ccd3bcf737e5a03d75ce2b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2877 zcmb_eO>^5+6g|%$vEw*S;@F0UZz$l{Pywa1#lfKsbjT3W3@KrlVTO@qHC3ZX9!u_! zU%-n00yD`Z(18uGVSruB4%h)ZV8N2%JWFw(Yq7BC!uRRjr+3af_g>xSZ~yuHO8{qa zDTe}{%i(#vFo|iLmgYri&SWu@!%H|T*Un`zpG7%?^Epi6~)Ug^Fb6%WMRdn?o`JK%TTSwr92;-QQ)JM z8a{jE=tU!tHg`KdZ;A?|GrG9U# zBvM~utlg^;Bk1PU2%P^o-f~p6g`~rGYLvXiE#A)4yuyJb5;AiTnBy#gB7aQcU|!;! z`5eqE$kM~a({qA5u5czeF4PVoYDY*MAQ=p)U`T)3$6cVUAWeG{DID0jiF(~5-6^L#7-+{OKC}Hn}z~`Bn@>*N%^TbYNAAuj3pO3 zvkOna8}P&qJG-zi?7nnoV4ySu1H`qBOn#Dj4XYoQ7#VkrY(1&?x&PnrP4huM+WA7ymFXzyMs?5A13t!dn zS`M$n(6A`anxHHxXeXPNy<|2N@>7muHYRPu^Gr{n%i`NRr&o=OhTiloTR&a*E!Q#Z zF@+sfYuPdUX2Vn%P7oOn=WN4S)~kNQa+b%AaoOORrsG@d=Dg)ui?%u8IIeF9DAnzs zuDR>_1;g{r##`&QzG~FgJlD~UmXQ7|$5T$tZZ4Sw%Um?YCw{AB4OEe~L)M}>Z&AGN!yQDCe1Q1;52?KTXvi9wr!1g^afL9vSAv&+n{%f?Rht6G>mnVdDfPIsbRq$ z7#>M5oEYWA7m1#f?YpsLUUuAug`D2|zpG!hX-1Sb8cZmn$WlmvbxD#*2*LKY7 z=uK-(w^A!Q_1(ah@8Z#^;M{}<;|Lx5@p$KcY}2Rk?(Ons8}6}=nRJ_PG!2_) z&+f>eAe~Mxu9`J}Y~;Lxa@#X4dc~WF>#xWKYG>8w**#;_qq8i#Vt6az>Br(arI7XA z@HWJY)n;{SPug77Z8mD=QgDku9?`Iz#|o@G25?s% zMQKX7OT%g&Yd9b>4=EhHi5iuMjrBYnkaeYl^&0AVyaBpnS8#QVc`*+Uejc-EYPhIy z=*G^7@WQuwRa3Zon=x`X_4F5{d-3H? zo9lI-_q&{XK@^1dnBfE^*EvM9%cdV(uodoT3xHsfTKi*KgUBPN+>&Y5PesA`P=c}; zqgc46CHmw*e<|TTgR#vwq5dSv*y89WuQ1xl&f$K3kM#2kCWS7EQnr8Ls0)L*o6iCE z{tAVAOx%Y(6lT{8W*N*a*}Z=vTci|Yz9sv>pU9SIi;|>38pG876<4MC94TLgsua35 zkUBS7NXuhiAtR4+%n5-M_HlL(pP|$sO_g4ecwIrSga`OGbl?7fW;bPY zzI&MeVv2*716$qV)@+GgRt>g7ew>zxhTif9c7(sH$O*%)fMG7sI*y%qB4Cmar6VQ` zEwWDqNIKsLQl|Vhy1!@vh;hJ^vBjBaaY*4{i^3tw@t&FpsBH(Fxh~+N+WL}avU$aqxhlT0(FG)|_76ND7#1Tqn{ zB%U}aPUdgK{W}ePJBAx4BWcBtkQf2*d%j`y{GUrTOsokV?nCNOu6!3 zWYU)_KQp<%L2rfs&yh)8uKb9;8A;Mn{x`7e6YS+k<46leyE)2olnq8&`hQ5LF1Ng2 zMvncDk-OV 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 36ffdf94fe189173f7fd517cd342efd890367d32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2102 zcmbtWTUQfT6#h@$1s@7uSt^7qR>o&&g!M`@_Ik--$E zlNe8;ltC6Zd70raUu0;R&0r3TWo8=GbjHl4>tu(4w_{0-X;49jmceb4s7z*ut4y>-*tscg(ymK_93 zzUx?f(*nt*6z0hgcbtiDv zU3<>+{Ll;?-wOmTRtZkBuv?ECuCYyMf$tgSYbE18$#r(mxaaC~)zxxMVCtJA&`(IZ z1YgP*j^an1r<4iwR~^rO*lw)btre3ZB%TsraZ_L+|87bON1(1(eam#~X3Jru2u}6P z2B9WOj^~6k0{I@Gl^#6m0&4iJLy1V&oGs4`+bwc4)WfcYToQX3KBL0`&%t zjM|~&8jDS?yXjIXg)eZt7E-+z%w`ma)eE_UdC0u<-U*x` zIGX!R&2P6X`;NnnFw%R3F7cRXIK%TjuHhjT1+Ks6IBGbLB@G39sbK`88qVUwB$hSQ zu#&{8hC05|@HN(`L7MG#nqXF*&~OSLP^UIq&aN5S8geWu8?AF3W%<&?&qGp+3!Q*mkr0 zUE6d?xX^7G@#un#ZVHd+UFvcbwV*)Er};cIDz7Yhv>XwQ+l^+p$Ao*f^z3DNW3%*x z$7ge#TYz>-s@y4~^hM_aL12u|3EEEsCx*ETq@3o;(d|bh@y@@@KE&^cy@2wBB!P3Z zvLzWJO@;qB(!YwByv^w9!~xhJjBaYCq5(Cu8FPscP~0O=V_m^e2oL$F5ANIh7nz$mt)E&Z!5;Jo#P` zKmYg70gf?@A~TSc=4UZTc|AkXo~KL~DR-};7^KQvrYJamLq-8yp)*DO66quqAx8cs zADzfPMG9AOEsAVM`UdX)33W}^6#e)!^gTtt6i=x7fE0Bp4#xG9QXESBMcT?f`fF?I pKJ?mJd>=!#rx2X-PMLK{X8`>~?le)Kq>{%X3ZK#c1Wxkj{{u=P`kMd% 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 1ff5f750d98a1969ef593ec6cf27f5c590e5029a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2480 zcmb`JTW`}y7>3_T(z*#IBn7$)%lVilfR|l%3#3#k=ZX>#g(4)la2!)i9XpDh)%Ieg z{RJz8kXC}dTet%R5~USL`~ZFw;vL%wh6JS0D$s&`cB$c8 zuA|#!f%J?u=jeW`X$oBEv1Gh7ZMoWQ-SZpPpPE;j*XnM~v^~vm>kZd29pBR~+xkLP zH|D2mr$cS!36e7{&umW4$rS>X6{D|pXaRk2+;S{`LLgZfofSx(qE!OxrY*;;wCYu} zc~!64lnhV1hHlU5O-qg=VamT_(J19)%d%@`Q$U?^9J6`K);-VU#JPTao-_>8^RAel z-?R)FS8q?mWf1-<^n+@LZ?vCH-_(DkA5vSrz^y`$e3e(vtdY;Nve0N}=0PvT-+KmE z&)&cLN@MJ(uAT{F{bVv`fxy2jk7Cagya`#%(nX^Q#;$>Zz_Jrn2NQ?s>ma&;HZjYIIg0Mae)(kl)-MDQpX8_ zGb@6$>xw`wsO7fq%xRaZcTK}*q3bU10t05f;V%e`Fu>jOjN0Ze43f`-r(KgRtDVrdzQM8BXg0SV0_$@U=> zJff}t1;CMTQv~F8BDWGL(c3sDExyTKqO%=zo12Vr|0nk`4SW*gW;@($6r=6rgic6F zj(WnV?ci4)JK0K&F=vKi&ZN4Wc}k_vhiSFS{gkD6*jXSeQ?rR#l z6ywI72@@Q5CeIwTo!QN=J=n`uI&+*^lnKwhMfyhZ6;tvGsU>7SC1x;~e;eougOiJV aNMav%Ca@ocpig5n`wZ8w;s35p*z^&9uB3fBgf%S(M`F z!qrwBisKrxtw^<@19PIt#W9bCIBVBqxDiJiu8N+#Sa36j#W&G|~1t!}gj+ z@)OM@cdAfOE$fDA*%hteB$Bb{ZA9NH*DQP&#QtT~6yS7oPz^B_;d(&@PFGaLHY;>= zpi#~XN<}HDHg!;!EaMp(64<>%!vTbekqsOeZzc);9d`1?lsmg>m=&>!=J#&CA&%UO zE46cHme@@k6uY%F=pA9?+5V|!uX&D2s17v)T#L^h*^tHQmoY10F-Z4gd#Cet5N>mu zpcb18`#`5tMr_L_JBbmVQ`rgKW!JL+546l=}B9C$p^|B`Jk7GO6`|e#kDu{5$=6Ea2sp8hL5*WbA7(PtkBiv8m z5PA|wp(loq6HqWJhTo7dvoD850xKvaPy~6tzbC{P9we}eH33z#6eVA6g*COXku&XFRi}w_0lD|3+{=@9$uz1Ux%-tzX{e>L zy~Vtm4}<~tT`&}2|N>#AxyPf7^~8x-SoQZU^C*YeT(a|9%&|XIK~%v7vJhF{6i75>~&gwc!l3yw)?@fsyK?* z@Vcm4oYx|>UY~pHf99r;;394YgfU3Oued72@6q&ANSS2IHbS>Xl40>lXPzLE9(jW3 zPn;0Kn=B6_$}-Kx8MI>rNt{Fi6H{7v4k`c8O z9k02XcIZbrlHu40e|;@%)SazYQ|#rgXDK{6PtyXdJ-v+>|2{>l;N9Zzjyo1lA&z$( zo+1dG>ha`}L?1#9jLZ=+7D@k%$m2SIpaYEg7Dv3rZhquC>9;sfLMjk2`Yhn3=K{Xn z0N9UHWbQhea(n?=e?!~yQ^W>d%wOnC|AIt@zwZ$VJ<9xv zjyWO25&pK(`7L_bin0}TTCwnt2!|dK!lihe|7r&+h`=JvDkJ!iBHHBk+M+x@qkulA z@hykCyHO|Vd6>WiCQ0llchnR&ZwoFGs{@f(r}Pg7W9XO^@tVdZkNqUi0I?-{Bfq0- zIV5Q2m&1Zzej5h_DR<|&n*72s>L$3?Gs^22mp!yBNei@rWJk=wOSZUZ1dSxa`Q@mG t+`S`P7x_yc@_>gN!UvB1E12b1@NC0D){^8T{<9;=L-bYL#gWPW{{S#DYfu0H 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 78da9f313ff02a164d355e3d6399688800e9e2aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2775 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 E17H0Id;kCd 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 1c5a5a23a1e315c8a950d1f0b8a5112b8ad0d2fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 766 zcmbtS%T8M{5Iqhd7t*v)%6r9vMIUM{*dUcCQb8b)ZYcu9-tis4;Ml3{Tahnlf2XTT zUGxL^D8$?gyRLw-JTpF;=aFx2|NaB8f#o*FFqdII!-7DoYn(|vfw8ymP6e9Vz950A z+&DTY2Ym`Bs&5&Y$-P$gR0UJLAHZh1FfqfTK(^nzc+o~8T3iNX0<(Z0U zXs%@}uH=9l*eJCh480?lqCB)})K~gyzc`}rCB?M*P;7N=Q(*GgoI91uz(f4XIjycn z;d)@@C1*wNxL6>WMnjS(td8i60y$0H{8If;vP{OxZ^LA~Q?~oz2?Kr6nqoZk*67h@ zkB>n6*q1@muBphG|8Ip)RcGdL$7$=MapzwtUHC#^;(!<2^D$*u>Y#~nf$nn{68QKi zP6R$by`8}N3-?OV3K()2CYG3=s1x@v7ZhTm>Ufk!=5 zN;754)wc}KZ(94hx4Ek~+)ZhFy6HBWt|J}a(;wKzLESKSmp51CCvEBZ3lZkxJXtPp zRF^CF%1di2m5tg$`Qg$=R7GIAn?#xE>1E@ygR13h+tPQPnqjvkvA%v<-O~T$j&dkb zvK-5w7wF4R*97_(85DuRvgOE1yHS^|HKT4*k}JEWVb_e7rPiUa-+yfJfJ)ttJVj)u z!qcV+U*^xTKN|Mpsi>dLfZG@47g){rIHQZ&HTut(A2g5S{%tR||02OJ7|3{Cm9W6| z{CR+w3IkQ2<#*p`h6$D`nRb|;TGeg0OnKK***JQtQfF0D5J**6wI8~kpTP@wF^TyM z-pB0>7H}tn5j>m0b9g?3MSQ@NKHWzIuAaR~D5@oaD_uMPt@3H)WV2moGn-`TbZt6A z;!e#e;=2O3&W|B56a>LGoNaxjz9UUvV7v>jd{$I{%bxPGN=+X6SkOpE{& zJCzVfs(y=Ik9E+^!n4-gErro(FZmug;VwlVZS?Uy)jxR;Fv)trj`gaIqUvq6C`V{n z1mRf1`yjX`WNW`+>pRRx&vkf9w50B{1obrzt8z=Wq+?0~V~!WyFt5TG|4cD3J%iO4 z##OeRtj7_j2Gf#~%hb5WS#XXQ4k5k|w!FkqqY@y|k8Qlnr%Xo)6L^Iy`i)7B3gCV~ z2@KEVVo%Wbs4(*c{XY}$JHCuTfo0Lhv4JEU48jcnM+1W45Rlsm`6?k5^c3GI=#N9_ z>W=k@*PebtON9rhJRq@HuVxg1BErf;AD^FdgWM5q^^tPQpHm1jWGU5iYIg zV!6x_2G$ReJ;dOTNT_oVfr|;wz&9kD;T*#ocr%#Oc!qP1k|BQ4 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 1f4d4cb2ee1a5d37ce5d2d140c5a74493a2c50bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3381 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 A$p8QV 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 65c333f52069880ae302e4ac7e1fee0d09e0ab03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3590 zcmbtXZBr9x6g^Mg7D9*;1&Y=-rBoq7w=Y(-P+mmTSO`cIi`v>HSz%$b8?zfLpZWv( z3;F}ve({5ysg-G`oqp``=&x05FD)G!9{| z14q-ij4K_;ccL3t<)xIyHGG!l)4YO(G&(USXUg)xqJpI~u47q2Mc!}7(>Dc_i!H;f z=}m!5$+Gn3tf@JU?g+$;n!wTdP3@tkwp_zh7aOi&Tbem8&{;9oEzNB;b%EiCEffBn zsafl4#cdka`uHS|4J@}T*Qo0&hGVRm`iy1St|mcg?#z7EuB-Po$JLvU>ZZD>Rks}5 zQnmIb^%}<|t7^7tI>C|;HM6BFxJ4g=S%Gseg);OUEnQwL-VSj8?7cjCC$}HyKgV$B%#zmB>N*9oM>+9f ziQP9m59D0P+lDynzP{-Bo$T?=x}Ynm$5DGYAT!_fpo=gHLLn%L)Pr^ z=&Cy-8>&E8S$Et8UDmjh!8;gL@OcKSxShdK^k$GpuYx-n+{J0RJSZ^rn(E5n3w)Wu zJ$xlF_KH{vv<%iz6*%m@7d-d3G~jpM;RqxD(`Y)@b=P}) z3LM#^4{wrIdqP${VbZ5`P1hT9fp$+t7z=q6QgcFzQ#QRj5$n|Ip4j;IqjrW42d`;? z(U-{_rP<9d7eI`E6fUoQ-l!jM@ZQJq0GL)CC-4^DmX8ki#iYIuv^S3o53vA{z`I2J zmZ##ppC~+oDCS~2h~FB`CFHG8e2QdY^eIw5aYGzKydFb}*C8H$4_!Ek98RGh!*~-T zoB?TgU|c!H5n(+ig!klA9Okoh!(Zzs8Tpha%C4&;o~tRY6u4I8r$5F)+u8PGp0liU zUZp1&Xj+1G6?UNT{~0un@MHtxeB6Ukxgyt+g`bgp(gu)p zfU}{)$>6Y`pEGUJD)$NGBLPz{0!|zdZ~*V)1Hwv2^PVq2$8YFdeTKBe6rPtp$!U&0 z#7DvI1@4y7?g^4xDDI$3CiXd%te3PaP;iynD|wXs6!o+d*~1W>C8UJ@n1GVV-2gh< zhTg^X#p2^G5%)S(w;aOFwsEt8K%^}Eq{ta53qP*s_%s&fOdwIunbbaKR%!G$ow*Y- z8g?chI5QUIOk4dvZrGVM;#Ntt7QziXBQ?&i@F8cUvct}tr%?SoK4JJ|wM-R?KOmWS zT>J~!!Y{}a`S~8n_~YWA=w6UA9OY*R+3(QHQHrCKH&PNmA`yQ~2%q9f{y+gXk;E2h z))_&Is%)^l9*}O6QFJirJ%b|hOtMv?mozJ@3CXXrgTs=PUwOVJA9?Ze6WkXV6~vec(B?^6q7CM{ z6%Q{L^U(;J%q1$TsQ|g>xomypZ$ij}0dgD{J^Qn`#Jl9#i6eZjupH) GJ@6m#E;{A_ 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 98430befb2455862058244ee4e3c748db6e5d36c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2820 zcmb_dU2hvj6g}gQ*l`@^%Qhr@LjcEtE(JpaPyK5)Z%|@CLlmz7-yLLY&!MI}>}6kkf~q*|{@w&OLMQ-1+XGFTMhB z7AqO#a4G{0FAQT8r)Be^Y+g!ZEQ6PEM$WyG##9=G6wYQaf^#XHPvKR8(T1_9w=M6Q zW100`fqeC*{=TlYJ=4;zHa*j^b*myUyk>6My4P+Q0`EjDS(vYyj<%`0Ueo+ga~s>* zj?*wKSF1ZaO~*ED&(*G3`fg3HZ(nJwyGHBcmNc%Y?3G0_C3VYkJ`kuxvmAL>HC=BZ zSY+w;mbT`#OnZwM5+%_vY^oVrFm2OY6o{ARHfUX@QvzdE(>7MyJ2j(qU9VZROjez` zZf)o-Q;tJp!nrSrvBbBF9LKu|)b#qTnpRCF2Dsa9uAQtasX3c50>c(YL)`sb*x^+sb5lF8Z zuJ^j*dRY|lKnj&C7H}bpF^p$1C7S}qQ&`Mm39n^w5tjtc3{)s3!Lq=Gfi`!py1=*} z1;1Wit=%;09&6uGU^>xa6*hL79t&uZr`SKwBbw=PL_QdLNzM*_0STl`ci#{D*r>QArr}q(s{0HgKBnXO7Qn95ES92uyGk z!z4cjwmZ&q%or=l_L8Gvxz_@*!gThzDIF=#roLxYKNlNV5GB2^{c= z{+wL5FpaMO0YD*fw%;Iy z+uZoA4_FK~g@D}7na2q!p`YNKbpBoT5<1s~?%>81-0z9|10DQP!OeAXbHtO!^CWQs z5z;bAOK_l1@ox&VA>(@?BgG6WViLX>mGmc){!E}>6w-+<=>#F4K1M1n&vZ$j^+_XS zhNS!GXZ)3nzfr>P3Zp7B$O={F6!Klh68{QOGBb+IWS`7GNP34d?<%CK%tD{cLXXTs zR5U}?WE}I{9m8{Y-tR~72>T4zkMe>%jOl*?y_dy2 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 f107937ae096357587f966eb0a47ac693e1e514a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4962 zcmb_fU2_}N8Geo>c@#WiWz;G)6P{HC|04pGIK|hEb8>oDAnPxPaF(oV~7LF@pgt$j%$`;hP#R zX7Co?)^JIl?+A*apq*-4cFk-mWM>@5Y@W7_R?BQD4A#ucM%(rlT-&PNRMkZd2 z9j~P?*v8Ezqk46wcD`jcr4`7&u!8{`SlgBU^I=o z>9JzESx)~a#szzHd~b|)#JCvyVyd^G-Cd;nHkbS}%Z}TWI-I(PI-Bx8Yj>&By`~A& zQ==(_4Uo!=+_1crbv7xyH{KiUI+)2Gb)!ya9tOQaIj)2rK&?N;;XSO9?A=>iB!bgH zH=T*9D4p{G%-tF(CLc*WjZJo|G+V?wGEq{ zXGf@te>BZ6T`{Y4`5Ow#l@r6S=;$k+d#<-4H;=)J$Md>uG{Tc4y<)Uhg0qL+Y=&%} z8yt1KhIAT6^Z-=IRNQv6YQAX6@iZ29q1Z19C=AS*Ew60KVb;pxNj#&WmW7GSS&ZV5 zEb=lG@Q8-xELQNW$ULQR{DFE)78b5#aTT`0;hvB*)U$9vPj21l$SfMTmc_5o)W9el zx}Td+=MJN=bAwuP&ui)DW#rYcx?)zZ&bi)P+olP}VgenBZ+I&S51{oS&#g7~PO>r& z%zDG))g|Lz7J}f8F&;y5k25X3Y3|YjY zNHQlSH|2Z{FS}9mBvse>Cg6{gjDUykQkb}($l(cI^GEoPK>~e}xg3ANRUgK%lh0Ak zehGy~O+1d>6y~($?=r!=vU`3;Hcu(m!KP#j)I~|5Ac?2R{sq5E^0~Ko2db3oTSelv ziCj`1`*JCH6ic_!U!1rNt+?+t(*LG#0^=O>NOL^M&kyncm&3^62u(VQ$8ZdL@Em2H z$6iVl0|GuvT#?Fmg7Rm9iLxgKBrw6<-Fya8V^mdUdE)i?vjS&{(0%)Sm-JI+Ki}#6 zvXgKWL^nokSm;oT$aL~;BOUMKf)faG_Ev%wS%iPS80ExB|k$l zajP4bA~Kx+87X{3rT@Z2`zw>`W9-5wY(<~4f&LBC_&a8~medT|U%8u_Wt?RPQIvlM zFR_L8;blq=J}M4Jb)dX<*48QvuZo*a2J;F*vYY<0CB*wl>h($ 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 12f2310995c2beb2595446343336d4ee34b9a030..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2121 zcmb_cU3U{z6x}y7`5K0nrX^TNF(4mF3XD_`rKL8s0g6LY8;Dk)Zj))9GMR~)3DS4h z@;CVEi?3Kjx^&6nnSa5*@CiLgljfU51d#>dMzOm}aoekNzzudg%Tb=S2Z!TGzvg-t^ zo?|z5W(Cxx%E~&SK9Ek=63Cd_@_{rQ>24XdpkupRWHY(ebpyL))otJ2aICWHdVvgV z&-De)nG`VOVRat19Alf}`JQXY*G9%|TGtt#ppvKRW%FL8CQ$imI06zOb7FF{P#hAZ zx=5)M7&UFzTIsentj=9Yx`}-ltGX%hMd9s46^A1zV|oqg)Mdx!piyMil`SHWn6q6w zm=`Dvh`&65Qk^Osd~H*D(lvX_l|i>dFoy?t7s+&@P<$JMTsJ#jE3Dw)z>!loupOh? z=Ejf?)mnH02WtT}#2wj=bhv{e_hRmIpBqLl=ZQpWuHi&EQwprH-lwqQc3VS>q}9A` zr(xZ&xl_*k=iR%&7fr`8eiw2&ZedyA`v1SuI!@rWj??&5#}T}vV+zNUFm>F)N)lBa ztN2XE8t4YbrQ>+tvh5ii6F5w*(zM(i9a)}_{QD4an#jE2(7Wnl*b|HR6>^YQ2v=YeE$e!egG*y`G*!~h?;jWfZ zOM8evhsyS`efICsj^4AvDdNHBRB{>_;T9C)O%|o;+*2e<=bs??b7+&NafD7m>=Wd7 zfcP_3mOL5pY^aTAtWH6Jc4H_~q$4Or{0#at>v-uGB;TZ#3*may;t^aL(>NDV`=0)B zayIsmGN+$iQ|6~~KO#RpHFH&+R0)tIr++|tQr(00=sQLH^w-Nh9N;iYn1O8Qo~Npu zAgw1!b)Mi)zg96$l{rr;Sicdf04~s+RKG$x2}Ouwe-cJdnSm7E$Hhq5T8ItI{0?r#>5M|u0Ww{m$ftU8H_Pr zsdws~dgBX(MH4@OAIkWgwqRlP0Pgn)j8eL6%I}QWaxKY3h9K8)MF@ZZinCTDnowngpLSO|3a=D7LN9#za}S;q8qlXTJ?ryYNlh$3x={$Rn+ylnmy!W$jQ5YKtbp8hlOQ26TwgpOIhjA z8ri++*=X#f=t-DPXlV|u-Bso3XBf>L3_*ELE?TXos@>LkiPM2vjPRCYh*vb*xntRm zhz$A!jET64Ya)7)5+NZaU|hs?Oo-IrlMKTLDK|&nWEellnVl9PXWcvD_Q!m6O;a6e z(avka(52NI4)uAKlGC|QDHzlMqXv7sC0Ed&RK+@kRH(5%NnIqj!o(Z<`4Hs6?QP?5@(ZrfLP&-DIJPlBJ)X zn4=Y=xv#JdR%j!#g{U{hzPf;;G-eQ^@g=;S)ag9$_P7 zlZu(HHo6}cifsrS{e_GXaA*oq8ec=e8}jw73(R_ld>|bsFy`<(3uz 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 91fbb843bc4ad6d6abd607d2bc65fd04957d110f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3502 zcmbVPU3b(}6y0~e(oUy^4z#rhI@Sv9OlbrW&|>KaMF-nyWuQ<%Ae{-FK$?t62I+%u zzWEFM0qP46xRywlE?qwP;BRud+&4*wl*Y9>u6B}pbMM_}pL6y(nfdFVUw#L04vj1h zV4(|#v$%|pyHMyxFFui%au!$cX_li!1xs0UV?jQt$OFp?RykOwPkt6roL*p#=5D`T9)l;5|rj97i;#W`ap9%-FdQUst>i= zBiFW6t-VRT!g<-MnXS4`u=HciZ0QPa(1-A;z}b#aMqi?3E6bI8vvbvj$~6IXe<&-C z-P9d#i)3Sfl^#_reY#CHNGm4nz!qW=z&GU(krdab=|q9 zF-`*cMZ2b%tD0lTdH68pH4Hy+hV93#X*^Ng`XhCdAf~G_oK4%(Ezea~Ol@nO@hsO} zavj_aw$yUk%z2vWB>JOau@NNmrQtQoEU~#T>d|8943%j4y#*(5 zDK4K=9b?~&gNY4g$Iu655N3Cmj{ZeUGpXx=Xk3=pAL=!4YW$Xfuy?x~F0molUPJb= z-l|8fFKNxNPP!VJ+XyO)swoR}d3Mm0*xz<^5{E5$6}29M{nrb&^`YxCva$2`u&Hr+8?p% z>yAEU>$=`t2&H)<##qFoh*(ond$Ld6j#;M^cf}^KAGb4dIDDN_5S?U>BJAat03g9X zN|e_@e>Q~Icpv0^7)+~!= z$r}^-l)M#7&yg-pJV)k7Zb)L3*CWXAI?lsI^q_=1CNPAPIEqQU!<9k+hT}NF8DV`V zgg*)>j&UsA2-b#3Mve+Z*>QE;cQwP6BG*d%3?(>eJKG)>_>?uxtMudpnwDTa#ce43 ze}OK^JK^)r`W8@?mBcQ0|bjCOyR z++t}PJu=)p6y)(4!-6Q&K-5m3&HwfZ}ofkN|9?(IicW5p=1_7R&1~ z>3+#5KEbp<21VqXZs*}5KExD>9b;#>z~W8dBVzR;t@Me%F{+? zB{7)(4F}eel4f-+CHYmiaZr*9DlgFFSAM*L1P_Kr1uj?5lh@8ZnZ+{+_c$Yl8afqWlImzE&c{b74DaxZW!~X&d!x)GF 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 cc921944708cca71d74f807edfb070f6da929838..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmbtS%}!H66#k}^URtWiPnEKA!9p=QVMR;}i8c~Uu1F|hKb;<6U^>&x%r*20*!VK8 zNL=^;K9up?D=T-^GnsSFd^x{g=I5{PKLG4utAz!0GCa-jOrX&>&ZGl@g%>Z+1?mGo zCV`dQI65vSBMN6~WEok@y;k;I1yjBszdx_HIw0IW(6}r6TYQcR6QO z#VFiPti0x==pEMzB-3n4@{H9fT~HvWsh?k~FG?24SowLHjCacRU(G+yJFO|k6K{>4 z^$z$5w1&P2nhs4#P3P|g-jscr#1BqeA912&vBZA+PXL;DR0iU4 g6}5sVm0iUe+d5jT*DGX$Gr(w#u?;Mv%U&hF0foKUlmGw# 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 037cacaac78b66e27b3d2d54c2028c45491700a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2308 zcmcIm-*4Mg6#j18#EF-tZRlDk3`!|1O`)cYv5ka|u5@EkmJZSdRUlQ4d)v8n?Z|ef z6~@C554`h_@N0CU(zG`u{wTzE9k()B5bFwwbg%F6x!-rrx#yhgKmPpf5r7N0reg$i z8I0;M@V1T&=Cc^aJ8C$m;}qW2a9+cEI+ow7PBHF^zU;JH|>Yv_02!$^zNCz2%x=+m`~3 z9x9dDs_hw@W)QaQyGF3FW9)hx(g_U9+iiKSbi=^7>6m*>)7q)aFtpvRU@<{lULeVt z_4@VNwd(TfN^QNdSiQBpo>UQ->E=*Y21eEVa<5K6M~0r;FrBs}*8Qi|t^7aUD1Xuw z+qJ_5f&Su5LttQuArTm=+ODj%cbn2*HJc74g{o(nPQ&zVwT^`Y;cc78Q||WT-{U$R zA2ltwS3LgqWX#J?g#1|amruwp@JX@9@tn}AvA>6VuXPym?|YH`2bq1cAf}qCas|#8 zp8x@MA9sb9fOiX;{eN zGCs^<5m#~;#pxWL#|t?u;Ui}9lg&e5{@9&CF)a(6?b`THQtW{f?^5*1)}FefS|&R`^Q#B!c(0-;tA5rSM; z5Dq200iugR`geC7W1G1ccrNb+Um786&sgQ~soa#lbS+6>%=2m+;pNxIKl2L$W6^3H z6Drk?))PokgE>jb8ETy4EI6l1`w%}yTVCd0~NG{wN!0Zy$I z`U<%N46f}XzmK7xkyhs*A{Wz~f$vB*%efD4;;m@T;yKO*N{0CjQ{Vv)a?Rggc$I(X 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 359865cc2a2249048b7066d472dfcfa26ce9a087..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3366 zcmb_eYjYD-7=BJJ-84;82((ZXtyrN+fE7V5rd-;}CD^8wKxzTSO?qe-HoI|mgY-8z z{NRsre9rDRO(Dz>Bs1APm-jsHbKdtk@7aI;{q0WxXCTuU#%v0? zH0JQ>Ack-`jVrjCX6u@UavBa_?d?JG!{_Nu&CZkYSrfg+HBjjR;4SDDciPm z=PbkXq{pt&Xh_dnaxAm4A+UG;f$_-D+rDY(i!I-DY{M!E3|7rG+wj}26sYwunJ&(o zj(*?p{FeDx_f{Y3O=neFp5AbpEytF&@99gHu~9b~53ADmO?%Co>2h4UKquoj+O}^t zWzF==x+Q09+wl!Wfi#cL6De>Y-N#K!e?TD5v2~+kq+e&hY&Wd-sw7zQkzuu^hAQ_S zjS8IZ3uST}EnQix+?$!LUas5}&|eK@$#q)N^*2anVA`}z|AN52sUE>AN1KhjyxA$#9LP^rgE)7V#;CJvNo^6;^@eo)gpkN9_fz9(y$nl-F#>RdUqo zTj%dQIrV*3CZpp^q+Q>d{(3hb0e`B0#BPMrYcL{{i~rNBK)ILTUX#sty|CVdc>CWa zV>2MXX&V-g=x9XCGVC>dvHn0d{8Ik5fN<2&4vKB}6bqN*ud6yeT=iMw7K~POc9Q*~YqTJghi=rEOUPXM1R( zOA1l`qMEi-9k~~;XG%skTRt!Ev~yoM2=9%l9!_3TCR1zD4?YM4_UuqnFi0Wo?(!N) zn0rdEO4+&`sr*O}XI(q$(tSe7Se5KMJ?5$E9kB`h_p!gye)5j@`294@FD!wW zQaPV{*^6NmV|Bgz36;(gAk-|m2fpcRmzlW=5|t&rB?fYt!}M>sd7 ztXM?0i78rn4oq<7G_e&zs<4UVGYlv;v4BlF@LJ#}V=-V6dP+qsSdma5Z-t=~L182d zKO^z91E2^1C%YCWqs1Z3Vu$8Y+KuBFj&sEX+Y^CnlKLIm$}^-CrU*!dm}l72@nK}W zKvXy-yTWVxGTPNx96h4kN^F2K(uK7aoM=Ri9ZCFw;gz@|QQbsVF$g6SX6J5K#z#7Gna24D<`S_L%vf$H z835&C)s;kqHnN?x5Ut*YHWs19nM&pJB2x(ru%%&!#{xLOy=go=yQrse#^AuEan1z4 F{{YvWYR3Qo 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 92f46704dd9c7362dce60c71eb3ad725e1421442..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2089 zcmb_cOLNm!6#lLyzl2DL6HEgRO(+!G0aQ{bEqM?pHO15r69>=GuC5g&Rgfjuk~3uA znf``uyXlsOwq)p(VcmbhzhFgsj;vA#Jl(ij+^ci%Ip_P%>;C!r*>eEbu#tv}s~SGR zwIp&$e5zp_pYd{?Z{{^x7BnnkNy7~+^HNG-B83&cS!JEiQ^=-J=HHu1d?Api-CwCz zRt0WUZO_<}e$cib8UE%&qvdT{j&GP=tL?d#8~8@ek$X*PKCD|oV7uFX$uuqBuX&Db z?#&A%YwMLpX`?I<-<3|+63A3{24eKphGsKHo4w)1G{B4Y~OA=R>^g}KnAww z`T`fK1Q)WfI*(e8u|sIS=Nj^jl5v~l2D@j(vyD>qez`8N{PocE6Cr6Lv63$g?@e8$ z^a+esZP&WnZ8fdVhNNhTa|pAxB~Z`5o1VhZVPvYFDV>Jw*o+r}s;+Dic4EPH?O;hD zKLENifK5X{4Zg7{De1bs?aH9rAvebdSQkijB42pd2bpelyjEDU!N8GGH?SRJt<9Yv z9V)Ky1di4N>VP}49mQb}LhfN6GG7=njZ1`|S}>g`T}qzAyVn<7+3mLe4-l>HbvveY z)8^Kg`L6-H#G|C+6c2t*$1PL@7Ka*H9W%JC;~c)!aRTq@n8N8KsygoAZW3!cYPhFk z9W-8vcDG4W&dML^n80!B<95g1m4T%r%i_qtlg_!JH^6l0*?7At)|xw(8Blhw_E&P% zk-k6Qm)_{H=x-NY2^>4gg%9O4mx)f_C+Q6B{Av3TzajPl%43oQrfFqMGDMoH%zCVU1+nl{%c#Wz z#9u&V{n#P>59mbiY2hsK;Cre%t?c0z6yi-9#o63bB#IY*Me^rRXPVX#x&^UMklhjD z&%Ux`$sW&#vGE^Aryx(KF%$^t1d0(qgLY;eFaCn$+thNQyB@W8krg@Wa>{KIJ>=y_Od&MQQ~o$DjSQC=I}A; H#Bk+rdK(3L 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 33dd2d4e1f566f13977e05ac0068c856448c2689..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1073 zcmbW0TW`}q5QWd?=EQZ<5TMXOo zq9Ty^0sJV$SvOImHb@0on(=yPKA$;W|N8y?CxE+XnlN#xh&dCNaixS3t`?2 zCJfv#ux#L_KrxAA=sQCxP}}M|?;YE7{2jX;hsxjC;Qq*oq7OmX6DT}TzKS0TWb2KN zKyEYWv1@)y`LdM^yE1&?biI@lxQ^FxLZ#Q^hq-uHMFPg7M0q_K3Rus4Uxu3=@sbMIZ-@PAML0&u!p33k?jVyCuv?wM)A`iiY-(yZ{U`N71S-v!Lm?>CD1tW)EdzcSUYjU z#3q62;dkBc_N5yOEFHllv7*^8b>ydUccnXM1#v6!Jb`=DCLaJcX4!u9Ep%sPx^;Y} zX0&#&#}Gh;o%D_dG3WS%=7D2ywazS<^UZyTFKO8+Mw3Or8y3Gsjd#{T5l&-) zD?#KrMh$qLz5=MM)-vCaebrq3id^$EcQVkV3bKqYe~}(3GNmn~^val~YqUfyq&$n8 zpKuGuxQg69dk25v>X9|~JQf+X-us+M4_y5L<8^b7TK7=cNAXZ`A>9wA=B|#FX0gQ1 U3@+eenhl&~Hd$Yyjx$*N1JUd4!2kdN 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 210d48407a5fb727edd131560d057a02ee4c08d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2394 zcmbVNT~`}L7=DI)Y*?1qhLRQ(r4-wcq@-9W2!-%buwbAbWAUI@lQ5EnWH;{4w&kbz z1JoNX>N(bO^yu-*3xAWx<2$=c5+FUcCTDlP-g)Mk=Xq!LuYZ2|9l#78=`b*zKuX6w z%p`EF7dmFu>mvE@mgpTOf-q~Q`_15UpVc_@%yG_%0-4-nTuP#*fX)i5M8zR zi2hq8(-PZWqavKoImw|!v#Y$m!yQw#!_KIznWRtdygm&AA%UuPqiI{hlB88A2T3$p zqJCda;XG^93kSS<=-O6+w)~wdTec$zMys5r#xwz* zbM)1W$HR;w1mmeGYmZxbRP3Va8vvgIe%dlSF23=2odg~1M1E8`5LG!p@g)PZ&t`8p zL}_Qsno9cqvLrRPcr!F8QR8kcur!jH*q~z|?I7hD^s?JEb za!aTLa19J&Rl@@VYgjjs!hnHm7+{!sV-XE}jE4*puRT%2hJj6d!f>g5XoGDVC}GRM z6t)>g&jAJp^dWaox5YsFr~Dr78u(b9XY!YhYV~m2mfK#v&M@1>g^P*UnVT&?68l2> zR}aI$ne6pD$@$CvZWPTzFo~Ae_k?J!g(-06$cDHbi-$cbDWb|_hIHnuF5_hRnQa8? zcZ=+p9A1jJP8Y8Mx((1nfAXE`SLmYdqjHd*w2P}WK)G;nUNI9m+Cn|G6riiNbXnrBj2kkVt`AjQV2PpAdUam0&>?3f%C))t)IJ1Xnv&qc^Bz z1l|oOejX_EA3#GG$NL1Qq!}d&>X-Nx+U`pv6c+PU2uS6rbrZM3=uL`N@ySrcK)v?* zNne>e^sSsC^FHu-q=OkPwUVJ)^l9sc+j1qIJ&${jaAyd2_7%86F3<@_Hst%9)>g(B zv$^jPiyr6xL^As`dUN!Ahgjq|_XqSXWk#N!6ZCzHL2AXR757_O^an&E#{?1aMY&0t z1uT+3MIy6|G*-x!2Q;=ulCI+}-7$+)Z>LGIweccyP;!oti?@B@Ckd+`F)hjd#<&K3 zNo7X?cS80{h*Awm$9{vc8&NdNyHUlje1d*Osxy5`9j>RtMd_NP#R8{GL|UPZrF6~5 wOZ5b31R6_4%e(OqIoZ}d$boVP@>qx*A$QgKckv;Wil>IlRMY*Mj!PK&7Z?!|MF0Q* 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 4d76f3276024d9f23ec703de609baf09cbc899b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1238 zcmbW1TTc^F5Xb+g7q=`+i>0FA1uv*=5!Q-=3C2W;x27p3XpN8Ca)5>HF4^4@^i6#r zej80dh$emjKa}x*mPIQ1fTYQpnR8}-XU@!QfBgLV9l$iEbr`suL7$E*80|qXuIjjk z>lx&fQPfaUc3DRTV;XK~7#B!(d`BQ(Td~$H)3Mwob3XKKcWFi-W4nR$!v~>2f7f}< zi%w76vt2v9PeQTO5J=5>3sN9gvt3#5w42g@VKp7@jAyPZ{aMEf0?C8Pn(dj3RuHb)8)mSuYPLyt0<-0{*F0CcVPMY7r8bqyXv|>3 zPl{b>#?L4ni!@cN9xqT-1=3CRDuMChe=wN7KJRt>mV9ihvi0r1Z$fp3&8W*DeCh?E zfs@E!9l`_R0)*ifr)+D8%OqX{cK1Xf^ zt~#B7H9Gq^Ma|fA!XSodv9B2BssPpK3Lra{PwXQ3syw!hRQVH65>TWpl3X{S;SDKo zBidj@&&D+6qf%6fFZw&?`<_qw&_yr&rWZ&(7tzn- zLQH>zG&Nx08#1rUTg-S1+86ZfKtG)NCe!{%_-0oj24Z*;BZMSy5tkyF!5K=O=wALi HoyO2F9DEml 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 471bf6dabc8395c0432f21c5a414257ec4501853..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2433 zcmb7FZBrXn6n<{rHY5uzX$yv0!4_IbT2{0blv+wDwWPeY;YD<&;}UMeLb8jyn_7R0 zKS2G0Gdj~3Mn}g_e(*Orj?dj)LV%9aWU}||oaa2}oM&(T`sbJ50gPffgLaIjk;`BV zA7$_{#?$C-Ll!sH;}Z?HGDu@onN4W8oxvpTXqZytUF9<^pxtR$wGHVC=rgu0-Km=C zdD0VzH{6;)Zg$IjY8o}ut{P?Ewe0G+K>ks~_N}^Hu{>+NCMRv%@lD@yY`Ph<6{l`I zF+E?p&+0W}%dBjBj%}DtBcsIiqU-EP*Z+oS$){$mAqCQw?Qv_;7Z4?Z)J@B_{96KD zgU30PhE@a;Q_cqcPR&}joNv_ErMqO3jw0<;%-V|ST526_Cj3o{{ED-d6VThSo*CZ8 zwoxZY%`?b)$FZgDdq!DS>zs^`+wjS6&%PQXHz$*}7{ zKPA6vm^Jq4Tq~7@^(|TP$A>!1BmQqdoe&2_ctv5jdk-fB2aCNLQsFTrtX^^*q?5 zL1*Bi=o(=Z^37~WxicLJ^FEs#xvs`64p5w2}<7Q0h;`l)~+PIlV58^maAD3f-V_)GFL@^iJLwvPw4~bk- z%?iaANEP~CK>Im}_BNkANGW@IDHazQ@e=p?(Tf3G2u|X`^BwM}PhZ4P%@n0rz%>QI zHHZOp$GB(`Z%(_pn`3}jK-Az$&^TFmj?_<_#Gu$H9N=mYSq}{mMphM3r(_NLWkDlt2{uSx9S7=kDL<^}guC8D(vM$kD*>^-m4oiEG zNCz7MOn`rr(E0zUO4${9Lp{JzXe%k7Q!E_$N9FFOezo_Z^b)-Qpj}&Z&M}Zz0Mk3r$ zL$IeMen29=OOElNI+rOy@FGd#A+s$r%O%QUg|t>#-OpfP4R<*|5Yu#%<}|KhnDj2N zt_B4b!+XSPM^ft$f1{uwdt1q51n);VJYX2r?R@e#w6Db#+45Q c9EgI%aXp}P10Qls@GMPAVE5E4i_^&e3yF#ct^fc4 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 ac25cc9e4871678541f046cbd69f178168ea5711..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1253 zcmbW1TTc@~6vzM53tP6^7TQ_`yo=h4u$C&AU`&MIEln}0*4VdgJCud(ZnGDHzNrty zZ=(qa(Zmnnhccd77HNtPNH&?7GkfN@|8trB_51rz01H@}LuSBb z$+8TtndCF_P&ak=5pnW`218`o>TrfsRX2If>$SN3N^2Rkldf8A&1h)0F6>}4;;!os zgS6!7Mu*!B%5&4?_OhWl4yPBDs&1)kn&bBMZPn>)sy(6`j@q_*eaqyg>!@|!?a^Xx zI$)5br}+V;K`@0gk>>NwvmInjhGy~G?`4e5FEpZgztf&t|ti~Pp zndP_&#*vmVt3btF1qmc2loiaOq9BDahQg^+r{Es$3*J0K`P8S563#Go+&ZhR4c>Mc zCWkPdt5exti;;@lUgz!2n&s9!gIe#wV7U$fi~lO%@K-2R4iy1(HOQ*a%xI1l z_rbpUZdn>-asv9~Y~viQltU-vFhLd-7?U&#zzhEqK(dq$9U%OsSlUCR_=VntAV^7s zY21c{cSL#b({esN8PJ4}kSK(tFcolL2Hfn_0ix*_Afn4 z)Qdj-5-tby6^cxRo%w;-+u|-M-i7oHqx+DDrSFjJ&jjBYNJJ)phjGOZ^eV3Ta|{<~ NmI)oFpVfIx`~g`W9kBoa 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 c1b32908fd91eb2318577dddb5a44afd063c7348..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2445 zcmb7FYf~IW6g|DKS#}2qn*>}SisS{m31ea+C@}=c#z25PmWN@JT|vRgCVeY^YIbMHOf^VdJW{0?9gOBu9dG>u#a zWB53OPcWWFPaCqhrCy(ExSc^7qiWfNhC3NdVoJlbYVWE&B>`=!ZdEs=E1=KVwsfbf zrsqjdAYON?0=cthgjtk_U)NS9Y$z{v4)~j;TwjJN}Eyw0IW3J-V zjAy3jOZP>sYHXX89nY~1v$4pS<@k~7>`K@FhG@y>X0Qwc%xf#I&=)t(|k0Ef?ywb?GjeWTbdI6|=f*x|SM8#)Q9Rkz#Sqasr0C z)(gYi*fDAZsd@&9?>e@$ea|S%%^Ew`NpIw20ZqHo^c|NQ1`lTEk?EQ>$!r`*)0v^+ zqag`gJ(;taP1|uLeZ_}{nI~<1zlJvnd*a|OM5QN=_O<12EvbS}9Fyv|z$8|u!kTHV z<;c+5+d-t{S9P<>Qk`vO^KgAzR{U`lv2YGbGn%599DhrRxxMUDc=P6NRQmLm>1~B# zVa{d*(!LYwSs+t(>TX5evy^b!_e(#bgilp2NY9^_N?M+dJnm`uOvio9XqeUU0CPHW zIIW`x?+9Fb>)h*@$AZA{i8pF^sN)eH3!G}6%rJZ%Pf*tJAr=E+@Obndg01@&b-twD zJnxk)S=m`|{Dpdzg)kh`Ts@g`yZdp4ASFy+AiQdT*SFxCcwkHw5Z=e#8CAV zrC7i<1;H_h0rbQ;Xb^97duYvJkQ)?HgCoHLAK8gPu~9g{mB6zeE{Hsoej-U(^;3pG0zm+PL-QkW#Dm$W7^6a7z;m$|6U46}}^|4@u!_fDU!3;Vv+XCIy zfbNRq!Y>uG83y>8(5jZDLh*Yf6EBN@qNDH{nIfO>kc_`9{(c;Rd(gi{A4eLA z(4d;YrX_wrBCawW53+NK5(KZ4Bpx%`GNW9iES5=Yh1va_m0rbN_M2iVHE5P_6(gi~ zj(IgGuoyldRy&efhxi)>4cR+NCf9I1is1ousuYq>{)YC|xFTC#O++lqd+2B?AgsVs zbm2>?@oC^clvFWcx*IR7ZxO6TEm1j0KJ)W5VQ*-XLB% u$e_r+kdnJ7aa{QkU;&GXkn=>fgyj^gSYgbehB{VLriLt+-z_=kAO^}5kD>wBrK=t01+!lkM<;ui`AK*tB z=U!d7gh@JQ=H#@~nfB}Z;}gIc_DWd5Mjo4aYzgGfwbA}UVBxUV6Ua7gp9EH0+E9BE zJyP6Nk0CSFmJL+cQ?X9+KQik_+6k0zjG?$0D(8sP)0Vb!pqwA;sdW8k8S$B+lYx!K z){yZ|c4!!JaBs9V2la+Pv7?7Z`AN*B9$KtS51@D&h4M)S&(0d&ACvU2W0GBVcQl}w zOhD%|m#a4}xKycQCviYmI%%u&|0X9->P2z$mnI0U(`I-}eq{T3Y?rZvU4cTIoWHit zmyyMyfSj{Yf#bPaWBpte1TuEO13a8#B(<5f>1#Exj|_jH!~`#%17nUO$(S&UNAD1C u9AuDZpG(OD6gV#b3Q)vSBIG<#En_9cRje^)Q9%{!DN{j-vBbMFjBG!q_{QY` 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 9f88f791f6afa354a196d534c5b2182b5d805b0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 721 zcmbtS%PvGg5IsG{+%d*$ysa!OkkDacF&+z#kPHihl|RuM?h)TNa^y#WPRh@o&e|ZJ4hM5X_FdAVZ!lXcHT^k)X1$yQe&IF3vwnYL%4Q=SC zn_iMTQI`obwT6vVa;BWl&R=9PTx%a;N?_n(hdl9Rq94f#R1b_Hx1A{O$qQ^Xw3S!N zhmO9NzI7{8mPx#fZQ8MhOz^Tv?Ucc((bmlUs5ZA!7wBv1wo#$$xR>(==jG+d-KUAX zQSq&}hO0S};h{tFgtue5B1a~s^tNke(vncQ<%1rR$>DiYUN%k4j zyZ8+8#GrtP_fk$aQD$8I3_u?SvOo;xQ9~Hc{RnF8i>P1}V>vU<8DO@++&KC%%_z4I DYvjtq 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 9564691560f67602d6b02d9ce43a35d0a36e607e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 721 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 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 17e0f78a374e8066b40ceb4fdef9a79a04045ddf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2272 zcmbtVU2oJz6g{)Mi4)^)vKtx-^ov4aKU&<<0wJ4*k|0#1G?7?HRn!;9nFNE^Uajq@ z{0OQF@znALeQT>$B25GmKY$;Fdd7AV!IRPU|r7#R$qezQh@|_SFcg8ot({GYTEo zTN#qjI!oa#hg!9{$Z=O?Pr$h9d9pX}T0tPWFtd-7 zok+nb`eN;7eJ})ZQ{Y-HCuyw#fhS*0$KCEuO4jq(@~b-F5jJZ3$W2`L0g0#f%PVj% zH#-Ad-~pu!t*DzTaIUr=AYM_u?MFRZUUAeLne2OJr&SXW7+I7-_?;hw1`gs~4O0d# zVA?<#V+N`i)6g<7gKsp<8n}pW4P3&Uz?rvy*NR|XVEXMNcix@Ac-*<-7PPc-TiPLC ze}6L*7?PcCc$c!7y#942r?Ll>_A>U04a<$>(wYk6>+ajZup_S>UiHwxyrC>RjD1Vm zcNYC{F>+mjsq{i+PTR_Ww!@y|t@E+(@g$N|>HIZ?k+ip34$d1?HS_LpO8RQMuP^gk zVenf56!>Gc!R*Gf3g;~R?tB8n^zd@fGszuSITIWw8e0&JZ4@?9Oor0GF~A|(DoV8X zX@9{1{L1+Qyho3bgyJyX=S-0JgA}$+*aCfrj&5V9I=l_-hlcvQjS)rg50?s1&}9^9 zf8)39cb@5C3_F>GrmzIzt`7;U2tMMPI`>Z;6+yX~qBnPNiy7QU(D0bY{3C-~-o-5w zPi5v~;v`a(r$SGXyJP%U#V53i@%xmq(yWfgdYZAAQlFSVN%|Lo|IUzBc1bIQJWfaj zog*fN-b8|%6|+g)|9H@?3~p9TQs%6fDkjL2h&jQ3pW-B~5;M(Os or7axTE6i}b{w(H7k~5xaDB=_&3#g$Uk2;QW)VbfFJ%Ypk0}!fAqyPW_ 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 cd8834b1c8d977e0fcfe0c29e487463de90574d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4100 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 T_nYki-e;TO`V{{sx{b^~e)<%W 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 9fec744280eee9abec18a5f798c81523db554890..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6032 zcmcIoTW}j!8UEImywZAOJBs7fO(|&`uq-(drJ;3ka1%RDaBRzIl%yyPl(oFEH<7fC zc9kXt%C+=~%Nz6!m;naJ1DBe3C}ntnJ}?8k0Z%Y6P%bY#GR!ax-@m((R`#ZGtYH$J zJ!f^!_y6C2{+s-Z|NiJF0G`0h8isHwf&Cgjhz}(&l0Z6v(FC$d4B|N%J}iSF!;%ao z4a+b!&MvE1(a?`e@@7?og)4$~RYh4t1yvQcJl6#JngVsIZk3nKngV^cS~Y9aWy5hy zM?tS+RqExE;kdKQ3I^w|7}t$l-L=ZO#WmNmt44W3L9$@2R1LRYGZmyGwjA}}m5u63 zuHe?J>dM3t@u|X0{+xo`_E65$>@~CI z-lQ_!^;(%`aon0|ROZZ^oLkOJ)gVh+ar7=GnzHS(X;eKMB`T(CEE}$&pb&K|J8#*Z znbxcuIcNE5u3|5nWhY1Lt=Uzx>N>eX;|9-~4&OQELICLr=s9XtEq7AEO4Q9wM9A#u z-RK1cv1#h4pnu+~n)!NV$*i3d%P2_A+a;rX!KhiX4qnFGRg0H8z5}8sXgA)*P&@3+ zwFdORq9{i?YlIp8pZi)K5GA<7JC`fiW_V50e_gvq8$R3~t7nXwLC-X6Z9&_e7VM#P zl!Fr^6Zu7?9TgnfUeL|1RPCC?fA+56Eu$(pcZb~_29vtfNTX8}aPMH^um^)wOiumJ zTkdKzd?f+T2Ob+vr8^Zw0V&_T!e|QeQBg6`fs~~vz{qRwK!_@~IxlH=muIzB>h;#M zt@JyQzSw~r<)VVp-3YZ@tpiEA@Mz>}1=rI%aHz)dPOk50Cvp{hF49;6jXyA z^IF{~v!d(`6!W})ap{U#awkT4yNcZ&7{OO;F>H5LTBKbCm)*#Mu@+RQ#H!(}`ZbLi za8^OWwf#1S9aAIGw8xlMukqJuIyj8?e0TxC^FKNk_*ajH_^U z)Nx(MemtOKM255sqcUXifQsjJ+`yBv`>=w^&eD*Mn|MLRM|6A?AJg$7KF+pkXOJpB zq2rVIl!5`TjSLxH$EWcb9nat;6`xgb{MmDykRkL(8Z@c+= znOR~y;`X;@!=RFdG?lEmwF#zkn3Xk`jh<#-76E=kla3H_hvK-qWs)F!u#xq8+QrLK zQ<<~2?4T}*71Q;abp?CcT+MsQ4L+{lv3ovFQ)tVkxi%Ao!AOLTAyJ{gh>4$zF3(1M zPq%L~sV_fjXXtS7V?e>!y<9jR;t!l5{zQtSOM-yo+qmk&gLpfiL!2Fef`?2T#5?d# znL6CpC9$%ty(8SkklNPXGD~(QstS+t|O5dTSqc;XdPN+IJS=7%y4`i`u7Ob zjdyW;H*}8E6mkN+m_Z6BF^p3*@%u?@mf}z2G0b5c^O(c}cjfUYPfYsC@cd(3Q7!Kx z6mRC6S>A~eyS;Z}qL?=m1H^HJ^CNuvCm$qLnT_xYyS!PNv&P9x^W+#$_*eZN&vZRJ z_c-@I!OwV{i{@oFrz5Sm>DF|#HO+F$w91iY#uRypE`ym3>6HhC*9BN$mwM$8Q8Lo_Q6C?=}H^A;r+)cyQRK_ueMG37%1Cm?*&HWEnK$xL;tLeldjG*Tn4$B2Oa9_d|Ij5#_tm3C?Ds z$auLUAd}oe=1Ua%Ws-R%Bs5HBBp@>rMJ9lj)FVa;llcm9ze+{F7Qzjak>tS!AVfxz zLYU0SC^B9K49I9($b5@JzfCgV2?-68Ne5(3Mv)1iC53J#^L^s}fMi|`;fBdb{%a>A zc`Z!l6!Wa_l!d?-_U+$5%FpB(nR?FFyM@wg(C}l{h}T1+_cfhjpO?JF*-k}K^6G@t z2Ol?lKR+X-pOexXA>1$}N#yO6Mv-Y!I?dS}ONCD<6gfdf^2q30$o!H*f5rRxbx3IV zezL4QLS`%{&ci+nX6oU(r=EwNiz}{Ez6jw>ElHTf3t~9PRZ}kXQyCYnWTH@v@sTVPrJ`wtVhQv9yvDrKS)1nX8-^I 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 f1459fc2ce538824cb46d22c6a3141a2bc9e0cd0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 652 zcmbtR%Sr<=6g`}pWjhmW4PVUV)CpWntpRex#4zTJVkHsRE99RaIi&$YO9LrehIzz6y*=4YsNl!4$ zwPY;X!^juuHTOfxR9Z>E!!A#yiN{G>-%G_%Yz$@C6Dfmx9>*eWhFmE@2PZ9=c(+{X zfqe2*@4<`6Jyc$hM1v$2u~uG3M#C^5%9T)*Q{qBs-s75Yj7@6{dEfXm)T^8SFeD?V zlMK^9oJ#Ye^*^uP?(;{^P-+XM&l06w6i{S1n*1>gjmgD7KfzEog?S;5@4QRDF9MAn z*wj@sESgj%sBVh(2pM61YXtU^9Z%6}S`X}#=#ch+`%S_$W+|e+qfDzY*d?YhD80eD l86o#fdke;+kmYN?^rf*rhxv?E!9s=>W(XbP+oW}|_60@&r8@us 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 e2c10776f34019d92b6a4a8c68ff4c96da8beb91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1313 zcmbtUT~E|N6g@+Cw`(ciumUO~pzeoKK@*J-6Cp9dESRuLqCU;;jxf+|u`@ONA${UO zU&Lti(FcE&@lIQ0{d&PoI-Psx-gD1Ax3k~AfBXXAHWnS^F=J!aK@Vn(F=yklgDbdd zqwJu9DucZeOTR5526rt8M6~L2rG#QAEXzRZdkj{&vc-^F4cmfYpe_Tk5qFv*dd!z2|iZ#8+M`?Cghu2(yB-kQ4==k0)Z|$it@c7Rl?;+W% zk>EOv2+VFCH~OGl`43)mnP3E25HDly6PdAceV4!Dp3j4A?@@DCwDeNt83PNAK7SlB z^fff`UFZ9mUd0`*c2b2&?lp#@4jVd>!8XGv(LI4ky;R(3gmKgo52P8w)IVjMH>nK0 z8$#)IVdkb>^ulFWIsI&oHE>bGHHN_xdTH}EuDh6r$8h)bMQq$~aRCb?#dd2GfO{%>|cW z(?v7CJVof8n zP%uT(rc;u&u7-;lD5HT-W%;)#+T=UKc8X9mZFVCpbRjqyf`yAo)HF2!l9f@0V^ETv IjWd||0m5lAX8-^I 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 2cbfb9a980baf75072027322cca98b7db70ccaba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2364 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 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 7af99bd2663a83a089f7d7ee8f60de10e16dab5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmbtUTTj$L6#j;Gw`(bPSOISR2i)MvGm#^WN=n}UxX_jk0KE<oG8%W&_6l`LF$a1INk&9+d< z2g@+_n>LA)q!~$A#7cVEFla=kR+yn!e$gZ5(Wpr9=|AY{?8x2JE5q&H`KDF=1=E9^ zjR_ZF(GAqU9B2S==u!@lb%QLXz12go_q6H5Ag%h&0^=}o8bh>m(jW|Dgsf3|^5hw# z_Y_4<&|ZU;k}RO`8GX+VVZ0+BOYn3wFimTb5YuQ$(YnfXwe}V{^Pu((gVhf(YxKN9 z&Nwg+=+sE^iwXG>t-6s}LYc!P{gr5L#S|surmIX6D^ilqaxknx-QgLW&B`v)Tazgm zUy%EVye^V9osz8eG+f9)84dh=mVc9?b-q1nr3eMxW-r1*4}zT`7`Tu`m8b!btc)^j LjgssvoWj&kss%i8 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 f0ebd8aef38bcde2b540a181bf0d29049507a26f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2356 zcmb`ITW{1x6vzLwyNMIyZn7I1t}W0~x|bHW1H41Z!oX}hoyfJhWwA?;{8|QF3FH+*WBl-x<2m89K(SU| zqP1BP1jgnZPtHf3W!bx7ExXiI=X~38m#m(n=Bct2-fe=#|qrR`hulZ05thL(XTe4%05z(rg#a2YcK=lbmr%FL|5rGC$EeZKh5)>tFi-1`y)HgeansH!m2vPF0pF|j~)D92&yj! z=Ax49SN0ug-<$Wt`N(yduC(Yf-nKH(cGz>gHMWZ#J4s0DGW}J>NSb9Whx3}Knt64e z8h!N_QeWc#$Kd}7DDdIUgV~K|70y`%+w%zwQ^P``W|BLub0#=WG&Ud_n<%WKm<*+V zV!%GiDoT_;P=1F!_@470v7Z_vIf?@~%$cC!cT#Md*aCI?4sBwnI=l((W<$MhVniAE zn@a^KbQwj;$NXRZOrL&HW}V!pbaW%b%?6WPb2gYNCTJ%K<~ZLzzzIqf%mv=1y7uvB w(7$Os;gvi=X#;z9E@n7he-_(Hk~5yhP{fBkSwIc-c+_!-qt5*XH37e~KVgLXD 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 0ea17bcfd3717ecd102d0701d45e0a0e483e6ea9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4196 zcmbtY%U2Uu9R7wpCWIIz3W$$ZC{;+1vDNwl1p%!n1T=zzwsr^?7?{k&%*2Y_w5u+< z>au@8+l>o*POY5ww5O{s`Zx9T^t&@d2s-pA9Fm#){C?l>d2jgp-(UX#a1Krq`*1UX zmL$e8kw8Zy(#XrlWD--jm1OI-ib4{NxS7NqOv~XJx$CZqdr8b*tCnk&#Ejt>^QO3BS+=W7REp{wFWMz-QFmNXc~Ua9 z6}`CX*p{Z(7HK!wAG3;PbwLm;_ERYxgVY!Z0FiKUkNZqH) z1QNG}!x=}664WzXe88{__p*XqcZh`ku(6&QvKpZz1$)O0OXRDic~QBe)9wl~<91Ou zXY`68`@vw;T{h^5i#w)EJG5>EUMp{ae-%bNJWfKi8Q8TAr8(X(#6~JYckK$b>D(Hx zQ+h=&3C8D^z>RcE?AGqEL?A{kbRt}H1t;Gu^2U}dyCRcdW*hWfN1QspQ5;4oVyAFj zL5U&Lrq2y`xv)`KE_KiC9F=IwoPw#akm}zRtO$b)_tmcCB&0E9b}M+=y<_WoK+ZddCg)c~(e3YH;3&4NfZoYgKgA=(c9-RO zxToOq^qJ7hL1j!V>&~)YOPTFs3KFhea4Uwj#3OPe13f5zlq8Y`yILuVYlbYhN4BZ& zeUbxHBQG3xLdg2;r0^d4RD70#j`YC-^{$wrYVvOLX@ut(SIUDSRKW>e2B{M zmO9)InP;?bF{v*>q-H!vgQ%T^y55 zhwB<-g4EV_{?FPDq_~M0gecx8;y2tC;rnRzC6rvIVI7gXy_u+dWpghO%l5uN{3kAm z;5eU$5a%<;&An*CNo3GRf*OwC6i#sFm=A_-^sq-*PYK0q`4qEkORE0dL6VWJ4s_P& z=REpx&h&EbB)@G9?9`O4H9I)UQo*Ox8tD(XPN70!fbmxWN4Ew1a0_5N zPLsK>=rKlJ4Ckl=fUV zNfS-c9Jf4TzN6Y|?rh`CIRZ-o=LswA{vZ&L4x+~o8;R?OjE{Q{Dt~vSFjt40uHmMG zFp#-e*XE9`K2e+cW`SURN=|^aey{X(h{vRlU6;vOoNX` z&{!r~n2iU>na!~Ek-x4(?hKG4xbDdx!wtSA&qf?zD??85zXto6VMp*Ojt;f|2mU-C AyZ`_I 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 1245ec54c8e56409176d12627343898b0afc6797..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3529 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 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 5ac166f89e0f1117826ba555ced7a8dffd9a9a4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 682 zcmbtSO-lnY5PjKhyS1)b>-W8f>cK??6)GZDq)M$|wcs(kjhedMEt{+J);9#%`pW6{A<36{ZS2P+JP0~twu$dIe8cNy$P+!G9Q zEg6Y+I`Bnu&Ha!(l~x?^u*(x^?6K3<4^lBW$Egf^B4KdPqDUl-kSir9aNd%!cgK|; z%4bjY9=!pnhsq1$!7z?Qq?Ol^gES0?ax?64Ev|&3h!Phk zvLsjP#AyCMfsXi~|b9?04uWQ6&R5!h=Mo}$%!3}Ba%_Gu5eKO{_JmMr=eDAQ^Lwuxy3 pitn&)N65X<-h$C6Wd8b}{Ngx2hxv?E!9s=>W(Z5fw<*`f+BdJ&u}A;_ 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 5bb3cfe3223ae55e65f70fd5ec2755e0c7233a85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1343 zcmbtUTTc@~6#j;8yLDOaPyufUReMoZ&_olAQAiA!f(aE8^=aCUFtFXNJ5$3S(kCAD zMT|xteeg#a&+INzFNqH{+1WW~&iT%FzO&QsKR$g0a0iPHvY53o=b#U>#wgmj;@~Q- z*(fcctGF5rexH1R`4Txl%$giZ0tQhA%fS_xZ%VW=hpvC(ZeMD&z5 zeDaLe!Y22(c_fXUIxW2`31hh?L+>S5x+4!f)!O&k1mY{N8MZrNAOfwtx@>p-CWUNu zT3m}wq3A@3b)h-ge2HOdvm0pH7TZ!us_-xfLd~_LD2DkOLB$nBbkO#_J>J|`Vc_v! zLEdAsS0cf67!jD=IBvIADxaENF%^%1bK+H(`$TD?RNLdPx##m>$9vM)6HUETe$K!` zqt#zW3#tj$q@E9JPwv>&VE-qk!D5k~$+Xjjon{IuDwXWkhBulwS1cc|0xBeEJW5CR=%1W@WhBJL06uzhHWh z(@EhnY`TW#mj#UgF5S!lvTl*ZjJI+G_MSF<7^Kx)Twoj)&SHpmZW4rHjF2@-PmVle z^q!)q3ECU5nK%o`e@5T4BV^u@kHvT<8knZFK!{1Sq-axRx>9|MtaVuZhQZ1QSXFx7 zAe%X~4(T)#=NDq~GqjpU<_M*TN%}uA+zJUw%FR@nBvzy(on?`+2Th0Pa6T=&NN+Kq97J3kz6d{94anuYo0Fsqa NhGS6TosBb?`UzocK6C&8 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 93c9c37aee653b77f47b468d8bcd91d49ccb1854..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1638 zcmb`IYflqF6o%hv3tQ@1E@BbzE^1qp^@?a4Vjvn#nvz&WC4O+b9bjR*+jM7%{3}f~ zG@AGW{87et+G0`47s8jBopa_qbFS^L-`{@%c!XjKr*JKW8C)Mi3O7=?iEI*P3OVGp zc-FwJ6q2}YV9tOgV1$w5$S@QbFKyX7wiPMYvsN0)4Sd@x2nW%IRN^(YxD1&-~l+D%uV zyTXLpbm@|@6uDkaHU-R=zAu~0o*jmgilvepSnGDE8tx}6tZiF$(!J1ff_fwHrLRJ( z;?^V2;T0;RlCNY)O(4r<3t=8 zsOoA66tl<2G3}{J5H%h7+||`Te?*z)bT0}d%Q93if>4%2@|Ic+&A$6 z4-L$l?ED22kMTrc;kb>VU!ZqSk88i*SOO#MIcg8YN_9&*icNlav;+oZy`gpmGR)^; zJ$)JNfx45$k=U`lNUp4FGq&%c8#J5xF9bc&q4h?u93*E`I@{$yl_Sq%y1G4dz}vzB zXhk($e}jG8d#4kUu4AyS8J#K4_Td~6)kMFxE#y{NS^et;2*h-Oxu74!TNz|>a?>Txa$Yfvt9b^J~w`V z8^VC1Rdj%x{>x2MqtkJooK7fOGE7M)K^ORS5tq2?7w4IPc6xpw`9A*@@jVRn;uvh} ccKf6yj?1);;R>#{_ax&1<7K7!hmpbLA2pDtt^fc4 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 bc133ae52de20fb94c964ae10110cf86dbae6fc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3108 zcmbtWYje{^6g_h6$T7l!08YcBrI41y4yX@Gf$#_kuR!9YID{t9QpMTC0$Fk;nZlpw zzi2=4p`B?msR)xZD!{uhAHVHZ%uWFC78 zn8M{g7`RfvRa`5ucU{MH0XilNxPhB8JR{b#I;sWCVP3}<^1LNWYZ~;)w(YDcUxP92 zy2_t&tRPSUCxUjpt^)S<&OERlS!O%59doV~+Ma7U;~M&E_PT3@ZC_~^O))tak2#jR zZccihqbzs)0@n@QYP+G`REu_CuQ=+G>w2LjsC0E=rtUS(H7f{}|G4Rx53Ksbz;jKj zV`Sdo`?Onk+N+9Sxkr}MRyuBza5Adl)N7#(Z=n^cbJhEoCTmx!3mVKM4{4l;3ut3@Ub+K z=|L0buNaysUs<8&)A5n*ah|t)t4V79wt)AH2zF^CErEzpNu5Y1sp0smMQnQA^?Z>= zU)jw4%k=Z68V@HGM8F;2**0E^d4!$(7 z2YYoa8CXU|W)5qZc-wT*ao4~-d}ZKk+&AzI$l&ywg6dc?P{*ohy%73L&1NyTrE{J@Jh4bwq2 zTj3K8ySKKM+$SvI==`5slQV?X_JW0^fVU>R;$wCsh1*Ncp8UEBquWr!o^8n$4H7u! z6JLu_R#S??s#2{hN#Y+%an?n#s}!=5*|LYbDf3M9ZIZ_R(=59dcPe1)bpnp}`2|tr zH-?6cBt6@Ge9NGOK|V|Dy~DX7g@ZVRccmN9u8$p71+rWZ=3$0EV0ZZ$w8}tc13h=j zm0ywlnS(tz!gheBAVQWHJGgWg7a!$_IN(AI;{!gWCnPj{$iBg6JW^sWrgbc$)ywx0 z&W(x{&y_7=LaWRHp>>Mbf{-t7AomQt!X^{3DMVh6@}p@uVi9}FCoC9#RLEN}Od<$I zuKWwKKXm|v0B9szh!^LQ#WBsX4$b4V7{ZANNB|En3)hhqmF zf}<4WG~FNK7S7NzgR{iRp+_%@8sj*Za67~N)Hv0j{S(Ed9wAZNK)*1E6DN+*LRZ}T z6E7MM+zScJ1hECCG+^W+pn*(nDVw0}+6r2Xw%mnQO3-?6G4eS<$q|v#Swd1q8SdO* NnG9h+7I0u<=zkGf0~r7S 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 43b55de97bd953e5838d08180ec79170de6d8953..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2383 zcmbVNU0V}Z5Pmn=B%2roSD{2cq!K;?>I%k>DpDu}L1SXGAsVfvOIUDmvzz9_$KLmO z{0+VBO>b>%3s3vh$Ls!!{)=AO&YWy%fZUW^oHKKF=AC(G=A8WT;n#NnZom#hMk<13 z+zsJk2rChs$0{%P_{;qWE$IjzAQM3r4|(}q!LWiHf6>_{ui%1$H5LmBMie|^@v(xq zf+CAg6pSi(%HkIa#uPkb@yig_C5+@BW!Lj7*)@G3v$USgq}Er~GE2GC(mLz<>f?Oz zp@gex%hk4wTD@Yu(rTM8w6eQt+BL1@mMgAfI`x{SyNzne%$YUUZqzN;xh)~iaQoQH z*|ppO@a1eyfcG6RTOivY3nFC(=N2yH9?Fit$TVH-9m+H(U@Y1jwrUW&; zW4tsp+iGe4b1ARvaRhHr582V z(Tsf~?H=g`h9{^{ys(g7OX(7lPmfi+ph%PgU!O=E4?$j}CQ0Z@TaKA&lsC+3-XK<# zn}E)4Nw_<4vLz9K(b?$DPC~aa;*BCgozH}Ry$-+kRaEeTSPvr zTicFNZ&V4Ur-OHbOwUdvj$)AOR@E(wc61KxInl7%TDHPnHf(B~LZJTDNl9;aD5kLy#Wj?o7{^2umvA|R%_vN4g|HpPb68RA;Dv<1%=Gmu6}G(|#V|gm zlj&rVPcF2SD>qpgVMV?%!*X26NpU_ZIK;D*5%c`*~)o+^5qbfz}L&AT+X(P1CHTzHS&cDdX*)ULI{B zy_3WfdXUr1^=~-gj?+CqP4E7B`rlFJV_biLb}GHt zsp?{f6RUTUvt50JCA2PHlA?v8(MaNv6kPYur8l4CLf66NrB2*>0-MBaSs zmwx#B&pn*rFn&>iUf~|c8H`fr#%PUG)f4+H&QNFW5DVt72^PQ{$;A2t!Xfx2ssAs+ zXfgW~3g)rkG20c`!0X>27uBd=J-LfhZ_y>xZdpAoR8^>F0_s_z_6W5%sD32WKB2}! z>N%nI3w1zI2ZcJ+9sHfJ{Y`Y~MY#!8F9w?Q5EX+>^y$S=6a9KoX<|r!3yE9S8j~S} iNIs1&A~!_TFX1dzv)<8ut;`3Ed2vM7B!~; 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 09a21a4be974d4df9c5a370794506a816ef88b98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2837 zcmbW2&2!sC7{;IVN9;I`lQ_1a;j>V{c4$Q@(1L?Y8z{8nx-+B%n1O?AtBG1!GM3z- zC;kHd7nn&Vfeu`N3j^GM8*nS!fCERS&swtC)?(u7;FWi^`+N3z-_^U{{`>it08Zju z201*F!Ero0i+P-o&2zGOK8=M8UcgED?o=AfX%tgS@XvvOWW}JroC0Gb6L7;czQ?o zbb$+Dt5zGPqg~NmuV;R!xt(iT*XbCRtF@hO&#?{LbG3~@%QHR8xEPRz-0`N@IbYzN zi0t*gp?f5EO#MycgMs0CjUX73J5-ukGi}qW3&hKnO@V|jxX>_dqdDldjQ(Z4WpNAn zhSS!qO}%f*elVEuwoO+cb#`D{9iz`+pSNwJzi#QSYw*R1>Fpm07!2y`K?2lZS0a(} zlUWluAC})*G=b8cQMu6@Mdtl5k zte#C)q&FPb%i=!VpTf&o)NwkC1uSNYI$jm1OkGeV^fiIwQ!f~m zAc4i<9Wkswms(eiw#WK6d2I+Jjc(7oAy8seCg0Qk%3b2}+HtkFWXodN-Zt9TnvT~T zSeC%4Amxf|ZL)p^Lh2+&*|{Paex)vlaQt5}czA z;47r?H5Yy}1eW|o0g%i2<}i^G{TScL&A-Q|MCZon5jU=Iza#g1Ztw?%n;Ua;SKN0k^BDypdT_W;HA|*P+On}~n&sEL* zLhi5J=x+*FHRI=AHM5KYb$l~V@m~>Tws)DyC}xrqW^PgRcbfS_5mn6;Q6W;IL(Bx| zUHDwp%%9}`MKgaZT-A(!a8)x!9>S5CD*vtGX|~c#orhB%)hGo16!P|weHAxKIbN4YwNW6*}rIXui~hV$on*dM~7+o>Slg8%>k 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 79f4e2b1581ba2a6d16054e8003a19ebc6864111..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5031 zcmbVP-*X$)75=Uzc@@SUwsSUS=>xv4CN%oQ@DbwNo14A?ZGIPq5Xv(1ds+Ag z4X>y01`G|$@~jHVih_2!ZPixHrb2qbw$0|5n$c>REe>mjz1lWb&5}_!6&_w(H*Oeu z+qG)?#fED+wo#i^*i*JvZNqIhDKZryGUv|;mR@$7mc2TAlFKG8w{6#|n@d*9TCSP% zw(YovfKu_H#i~=+uNy7bY`#^m>FY*yqvhDT(G}9qbG%?zYwZ=2V2K+>t!-+!PBy`; z!tuUPa`(_urHiH4=TDcPJ1b_brIT~Ru}#};>E-saYq>SE7$A8b>u$#x$}7CGOYAdE({PErVi}jsH``{* zT@1Eaa6L_fbCzwnCly|Z+R)hu#gTKh zC8NniW={1aTWm_O$ET(vOeaP@@gOOVQL(YEzI%gS=6 zNFJk>9ov@+YAdt@xRoxY}^oZdVNUh!7pxNCAP8ZNuMfE0~Ja7rcD zjMkdJGc2A9Jn>z}zuEAT)Tu$eDVZue?Pk?{$&#aQxO2Q8k_(l>P>F|d(UilnmBv$e zM#E|vYp~K7$0KQErODwD4eM!a;IPO%t?*3WRVa-b>S@>@wGKf({EqsZVG zDILe-{Pa426NG;bc}nDc1t?&KBdYS8puC<>QRaj|3$~reM{|%eI^X@8|7?tdt^>Q>?7i6>yQ~;&h5Q^X6AdHzP3-Z1caai?10KVar*#g) zc-~`@_N4d1qT1s1rXza7ek8^!D64nkuHU!l;aIF5>VR;SbQMh zu`PhPNWkP)z@-NQ9`6C1;MSg?o#MRxo^ycY*BGkYMOrXfC)xU}uW|GoeiKL+DJ@$# z7Q|S-u!&&_tb3-6c>8XE-`fn*s%MfU2N!i?XN*3dC8R*l@tqj*S^z!Lh3??`aq8o) z6L$kr(j_K++>tKsNDz|}f1O<(XEduI)}CkYBwk=E8bf5fObN(n_mOE)sY^2LkkT-j zEKU(ppd-ix(2{uKq%fJciTe%>eK&*~CL?LZ&x;TlNudszdG=1@4BIVaf_(ROCV3y3 z_o(!JlKEpuX_!oofi7fDN0I545+65A=1;`^Gs*lVgc~L!m7$l6RDlkev+TWub8Lmo z_lyOp9>sj&??}XN7k*%Je~FO-|DPifyIuGWqeV&58U8o1_d^`uNaINJM*BEQa+LH& zTKpe~$8LAMpGS)QzaoJTX!M5+nvWPDA7c`q(4O( zO`T-9I?r-AfD4owMnW4=KjN^4(Np5VMMjv<=Uh;sCI`R4SS2Qgmn(6xxLlE1lPqr{ zBlh_P%g?;eJ>7m7PX@XbZygr{&|%h13f#?HgcsY#f4{M5w%0kd!59RL6T 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 bc97a6b3ce16a87f8dd5069917c6948fdaa3c1ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1612 zcmbuA-%ry}6vw}J8*3@$*H8rft*F~js$i4^;sYi|%rYNPjE~*8LZNGy_Lk^>r3Qlm zdT-D9+>`G)Z9o6seGlL^ZWBL6P$`m3~DC^^3M%nnuEd2WTPn^ujs-O#G~wYu*~PleWUR8fv{<&syAR4IXR zHXV^&a6Cudp|kRZ6{@BI9V|JXEJwA93?A7PH?GgG+U|-SIJ{0aGiu!l1+>M;aaUzP zwJmv`4DPyi7)p9D*JW*!35e<{<=X`*{5x(d-(~J0nf~M8o(gLtFq7{VLLwN;eiT&Y zJtywKp*BwQxCrQF8LIn!s7xHksD|q%ZeYg5Acjl~v&pd;!7+j9?goX4vjVre%WAez zU}%4!A67PGRS8VAup;Hqq&{X#vr}D{)y=Z6%8^S`KX-5d8i4suBhh*a$rc?<#qEW6;??2e)psh-A0x!oi1Ys=DyO6 hxL+~3(XX*Y;WRG9{kVw9*!STSd4st9^fx$(@jqBCdO!dG 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 43d97ef259c9e1153324db9e67f38d673886eea5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3263 zcmbtWU2_vv7=E_dWH;M1gh0`>1uIlYla_#d6#1xy0@~V!N}w2+ab}w?=|Z|2cQ<_8 zsaHBWe%|P%7wQep=!}()j*eGecA#VO&M8hLl&^E*}GpiB&26<>38%(O}DCrlINIK^^}Cn<%Z>%%f`Iv znhQ1KtYz7r?wPj5bA_3Ty6P2AZ58z9rouGsImfOWj(4AE(K~vr zL06H6Q)3vyRYR{DMSYo*O>@#-qvu<04<++7YW5F}M znlWY78{SL^CQj2;?6hf_-nfKDwmq*Wnt2NM!}Gk=AdPJ^rezcx%L|5cMduBQd$ucj zZC-awVTY5lw`B544{b4NCVKG6sxavox@S8)u(!3ObGpOpX9-(syE8l7en}EWpUl}* z)v_H?g>k|>#XXX=3u~l3xn-!KknoH{y=!_)SA3eE@4$zx21!IkAYK(TPKnVP`vNMr zOa(l!vQKjn|0BSd@m52xkyE`J6TY-?%cyv#hObMI>{iW(OH`@tEs1BMr{q!5vwA(` zsJf)POF=e~?C=zC)w6?#LV{MZ8&1WzX!;Cq5#~YhtVrlC8m>2M2qCx$?7^&pVgi>i zmq0IeCD13De$fnIw}j(cqs>~a6L=k$DT=L~R!~ad3a+x4>u+Fi9|_FkS^_8W2A{30 z5O&`t?1pFZS-L7(K4O(6qjI}wd&NeL+&IzU?%Q>>QEJU9s8z%BpJ)j?TEys2l7ZX( zP=)tGaER`;MZ>6H2n&DUznzDk1QldaSqZzcH#P*fw$4Jgq!IYFW+%vl>J!l zA*6h|YZZ}eBWYQ5qv@#VGIBa5`doemN^WEYYHoA|@mxk;f%XHBb}<1U2aWBEOyUSb zKZ-PtA%o*w8^eB_KprpQ5GisTr?8hhj|OhB4@0!TT|w$%By#QY=R|T5efZ-0QX`6wrKL#knQs$Z9Ak!T5%K)gqpu7AK z34tZ~ zao>FeZXjQYk~$LN{>9rBVz`mZe}ky}ApZxFxu4LJ=kIGoBMch86AF?OLW3vxGz5Gr zQsP2>L&~p6l_MgRQdt%`l*&S<@lrV^qAsmsy9jloWWVr32qZfch9L35IS^u3nTo(Z zlTM~oA3og`fYV1bEeFtaq@<&zvKn|x#nQ1-Ii-Y7)9a)Q1n|`cr)NT^5x#IDw9`1l RUL@3wog8WYD2W}&{0q&Exz_*y 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 4294e49363e34af27dfd508236426bdaea31ef71..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5719 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 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 d7992c0659e41e6fad2511fb52424b71d49e0576..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1268 zcmb7ET~E|N6g@+`+qIN$SOLEfQ1?TrfQcH^L`h6A3ns3Ts86%IBMfv~>`V=RNS}Dn z7cm-r^uZrxywet4(HA!9bmq>z=bm$>vp;@*{s!PCmRuAt>tN1BA7;&B-oYgomvO~G z#YGi02IoN{gN}$9ytObC@oK=85{jXCM}|`0W3VdKO$K{4>IjCRh783<(rtS6t~mx$mpauHPk)K>6*cyBCEb)XHxrEiH8*)`jLB zuK5bX)RQFCvMV;Fk_34_3?t38j6y{0;X59&Y)MTRWnySE?@yo82UGa((A$; zj`GkCkKy)-58z0#hdQn@4F4gMNp*0|!vcJU#S>#YxbEQ`7D@4z(CMefF!qOHlr%l}|{kaP2K5f0rQ^DBT% zhDXcZuGcQZRFh*!KN>7m@WAvV)tO=SMu$i<9 zD1AZS^FvtgDaKMflMPJMSSG|QTT-^^GF_{`L%}|%f5%|$BkVdoZ&9!g>;u}h()w~r zeuhRPWR6hgF-d;{hFdv9$+?*>lf;Ugq`d+xXV54-gR^fd9d zOy?&!wwZB3+wOmg_pT!_a!w(hx)2jAwNS^f!1mz739Jt^j=<)iO$1hcn}UC+@pmXq z@aCZy8yrc-k{MomgLvhjhJ<~iBHu8=aqCBbQH+;DOjN2#OjS6I8OA!A>}M-xjx)e) Njk!6DVTq&4z5y{Iw66dF 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 d6087f1cd04cf33d370a89be5893c0af3a944879..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2337 zcmbVOT~ixX7=8|48`dSIDGhB=>Iaqpm4#|;HHa3Z1x!QRKq^>=S;7()HoMGb(<%M~ z$1C+xy{um7)Q{T2$c*EiGyW*Y=j<+!K$t=HV$V5m-uHRluk&vH`S*`M0bIkUDw4RS z;yT`m;k=4>k#5CVjHq}IqcL=;(D1&Ld>~&pRJ3DE!MK7CrOkwjHr!NjD~3r0Qz{Y? zs~yt{K2neoP{t~jy=-~{+LYs%-nea)%Vt?1Ry27ud{f{|X3cnL=(gb$^)c7AO~XkG zw3RERlHqM;OsD9t3Uq{872mS;nGN4^9mA$tYtAY}z-xuPL~#A&VIWcQo9^Jq_n^K|xLmXEn?rub~SsYPg7( zHQdL?Y@FcA)wH5O>Oj*US$GZeSdi482=pE>I_jpdmxqUj*p>(Mk0jac%AR4#^gv+f z|5^&P?@yMQr8TqQ3!L5;MZ<Y=>LGb;i~+5d+$Sf~pJ$ipz_?Rk*tnPMlzvn%<+5t*^1+ z%dW#Y#5K3bApOM`Kd|r^VEn2*~;8C$OeYMOToUIGWPP``4zNK zgExVa9%{VFRd8+Y--7rxFnOJCl}fCCDRn!#w$YGi z+(y&=ez|={$X_ULfW(W_LEuZ`e#H;p*8yfSw2Lr_K-7Ms3I;F`q338PEjur6qa~pP z=yJP_*fX>qBKU>`-!dcLRS|UV5p)vxazyY3$))=bxJviq0}=YbE^cF$dnVzB zD%|)UZam8PAaTM(Nl7=E!W!t@4Y5*T!q%8nnepEK-_iOv+WUWl`W!F(1&z!*Xq%_J z`8ne9=PjI)ISgG%qM7?2>B>*c)e{!^XS(wwa4Dqija<4C*oY3qSl``B53=&|N$#M1 zKA|K|?;tV1g)>{|cnVdPUIY=h1l~O*>06XF;40n@);65unxNz?|H*W+SP7o_{0E40 BP455z 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 1408706e9cd5b76714f8bc0307b5855654667aab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3529 zcmb7GT~`}b6y29345T3x`hgVfm$VHDG%eOzrPdat6&gZqS}3$yhcJYJ$xJ$#6nLpG z{t178`qBqo%eE|Cx_t7%-{f++&&(tQjB5d`%>6odpMB5S=g$1~&o93N_yAjR^x$qB zIm~q6cpQ1mc3_|r-MA-@&*Qj{LY%z^8Xm?G7uz|^%k(4Jx}ae(j>mYS;R|WM6o{t^ z+IY>hmJL@SF=g9^J7MY7s!>(wC>b2;o}r)?75eYjY|ktkb7s|CvW#1{?RdIpIyOzS zxuR3fuIN?Ia5u|Vc1X}`SG86y>+V+0uuI;m z!qMEC{#?)2Jk!d~Rs>$RXx>>cOSbOSTy8nv!sL1|XX$n+n{({a*bQ#FxIb1?cG0RW z8)F)DMk5?4Ts_e4!8(dUJU^R%dTYEenSY?re%-W9?}ox#sl^t&$A;zY@Id>9;r1Tc z9_FfE1|zBI17WCXg`25Xp*RrC{Z!1wTB#(=PD>sVClt3T7GPc)_W; zMdP+9b(ILCeNlWW9LgJ2Z^n?qt7=$EU=T$O%Ly1*(NIcY6=nj*(U-sg-qx^|z&b|7 z?3}`-g9=82CCKFjY&Z#2@QiBRFNg*=fhs(O!+YbEKn>3mn8b#LO@%A_x{m!+xkF6e9tuaK{&r7_h@2JS5nRrx z7F_=4GUA)m^Ixk1+>Gl_$`#N=&aVp|J-%!hmC3MlF0^pg#ILECqEZ_Y?#C_GSt`3i z82E2x*|fP)L&FD=6wdHdq=#QFZTx5LfUiJ~4zca$??jc8ZBkEszT=yn^bKV8lo%K| zi+Ag`1O7%99HKZ+>u+ckVS76L25Mj%ZM~6gMCXTlW74DtUZFib{0iDnw29yXpC{1H zXNvoWkVG2Ckm1}geT{IINC6&K(;Ue-AT7OsWrni}D1U7LCmXznectU{8R6PR{`%TD zXq>Xq9pLOBvV6)BZqZ>I+s-ukcf3KTaBcIs#{GrM=)kDYO=3dB2Di?T8`F$SToX8f z6>hQg&uD+yfD&53hdxX|J{H1AHe~fOTg4-elFwcs?Z-Vp<1K)K?7i2Bf&lj83f?EI z0G{^Q10BC2zVHTz1XKCv49MN)=qf*O1M3-D%V~RdvKpjwhf2~<)eJvz^VHaEQ;2#R zA?j&_=o(KSKo_`AMALU_8;MXU(%nWErIOz3V4e;hQ6~#c4*D7n`WUj02+WGYSeSz+ zA@^h^M9*3~96C+R1M^L6$<#tl9twy)_?jx?Fh ze2-Z4W#&&L)31@t@b?{Jk(Zf2&^;rPV2un1%{C5yi({PAIHCC?E&2nZ5m8M*^gP7| zn22GGWG%+B%=9{>P+?s^V?fNC<)Fy z`3vy5-fqo@?u`Vf5{$w^tT$FzXb+tn*_-_ryu7~VVP7;kITt#K;0|Hi@ENAqwzC(< ZGzrNq6Jfs_M_B=<@fFV8?B|OA_b*4LH*5d^ 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 c07455996d690c548c92d8091ef4aa0b4177730f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3239 zcmbtXT~pge6g_J`WE8~&6L5eK+bIQOQk;||O$#9{P(mnyBoGov`XFop0wFP$oR*ok zZ*AY&KJpg%^@U@CgjH(#J z{T6g!oHq}6^Eq$6;LSuFDHW5L;%|K!M-LB9t9Xc+IC|qq$B|L-2(xiy6?~ zx(tJ7>~F$xEJL>i;+Sch-Z(=;Zg83QJL!}NvUSe1jrq#Xno(ZTiJU8Nin_I|mrXto zf{os$Nqovg#k5LBnL&GG+eUfP(p}e}2RG+Tr?9TO-mdv=!7XhUb_m^a3q@yV*Rc)T za|=sly|~>M08qlFg5=7H9Q^Mv(@|$MS_e?)aou#9f%erXhDaCG!8($gs$&(KVmNbK zp_}R;7|E^Hv5KuSygDmeN1m*Mp=pg9kRhKt?_zSAy69BOMPu6J_Evo#4)fAyh|e3Y zH{-aTh7ZuEU_rwZJk^lG6%D<-N%JPdn=Gy@-0lG1&GnO}o$ z;W=-qx{I4eaeLnJ<|~%Pa8E8(K|5M|&jm!%-gxevb&esfmRtnRDch5D3Ln$u^G3HS z#=<&72QQkVLXgi7pF5?LxC)dPjXM0gbjgS?UzW);&T*fW>QgzaIt{E|IH86D1 zEQW6Sk*WMKxi5@gqc|Dy*ql5W&iOjBXE?u(ixeS8Q{+QJ+oBnxK9_$BmOnsj9}S{w z6kU_(nnkDl>F=PQ+G|h%b_0zpgA1$=N!E`pmP3Z+F~Ei~K<{V*8#xTojFF-n0qcLM%ZvQb0aVWY2L)r`1PL_In%hv=9kjB$K47O<6adn4g1kzQ9Qq@A#wER` zo=tJBF3HLtXjzeP)B-})Zn+TFWOgKUWk8~4{IF161dO|U?M~oMQn0;t9N~VeN zAu-OJ!pM)8E9u2eYPpg{$^hj6seuDrOeTD2KJ-)7SVOP?l|4ZRdnys6LP;qCz7-He zq)MO8(x*sjJua!KMv_jF)<{xOqLwA4 z14-$q(--I@N#M$own)-8NwOqdS&}FzSyK9hq)d4Fl9ew>R&K5l;}WSyR<1~-ZQ=Q} z(YHhxAQL4ffZm6|mBoBVxZjhQA0%8^jJOYEF_{xq&SE6AoG6}D&jH$!NnZ~i`j%5_ zB>hO|^AnxV&l0tKK3UxMEtidwB+%)61gRNHs#Kj-GJ2JqQKf`dp}fWAqnoFhzt4X6xkdG7f@5mHJwl4% VQ+($4?Z{KF()%6sCt?s?{{n@do`nDa 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 ba6fc2d2253eb346849243e144ec235e232b1ed1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5982 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 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 16790fd4bf747dc6c2bc95e40a098b81cd331f53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7718 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 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 dee32df0c8eb09cafee169df8f241581e2e6ad20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6518 zcmb_gTW}j^75>(iw6ZKIwpu53X=q9Vl_l9CO`DY3q)8knapGH}Tu{>x*7C;MSe6uN zWycg~ODRvZZ@};Zyg*?l+=iNXfOdGH%{VOEBM40AH*GF+2k zK7t~Q2v^rtEJVspw|_s#~VgzPOmA5j+e`NZM3A->pEWq z%$2IH;NFSr+LD%Sm_{i(T{VqLSt|`I=*k)MWzB5VC^F$AGLoJ!D%opV-K-inv-P=! z>|$k3FV(Y!%3`%r*2`u+dr33(+M-rl7%x{F=6R|cK0@gJbB(fTEb14Hx-nbQkCn?6 zQxnBBYG{JrTd;cV=3*&(T`MfqE9I=_3T4l5KVB}B8gn|qf=gPdp{r<+sq<99p&g;@ z-$08@O;24tc04yWbzVVsdnhxtN>#6!D>SCFQ7b7(`W=`3tfZCavpKV7l;^FZ=&F{q zg1*SpQZVZG*)~pjW*x#p3@#gUW>GM`>6lF zKO4A6zZ<2aDA+Y&l=Z2`;;ddfuh9(@Bqk~at#nbV8M1dC2F#*Czc{c{Z{uz3ZpNeg z*_g_se*D{ZXrFT%@w;t5xgB1wAH;T5{V#HIZQG2@(VDKAl^T!#ea&G$qt&!Uoe7~S z-aC_my*oMJLyZ`dzAr|0>I`n`8Qfk-kI$DYHOVfiE%aL{vo)AcY$1HtJlPz<>g;;L z9wy*jKW3NHH+-7I;etz(P{3D+|fT-}Bbx#DeU%-r2|HWVmW@}?SjNpL9>Crxk}{-Z$jC4#!w~kWSc&4}7?w{ysNis$ zi7JZc@QElsiBGZN+98ID=c9N5FDmG1J;f+KjhCW$2A@&!vVzBU(p9eag9`3%F-V%^ zdiH{hY^MuFy|6GuhhfxcLkt}RlzCJO8p zDe0qRi_#gM*G;R}=e;-ihV_t{y4R!Ca!PWF%;|b{%<kLg*0Z<@jFiI`AO&ao)|lyp%}x$03}-FwWvACirHO z;}p(e8VC91Y1>3RhR3<1vDQ^8*2=ypc_!D;X+4ue4p=KW!l1R10}4?KaD=ms@gR>v zR!LgXVXaa~yBGs5#(;}4z;A5_I&58ZhzL*c%MbByR5q>)xy$6n)6~W?v#}i9SPpT? ze9Mt{!$VTJ0`{cVu&d?YZS=_bc39^dv8+Ewcg|Vo6}3Ne&P(BG4U?5XX8A@SgQ?fi z^<5W0EC()oJ`Oq`+hj*vvLB`#f6)2@Mp^+2TLKLoMikeTr#<3LMAZ6)(-;{JwYe(S;Yl99sK zOlGi!%+r2koXTz`fcPddzoXLMlguAHO1)%;95PS)k#U;_8`m2%eC+M4$@|WS?8g_pP zvWsvRv35^!*UeqGwL8FFl)I?4dziZzcQI?%$6cJexV2LQuOZNR%S{J|5aaqUY#she zdVgba{yTfGe~`-CY&QQ%s{dlb{x>7!9bCbGuz+{5#COv0?6WDjIdB>0ae)N)^7qR{ zHbEV@M5!2pYFv2-&#LGy~5r_;e4pW^cjxjU zPSIRm_6K7U;S~h5dZ)H 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 2d77214047fc43fbcf9902caf733ce9f12b9a116..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1946 zcmbVMNplld5dNNKw9GJgk%>Xrjtyba0!&!UX5(0K1PEkYWf@TsBE|*vD3(VGR z-`te#uw_3r+Z#Kk>u*?2+id!7%l9lVY@3f{Xa%kecB)>h6RtgLS#tu(C(`Ly0@>QO zd?HOpdRt~a3~XlR`Aqy%x&4+Y5Sfj z|1&c0(Z0d(1eHG3DAyiV>H=548c=E~l1kLq^Mye%)Fn!bz;Mm>tOp%;-3rzuMMnA} z@Rd!0YW`p<3Ij^c*8HY)8Zxk%C8kn6=@MgV-uCQpK_K6Uu-ZpMLqH9`u_*ys-QMzK z*a-;cqdwjRGCh(n9K;~k&A@k~qVy+@ojRfIm@6%=wREU_!WTGP52?n>vK7bibwB1V z=RWuOfs(gCteN?y6DLW@b5M7BLaKNjcW`LE?stNwb=&6RA3fL_7q}e^9OVW*X5e!y z30xka#SBd03j-%mF))TB268x_#%%+4a5s&rfqS@bpoV2C&3AhZ%JwG>j3O&A^nYJ+ z#MH4(hZ_3B0?t_xiUux8z|3dCooAP zdy*qGs_4hD{S_plQ$4E|caeMpmF*Mz?5F9(=vrZhbnrcumqup13x)KOMX@yb3aR4x z-;n+#vSH34x&`S?k=jF~m$AmllMz3OV&fG@r{ENwCUBaV#&9OqXVT27lf_?={!rRP z1lN_8jNvq#MLw4H1IIF^v*sU_5f4COtDmb%L}_qeMFQq8OtH3iRjr%_s_>NNbAvJ+w3wAtv4tMmMq& zGB}6xab!0lY+&k7sE@OTl0EziLoYF`{zZG`1%~S{AvlrU;^|S+MlnnUOvHc}h?GAyQ-+iCy+ 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 c931fb0535eabe4dcf6cb75279817c4df4780faf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1972 zcmb7FOLyBu6#mAN{7}@SQ5qNL(WcN6Kbne`mPhj-AvllXCJ?2jDJ#WMQYErvY`LfG zIfviCmJQpILYo7Jp04>9{0mlvd&ep`trv|KGjnI|{qFtlHzWV~;K1sc@JWiJ{oFqB)m^+xn97u@qk&R?Z3T$Vnd+I)_i3(!n$l{0mePE6JZ z0^_t!(tHj$J;I_(JHx`!?mJ}h%s>4Q;t3MZp*$i>;3AD2NrA|a?(fF_*O8FBx~UeA zpgo7m{)uD$leA-WypX3l_?&J6jht}>3e`^@#nRYQB#TqOBK5QM;hg<+3gVC?MtyWY z7%NMWj98M~c*X1#T&CRwrYO@WuEh0OG;`Hj@fW0CEp1%FbxPA>xC|`37nk-u%^C$; zM@Uyn&t{dm@v$E5a1u`ipLX7@R7#(KsBaQ305i>iG*ue7dP`6A& zF;6{3|6>eD^R#LXO4F3)kY=8d=5X>4@>UKpU~j31Fzqev5X1Ik2yS^tW>c0khyg0@ U9F;yrk|*L4KA?YTZt_R}0*bxHy8r+H 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 cd716e253d172a0fbe70683eccebb9effa92b1d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1972 zcmb7FTXz#x6#hfudk@p^PASp%+`)0L7Fb3DMxwG@aII=Ms|%3*TMK z-{7k+zG6}7(j|*$|Aqg;Cv@+V0aC~V&BHlopR@P3_qQ*Tzn}l{6u`&0pN5K0HC)Af z5;I9GXvkoZmnDArOrvF4!wRlxSj8GIr4&x4aGhUnu+GgCvMH?d@m2~GDSXbyauOQ? zO09B7AYXO@bKB~KE$5-x+1fL`V9RzpW;5_wfp7a^$84;)&W=AXkl0vXTPv67aII3S zRR|;gz;e5`fKlGH9$2Pp`8#GcY&-rAsb}wY{m}93y3=tsU3q2+N>zcv*GCChhR5!5`J>pWtCR$Rk+S34 zx4Yh^-L6^0fZ~vVm2H8=+?$k-l1rl;G%dGowH-!|;8ox9$V+0u@ttrp;dQEVHkKiCRiGNHCfD&X0GYdV7^|)%I2=!3@J-j`g6bPTAfaR znxf(CZvaLmyG*}bq_)mk9+d&~>L#5~n`v9N-70@BGvDA$~{f8I(sP37n;sEy)mRs{8wq{$<4Et!Ai&1H_*} zW&PM8{aL!vds@g*9Q;nLKr4H^35DV(jY4ti2@-|5-;n%8>afpYdIfPv5ThaL55~%n zB_kFkH$E{t1?TBDhB@*yi3?GDChZ(`yzncMuZK1*;d-IPBe*n7d=Q291MP7#HV=?0 z7oRRFOVd+7VWv2J>8hGl36LnKe?&T~9zc8ay&``8@1Fw*q)(p$IYgFJbhUeTWn;<4VMAPhtZ%{)E~vbj3LK z1jCOpBE{pXF)Bqviequ(gcQdUf04GbkCAFa-G@O()F-_q%H9Z5FgI(_gy+UM-O*V^lB$$$O(>+b+&u$6?4X%)Rm ze2f_t11g3R=)hfJJ`v_qVP=!)!kmK7l9r{#&a;LicT0&%dQ9^vqsW|SugsIdesI$4V zb+#AN&sb~8L%p)VQLG8t5NdxiKf!L7uBu$mmuM4 zDt%T`3D;ZO7tP7^r2!W;&3j6v#dRmmYO`LjR~&IgJz=3I#dvBM!HR+h8Xh92p%+&* z^y3{30~pjWgkcSj@K{3nf8U>iRSj!cSFoYs3BHif?Y##faW!nh)G&#s5_*ph+an-> z>T%QtPk}aFhcmM!tOTu4vI~3bRd>BvE=#z3&K;iBJA4K0+f<9TyHvIsEZW-=+hgl( zavpm;jso5AlNg!Ywe8w+FhJv%gNH`SFXdIwRb0C$rbu~dm7Dg)a}Itg7iJhlh!x_Aq-W#qlt{-IHLdxoqBSgQP&}Fd<$a+kynd~9rnc+hynTbQFnF09_iJzGh#SPjq zBxnc7V31sfh&Rlq5mvvB_i59NGRX5Lqo#Z;yoXVGL=8BLC&4!2?Fqh7?@2J0Sq0F@ z+K=yR_jrp>V;H9uo&3#gk!5AFKOiO_WdB50<`*Qh{C$sD^dS2OI@U685Wmge5w!0x zLr*zECpX06?TvCz<%a5c*XSkaB|J}&e}o)8Ac)`kBpU{9v8gdANKy1Oo5-^H+uWUC z+mm=eyT$gt=AMw?hEK9BfyKNuTNuH8WGG97`9LRPN|*GHc(*$i_$6cV1g+>ZPep_l z*W?l|DG4nCO-^|Aaaq|dQ1ltHv!T&%Z&op}Y&pFCfu<>Ob57Yw+|s?GxLfrn|aj-?vCp*GvBQQ_&qaXNYP+~hl+Qd9o{WVGA& 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 824aaf52513d72d30a5644f7a7b8452f0dcfc22b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1212 zcma)5%Wl&^6g`udiR-k4wkae~$~$pF&5lK?NEHGpQbZ(zx_8oPI>oUgdt9}D1rmse z1s}jiA?}P#nn*@sGmrZ?=bq#7uirm@0(gyACT`(j83qnaJi=oWPw>>F>oawFZs3K1 zCW9GCSH{ts;FL4$3@+SD*NLU@oZ(!Gz<0eaLwO{oK2?QO(#j|~N@AYtPo2Im`ILv< z9`%)ugfC=|nwlA1-IcD9423`KwoVud$tYU`;q&+LY|O)t?${&dJA+{2dM9ou)IALr zw9mKRGkf<3$b+!yt^D<5-@*y_#?>i3T%fJc`_@2Gxr7=;;s) zwRNWJ`CqnPmX2)o+2U%=es+TO8Fo|j)nSw)wPu#-B%_^~$exG3^eBkK34bTFnQN9D zDibVJP`6NqX`p4nM%zHg!b=>g%%%kg4F>!Fjb^CdnEN62rI_*MS74~#B-2MjALi2a zVm>@mqWh`pwP!`oK)0!F%>YS!FX$L`B*ju5kENLr5dry;8 zQd$LGPr;7~TJ@Lh1xoD<;5wPp(7?5%a0y)2aEyS;RFRnE&`s$n+Fz0TyqvM5gZmmL S5v+_-wj_e@Q~rUj-v0yeED1&c 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 cf4ffd78683fd9d7ba4453bdf3b8c98a9f6075cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2341 zcmbVMOH&+G7(I6$^w6{eLxzsQw?;F}#B`!D4?&_pVzfr6l89xM3!9mSbka;?KT_sj zX$b|IDy!68bf@mrow`#Ot}V~)ZiX9ZOPNLA+xKx zTH1_Uzh`?~9bR_Vdv+8D+|tO|GLz1Ec5mHU@Z(j_nV#h_ZNmved;NbLT8;v@x1Jmt z={jL2a1(NYp&7U5MzaFN#?%VKoKM0WZM!{ZG2U2pf*Us31jgHb$M#n2z?I`{vJ~BP zLxwRIyI$7`1dKO&Jtvs=>@ak=aG~w`)|wqgo9;(e*u8CS5ZwzcCkXr?wC3#Y+s=ov z6Gm6%#K{bX!Y(%!rUpGL76jUPNt_-S(tJ?--OarOe2~YJTdaY(-^?hI+Gk}P7;Iee zQHCY(pCbC^8JM@cDjgzlwsABFT0vj-asCW({RPWt9VVroPl{P7`TdS0;i8+QHlS$!1<$`*|W94SaSE1LN2Y| zayk*O)#2wrpzLgHMt22FX6x`ebD{vHuL1Ai9ovhYr8R*Gd3W}ivgblz@<7n?4GOJy zWXp@&x#@InFZ$79?0Ev0RMVxgPAiyw8}8F&n^-S@O=6_4Mk5F3Uo>6GyGj}9gU@AN zPNr6Hj?eKZU+W?YvhZMXIV#{7KYE})p5T~vP{tL`&^Mep!4o$)66`0NI}puX6t+=J zyHeVfKS^*W*_tS`{R}01iVAOYH-@JOED4_Gnw0Q9d%3IH%FtVT zxJ3o`J~Vv8FuzrBt9{&Rmc(a>lS+{@$HCPb(2qIwa;h zl77!R{h*N6`lK~NK1WCiog*fL-bRY6iusYaKQYjs6Ht+tohjWDbBcdvo|q9u zO!<(QUr72Z#r&p_s$$GcjF~4UgWg7ptBU!ZxPMU0p9-!jCbh3B#ylXVfhkIom6@eQ zrJd{dV7%AdqQAD7zAcn@@X)@~hLSyhC46bM>se8XX!3LcEu2nz1CO)UxxdN?AH#`% E0LywAJ^%m! 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 2fbf8338587f290802403eb41df5c8a50ce2a6ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4334 zcmbVPOLN;)6#nE#zBbZO`V~iF)1fO#!9Dy^|HE zW?VKs-*T_ls>Y&Ox#Br>!)zKEPjNm`uT&dz7Qxcj%xc5ZF-I2Rs)j>tp$x2|Wv8a6 zE}a-FpPD+W!B`*4Y1dh@T>l1x(QB6Hne*#NN7;An`h1X%&N<7gxOR|M4IM}Ay6qp+ z@K{_%M`N-ayEc5Dn|CtUyiJpK-I{9DW-a%u$$V?bPdXK|dfs$xnTLxhf58qmz;=TC zFWJ`(Z|;gwBS_UVEZ22h&lof3&RAC)mgk?61#;fj3U*^@1@P540I_X-bAMn`Ks>;)*Yt}5PutlE9A;I1@G#nEOb5V$W5akjngFWk$*Tj6?aYgC> z4c<%?l{mXn(MK3lJ6k#s_5ym$ylndmN<r5(?ujU4%7iR$0zlqkN`k7p;mvI{Ym6 z#*sD|i(rD{@EsK~kB1f6w=&L_orYVn z9=E0EY+2Je_KI%}ol|TjB}3> zqi7wAIb1lx?d%A>imU{$V6IsR0mTGenQW@jTC+SKmaNLiTqV6Eje=f+#LCI3bXHPx)xOoB6Z z`m)H0ZD18K>}DFW&Si;89WO&Mk^Mu%%*tff<- zz<0+ui$oZad`c87&HK5S=M;2HLY4nG%gD=Nj;W${wj1~J11--_x+D@Ja$dJ{mcS0& z&HFZv?tz9r3p;7LONJip5>g9I+ktW?i;}*hB}cDWot&@89vQ6z{`@+t7;n z#4?f>M)E1S?a8O*Rw&*=M`7d^^unH7$b3uVB!+q2g$%Fz`1*c+c^)9egCuqc_ww7d zA4drPFbcFNC9iQ&|o0sY>78ASE5N zG5G93{&pofX(q5a>|b3Sh40bvO%p(Z1I8mSr^A;Oh5bzm2WY2}XdIxv7I5+(0S~SL9E=6b ztOY!~PC(h-!;DiX?+lUyWPU>D%x&ZZQw!3jSYPDq2qmDb%S@DPYwzx5Y*aEU$Z#25 zBCpkex&pIH$l@hzg&71UCBj#m3hL$f5dw>YQ9hG!p66YxxwtHND?&Qm3a z#RzU!6Spf=rl@dbuX|ah{1=8R3F<|o5{~gI9!sIeo}#LkLNOqt-$CXoow}?$FXFVP z>9mKt{um(zI)+S8ib6)=M#;QF+*cXsYZ2Ti87VF;D5(`PQb;Rgj&pP(j!anf0h!Dl zWL~G!H%R8qh|?&U!H~>}I5N$KqHv>R-XiYXB=b%LH%dnOLo1oVHDtzck`}Tvzj0?o zY^6f+OQcgbi@&qPf54_9e_tS-yjlDe-6bj25&o9Z^C9{<(>c?F*;dXnoMnQUp85)@ z$>VyJy= zT930SCh!EUHX^NeX@6p$j_%_khbJ+?tMGXu>{ERmKO;Yrl)%d~DT%l|BONDGUdCpL zPqi&of1d}w)z0^YzBPWZJRO40Fn;MyM!vgS;pP(xmEh@osyx%7Jm~p!c_tIO*|J)x o%FWjiH%90tN$L_z2~)gFkL_fVz!M_DQ8(*)J5PxU?mNEyZ-%PQ5C8xG 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 4d14c12a0c611b600045a01e42a4fb040c174d2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2217 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 Gvj0B<$>T}@ 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 6437923a1271329e10935cf1b501e2ffbff7ed27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1701 zcmb7_TTc@~6vzM5mTp^?+AUZG?}*q7vf>pfF$NMMNi7d(jfpSYb}0+nZnL{J@&$}B zKB;f&oBHN0LLi#>0sK(LGrJ2ebPbXwGo3SYerNvYoN0gk{{9odbxb87;#>lwI3GtZ zvV6$J(3e0S1#TXTK@xBwfjGtm$O0}h^ekzrUS}96ttgKaxnpa(ywJ8aqowFYhWMh^ zXeoBbR2i}XN2XnyuCyBRqHSueM)4-O2~E|qlm_kWDw_DE!CXW70Xg-W2~eZ@{(fN zZSApa)mP;v(RE8!P17(fd5%jP@to;aw>$;@+vX02NO$XHmg}gUGC^Q!=%5d+_1&&Ch-FK?#Almh-^|J-Lr-0{d{2y z0!M!#V+b6YM3}}G5b%=j`pN-jTqh4m?u0x}NRB>1d;G=^Y3AtU4tkp#_Hkbm_YGa} zt&f}B;U>Ktog|Jcf?HA)$IaR)`X&X5iTT7ty2QMrpzjIs!53882`UlN6(a?S@z5J^ zxqdMpiTjBz`q{_zi*XC=7bEQva~fwz5>MY0Rgo7w^#kz-`E@GEIwG4${4Gq>+5hIm fa+8ztG=woso*|sYh%?7ANOOYD_tKxuQ4Ib8-uZR* 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 9af7f0b467b0839b76504a7a1efe2e02b3a95bbc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3422 zcmb7HT~`xV6y2A6Ob7ub3KXktN~uDEOh2qzp@>jaYzSx+i`v>D8DL;C6K5t?pZWv( z3;F}vzW89*s+HBQcJ-+b{Y_n6-FIe)gUnjS1-WxS_uc25ea*-ETHe+kYHG_fOm(^G8MdXFQv%&pW7E>SmZJ-d#cY`l z=1k4nRI8q2SesKbJT`ozWqC$JUo~7~-PA8xmhEX0ls8V6Yj#83&|FV<9yLsLTdVE3 zwxw$AP3kp{7pp3$$!yxpM!~Ty>#xQ$XzuWyP_Z zy5l`28Kt4SuC_^cq^Awb@MZ)`agLdaan{uMsz7qyuJiPvvSI0!R%2avZfbOqK)!6( zG;>vR3^@)blirp=pN*Cc+jm*hc%-`Z9koFa(^YlHu^m^vEMrJ=gZm*KH}_zwaTH@? z7ehOCpERYzNX|RD=GhMUjqI1jisonyoif;`kHnb79vmBwp+bye>_RL@fzzGEcX89Q z9VsSpOeld1ap9Zl5U~<>IM!bs z0`^Etm)dEdKWJ$tH98PAdU<_YuX$7BcLapJ->Ptld2M@JvLf|XJ(hqatr==Qv!%IP zL6%Spivk(X4r&X_)L!(Xt`*2u?Uqy1FB>wEvVIgMWjzzWb9e_63cko; z4R>-lih&#o7*KFGhkH0Jmq#eD&cmL=m-s4&`}msLe)Ta0S`O=|2^{u|t#3o%jvVUH zbC|`3f=z)luTvuTikrZ(mpI63?y9$B%fesV(rY^v+pDxp^CgXjF*&HcFbN|}rA80F zDi}?@(exhE`}T&sAgF0$ahizF>&&L^`EMnGBm08vPx99O$gRG*Xj8VX>&=BwfTvlEC+{0;7p+Zj0=zWW3wUMF%CTrXeRKo|cgN4A6hXb5lcImq!a z7*-u8@D|>dU6=d1q-s0bTR@J7C~G9~E)l=usRW-Viq9cR`L10gZcpTs@=+{3L#jCO z4C$Y_A%Ri0$Bm$VlE@KJTo5;{>ue z?emmQ;MR~Qs|e>4K8(s0xt1#ag4EMCfTRPQi5yOahlBV`wn?kpCs2q5Ouq~`-67yG z-p2=om4+64TY${(=w5q{tiCW^d4>?mH>B!xYwz=8xh>THf~=i5Gjiw zC~`*1BJk^3_Rhr_6H3%KCVjw|HC}p$#@vlu8a1X68gnkrn6~-@+^8|@#I2ENJ%SrG zMrxejizCKJWk-!UPoV~Jd`kDpY`Iu0{fJcZN$GF&6@Nvp#Lo{%C7zW2Lhq84;RHXs z==&Z69Hlu*`y(a!6OxH1ga{~}jCLH^rDLyzYmJYzq%cV zi@1O(5<9`lFwNxc!l%UQMM~)t|6)`@@2m{|3@);j!JlOfkSQ^k`U8j75|U jkq|k7Isg87e8#8b*^MLY<;h9@UdpqGzKK;FpB?@m=A`#L 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 682292dc2d8fc81eb47579fbe49445112bc4b4be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2323 zcmbVM-E-7b96i~OW}C)sw_SqN4-^o$yFfrh(AJ_<%7<(FP%OiY4wKzYOCU`;NtTiS zO2>9uWyTrx4R}M|&^Pr>eel`g+$7!J(l|`_A@}Bf{LZ=O_dEAK`0x840G!2T4Z}FD z;RMVE9wT^ax`PhR5IsU-m=;Bz2(Vi2B|A{7+T8=sl6a%Aqt!{ zXsBa{?ZAnt6%0%{o)b+g$k!$odB~agki$*Kv*)@iEjzeowOkU6HvP8cE?R*j#_41s zy5)pC#)YoqcI-fbe#P_bV8*q=(B{IKrsJDSRv4{1UzuU&j=4f~H#F@a@Pp8t^@Env z>Db;yF+P%_P}jNI)rmesm8%Lq&C14Pzlg?8<@Z*%)PI>plToLBiLa#iam~{L_KP(t z*(ZfkaPvh1dami0w%8KRP+->fgg^^u3w}3f+p~@^-`Gy4oDeriL21qoqsx96>DZ5# zRZQvl5YswFP|;Bpje&}a^Ey7l$0{!9n87DHE@D>W5 zeCxK|j(C-JKL84f_R4B>Pl3Tq?Ota>%G*HV{`1z|wcM^fzr^&2>#}p10prh|SG+i( z`MGF$QQNod_MJIDn(Ml*xNuT@a?VLZXk?nUV;9Cq~os1jAxQ|yjt0yRU6$d$Dp>?CgI9r5(mg)s!ZvYn78?7WQiG) z#1wal`JJSHP|TkasVv4w#TZ#)Qs{LgxU!hPi2FCi{3GGYViNnxVvOg+)G$FwqB7I8 zsIYVOKJ**)HTr9f>03i_121hmZ6MzBZ_JleyP6gyk2<4sXy91f>v)~L#{FfU@HHHG E2FN24Bme*a 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 c4f829f7606834c52b7cf5d6449a6fb2cb9a30ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4312 zcmbVPU2_vv7=AV%-H@iGjX)_{LE37Yv@8M&S_Dc3EjBG0zUmillcn7@$(G#>QuR)~ zQ?GRV_Qp{!QGc(Z*XFe;t2RG&jE8!ktJhq!YFscKbFN~H*J_rl3nbO;n<`mV z?TYTWhJC$S(H8a6l4I30y&rwi&piy=*uo+w`2OpzWwxGu>kf zjz>X^MZiYx4PRjBCcMyXoic02biF!f*ynWmTS0cpD(RIAx^2oj*i5(!CIc`!Wm=y9 zm(A;%Q(n@l1gSWhVcVANXs0cE&McRW+9_F+@{VS#mE|?Ol_>io@*#pzSgPTu&B_V$ zO=i)AZRoDYVsCRwp4Dx=YA^+xax*?8*gJ-XBTS(uh9X~txil(ZbaRu63(ra@?jopA({h051_)-tERi)r_cVOGcBR;v~otlL{#|4T17e^g%aV?R&m>f zUtz6S#{(^1n+iPHDq_}8iZFzNi+3}>5w=#08YF)3eg13j+%*-tsC3kH2 zc}B&O%J3XH2;7CMRL(y!c?M6#kk6CZ8>F#FKjq0+yqM&pAfb=K! z5AQ~uxxxTS={LV7TH3lI7Wr4nP=r-?=#Qy+!}UHZ1UQWAZ4$UUWTuz4bV9mp7|W-E z%zh|BS;)Rnt|ugQrB}ZY@t&F7YpRdo1imXql! zIwif<4eIp7E+dUsupPQ*n3M>QHZrJ(^T!D+3dZy3U^}67loN{jH75Q1RA^Ze!b-K9vSsEGFPe8X5Bd< zrQHps-HiHiLJD*Q8Lt$DjE@^8^BQqqr=f3zaKmJzxcD(2A|r*gM&<-(<56USs`tpG zZX@$1mA*wXZ-` zNU{}j`LB^o+{pjQ68{NX^Zb2hwR`V(YR00hfmqYK4UxloSyvxQ(Q{}^cz~C5%B^$!YP{C z$EJ0fO)-Y2DAj?a+Nu1F11h>sNIE=?Nshwjsi05wwf&0hY+MX4&L+g-;;eL>RB;ve zh<$$B^6T$QPq&}OeSvO;A1luUptH1Jx|5de>hf{3F&~xS$!wxH+vaOfv&rIYDp0d+ qy;6NO--gs^ftom}i!lXE^C>;HolXL8h!|&Gtm|Ih5+&?D(fcnB(#2c= 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 bcbbb6e16da589a6503120ce6e6e06f5a8da767b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2203 zcmbtVTW{1x6#iy+6DP*qWH*p-X-ms>FMzqV0X7XZ0aT=?hKcGLV>NmDGF^wxFTCH@(b7s!>o!gxK`=9rJ0hq*f9Uq~l zqmEOEE`R4mIUDuVpz)mT#+lqAY}~HY3z#I=0i6bjrBpy3(I@tRRp)xV%$$p0s3?nPUkO z#EW(IcK zko|Z(&{S4Fgm7O2f2)tGH(1Ys?6kJA9WtHibSbFu6;!-un?4jfPG%Jr+p z-ad!aI9Xc{p9+jKY1_}4m(mtcGKTozA6rgGE-WiEzS3Fo~!W}n0J)qm}sra z)}whZobNb}z@?;hQrS; z%p3e00CN1X&R}+HvL#Te4PNMeZ}H{$pLH{;YQskjwKFA8zo#xf7ziQ@piRIw7rUEEV~pWk0G!~+!% z6{xcf-KYp#L1Mu)g*|6zjw2kJa2n;ZaHw^tu%SKCat&8Ea!Ykrw@l5*E9foh>!#*5 zY@uK@V9A6xW@zSmZq~94p_%zf+BbBwVY+%vEbETGYKR%rv|No*$<*mW*{bE%G{+V8 zR?Wz5Xyr}EGILsMQSLhR7tFHJs0ad!JkgAXP@xfFe^kMRu26<|(Bj3V;=`HQ(tPoj zg52&wNRw^o~ypi_*B#|_P(vT@j_AdCFc>V_!0`B6Gz#o}@!uZ{L8Dv_33<;!MY$)(c1 zsMY;46su}Z)hk?-bPEb%u2phv-CU>prxel~fYX7eQ5 zqHx?r!FA9{U>G?Ss|l1*Nnikj38XQoLL{(;Gd%sFf{T015f$qRRG}xZfz1RA)aVlF z5=(`dfQ7n(1FuIffyb~DxCV;*k)27uj?FjSR^ci*-_14JyZ{OIHMV@^JGtBZr0;`r zRg^c2mRoEXhJs50N8fhh{xSKLvr_~q$-d)zf-lcn-F>E@f5$cdtAVa|dCM=YaV@5@ z^TrBRgSE!Iyqj($fZJPYcx+v`@|#D&!493tK?3&pcx0u(DHQRF5cPRK2TlbTYopkf z6=4=R`*1H{o;2SPQqO+S%C^m|WEkt_!0`cnDjuYd${zYhNkGqcWN!#Z=siIFqfl^6 z;C&pY#ng1R% zy+rgUS`fl1dLBWPo+Gq*6n)4bg)A8!!!eB0D2S5;quC7g2v$0w$d*SjOKo<;n;RlB z+)Cp_i~g9TAElXbnmbLu!5-?goNYDJG)h&2p6tnGGR5*8ykV z3V5yqa0ut|F~Ks!2?B7)43UJE+0daSl?TE)g&rxJ8r<+4dZ%}@o;ZL#WHE{ zP8)8rg`4zc!s76bhDTT&UUWa9Rvr`dWQ&Ww#r|wlsM49}8_ql+qYtqkkJ^m(w~Y4F zA$>}a3?1N1D+fH>c4yWJw@O6yHr#e+Sn2c)+U5-FyXnj%wWcslPj==7Im0tUNM<(c^ zil9z3ZHl8qQEX6>J)x|BigVb)B(-G&h;c&BQ406q3SsR-L`^FHU|2-e1B%(It-4XRl^)JozI3G7|c J#(UF4{{aZ|-3kBz 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 9f1183be30f20b2f1918f5b2a0325ff0fc54d06d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2403 zcmbtU&2!sC9DVDL$Weq7C$36UpnR0#*icalq~J6y4J~cQBrq;vnBk(>imO(ZGLqb( z{}l|$B+waVfLq}P+<+VH4LERScq=K6(unCye9*4;Y=pMwnhsaT+jh@2!-3B&r!uxI#B+}6_KcS2_L_?fQustPjV+Mi6h4U@jGuF)@+^|10g6?gjPjn|REZ_J1z_{k#F&(@6 zf#vt@AYdgf%lVTD8ueYQU7s5fLR=SUXH};;Dzd)6B6l}-t72u*Wt`ur34ECFM4m_v zcvQ^kl+6-If!^Z;4c#>=eQ`}XNnpNqC?r}&ZF>X1V_mVOX^&?+?6kar0;Odu2(NlU zsNpD{RIs4oJQg)fp`xKG8yyt|7c^YNI|?poSi-v+F5`;8*+Upx(!3|oJVfa3oe-Fc zUXSR=SJrM>osd`a;DaJiwE7$2T>+hyJh;w6mG^+;d%|1H%Q&!B)&*wdwcEeUfZ0d# zmM>Ufd?Z_5{LW3Qb9>nfmj{j`a4v1lIL~GZacI^(l4KJP&|8-n@vBqI!1*6N7qU#6 zknVqMv+6OoiZgu7C;8Urk&_kx3(HXsGyLd=;rIy0G)8J%;tUy5m*vD&owFGQ}%LK zxsjkZc5(A5-1|`Q1JnF5g=7SO6UwR3G^0X+_acqiTfK9{XK=7785%lEvCwn?uvPd ze|nafiIkY)0Wp7&^Z~^@Op&I==!qCTOH2a2g%~$2=1=1OMKOP;aMNO9`=-U{kBF&Z zj*{fbEYhOV&eeO+KB;fgUz;r7CW_m5V$W$~(Vl-IzWB7O$)V&?XLJq?yd3o!o?)+Y Lf0-FRjbr}-M-DVn 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 4f50a566a18fb21ba329d282e7e245a324de2172..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4392 zcmbtXS#uOs6#jaa^e`DhGAv;+f+T@tCeX^RK_ILqWD;b;5*DE|X_5{z)1kWuL48x- z)F&->Uo7=O9<&rmX=zzL_~37{EWgv;ne>E4LafT%zW4UI-#OpeZs)Ime*O)>e%whT zi_sL?(>Q~dQ|L^gdj(o?R)(SsV`-ej`7~!2R9sA>8KY^857tUHe3C`gp7NkhS!;Tiq5uGL(#tc}jPrd8F;{R&nT z&8e#H)@+Jwix4^J@0IoHls0Ttr}_`^(1x?Ms%ut^^QL1?l#PLE)pB)#q`IBMC99&{ z&>h#X?^Md#j9$9wSXE803u!}K4^~U%+N43S5VXjp6H2u5#~~_gdI!Eu)(RS zWlOT>9t&M}6O(abzN8QH*fOHp74!ruPQ7Zn(|$S~=owlT8c~!X1*fCZp?|rESEJA( zT)kZUX5n3!FY3WSo7c_)PcIia>nBebO2M_q(W!@bxoTGlq2mn=$GBC~%dGshVRoYv zGe*hn@4dvRS<*4Q_U~C6ykhIM+-bQnRu)}$>4H8RbduDx?gYugQW<3SxR!4??~(Zo zZX}*AS~a_5oHV69ZHjI(JH-SA%_D~677S@;P6pfXoC+g@8<@(V9qTjbl%X5zRZM4K zVwcElSJ3}I3P8n71~*a8pn_@!7G@RfUIw0uTN&7(uUi+pGXod342E!9#j6VTJjpFM ze}5_1xX38Et{v^1jJ()O(?;p$h~?tVdFtCN9TV?7{E+$n`m+krw*-lEac$OsFja5{@>OulN)cylc zCHU;kJ%EzW#^w;e(3effV@EbAk6ivfnsR;jq2_knN9ubD$I;7iD^eVH@%V0jv+g0q zy(G2|PxGs{69)+YJaUxC`3jInA6Hc6IYIGeK1JCR0&(o%?iN0Msf{#MW}WDwnZ8sP z-}>&`>A9qdG8*4K%iq>G7j*~Lr=1JC-JG)ha1`<4dIq&~{sMtTK|kM#Ial};sg@v#{j?Qa zKU;m=X{fwkGMEYBw$yQ3g3OdGoR4)o%as5Aa3{umQJ4vbIEuzXps_9Q*Gn$%kx?Ha zbBjuC)}0el+E!QE#;6}Aq(DcI@k&w1__$#*uMzik8u~^EH%vx~OYur-o{SXIJeeb$ z4MdR%s@@}$dWg)MRQeXlyd6>+Ces~|8HgfNZzw))n9MuGeV1h33*m;zNPlP~)4hny zQ5>U$MCK1hMv|?N%YThz;$HqwmiSLtmFMp(B;)t;zoWGvrP{~e9NIocCs!(0s<&Fp zRf?;Ww^9?|AQ8VuK;PgTlM{F!Nqj(~KV%30h{k<_4t&Zs_8HsZ=k)9s80K0Upx@96 z^@tbP5l+z54mPcmY>F|QqSQ(x)fVM%>{8KsMAG3U4004cr-DA!(ex{_<8d*(IGzxT zi{sL9QpGu}7W@3R<=5Yro^C(#9f59zA1kK=&~e%?-AT)~w)(i)n2$>EWHwP8Z}K&$ y*<^7%6{uOWP^rF}Z$oOdKuw&~#h3y{_>>;oOecXiM2xdm*7XM75+!Utvf*E7OXrFJ 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 fdf68f369d7966974b14d31d7c612069bf5feae5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2315 zcmb_dTW{1x6#iy+6DP*qWH%6QZMl?|y#S^K8er1^2_PaZNu`t^5HHSV5)6(V*#+8vqlyuHz%r zbkuQb7zR!&aYl!UvqLEA_!3{KwR1x#YdEh%#{~^vYnTwwf_AGVgFs+!^O5z$GTWi; znDgtQ?YWlI5Ex#tS6wS?`%<8qv1KyWIhMO>PJ5msEw?d6y8-F@o-feMvZ*(1&s?#B zaNXW8gXPEOnzt;Sz>I7HbJl%gIrj3m(qFTKfS%k?SP|^tr0v?_lt8{xT@)zH&`@Bc zX}fZ+y|yI%@2n+CZS;5J)au+o@X{ zEg5C%M1sh;uUGC@`v4>E3*4<_V^znDI^K`wNAt#G6`-uDD$3|tRsfr4rAJi9i z#VqhVGef&A=zc^pu%yaapi$X18tYbH@Y;S$-n7;2InsLryQO|cbqRr?IT?hvydX5N z7yC3^G;j%*4HPkApo|d>4Fi+-M#GeWE4XUl8m0v%c6jf*tcqnu;L0w|yZ2LIG-`5D zx0+viBwHa{MQ`6z?Q3m4d@3-`r1q{eU!`rJr0ub>ux+*F{E9MT7wFkRvqSGipxSL< z-cge6sP#~`9?yBKU1dMm=7~d6r|GRIjJOw8GH^Z+RXwY^ z6Vi8IhUy}p6@$+XkmJX52eTW^N}RI^05J{}5x zMF9IL%P3Gjr+kJz_@470aDW;kHpM}F%$XqZCkgBVVRO{&Kit7Ud9VZRZcY7mFr*0n zEuXl0tDcl#(@C)7i zHHBN;!YvX{W#%Yx;!u>PL`|H#WBe=QIHh8|oiLW_<>4rvdK65dCz#(z`a6ODNRgJd zNK1tLjF1XCBbWsGC1TukFn<&GA3D03!c7MgA9FgGGRDXg2XlgdpW_Qk70hLxr8@S} wf1%&2ZSqJqQFw(t+Xpikt#=}>I60$940)WSWeycoqfy6Ujym@nl!tKeEwvL}l>h($ 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 74b854125800907b6a676d759a1f16afc656dcdd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4170 zcmbtXTXz#x6#hmL9vp^?CT z6gttHz$}WL$aEovIeyG1@EL9-s8!N%Gl4D?61as09=@HxK76iWF@Za{tKlBMzhH>_ z8XgE}lMTbHNJk(!V_DLfGIiILE={W`VawUVE-ZBy#j$W{8T|3<^|jGA09Tw}?U6P9IrI-`=Q(}l8K%P;G$ zC!O`0nP1h*Yp!kO_12>Nb?VPpWwTL{1QvUwn+>T!C&Iy~z{PE$3~Zt$igU#W6O*Os z;!T14o1x4*c3nE&6DA`a$EHXY!lIEY7`F1PZmj3s%38i=SET9Y)i-W_#v)IQ%Di-H zhU-!^rWs2GEIw*jhIdsUHy8pu5;iupAP}7*0|I*sh9!%Q+LCl`>J)E*bipp`=7R1R z+z$q$Ue%xtxUyZA>t(4VLGJf%#eGt5Vy}ns4wpxWGow3=90%bI1vTYJ-J@^|WVWhv zUU&4GBsFf4X=ISGdk4d0PZ+t-iExJnPQ97VW>zfQVadxFawZCZCbrpjN^V!}n)5X1X{MDvt%~gWCiDv{lJ-g&NhP6WHTr;s0ls`%&5+%Fgl;t&pYv<8d z>vWUvX{JH)FG|;&m0WM#BnFVzu#`j@l_Yx6mqZ4A8e|g7IK$KL35@MB=QOM&QH7Dj zD%O%PQ4_edLre`;5;p1r`(BP}5)a`d@iAyW4sA{b^>Vry1`VFT`RyFz%>$TVUt-Ny z4mW>`pL9PdS7mvvXnVzmX$o8pkwlvkg6#_`^j2}C75gps89uygb?=El&!%g^t%a@@ z>XtFL%r&3N*()npCH6A&@=w^o5N@wID>_%Cr|w(=`?u&%4HB@=$0w_VPoYRuq^wT| zxp6YYSR2K*Y>Be?*@wF!^OOr)Lh9QOTiNz;D@lg8v*CD`uB!X#QrkiQC@JXqmg@E6 z5WRb;e;5KsB#z=3EvBZcMk#k%YmfiW+6j}q6HD0q~{^T={ZOr51|`bq>&@T!#ILdGz#LRz-Ts0J%UwE2-Wf_ z=BUkX_;dY4hFcjNZ_yuC^y4&hisnw!udjnTEoWQJ42@D1p(lHCg-kP8cXk6B{eOW@ z=G~!qCzQoANZ_pE$w8o{0Z-a^oT1MdhT(WFmi-yAXDtAx16*$VI2L^D@6Xv5>Gx?J zU6w)t<1YhFycY1>7QlX-#|46AhR2jIK<97hT6}>7V+!S^PjZ@i7wNAee|3pgbF}*o zZ=l=X-z+ybkmT*%B$QHHSD+Bh;vkBOn7>hdt?lfiKwTzaHgJVtna;hyKq^p=FB``7 zCFA4Xf`$ds-t9KrR0}s1$b`k=Zw-&IIQ-~-K&=ss(vvOD1{QmAO`$4h;;%S!pNu}h zUVPbRw5MgXhc@X$f@J6rXIeSn{bQWNI<8WCGhN48AsNF2CW#m)CHU5NZ6p7 S)j_Qk4v@g!CT+Yk-v1w~l@rMT 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 ed79c173db0b613c3c7a679167c4fe17e8a4637d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2371 zcmbtUOK;p%7(I6$@x(EcOgeFBcoisgG6OZGKw1(~Xwp!mJQgWINNk)LCw1%Ck?pDI zzXFjcfl5fguCN1kzz*0I7OWBH+Ro&*V+7GGe6R28oO{0S-0%M1UwjE*2G@0r;$;}H=admjz-S+Lc8*)n{XUkkV=h^`jqQF{SC}#&jH6M<`-QA-|wDYKPvo;9*O2(4-AWP{W zc;kw#GB|<%l+yFkAk^he=^25GjT58L9Qu0D4cpF=E3G-%@1yhbl?hZw?PF%g)0nPc;u9nujRt zqnLK3v@3s_;7+kMQD*x&O85*T*eBxwG4A0B&KfBSp2Ra8F=;rHF|6~BMb1s0JH*hq zc8JOcP5FC>VafFgmkN;Z)nwaO(D5}U@J#}1a*anbSot@GX9+9`p5vO7@DY2ttJ=!Y zTSvG>1@}HQe9LQor{Gq5xYaC(&l4w=B4aXi9uW5riuqH)RmG(CRmGT(h-qM&l4NG) zX;EqC`aKvQHuvbSJ%(=&luT|f&jCB1>C+3Vb23;wZF(iHf 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 ab81289ed7a08295d4ad9f228c22c3f7bf266890..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4364 zcmbVP-*ePd6#lY5nq|9`b`>gU6=^H&ZXt>&Xpx^SSnamR0$Ncq-3@KZ?xrMJ1ocgQ zQ=fGF?Te#6$b*g|9UUFV2Os>K9LMkErrT_Z+IFU!+Sk<#INQb2y*n=vf`lWzmW0EN1Y$EMJhfU(oSl7BAtV zj+fCy{dm)^RV`OTZlck!+!Hm^^DIw8s^U~F4R=m1m{(1s>Dx79deOI?hFKfc zu&Hd%HB7(h(qt&cs#$AVI;vz5u4;I6T_^)9XxXXh zsf)*sm&d2hYB1J@a@utkE!V%!VD!4>dFI?2(oyzZyD=A}qqAyx71s{Zs-feM-LU<` z8ji$ebTlT*v1`NUxp^mo&D%0*H>{~-x)<}C>JKpuhWz5&&IK-+VhF8?C zm9Dkg3I8=}>4a;Ue!yc_yD(3iu35Jz#5RQ{hXi}u&~QvB%taygL6l3R685Z3VH0x= z#}%>vKX@xq6yxl2QI9gFb?)jw*b(S7^NQ`yD=F z*zDGDV1qK(v5>=M)N-h!k%NOpw*Pfv>9~@E3+A_bbqaIv(ahl~T-EW4hW+a~Lh>7|)D%MU(9G~CgqreKkw_C!JrWXwcl ztCqDm9x8ozjI&6D5$&f$%F@>_#5||6+Y+k$$5}>R4s)zwWIfxB`}z5n=LcUB36VOl z+c`^M2kz#58%Os*L!X76G~Fdbk9G;Eh?ecZf7tfZiiNW#+d*uh16CGN7^3&@`BsYe z;leFw#e8B3$!ACMDY@;*r{z{C-b6=X7b3lXAknXE6GVKfvsWx%IYA8Y(2aR`9q9MJaiS7uu1*hLRJ_i0*2YZ>mh8$ z69JQ)vJRQB*^zxRKr;A5kkW-8(D7{xK!O9tA}^=ImlcJFTNL)wP9xDcKz%jf0{c7@6m6)x{}FUyqw;BX~Dy=YXzVP3^!DfHM=RP|CQ24wWx$XuaQ zmv!ewoc6Sw_Hfsa5K^FH$ONS*WE5_c%&WwGje))%!HtrU;?jbWS|%ffv`pqGN5|sG zgjFAq$=pWf4LW_3WZsH6jglD*$sCI#(`qORH%jJh;=V&N??!N=WTZc|lNnq^<~UB! zLU!hN?u>}7R49Ihbm~U&50?0k*iz*0OQe%Gioc<|B&9mS-x7L0LO*9ZXL>N(%2|f9 zOfb_^Un7;gK|mF7f#L+-LmKZh=nvSzKV)zpqYt03jeW{?_!%?%IVL%m2B;cZskP%J zc7$<;+Q+7Kl1(vzQ?%NQwBDutg?&1@kBS_g#00Ox=Tz9I`Z|6=ekLh_muFHEad}2M zPNuwsJ0w2Uwp9In5%^X+-xvDU_`&jY2s*>~r8^np&)(e3{L;t$zS 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 a68b3c9334000626aed9c1df7139a0367915a221..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2259 zcmbtVTXPge6#ja5lSzhgligqtqN0en7iC1iAR7WENTNIbJMy}%x?*N;R}G%88hsR=p_nYC-(!Gd zlvR`{zovYOBlwE@Z}1v5Mq-NNc%3^z;x|&*Hen0Y9h>Q6q&nJ%_GLr;?PE+4{KlgK z6m%Iy%5V8O`;I<+AHz;3rYS5zc6umjXEoN|kfQBFG=1&>i z@(ym9cq%h*5hn>nX)4qtxqF-csyIcd7;mMFm1cE3j;9$1Q`#5I&m{eYz`tflD?6kW zLcT*t1)UR23jGWTZZ?=di2ElU-Ok`A$ zxn2y$kVl~xsXipI%#Uj^e1_{WY86%7h@lU;7;a*Phi}EO51*@8jo~)#sJP4TFBsyU ziu(%G`MPeDg{>gIWSYWWFf_*z4ox`qQb{<}I*{Ac9%Q%9#JNlX-=1kLaHAW>NCBfF`Uwj9gMYRyI2E7V^yOGdpc2rTkQGwMQxMuh!Q1s6I(8QDdP6_yM4=jMxx zg&PX8Z-#Qswraw5pD-C=+ZILga!@ofIo*<;)%5MGQ{Ku}t+Ftjto+8w=0#c83YL4x zs+;9S#*x8_PU)uZPAkZa27pcmjg74+2rm%0g1tH26oq+k@?xPihTZH;8kvECL*v>Lz0B{2PjB!4{fJVOEf8SL8L# z)~bRO*e1=;C}R(f21%VTGJzAp&MG+hX4+cXFfE&9zVsUOZX~6yH7b6FP&+_qqZq1(Q z*ph;;0;ADYg>_=RAsNbWR6ML}25mD3eJb)`SYF!{C3kX+(yv&&J;|e{b&9rC%dPMM zwWsLPagf(){54Z2R z4X&q{0!h0d95*j`?{wlAK~}|D93__66~5T}o*s1U|+Li~ol3eo%R^b07NWX}#lx5krU zex) zwb>1CZkWh$D}`fC`s0#*lx9xS+$s7E^-!njY_pl7QQAG|$(~#!(+t+1-hoR0U!a$H z_ekC`Y4J2-I3sy-5NN5-lM;{9^f|*Y9M474KOyq03BYuKiI$He{>NT^&NNAXKcimA(MIzoKvT1!9b;NH0B-i`2V7f7N)ai?o`fJ#=^n z{a$|4+}uH&)4NM3Ayb#55an?Y1xd_H)KD{>Llme90%ijj36|;H^$jF^^?0&jTu(9{ z?oFszA?@92!A&%A6TVDX9A0X8gvH@S_akaeVv3$@G4ER($TWm1or%8U%sn!CAA9kj z#ppoO=l~_@V}fMp0B4#t;NiA9vq88OBC5CGwmQQ~r+aIQGpz51Gt<z6^U7n*CH}P2w;KCS;{Dyt2A*NYe4Ku&u4hEQ%SAU)|zm!J31P}T~6*@LA z`)D~L&1k7)LX~*Q9uJK`Bgt@aHR>ZLcV+7#f8Bzd@{vPWlJ>9QD!rL!9|;?@XZ27k PfdeG4w@DlC%nttxfqnH# 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 d2bfcd1326dba732c5e392ce15938d9667768d0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2471 zcmb_dOLN;)7(LgI*inQNr;bX)vrwpGLq&PDC29Id8p=$XFq4u_XV}QLlB$)Zj3jr+ zzk(r|1UkbEuq*5+JIW5&0Snfho+~NNZ6h92yzsrcuXDch-E%+ReemU108ZhuhEcq( z;RMWKRPcsuPRiy@4R7J?GR8E#gLmbIQ)Sf3FiJSBLC2XA-Ya2RpwRX^wm@z1rghsg zdy(Us%Nvp7dzQ=9;T31yv!Y(WE%l5oGs&E5dF$r9-)p({^em5+x^@^^>;K`*0uiLVNs}|V=#uxpz<*r(RBgg4v zA-ds&4C7+YaXWS(pnu?bb};8!VQ6zc*4uh<>O zS`I#Rt<9FzzP02>3x3b*T#~EDQcS8`sLxLg1W3#aT+d4H^kDFfM{~5fv6rWA7HQ_4 z4knOmDPQcD^y&wLJgyiq1s3>Md42Z{CWvB7`c2?${eR%mSlWu;3)=RABMpA^pWJvt zzFL9uk{w2u{V>vT7*CflqvI@Qb&R2^qb3^z)e_F>IFAb@T+}g#c^#LqAaLf1pMoTN zU*N(M1MIyefw8#y#I{&&-L%^gANIk5Bv7=w8_}kK!3-Z0H(;O-Uau*jYK5TE$8JA&m0>B9EN31ejcoayY~v-O(RUa7?2p<1%OHD9#+= ziK`q5_LGerh{i5*+sG$fA?b>r#kiAf4HVgafdW3q2)4<%LyS9khO>Htf@kppN4zw= zm@=#|#ysZ^AK%5$cxe~qYYq9ii($$2DVK7P@RfMm*U<0{Ch%Ocyn=fdC49#)zgKW8ecVc##FvSaNRcy#$djb?7{6+Gg{@?~ zk}_7C<65kz8H*_#5c2~`@9~~~R7k6R(kdZeC8UJT5R*c0Bf(Y0{6yUQ4D@FOR~3^u zKowJCO83MZ=a-QsW<(KFJRs&5lKx6DzbT}u7$X&9WQj?kw~^qgVtyy?9~ASaf~$&2 z?5m0~9urf?6eY=80e+;OQKi TcrEUAJkMU^{t6>}4o4mW(IiXq 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 56f1c3190c5814e278240cc456cadb9754f7fe49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4464 zcmbtXTXPd-7=AW~Zb(CEgHS=MNLy)>!YZPoMWoQ8)uu&*Kt16$S=ud0w(M>Y)I0S~ zz0&dQjiX-3g^nT}9UaFDFZ@l8>&%Xh97?-lh zVo}7|CuXvk#q+ZLg1r5rj+e4{8E198 zB2QDG<}~O>n|7^gxf*hljfUkOtC^l>c^Xm`r)p`qZEDfHXc|r5t{F2+zU?&3+Ng$2 zWqZD1`c0Q2Lop(U)LzYO%p2oQbFOBM9_DL1o^3XKyKbGbJ)3)DjfUf!0!oGZrYcU| zIA?mk!O|DaTGP@|C5v!Z!$Y@(GO&u4ot~LK zJ9e}@F?~{lu|AX&uCrvh{$(1Y*DcR8=hxwmvhUiB`M@2WRm-cmcHmYG9f$0O?H|_g zc$`N^W4s)@H++i0I~D|Q%aq-)rknLS%ROn*-x~5$PQ|R9GF@BN;bzKTuo-~SDccGB zzhqxByy|(QPLP^sSgz~1o>8)@wmIXTsF|1N7@BFvKkhUe)d@MJ1Gcv#UtU^4e?5*( zY<|QrjLNkfw_Z8%#5%L;m}{ASz+-oNik>iCvu-gZ+j2EIB-q=BhGR^jFAA{-Q7)01 z*t@=5o1AYruB82cgSQ;Tw47Th?+M!UzvDX)b_uG_ylVRkD!mR5jc)*xSlYOTXX4Uh zbYr+y9A>QhH>Rgkd{J5{{FzW|(DcF>Yz#lI(klw6;Xlc>!oM-)TZG(rTZ6JLG|d`2 z#kMHZnYl%);*SnL&v-i0VS)=IusJ+pt9JYaxnnk$eYTF0xfFJu%!28K$;6VHWOn(E zGM_ikN)ffw&z7C0Td|JY($4O=SyS34hG^)VwmiRNNfY#PxEJ^9uyQzu`5bz2dk+0F z4B~bj3pv=>FEV>HjBU7BbS&m@9>7fI2e-vk+`>#f32mg`Fya~_C3M; zu1Rm8A`YREe0#42^c4aHb?gD#z!xBTF9N5j^(Tnjd7 zYEQ(}Aj#>7Y}K-sCc-+{6Qe9*VWcurlIU_{ybyEFyl-=;(jO-oc{%j4hLKwdH}2sl zVxAwBNhBowIqu*pft|R6&+VMu2@QP~c2RVWFrxc56U9yANLItcg zq%cJ7Kk%&-pTmV~(2DuQGLol9@+o=j&8Ov2C|*TJVdN_G!rrUMd{5ydhB@v=hU0#| z{s6yy50K)6B=!*Q;@5LO4if$m6ev+p3Q)udS5y@^K?`PzqU;HQB=&N57oSRMCry=E zKL%)~k{aNta^JqdB^{J8cy=FuyOUhB9N3!nukH?V%67z2$RDC*qM@s>j7{qA8nVJL z5iraKS`T3}9t)V{lyt~MBai*GMvx4i2vWN6BRalo0f=$Hc;w}D__Ct#K#Rfw%4sAT z2dJ+FoVp?4gKGc>V*xX30Z*&RT7QkQk-MU?iml=d*{j}ua$W5@)hC}b3Fl+0_yeVvBB5y6d;k>b*Vl3F1n zg|tHE2xnt)WWuTs$Yib~^Cp$PMKW(klt#%6hGfR#$g~=Y!i|!7hq&*O%zF{sC>iMw z?PLbmkU5HDl#s~$!N^Fml?uhLkxpGH{>c*m30sQ%eT8)LO7VAem!woj_*+KL$LQxu z=SmM&+qlYbl?hgQ>KmkzR|u#KE-*QP_mRd2H2On!@Q-NRC+NecY-69X9ez&Fet{{j zr2(pjR%%7O#EvjQQ~TJoj8Phygz@OdKaQ+*x3B0rlH z!^^WNvA8@d9Vb&>##XUUwJlYDUk18WS9a@(|k&g?WB{y8zRA3H|u%_Z;1--KCfU~KHca0&Ud=|%(H)={sZ77&g*yy z4INFqGYSLmDsx zZO2?#3vJJ}oR+}oqP^l;VdP7Jdd`-q#OGMpZ<;~(y1D9gr4yKOOkiG?UE5mlzjUniw$-^l?}Zn=$n9QGh%xx^l| zUlJ(IGF)J6&UWQ|wAz;b*H+u1r#k0#EN98`Z8cAwrSPgvz1mDCzV4Yk!H5I9%cB_?mXzUW1MM_#nm%RBa>H{5?F$5pox z7@3zr__-H^2KM4*4W|s8#u)=;j2Wn6Ohe1S6wYdxHt-2PHE<3y0%v#BKlpo^hzyDRJ{TRe#*b-v!R!bm!6 zEeGcXs+xH(ASHeNYg1q1r^?``3@Gr&I{;QUo>e&Kb=aIwV3;0W8G0tU;}U0r<3!^L zM5BkoV-%C2^hXS^kG6^u?Ood2*n>Nq|A<%UF_KX1$E%zP5+6!o7YSRSZ{NWlhN{Co zXx}!}-yTL3!S7ruKtY#Lr2UDX)}NWvFEQ+75}Lvigu4zCSP{I&HI?`G92G&inW8uQ zxWx?aZ_sd$Y2MG^mN#+B#8Z`doj8dU<*Cq<)b0rXRq+O`V!WI(R+`n(SWhz+Q`#ox z0ZAVc_)&(mvPoJY&(^^V$LqbAD=E%+s-cLt8CgIL^?1~AkfYB12JHdt F{}0y+dM^L~ 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 2827752d12eedb92952da997bb68474031c95a66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4266 zcmb_fU2_v<6n@_3W7{+Y8lbg&D24)UQV0kl*wRmn7Sps6S}Y*AO}5RJ&2HG;Ks%#e zdFLfp{s8rc3!D+@=;(Omg}=#hJm=j_n!wh9#)0g0afTCu1()H;w`S0Ad`nyVYx`Kqg1rfQ4`bQSb9 zQ*~>$CNLDRWYiloRC6smWm$%%nj>TMUH|o(>FO12Nq6)WLz^^B%T*bbOr6OUtx9%P zbzIHfs2JIGwRqpL%&gj2l)Xm%S+i)=N*aMh9;!x7Q=k%Ie^lV&YoQEmqs8*``FoR7 zg_-;ff$XcHEZA06v)xT5quI7ak-Q!hjZ99rq-RxqBkPpzXDe1oGn}ma#>viUC0(7j z7YucCg`Cb??p3R1mSz}HhAld(o4PwDkQoes9|;;8S`r9PlNo`%Io;IqwaSWS-%u&) z0?C|JRE;Io*17KwhTXDG+c3U6t{X*7%7a4D+lszfty}mih<&hB0$dtxFNz$HSCrVa zt*I`BULe(~*9Fy9D;nvuMYy3s#_k;qN(92l1Wp9IEpYnPlsCI(S~e#^VF&c~1gEUj zE5j_|?+U9fhylOI5ZCTUx?3*POUu;Ytu~0R?#K{{NLXAJ z4XfMU>*`MPD2#^eNEdSjAbMJ|Qsk zzvQcewK&Sq<5LE}RbbzXagO5w>^MFI?a-m^Nx%Be)I*}c6}a#^ z*M#~3Pp~g==PQkqUF0X-e~M*I9=!RQVF+9b5J{6Z{0;T%eXCrOl6}j4i7yA0s=F!B zv+bIHE2685yv59~@(Dr(@ud~48*7z$d1v=v0Jj}Zp3XJRm3KOU{Vj@=g9PmH@yN|M=%u{x>gw(Siw6f{rM%oO&&W7V{x(e^7OLGVP zqXePn8?x7rL-g*Y{$U6l(eM_I(PC;ka+LC@vG(|XtW6|iO3y+1cnIA{BZ&+d9>x)zrcn?l2}ZMN z>JhATLdcd!F+**3!<*|TGTchxc!U11q#vc3(=>O6etjL(X*kKzcGVcz_J0>ljMGWU8PYwbt^?B09<1Bs7Fbv0Yk@Qc9JZ%6l9pF;a#}WTy zZ-34;NWVkt=;{>+7=00Na!0`PEr9*FfOiR&86K0q0G+?0Yxy~1j47m-9?2Q%U8KLd zywwF-&C%{VyoGLWf79IDLY%jEn@~b-U5-LDhl9vVV%|peHMX;l0(FUi*}!FjWjc3! z0|{R}o@^M`lZ=PE2n9=|y_-$Ai3V=MmkEo*+ZrBWad^>vpIRdrr6*gQ^DXvd>Oz&y zL|<~|E*ZUtz4*MzXivjv4{g#Ff@J6bXBs)+;Wj(7M!01nsyE>_JHtw+n{$&htna!r zW7HbQ1U=cAr{oOh%y>HUJtE;JnLm+8|BO8u`hAB;=t<@eB<5I*!}Qz2-fwY`dQs{{ zWlstJfNFgDQe5(X=U!4n?s>N%oMk{t?b&17pLVw&W$Ph--GrR-kwci3_OIb% adNa>15;mx2bxVQx`u_!__cVC` 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 11a6744f31ceada61445e16117f56ad3d0af19ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2169 zcmbVNTTc{O5dO~0KttOO%%Hg5Z>&2PmtI{Jbr2QQ$cBXnTs9gL(+mx^Hr=EzMqm5` z#%%UUeN*4m7cUqmZn8gMf0Xe%-3>HLo5*C6I(_P#`l`OFQ#Jp6`TQ?{AzV_i6*U!g z9PNgNpQRX7q2re>6jdC%Q*K-PIS}In(y_$i~+v-QbEFI&+sLL?j}}&SA^3f)Rmyr8*-}7^9Iu&xGZeli}j5 z>0L8sZEDIBZqu-549}ALL|F)KTV$z>hL$~NGB9o2aZGQ_HhkaY!HG?TG?0Lh=1}EE zwLMF5L*TbcMs^x)0`{+`{a|T@`mHQ4*>!8v^+IJ6Ifx6|rl(_@b|mmHlYcvJu+5-5 zX62(37_4jtfUirPc0;deUa_KQy{;_=Ww#1+O`3ji)%61n+pt~1X$@y^Rzndz8p`NV z(9kf9a|%W@oW}(X7cnYO`~Louz+(c(zu#h|Jp_8AkrK^@so6VbGhlOWoHBA)EG`8P z1p1kvjps~6X$>eDGHm60h8>zy^U{n>xZwuPcKt7CIoy2x4=FhSnzzm7T_$xhv~7XY z$ty`k+em><2cG3Dus7HI#FS*2+^#r}Xf}2m_K8J!A4D)3Qx44R1B%aL70pi3|q^3ko zoV$bkD&r8P^!R(?u~aX2M||oLnZgD#ujuqOf#0N@mR6mX2zi*05;}uS0{sy&Zko({ z;(lPD%PHJ6nYhepGG+A9PfTWjUq9jqr6hBfwUlM={Risx+A>SBjKU{uSu0Fubl!@5 d#mVVSIOOpYEpw=#8m%gJb5(g?quhm^Ujc84AP)cl 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 e136da64ad19c7dc92ad54e82c9bb08c32a67ff2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4016 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 CIVK_i 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 dab4f72e364da8a10a1de0590fbd6227700dff65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4364 zcmbVP-*ePd6#lY5nq|9`b`dIQ6=^H&ZXt>YXpx^SSnRgQ0$Ncq-G(-0cTkvOb)5Fs#%{kMx4fU)fzs`*S4K))P1{VU9dfyYscz!$2SF(4)=^# zoSJdj^nA;`QL7sBX61_K)D5#~WSr)FtX`=$W-NlGubI_`rDKLH!c`6X*M!oyjFz34 zoVaxCczJZ#D3?ej>|UM1#%Ak| zD`NkD@MfYY#_6S^9%f8y+||CYBhYE)y6w*?DeW5=Su+w5v=I%b;-oOV9<+;bNU;fC z4|=<>EiIMtXy_|wVPS69gPK=jiNa|3Un0%TT#w65LS&?+wOCghW|cL*CCX}Ydfuw| z!-FqypB(88L8}iU4Ii<|I{uuT4jaop`*F!!2zy3m&h$cQuq?)?72i=o^UPQ(gjUko zveR%Y)=66$QTN^LWRJMl&^}>#e#w%i<>l}&9@Syxa2c~XbmQI}dgaoOdv(m^U}LY? z?9y;xoif)kpTiYYbEu)7gM$UO|21OixSE3t=C^ZY3Ulz$$l)}u>A0?8-&)SNrPE2n z_7wriaqJoA<;sJ*GG|q;FrO2RYE{F*m@SU%Y*WfBBW1PbgSD2ko(iyP3;xX(YO0U1 z&jcs%ZYZCU+wOc?ZiV7)v=xSKLoe*Ujm&p6PGXSPoyhRIm#;s@@6vsw_&AB} z#{>Mb?ZrXDKY;=*3d#YB7~+hsf+T3cNKuqEA&|swuI}JnS#4*iGU`Pi!&Fv%e5%s7 zCrC*fZ45qpguk6hPMQg94ttkZ`#EIm;Z?{VVr1f>qp*k#>hBJ+!Y~mq%m!W$VI!Uj znB$6nU#R&RtYHEdw_9D@^%Et0Wv?Med-Q!f~f^*Q>>ro>>wqetjkQ4Y-{(fMQl_u zE68vW9U`ygfI0%ROUU9CY=IdBCMCjGn+odY_(=kbgJC|Ca9-qHtU5vwE7=OJQmew9 zgU+)hhxrI@M-#UrRHmqKX|KCkru+woD+%gFqY@7DDjrLr$F8EPmqIZhqu)j5DxJEl zJ1^q2tLe0hyMBa_0v$spC`BQoaHC{iCGKks^z{gCl#CRY7L?Qy87ZVCGDkT&7Dpzm z`hZO4E;4V>>6;|;R>WzPOn*q`SR9#VLs7Um6C|dQ_^uV zdJEPzj#Sr^-`p%7dOym!~qJ tn|qckRk`^l;>HNwBuQO@DPe+l>9Orh5_m!+IO=3wZ{sOZ!GlM){R6c?+VlVb 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 19e96447c88597261043560e9cf08cdab9c55e47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2309 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 KPHns~(f=QQ2@t6O 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 247d1f4fac1e545c0fc4e4dc638699cba8831f60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2471 zcmb_dTW=dh7(L@l)^QdmPMs|cmr^Lyv7t-3wIyjvn>4giNRU!eRpMoBZ_;hn-e@ls z`BxwkB~S?ocq_b7-k@*58}Pt0;>_;GnKsKs#Sfm@Z!YJ2=bJO*dw+iZ1%R`-TE-|| zDdRNEVN~#{Y|hB$wK87E8zqdD@h0Aq3(l5ME5Xokt_&ULHN351TA-gq+r<;tb1qJEbkXVAOHsFF``0b935+j#ZOdJ?d`HIV zU?IHa1We;{TrGPo|huxlo^<8VHb>7r2>K-s!>M8xPlLYjeL&-7M0~GaXDK zH&VXXFX_<_26UgWp!1xFhE#6P+5w7j(f zr6oHEuX;hK<0zigFr(uFW_66As-q?w162(db-aU18ZPUY!@Q0wSP(e>*jGW4y(@6( zu>tn)lE7H}`oy+aZr!%qAusmf2T7o4cQ?Z=0fQAjJkQc8K*@W=SKyB2M)vZWz=XW8 z2TbXMB{2Dj0{IFC<_EIn)6u?Vw>NkQOOfjeoKr2F(>>;;NsEFXj}#j4UxDikRXdF+Y*?XNvhnAyvf~sTdJ+{F_IP8*8X{1Njdr(H`AC65Mo=g`E< Raj)Z9_GPZGFvDkX>@SEsOwIrR 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 8f4faaf28c61513895c059e978b9415b485f37e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4464 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 B0j~f6 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 8ae4ca3614b68d5e1a59da5f8c7cf9863d8d0546..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2295 zcmbtVT~8EO7=F&~!oWCP*oEQ;ZEY3nezZHu+ zO;f$n-nHJTH`QX;w242UKdSLLGXsn=-t1;sexF z)bT|>G<+$=ITbp->O)b**Z4-Ro$o_g!37m6E-Ls|!MK3phpm?B`vSxBcZ_?69tM`J zFKz{v>lk)JpucIYJ4O(Cra(1g%Veyx4QE}Sc3s;voW>OGdQ8uAJ%L+UHuZVS)z=I^ z*s|{H{_0(Q(_J-fUyp2jeZdW8-OyS6UP3gj&CqUfZ#0XrdnYZ&3Z?||mFki}VTRTM z1M`++E`*yaruT!fVpCI|cUy+NWO$aGC(1&wVKH1~I<)LnlOAewj$?W=w&D9G7cO_= z+gO6ez^_)8t6f5fWr1cTBXNyxkw@On$oAG=RyMNevTNI|58IVa(i2y|TkeU@sRbTn z=BTT)+-*EPEAkWzj8{5B;&D}*Zs@hlSxa7+(d?UdPId-?z6H|{Zn%D+VHh7OxTN7b zOlT-#KtmY=3K|+FaaqBXhAX(L;Tom|&UbLvCBuwBqXW~ut0*uSHMFQREw0=#TLC-5 z;T|Vj)#g^PEil3)9$sgTN(Vqmi(~(|XV{^+xF*eb;ScSg*@<_&m#x*;Z%fIp)7mgw zcbV^n(6$9GC1)$;Z6gKR3_QzO=k-6}i9?bVbk`(C-0~_JIPZz7o^_lP(zjoM>Jpz2 zjZX}a0rtjB2OI582`@Tb4nS^1ZyeFKKL)xpK3cS$qov; lIC4;!-e|oYamC3QOk&96EG=`Wpc;)TMmeh7uTh@B@i&*3RC53T 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 bb5597235894826edce34fda41180c656ad06150..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4160 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 N*=t;1VTRA(#6wTyOO5~l 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 13609b1aac529c3dbef0af7086a3d245f6c9f84a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4454 zcmbtX+jA3j6#h1sZb(CEBTzxBNLy)>!YZPoMXm*{HYpket0-)frQMQb%kBn2eN*4m zCmrv;IO>Bu=qS?B(Q$n6!N19I{LcQi>87q)=uGpw?b+{~@7#XdKmPjh7XT0AN)~xc zXV9O;Nj#mwUov>Okeh5aE%#X6^gPSckg7U0OT*@=1@p3Lw0yg6OfUMj(=_Yj8a7ny zxu)s2T#Aguh#XL7b+b8VOgOFCx;1`~uWfs#)%5L#b=vl9o*ij69p4mCD%>+wbsEM6 z)AKF&N~3NpnAMA((=^PskntqQ6|`)5x_s`) z(aQ1iDGkQjP)@qeqUHKmX^h^mJkOk4gF7m|Yd7ZtcXZb*uj<-?TQzhYu$#7jP{W}( zkB-N9IrePyG=q062;QbCyJ?kMjakb*Wzydo@>5RLte-YrTlV2$%AdCxfJdinC-DEG zeZ}x<7mWr%>Yib_uH$+}+3`;}t!C}GY%6x7Rj)Eu!H)d5b^>2rTn2wNj!bNN#1M?i zwf(kMIdQ}qlj@jjnZDza$Ii|SJ!!gT!(v8uq-t_Ru(ytk#+X8kLhOSmmqGg+5fW}Pi!OO)sI z?1EMG$48%MEFEbr!A%jE96n-?cKms{TsBsGw)2v?7`B|uyy=B`#A2FcV)>4;o>$It z`E;_+R-BewwNBX5$9DWjH`*h1Xy`6mo?o)0`FT0qi~Dt0Ib6V84*j@2hd~*Jal4NB z9Bk|rnOzzVueVBcEaY$z^&A>#=HOsa!~RxmB-|MNIS~L2u{%YD-z{`QWVMD}u>kH5UD= z9n@4~WaA3%_UQ|fa%?jzh+*f{kaaGIRq9$BiLvZonsa8(@`H~Y4Yze9T5w2H`y!?W z8BRxJYnHWmJS>7;G0GwqM#>^3SuPjF3o*}`^c@aW`r{-cFNZ$XFm^NH#y$Kn%=1$+ ziG(CS$8FptupM`B-pbXT&@faNeR~3zbWz6Ov-|klndGMJ!1i)*<#d=!HY1Kg{s1i#4LyY=Y*2qUkQIiBfMGV! zdH@^oSimHwq(deedF-V%f@JWCAf*f6qwAYCfEWi%L|#sZFDnWUv?=VPoJOK?fck2{ zsec80a24QiEMR6e;HfnNN_ZcpokDp>;2a?H6S`+^ASakw;5NnjIqvo|1(bA!j*_tU z?^?n}m1YH5E}=)#YsH|RKay;L5!@&lDK0H2sbw-!NXujn zb9E$+Ojz{+nan@PyiTQWkj$GArBO1&A(N=NT;q9e`ksRfK5gIzCb#8t@tZ?OH!(1{4JsHLkx1KbEgNp zE!<_e%LF?;^%YXdYXnpV7nq#DyGY|b8vQ;y_y;uZBMjhUwy{sx4nL)5Kf@IF(g0OM zE43qDVn;YmQwP|zPOvE^@HnM5BCYpme`2qW-oug(PhgUx@OeD!Qv+Q;BR`WA!z(i> zvA8lL9Vb&+!fj%oYFn!QJ`Z%O$Pa|NHGZ%>6@t#te(6p|zPDH5<`W8);OTs-GSj6r z==pSICKIaJyi%!3&DRk%MyMu9>S9a@WzN!LyXhqGhDdPL%evmiTcV1)4{!S$tc3t? 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 8975a06d6cf40544270439829cbbf93020700d72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2433 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 ALI3~& 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 6cf0c44c11190f7fbfc34347116328ff428db0ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2357 zcmb_dTXPge7(Kna$t1(L$!;Lryda?NMHs~kF&m>Ms8AJ?hm}~Se3?u-VPG#A#|0fP zp{1jZw?|>%j523+n0RLdRUPl*oSJ)Y1a%GX>(KFmh7UEI7tq4kwq+O!99+0+UAN3Q za$Iw1D{_3#aytT}U1!6yqBxKO&4MK}>6mMI8|IwvyVCMHv-BI1LEr}hOGQ5I1;;nn ztuWehZkXZPHFMKnlWu4xKB3ulHe=W3^kt7BIj*(p%Fh*Cf;>Fqcuq7cP;NAr1uFCO z6&PD^Jh>QeuFBwRwO*jU;MgKibJv5T?3E%xfoCY zQ~Tu?xLcU57dYqxk~FlcPP)Ks<3#{@r1h>J2e$meQFrTP;T7#)gtMxW2#hSsFuLf6 zk%5Caq+!ayN0>HH#h8IQ#x!&c%-~}Uvj#rFrv^U5oWS(|uMK@-MKmukw||8G9Tpf* z%3)I1mR7GyJ7PuITOn1U+uVw73QRJ=d*_+B+AdI5AX$H|TW&0u)|DG8#hw*(JNBFi zRhUEbva+mN_7!PgTlAyF*mVV_vcs2)wvz+xMuFpPuwd-+q>|LO`s)fKEt!o1oc~bO zE;{cS>9cQ0bD0m2!3PQ`@#F4;*-d&i_IVI?`V$!D2oDQKCb{AgdxGsm>k&k&htflo z)28xg0&tkNjtcE<+8=NLx7fdfBOEbOR~*I5>COaaI3^qnK?n6REip@aU{*%>-?+ZB&}lnDr2m*>!XRDb|R*-N6fDz{f)rC z=SXWiq%}gGBBX*Y5R*YaM2edi^A~X+FwpHBZeC2f&3Q3(OpqrPbDDo|;7wX3W}17c zwtf5w^lw|++>&in9^t_5#tbL(y@V@G&UmJwjJN1nLIcgD)p4Ay&h-ZEF&zCDyz6cK 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 1bbb4d5000e2b9e8869086be4b1fc65eef1df058..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4218 zcmbtXZF3V<6n<{=vTYgy4bWO%6hnnJDFg(u(Armv7Sps6S}Y*AO}ELmo87RxDP{NQhL9M8GCNfTHc+6-j(zU_0KbMAA_z5V;&U;hB`K58)> zMy?aRG0Y?1iBuO7Sm4KE44>j=j9LW+w_@l*E`}v6^YHB$4&gHeD>2-`T?O~}{W(M2 zSMWeUnXc)^nq~{c=S)+xXAISGG>0afTCu1()H;&eP`A`<&DD+ULe%UnuUA>|$>yEx^Xj7(XxhkWQsq?v_RmrZa zj;q<*6(hT$7B?Ns%&Lt=*&EcKGmA!TO(U?#mTJ^A1u7BtM+L6z31wgxEtX%%KbV>> z%;s+iWM25S!ZoCTd~$O!^z5ToNPg_)QloI zzGPCcbwj1l%rcyeS#(S{b$47KGZ=t98ZIe|{sD!8_8mgqRFr=5iIMu|kMVAbrRc3tQC znhGrEb;{?N31voJbKH52%d!*40I~{J<0xV+j$ZV|kwTvWEsk|u;OTb+rrXa*1*JI3 z(Bs&^W*i180@wBrtH6xILRH|mt((vU=!>M z#QBQiWS96!_nBf@D{kg3H(xUhfsp`hG)cnWN57D_sw64dx7>gDu&-3z#{xaOuKBkd zx{AnK$-+7x4OH)5TETL$)|r=g91jL?d&QB`S<+m2M-w>QB1Abzz#boutjqukMQlye zsHhtX4mf^i@INqkK?P0nEchEmd4SK#I zd;K^@?_TO3hrkI9Z{ZXzrluoDDT5koPyf%_6yo#|r5M6ELx|tdS0Q?zOh1RnBs+Ex zx;>l>^DCWshDdt&8KOVYf)LKq^BAJ^9Hftj(2X>b$dKV-oWMC61#yyKG@GU#!Ad8D zY&V4|fR)mPvcJn{X2i+=MR^7KgVrJi_AeqI->6qZp$nTb%bT_GIcpmCi(8a^^l6 zeSm}bqRD7a!)Om}(gy^|&;iaga=^oFcBVwQWg@CK;Wj(NN~bGvlQXREx-;X{n!qGI z*_o&04Cl;5I`ab};U}5DkVyZ60~z{#k4WfA=1(N%S&YN<+rh!_aFlvc>P2Nw3IB+2 z=m|l16wlBf#h`;Kf-2FpDUJ?Bu|`R@MOps{m#~d-YVW4&L?a{ zgmnNBB_aO7fP%y%$7>eXefE=72{I7$u!9~Z<>jBJ%&(+TZ-aY% zqk@jjkA1Wpk!G}1GNDMkWQT`Fppj&_uoCr=le@C@kiTw1PWi|o%t`w<@Cm({XBP<@ URI@s$mB0}a*h$jHo0I+j0p8Fii2wiq 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 c51ee9d7fda8c0877db8ba7197ee48370e572d7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2353 zcmbtU&2!sC9DVXfkKcRye!sVS@1L)~0dNjiG>qdF z4YM#uQO2vHIW3wq8eYTeB}`~|182pCb0t(uFjSn^pyN#yZ>eZ1D0Kavt)SYvY2CKW ze&o33;zs27p5=0Nbjexutf(Jw%c+blbIF`*d8=m2_g0(p3{uzaFtk<~QhQ9uQWQ98 z&{)q7yMYr^D;Sw`JSUo0kgv@w^Nk#_41s zT601k<6_@&dv>5ezv_8*u;5x@XmjCw%kj+>D~vXrPtCA*%UmbA8=7_y_(5oX;931> z%@3TR#8t|@3|<)nECP-A}z?riL);gc+;jDj74yOmPJ^-qg= z2)IefO(~j!&f{bZOmqn5Vn=vI!I|1YL1+qX$?peU`?4b(X$;wCR@^KFrM4YLSNt&2 zaTHIgnA7n#=5C^Pr$;uWv+msF_(CUT0>?dqCoK;GMi}xqW+aMZuJ~N&A->F#X7p z#e2jXDOz6R?wZ}b)%K%y-*tJ7W%DKHY)Xg&JMNLBn^-Y_MPMXvNG${BKlEJ4@?uK5 z|LM%i$ILQL^JyOE%biC~6dp`0M>$OKqX!1#BOKEX(zwJK`i3*d7;%Fmh5dAW8%li# zxh>?Au8?%aFJjzjwg!r9zd`|DVhmek+$P3dJjGc(LBZ2F&Jin*=Te3xo-xn4qsMnJ zGO6yM^kH56?qF1Kea@vE1bjK(_ANAgha>nthBdgx&=gkuP2dE91;O)N6B0gVFLsq1 zDSBfUH!tDdgNh$`%pWD(@&LD-Ch-O0BvQo86nT=gp5$K@FR~Sk*HgwyV^WLtG-5G@ zAu&IZ^k>%T7m2hoAgvJc6d?t4hL{w33kj|)=2znW#)ICMaAh%x17tB(rgT@#OZ+pk z#EeN|ibG-^ko0$o`9mU=#Tcm=BTGyQy@do<7V{@@|Du?O60R&Jv9Bz~ctlJMGn6DM zGf#^OJ6G>Q|ERu6e{C{-n<#GMi9M%{#C!gZ`I2f^)1u^2XLJq?yd3vBo@K9bf0-wI H2FLyd<#iy` 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 01bad637759e4d2146827e883780293ae62b8229..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4342 zcmbVPSyLQU6#jY^dNNE1OcF?&_I)!Y0}-3P2bcv z^-0U!7fXFG4_X>SX=zzL_~37{EWgv;3_YY{fGXzpy|>T(&iT%Eo4^14<#z!4aW{!H z#u8{t;w)ZGpfiE)HE6~;845C-PvQbDCONyL;&Kv=7)xRtS7iIDoW7>wwIp80brm<{ zsR`7C0`+*+C{5~?g49r@qFX0Qnr-X0f>_a<)D>(PnbmG`}HY+);CX^fIdZvtlPFWO=t8x#Tf<1GJJP5PU?2iGF+!BXgFk44Ck6+uR=%~-ivzn!qb!K5*dPaK$yS1k`#1wj>C-g;-ORWg{mzP{a(-qT_ zJkLB8y5=V4;lx5UALOx>1+>fW1k{mNj67B98UMUa(lwk#@!;)Zd6=0XcfI@t` z3g|{5nqR2hlfELiYx!PX1!&sKksykKD^DX)i{dIYt`iz3>$-`4tE!b))*FMI#wKR< zqBGcgg%L8P9k{*SHPnB_zG^x%aviKKIBdarZO(5Ki5boIbArV%#3XS{&t_f{3prZP zIax5PR#87~NbhNVtb^En{U+DsH7c12mR8ttnZ54ME>{-d3ws0FM z*s{bPxqR7yW#lzooY9LnM@?t6S}G|x5E9=&SZi6l)KV5{+TE+W*%^MlJm=g~(6o3! zS{GZ3d*6;tDOfKpq5d_|lIE0HK@|0s8_;ACnxGHhwkaJyW{QnV$YI$-rUXzY6+R5^6lp54AKu?V^ZCl5^b5 zRRmk`44JqrcxI<`@?L#8(6B2o)A*{=VQ?W7b-W?8b`SVsk{Da6o2?LYEVjL+W8 zBPiK)WFFB=ed(Ay`qOcFWU>#@km-8}HPinPi61B&MK8w=BsdQ6_-=lI?jgm!B(@LF z@f)@i2MGTnGL*=83Xnw~S5)OXL2+juMcESqQS@_n8=s!k7Md!vPIS>sPpXS=J@@T& zUD80A9N+EYuOrGu&4IOP=i+WRr))YLh5R8}CK{SD^H}5kJwj3#MqGwTSL-3H#Y--e zlqc;oQOIL})(BFLZv-ix`3Vi**8s#g;AG%%+&}D5*j=NrhjI#uh5@Qe0Y{z)xOWL) zcPL zX9twF)ReX`>PHAE&>>{pQWP>CZjj7<;=Vyc-wfae$w+Z2Zb>bWkwRJ^bCk1VVPyQO zcgZ9kBl8xOzD+Xk1e6BJbo*qEg^{T>6c0B@=3U~xM>6jRaD!x|Kh%@yUP9(LPEbN3 z^Cu%C$(GM#zd=0qAo~|f{AaAo^7l33(FfT-(43c2?c;AAEuWy1E0rtNU2Wtl!BxUt zsj+Vni#{NrXK;qe34DM!KBUnfv4ek1<32?@K4TmEobB)ndiG0&?6+ir9K|^MAFC)C>Rs 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 7d32662fc0816e6c2dd0d382eba1cd10ad521f67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2245 zcmbtVU2has7=F&~w$l#dw!6gwMGzHbKa@dGKDwpV)-RIUCKhWX-b}Zr?Z9-VnGXWo zb7c(S3b+IB&>PSaHj?-Q{85DG%*?h^J0_ORChytvp7TD>`*GfP{(1S=-vG|x3mtEu zp`(cp2VvkNB~I!vacTf%9UtSgIy*Cfs)kQ===fB_Sq=h-x8ZO>e> zf^fsWVFt_B%yn;BI)NG61m^dy6@_b_Z{L#3Un-awv46sL?Ql|{SgS7zlxAonFf?ns zaxPk5lKy3D$)Tn?>$NRs(eiDzPnD%`&1R6=bYwfrl71PNTvz%tjuixw2NQen=tf({ z`8l3~G1{rxm3nUo;)=j`wVY(NdITQbnU0$q-IT26vE`SuM;F}M9&!`cyGO!Pd*u_j zoturj3d7>I+`vx8+y1>V>f#t<-(ECsn5l49v+O{KgAH1N-r& zhVuq4VBA0%Lk6lC($F$6fr}a@4NT!P1D|7B;Pn6R-7cXbm=PG?yJfe>1cu}B6wjIY zrK_?XveS1@EH!x6H^Q3&qfFrLb0(;=4U`Tn&V}oi6Uq4%WyVh4b%SPO|8iapN{%We zIZfJYvVCpN3+E!o5jdYdri{0(4Cq4W+wLkGdz&W-NtMrAQ5eZ6tL5PQM^w$c_nVUL zoayyNeh>_PFn|JotTve4cvs<`h2Pqbpr0B(4r)eu;}Um*>qz4{M5BYkGZd4h^fU%I zKv_kJ@($(C*oR-Zzl(#^7>Owk;Vte2iI1eP3xq9Dci?abebxRBv>zJkZwCX4;0cck zP|#%*Dev(EcAq{yh+#()(-f8stC%>6usHSEoN{ZLc=4v`D+HZ zyoFmPp32NI;v}IcO@*2yckl3D74K3i#&1)`O0zl`$J301DeVg8F-d^a_5MLQ4Pu 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 c1d3fff4d20be266f74b3c01591918cc597096de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4090 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 Qub&yeo9D+hJa%gLkJ*Ub{{R30 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 fe2b3da1323cb3068b5bbce243b245712a5d46b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2190 zcmb_eOLyBu6#mANpH-7aX;Pd=n?fIcG!-o^k0uRyxv7iOgg7xxSt+&>l*p2igN{#KEUHNRD6`d z9ZV%Lk;HTc!??@C44-_QpKH+60 ziDiMr>c)Jfydbbxu{~qk48oTE#0VODM$>CpPGEQ~%Qr*Ya|2_+x6II5wi>p%>X-*x zW__>Rn5);VAXxPryM8bwkX&6W*XGts0?OhV`H%0LPTLaDE4${tX*j04V^l-mc6UfQ zyViC?yJ^+zz}|AKIoI{VPAq|ImAcoIfGqz>(=m1_THv{c`L~ksfaDsx=eU<@bCr!! zRiO0w$uLPsr*pK&lC-;TJZgCtbC7Tr+I@iJi;b5Q>(p2&jBkJG@Qd*)Zi`O-lxYyLzYFQ;Wssm z@UripcY(7;FGk(*Tw;2>XI8d$t$Ij#zujHv1;-46sjkFFPfK^Vu~)Ji?zW56%3QYr z382#?G6?l_reRsF(wA-1A>nGbWrU+EWVDliOpjcbtEgQCVjf-VW7q1nMUVC*pmD3& z3J(}?&-S0aL2vgkeH!AkSoY7)54aSejqNAm#M}vAs;0E>iAZvlyhx+#nXr-;gYT zo3tj@uaHhc5n}WY^3h@T9#Xi4+Yz%p=^I%31?r}*Df;Q>=zE5KDV|aF0V(QI9E|H{ zr8t!Mm9&*Z^jA04L+I7b_#uX>&mcJEoighZ&H(xe+nX*Z5@XiZ%^*v>`= z7i<@U3$}|P?L$mL8WMIyfxEy1A*<0+vfMC(FtwG zxY7=7&o!O8Kz`9)cFnNkOM#^UugugMwrAWjgRpJiHGrK;Ioo`)?h3m5vDRctqpI?@4NJnmtQsqVu90`rj*sdMU3S=wOO9Ht$ z`YP~2!*=CDXRRsy>t@rTWwPN}rn6-Fwpu5~T)1M>KkY)tc3RRG(C1xO`g4vM1duVW?P9LC zy9NDokPjm`(3=v)AHyDm)K6ej9J?^&SxEUM@N}f5NTFvp=S+6gcY}fF$juSYkV=Ia}$|!0$rQnyyI)?(ofWt`Dqgqw36!E6$uZq!<4W_kv_dxK{!2<=Os=)Vb%7}sqyIV6y89j9 z)Fl@fH`K^3Zmmdbb-@c4I*uc7DmjTM*?LTkEQ@T??lKS6yS}OFdAAfJzCtPkIRE2b zZP4LQMBl!TrC&`+*?m#oEDx0T6XY_d9DQKZPk|$)eU4` zARAA)XAxkE<0Nt%I~?y&CgA!9?4(7Hx8g&5#Fe1%#|ic_u^HORwaKv!jDK6LZ9r4# zzi7-rL5s+8{1F=N(bxMCa4O!E0J)vWJwz(>Cw!(n{*JRk7klU~H=E)~V`pj`orh2caw_>cm<5l;6tujH6Oa1v8NfCf66tFBE-9#G{mGxhGmCavzZjJs_9_ z{Q@yJ9n52Lf2E_prMT%};sU3GDYHi1U_R%!{W!o;1#^Z~R0S`+LjGp;IZN^!xtA!s nDa?5E{P##JPEIL_A&W1#GlMTtiRL_Zb1v}xE&TVm3%gzerZw(? 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 96c151ce40a6f37e187f21a95415ba7beecd5953..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4621 zcmb_gT~iZR7=D&~K?p&jK(SgQr3wj>wpu?5^63{80yTg|@ncDju#oK1?8eG(aHjXY z?Tqb>7q(L?(@s0R>P3H3r_<-`Zo)>^j?#=~bIzV~p7(j*_j%7bZtD{}R11(C^$ zRxF6Jg4ndKi}F-aHBDi1pkS0#O=s)K?56ri%~UL{n3>@#H~J*yd+hpK69YmYN#VJlNI3ZiIcjBQa?C5)MwDht&TbE2TB3q^HjP0epj7p^#l zhev6o=VnE>w31lXOl_?wCUo7foV5yuX7fhLHXzE6OU2A4SDS{OQEQVjGwe_6`C_FY z2o`#z7AqoxReI;XRdD{TQ2O@JqS^WE{fWuk)$F2z%$uPsl%@054#`9-rYKLW3*BOf zR~i|=r5dmu!tjWuYu2cObia?4VZV0+%L;;1%$9=oSxpz&N@-1$7gc6JL1Na(tHout ztjWInGH7jR^ke3LDWAyag=yXtrd8JRwlo-_u6jc|+f`#f`Z>}7x%q_Rz^HXeknwy& zwb~V7l<9tNz4RB6U?dG?kUy0p_&`cxyFri zT0ygA%8SuHz*s*dCTgG=8Q@?FRp3w=o|FCuk7DBh9oEM8d)A_b3&e-W(>VJ z6T#gW?%{q6N6;BV5}gq|h(X1W9DZNHLZkPt7}k)Fp#ZYK(J1f;9>%ba4F!i@4Soz7 zHewk5yaC^eI{pV*9Eq z_tQScJRW%pASm@LkN-P98 zzq{D)0n;jQ9PiNYbN=YdjX%)lS?!$!CF(hi17bQG)vx1 zHt(oy@ie03C3(sqaH`9bdlrVcT*72HBF93hpAdS^h65n!fVTD)hupOGEMX|lt_6H-E7AfP0&>O#kB&{bSVEDr7jaVHt@ zDGzSEh8uSUB4yzuMZS@;aN>HAtxNcnPifKPj4M&wneaYmuG8oZIy3Dt>UAcGVM0o1 zA7^UncW}MV%n>(BqVpbHuQO8P3cSupWmlaUVe2wR`IOE)XZU34jiu7xAryR;{uA-k z&xob@d5TcrS^5vO%}E&!^0SNhH|S(9%wE{;MS|ZW7TlTJN2JMz5P>Wfzx?Hh6W5@J^ru~88*Y}Ku zSGOGB@S0Z3lrX-r-m=WVx@y&J^SWd1SIyeqmHLL)Fm2c0P`y}LBV*ch9PfRBm3X#e zFDtemtcHsm)7>?;f|l*>5<{Y->Xu7YW2?4n2WtY!($Y4q>vT?Fs$#p=X1h_fS~tw9 zL(6Q%tC`NW*|Oz0GNyuCwlAPvZre`XY6<99T-R!?JErejoOpdW>5CCAz5S>(9Ms8E zTpA8c@vAZ%(n+@j-YLbzbY*nz7EeZTzuArC$8p4?PTkSzxT(4;(|m+yG_8c711+%F zXNtX40*!vJV%LrC6h2h>x+RH0`(G7cbZ(@p^7;#0Dh-Lrd!F6$+O3-Pnk{S2>Hn&W zXQWDj%%9~kjbX>w^feS+wWJ$Cx@aj+? z-4Y@&-HBGGK3}WewrT-u?QsCRQDxP)8qI(OyU0@>oafOk^f@FSD&Kfhwk*uGTUKpv z(+f7+jw5hB${d9@dQH@aA|g^3F+$#s#0X!7QVh<&xOXuwS>v9tSliMz&hp*P@mWtI zA)^a{8IBT|<&S~xjq@Bc=E^uj3zLJE`?=!=M}qxA`3^++2#G@^!!8we=}$Yj^K6Sq zv;77se96BCUy8#Z4->KM?mvI(SdP&Gm3| z#FNMKC~-m&(lSd+c%YB*YYvMMc_b z=#f6zA&rq4kse}@@mDhbMhU+wjH=8qD^!_t$oCja{3^uB%qlX|12X?0>7SJOmqMz_ zEDXpj^vNv5MKdBj!~mm6Lla}rg{Cm7GQ(t7WfuBmE}=}ZGJn>X&@%b+pJU=?`G7fj vz=J(N`VREt>>QJ8#6*WL%#eH($Rw7zJAtS0bf=%dL+rC$KgkR7Am;x8xP0&K 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 50d40d5ea770033d7cfaedcf2ea3c0e8ccc0b33c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5098 zcmb_fU2_}N8Geo>c@*j^t!ZNCVU+iSt2fkQ@gk0TUoyOB;Kg)vnR5 zfXwvcvh<=CZLb*Gt5TS@=}f;uJTNd!FM846(4W%j@VvV#dF5;vXXF|C>^W!OeV+IG z9R272pM447S@=0jU^$D)94_INEQ(o__F)`#87|9kC5NkcHOJX&8dh=`!LsbUE+1ag z@J0@A;w=r=<@qB)F%+~j9m{T-ZH4@zW1-- zp?7@C)-P`Qmg^YyoWj1kwdNRpr)?@U5=7=JRm;_H7@ogry{CK4n|jM_nzpCAn`YY( z7*9XjHVxmbnN7=BwvAh>M&ssU^PJlp00WOImaqsX|BA#W)6vnHTV=i@Ct7iMMLC-4`s&2!uuNrMj*3o9# zU$>Y)rv{5V4VmmmzqQ$A_-~R$d!1+rP9w#xVi1$+R?2Qa6?gA4iG!+f+jLa1zao~6 zw$U_$-Ai>8t|XP*9;o?I67F7?^5EXwClOx= zyYr>E%F>DVzzzFjMHxUUly+<-_Im|$r#6XlgL~k|ah?b6YJ(*s(>WWKTyU_NZ+8rv zC(MCJrQis>xVm9B7>d^wlq)Aw&>`Zlc)q&+y4-X|>pt%VHDfb6v9jxiw;rBx?2?OQ z^WE@B<+Z2VfZ_+OLay$1+70tXOOCdAf6)33G1eeoX;ZFgnw#gNlzu9K zEM`$G$^G(Q~BpLfSa+kvFgG3IG^XJ9{f1so=B$>?dTU-rc3Xk$R z$=SD|@EsH1#X$;l>IJ(@_@3;cZ;&lgigmFo*%Eb8QaDKCDYE~AU#0mxT)qocDGY5P z_3CUPEsrCGj6BMfI~Xp{-hoy=atGPJQ8cF@ORX46!3kTbOMj@m)IdZ zN15kwm=fiXfX@n7qzas%f>~&y?1=#>%yRc2pP|$gRh3zhctgRg#91nG-;uy2!<0G7 zcRK%zDK2^r>`jZ?yCqK9SvZRE^VCcj#>!jR7yjKvPAnV>EX)P0^BBbofhGA+IqdE!*{q^mo8xSrSr9T_j~Ho8P$`iyT3}3^^d}_!DUJDAj5Kac5hn?}O*+90 zIMpLP9grrN8Iej!iu>Y>KPTh+G~pL9#<-bMaB;@5pt!nbF7Vx%Br~H<5X3Bd59zN+ z`fHl`n;2=_%+ft(mUftVCMlY|_H!@ehh+RM&HP=AF>a=GlYTR$bHvR&i*sB{{``y4 zl#Wv?S3X82eY^5+HiSM9O6pjN()v8xXN;s4OUwE z6QonOdvPfv$NBG(!ADg3VId`ZJs7Z7kp~sB$gsGHidfUTW5G9xqbW zX|}BkY@tK=A*Du<(ZESOhv62$S>nmx|xV|F&DO=w{ zLG%loTv)At54gkBpN_Z{Zz|OYbcOm$FVhR-`$OEqP>4$KOd(xg84ek=LZ-fwjc6X) quI`ZLvlxvY(WFodlv%<>KBXg%-~eX@DmcQddYE-Mja58$dg^Q4y5{r% 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 9826fdf4c2f5f1e8a63ae2dcd990eee7dee52519..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2185 zcmb_dT~`}b6x}y7`I=6l4U|d?h!iCWEn~5@S|~yxwctRI)VR>KTwam^ht5aLOt8GW zmcPMQUwo~!T9&SM_1S;nzwoJg&Sb2?=D~;L;m-XyXP>>#IrrxG7r#COa0B_ax4My8>V4Urk)0w*qsfUz1K%Hf;_bGf+M0 z5|Pxr?b+diK)wr))h^VkRQd2Lo6?o7*n6G~TTOyF*TuU)ri1yys~F_E+w|S2vfTs6 zPOZ>(jB&sx9eP+Ia@ zZqFlX6~EQ2S$Ayipqc-DS7-QQ>bS`7$%u}-SQS|7-BY0B4Xo*S6Cdd~kJogJVk`|) z$2vCBDC^k7$2zt^H#aFA$Nz?H-_kLNbJR+8%RAID#Phy?9}rF-nb#cOBdI5wsJydp z)j}%3_0GyKJ2D97Iw}yqL7nZ#sN^@)=@*-=askgq1lnB_1)(O_>Xy|gech4{Ev7m> zV;&tL+SPJu@fgYHP}x3l!u}HN=xr-Z5)VG7lGDftccBn(vM5fEJVB~>R?R;M6Oy9pF1(s>kPeg=J+b+Y&v>Hkt2i{RSSk}+Hs z)3_W{`;NXzayE{UF{hv1QWi!>e!%$j=$Q~R8*aef-~BDMYU@tXSm=^w`qCJ#2%1r0vWILdS;gK7%&8gKnmGR9Pv0UBAiZ87kcPL>yC*NNX zNy~64(I%6!Gc;q=%p$*{iJLO`zk4?<3IanQPX*wbVc9ZvpijbS8E0@-Mi>zZ=VYop zqcVEXE8_yj7%sMT*M$!fdATjf#$9BHG-}$7!Xhu)R2=FdF% zx7tW@79;dKkm-lvp@&Yb-lC%fL$uzG!A~=E(loM@Mkc7o=qsnzz*6h*tit=PZW*U{ zFTC`A4j-No_XTzdOUE9&v4?t$yzF&Z*Xv$sRXXNdhyQLWy^5~XSF-Y;L3;@auZZ%x zPK(o=@Z-=#OQ>e_gt5=%PP^P_Iwm>Xbp%M~HuPIUzoUiko6ym}=qSzXchLt3DYpO6 zMU!L~y}|W1N&Z0Gk0kk16SrBi6X1iybAr=Lo?_(53Hczk4&ku7nK25c2zcZNg7;D@ s6rdG&*AQxisjEK!xhdEYcMo0+(Mk`F;As6D!~lImWZzAH{eJZS0e4O~iU0rr 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 697d74729bb46dbf10196dea53e93aa830ab0d08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3664 zcmb_f-BS}+96d`uHiQr)A{AO%rG7vXO|>6d0a2+RSORDi1#RmkxsZj;ZkpX#dF)L8 ziB6x}zW88gYGvAKr%!$8-_+^!+}$OFkm=~eVRCox-n-|V`@84&yUXAI{`v=ib122p zhnW}#;`jttV;Js6FRrQPdK@<}8|U3k9iPV0jT!Z1PQ8%VF(1bQ7IoZG*W2ptf(HFc z-7rhCrXewFS+X``3dfNS2P(2;h}n{c)ZB)6EOMr>)^i27W?1VJ8isDyE!U{XCBrdR zO?la}Y*)C3ZSmEyIm6Da3CFD(PjXIaGgo&F)5#U8Qfx}$Y~`gZO2QR{i98l&U1~T} z6>fP^)I{Zi<8GO9$}uWcQ)cCps%e+x)S56InYBbkPBnD()Z~|S>9|+y(w2q+U!|hT zEmV~fVUnP`V60oht=CAh(q_tJrd4c(d{k>!WzAnuZl)%MEAuKIi>BCG6~)cj((PUH ziHjr}4b)ul^xfI2$|+H;nnuwB$!$2cr6D?LScZF1!}!?#pteyrF}|cBJVQkq`sNHv z&etoevUW!>S7*u7l4GxC+hal6b1^+%8E)A#w@UUxyU2CMMUFnj(UdV7zS&nK zUTpzhP&y0(h0S!fG*5+wyFt+Q+M#oG-?hViU3t~n${D*TDPpEw%g1-o7=%4>$Id`JJU zB%fBt6@5L=vmq~4y>t?I2X}PbO<)Q45*Wat1cvdZj{6BLBddmwXt?@XQYwKJJV@Xn zKGQJO5u%RI6Zis;G#uDHf&CyRAh4RiG>RG+Dwek47ApVDy{k@Mp6$i5EN;%*?tI-e zHJoow@?cl?*Tv>i+1R?2r(}=Oxu3F9b$JHI?KMTT5eBleExPbn_dpS ziExx3UVZ#T>*60B29mJX!|NOT9dXObpMx%?1D#U6u!z+^j*&uYyK+#s9 zi8es~mYixVQ~?g*w5LcZJL0JaV!xq#`32$%lV5#oeR0$5y@xYw)$E&`t-_KFcFo_e zT^&hpU#~&Obq4%KQ+$$*_#_+gIg9rL+H|V*jOmAjRFWU=N^UsJ$MxOiOTJIsWlCOY!flqUe5BEDJ3dO1X@pPw@P5R*b2!gd zF+L-sviEd4^8+H`rgJU{+FR6G<5x`e}iFu}R%3$Po^eu;!%))Y5=__pGfD+}Wfo~7XBlW#I7?AQS zoyPak<|taBji!2a4=>f_qY*Tc3Ky260doKDPW#C9CgjloIfP3d|7Bd^Rq5=;LEgo^ KyIxj?q5lA$1eW9g 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 16d91337a9ddc8679e775368ec06ab78eaa43f0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2320 zcmb`JTTj$L6vzL=0%ezS*%eXnuAs}VQt^sFNB}j0%O#)~qc5}F0SaZiwp}B}_@q9l z58{J<3!@1HqKO~C4`n>l7VX0NvTT~PbN!wFoH=u*zkYxJ3E(=0Vo-4|h9r8TXhf<3 zO);c#UREwNphfodD$rtx;-Z2+1(z69uIs{aW-Qat*BEYQ3`<+!j$1IEX-;lMTeWh+ zbTq3VZ0;IX-qFTv!Cf&aat5C<`C69iE91G55M_`d;ZtXY~W`$k388@?xsE znicjvo;9f@k+F1c&U4$4^`NoVT{0X7WwdCRIboCk#`Ae$kD1(Y1a;i4Q0uICQY2@M zTDi5ZfK5`@lNI7hwxg#)NO?`4_ou03JF2T}qQZ6h&MFZ`k(ewKii6b^++G@CYlWRC z`%=z$b$3tKtCK z6kJwu1y@zHpjE*&l`>?%iY7FxxPbwNk;*b%$gZ?QV#oIl+BxzJtzL>Wd45rw&Mphx zr98AZYckY{)q+d;x}6-px1U6H?h+-luA|+TZ%SJFlF(PCEO)ACnhgCxxP{CP`c$uF zj&gW@kz#+hHn~yOf@Js^Gg*f7A9;`Vmqq;RDiB$Eq4dn7k1jlwuEZL8XurJ@1pyf1 zUO9m}>Y*5+mV?wXOf^PdHMIqn+D6SLBHz4`?euO&gx)Vui|53Bi9>RvKOTp1gldee z91U0#o>iKaPSkFr?m;TOiTc!68dZaTv{z8@nka8PT08YgJ3dX8q-sV_3yuZc$$%SA zClsH%jRw-W2mO}N?`Y!t5IX)B9jBh-0r~_X5hgjWfYw2FRJx;jKRqeVE!H2W=p-h1fqg)qDM)Le6dt)(}A# X&8$H;&U)V{I_Vpu@s0Ff(}9jZCHj&z 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 61b132ea9d35f17af4174f617168611d0941144d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4329 zcmcIoU2_vv7=AWin}#%{0Sd*USPQgCVNns$ApPR2wM}bNiWL+#$)VkLn=RQ5(n~MB z^4cFDdcg(Gh;(#xyz;`|%pjlO+pLPY1Uhh2wtONd%&RCQuz*`C7UlD{oc*Z+b-ZSn zWl>d-oUBwtb;8tbTiC4XrIN7iImf?1&TP1*PRW!XZNSk7Pt}1Ohn?#E~(#@JskoLIF3)`t0C6|qY!_%w!BVDUGhN;bN z$VT1doQ{IAT+y9cmGkr#LoR3cd1A=5h+1xFQ9)#ano!U+ZB#_Qwq6v~1)WJ| zex|LGZZ7IoL)QJqh_hl)XA^BQnimgi%=fremP+Vpwy?QTxAMdPwv%E(yxPG8qP{EHVVGppKP@mfdEYz_HBB>peXoeZzO|YxppPh zOm(VFhrQr85mK-;*h+2tL-a{2?0w!!+KfeWL}T1ub(8z^5udTCSC+Ne;;JY)xgnlW ziY51TcUcCzcqm)Wio8#B791YnGx~EXOxG865;}@Wlu%YMwr5loB8dlJd=Bo6a}p~sl9<4%iZulnc6D>| zZwK{Tf&%7&`}*-6MCFai)^5p?*TB+>D6Qo!Ctov71(#Z=As_-jbN+VStc&!^TR6oc z);AnpFB8@SX~4TK47M=xA16S3Svc;MRl%Vq4Y`e!PjR>CO3pW{3`jwo4nz7@mnCoKS~=Q&IPqTj_mH8RTEPvl28h)Dn1D!Kc3B&wtA@wbeuoh!2=GN56_lSg_62hZ+ zn(C5{M0x)3&|xm`;~0w6eur&G|6#lj?1WIUWxOhVmK`pHk@3$f9@`6MpjVk_D(EC;;>?MYn1 zWx2T0g0wuo+J-J%Q*d3u4F+XHluSNZV$h~u@i$zzxV@^+`L1cN78u%G@wy^Bf6OUu zGIRwZ72mY<*|KjsHn&KqbmDcqQrz9*-cgn)$ z62{YuuHe3ymSmn-d~=x_>yxEtHRFX*G889W1-BUbriH)el#1N4A{80bN!u1~(c+#b zJcfmX8O)784p1j;U$`sW5Z>ScW{6Vrh-sVtD8tL_|1mMNz>p|Xycp6`rY&YF8_U9- z=gSuDXj6{Ctp)Cyavg3a{56wYo;a9KWbC$sUNNnbaLL8R?EcCaY83dpzX;nOX;NVp z8pfvhk8Vja3`=3acHfhRk?h%>^v&{i;@?NvZP4Xw82bbjti>>vJv^dUrj8*f(8-5y z4N>hwo`T!7o^vX$Atp?DH?n^$o1nUfWy@1>6n7L9RE*%RiZnV@bmEADQ5E-aUqw4o zDjr}=MG@l+Pcd}XjP1mX`e{~n7p;1>t5_MD z#75btmfu5p+J8>5KfZ^k)c5q~a-{BStO;X%#_?w=GTFE4J4oPcA*!d;NQOcTF=vHR z8KM6hTHQv}L&C6D4-r0ZQI0jBDzEK{%>KtNB8BLuCt9VKJdT(wIGV*|DS{zWoomo! zRnokP_KxBhjmK&Al;mRco5_6v%WWa{8Sz~HGZG)GYA0yakdOj2rpSm!pq=QYot{7u zCvl2aQbHPF^l3+52>&RAPvy0yEi}K7&`RzDNyi|uQ$$!IDWoYcQVln?gPW>4ByrO? z9pX-hxS71x65wv3RZ`yz-Am9XN%2%2bY=%SLnr+NDWT60q>RW?jdBRRjT^6{e1>ob zi1J_^Zaw87_5*~c61sFWO`+S)#vskk;#_EPgn}StwA?2o=&R5-{uRkMYTh(gC5Ecj h0z@tJ;yh_4=rl`cLo|;eM*#(rwAV%d?7Ev8 z{tNyWzUxe}j2(6QRP{-HQ{U7#^`YatGiBScwVOmaR6ugdd5@T}mMiLXUe=~`^G=D3BS-C%_AdSljyq&;2 zL#kn0f?HyBr^Okv)tmY)T{CrSLt7D!VQow^D6Y^&+nuwUWHB1DsL;s`?vP2!(LcJz z-Ii^+WOK^5vAEDSg=lFD)O2>qczDIwun5s1(~HNL&iH$VtyQd6TaX^EZ%>yAVaTrE zKJrd0E#Pk~Qv%1=|%W9>e1ayrW_P z6%~1$O5lo$tEj3NMJ|Cw6*VlW7{j=V2|TJ|8SgTb`>UZUu3<%TuQJT{2h}Nb3?~lW ztfk;x$a+hMvW;PoZ@0t_!#Kshd!OPtc|?&s?`qd&OLe-j$s1cWTh!X7$#5x1IIp<+ zw9~!H?NMz+lQ~!mUQl`uZs}&5FRe>;R93qzD_`*`dsp6G(VAMr1^RK3rQak2h{>FxQB0|yY|Vrdsc#m{Lah6A+wq~JS3`QAet_fG_9l2LlY=x+>#0CzdS&E@xy$R<5# zIo!o?7y6G-@DoMm=MZ{sA3aB?Qy%&RiiCQGwA~2MNwv~Zo$_$wA=ST->R(CqZz0_D zK5klmrG#4|JU>2iWs+9>TX>d6c|1q0WLyjwGo`HRGw$ILihGwczZ2;n7{Q+*(#$?- zh9J)qq=eSGoe7{jxM64hBHX`8=szLcurq$bgq_LbH1YV(JWrzwc!65qnIReh`MXHJ zU%X8hejCGIVuZRB{m1X%#L*0RK-B+IbRKy0e!TL5TX9?@uozy%OJ1MGQ`9R&k)hl; Hhm-#UfBzy- 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 b79b07be882a40ad198eeb903609b119635b9b8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4958 zcmb_gU2_}N8GcqDUU{`qY~iGJ;snQp#+GoFCO{}QsfkI7Qrn?cVk$^e*7C;QSl$)d zRT7u>u5eelf`I{AE=ak_Ffc;)r(Gl0l$Um^f~9O6)a>hl)=#qMtYIQE8_EO@u`TsZ#HpKH3cC8wdmEP0;On6BAD-~<}7Ro@F8FTA{7 zcQoW@ZrC?%t7d!4Ryl0A-tvS7BM9xV8BF_2+@Y0treWWjcY?a_1)LdDXFMmgR>H7u zy~Iyzm8W~l?y|@84Q@UCfUT2i&GoI4S8s;Y?$~P+XDOk_U%cT|Lk$CJOEYw9)}?yr z`kr0m`fDAgCyO(bblncZx_jFSmR7Ab!mkCEUw0a|I2u^f)DSwe&XQ}tT(j2~?doc2 zsfGNUzqGEjPr9BPp4D(+ROyKur=+GjbMF9aVr)S}N?CIMjO#gb&9z0RaoJw1N$dMn zyS89ATrrL&Q{jqBKTYkC5AAetW{Y?_JW}!5Lo(aVRUHU-%MZeCgY!);R?3?FETKjLg;mUNp;$80G(!DCAqMT4vj@8ZS(NY)0O8oQj>U%B1-`Vk9 zP}zKtg53hA3wjM4u)1Jmb1OK92qDGq{n&3GVnW z*VAmDE8K@x%qKRGd}U|@seD@W#`8U*8BFDM(H4sLkSPq^LvLaH9*n|Z>K?LR@pKZS z{1#yFdy<$eWbq^p;HSiN3deC8V|a=yPqX(7e#T!(W8C?a(#&&3j)*}r(PU3>NywgH zlaxKdBZVi}KiFP7)?Pc#wPCI$FiuTC4|!T_1=}Y%E7-c!m|~kP6o?V)`=cQ65BpoSj@i@(O{xGA(b_(jfyG_vS_X;{nM=1Bl5gFSNUFjfbSSov_ZDECM zgdW`~FuPsgwOs{1yG7t2L*zLU7A_l>UI8+HN3L=o`-MzRhMO|mB1aRLjCNn-ZsC_) z6v`@MH*w?$Q-p!ei@?OH#G`^K*YSIA?IekfQ?}WjV^qk)HY-sia6VMdBpW9(a$n}m+>pMf@Thb>>09`r)>xS4-v@HQ2+n{ 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 5ef782f76630e201e71b4076b3e7558330ade55e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2364 zcmb_dU2oh(6g{)Mi4)gsvYV39mTyYCA5in%(hUJNRYlM?K?H)Rc$wXuq;4F0wYCfS z4+tT|6YvJS0RpKZ5taA>{HUsDY$tJv(N5k{l+;i@|bLY-K_x}1Dz$IKY@dz3w zns{Lv7GBiiq6r%>O`&Y!WxS%-UY$bKz-uN*DY9fgi- zuMR@T_oUkrm|k->JsCzrB~Z`VvXJOp>22C=-*=VtT8p$R^<^jp7V}J+9mlsfWDpLV zFYKVdWpDd^vHJmd8#ahHyws%v?IsutD%6k?0IUqUU0vn^*J|ScW<8s0el+Z8OE*%h8`_Mmf}C* zPa67nA5)s(cPlv zg`~d{__qvc<&d;O$ma;Dp>u*sp?8tsW`o%!?w@pYFN2#6COPJ8FjdTvCkf^p|DMNr zN*&AeLu;S_ 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 e8b6dc1e8e3a7a1fdf588ca87e08ad6a1d385e12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4158 zcmb_gTT>Hf7=Au-*brirC?FnMp;RG3)>iAGP(Z)~3IUCxpsih!4_Mgj#@&sT_NEt| z=|z7*e?Z$CFYHXMOgruLsu%rDolf6(cN2oH1*Qzi?st6N=RJO3`0Jlveg|*?P7()j zGl8}wrZAmAS2NPc^J6B7S=>re>$ZYI63w`o#2wt_;W^%QPr>~p=CPpQ0lyzI#K!{4 zSXDPl(iTWfnx?eJ4b5?+LlaK5SdV`T~adpeoj6s3sg1&5OZq=3o zeIZMR{4ql_m(?-LGNfh>4%5EQ+f~!m%W_V4^hHBnHciXb7?nf~OckxNx}-U-w4as@ zbyX{_IhLtv^+oCp>Q9=%pUFSEJXW}pzayaT z3}x1~D$;h>iA=PlxthRmm@#rwy5%WW(VwbLX-zF#C22S+Z}zoUCup~4q4h7>W zt~Uf~Fl?-Ej>L}>q`>|u-IV!ic~RPTG%~P2X38pR#++vB+z$q$?ut$ppV*$)xGgnT zPRo+6%^KSJBKc&pbXz(Va+w^nO00VORuSu!nwZrv6~aR!M6aQpn~g27!|?GGvTUN= zy)_nRHCro7ioGpC8R=#0_TI1{CyZR^M7W9qr*{@rlgp-MbAXS$0e$Duq%77lJWp8L z?%USeJwe4FaxI_f?n;*pIiUom%u)rDIBLP+zc(}{D4 zDLM`;cZJWgeFc}Q)U;L!id|wwb5{KFNZC9okZ`SnYwPAR9dES^^Pv1uB9SauRl6v! z>RdrjZcBTB*-%F0rQ=RZF1}6*?_fZ|rzvPyOrZ_!DRiM-K{16ARG#h;xUqK`sX(T% zgyj@gpr^2kHG#4J53j&Tp$t>tz^f)t!9pd4t9Yz{%zkb+r+4k#6*%$=N4{w|>Ro=) zwWPQri)(qy%~uUW;9^KfG(1(y}NQFxb&nI$g% zRN7u!!BJu@F)#m|?G54fhC?HdOyX*|52uB>lT_I0b*2ZlXXF{ZTg1v%~8hMkl?we*^+Y zCEmi@IKfSa)-`d`)Yo?Z$J#EWXcJ`>qIj1OzoA_bdLPfegve!@HW0bjpNaA-n|py+ zw*Lj&-42rSd^f*5ne2X0Vp*1{C_dM1pxYdAyUJ z#Is1^oX3-mKuZIjR7FXLhzFz649~@~KOy$K4#0GP!G_JTV6*R^Gj-DM(K(u)I=Y!P+TFut(IJ$ur-@jRI zZXm_(-6WLuTsK1|nk94G@`(A4>ZrT3gJv!eFblXyux$5-fq--nJ$~3Qt{*Z!?tLiq zizA5m)_@2*aALH_e#3$J2-7UgN10z?1FcNT&p$shzx0Iq4sH*G3OX6D1!z-5 zn$fy5X~o0KH2G)*8p}ir^YH*Vvl+HN^4AT>-2rk0*FE`@xIu5`*^EQf$`B|1f51V? Muw(cH$45K=1&E0W`Tzg` 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 2743d90522eb160e94a7379088140f0feb814ad9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2985 zcmcImTW=dh6#mAStmAB)n{7zAw<$PI=~8YjIHZ?ERa?19rL;jvmFU=>q}yzEt=%<{ zU%-#xPXJ2P2qYd5La2|0SK3G55qRuHJ+r%ZCiWtbY#u!0IWzNp=bLkUj_*GC<~snV zu$)B>C$cc`#xO>4QVws*;jIkDvUnTs$h~(nn987_;ZznQIIZD54ev9IHpB*RS^ibW zGV41G`RZ-{2{&54X&I|c-*jwlRTzfX%uSp7EmtsX#2i_eubPgr!9Bleer9-$Eo0kh z2+K2^rf|80@r)%`a9>;z4U=EB_)d-2w=OlVd%``pDQw?cRvoD<5^0)Smh&k?C7$rW z(W>eB3*jM)+ndIk@0#`|VMvrzL)av2Xu-5ie~}?snp-F968Xn4RyA$0(%P;G_ZqKR zWSOiwb#AS5*OcqXnDTF#9)otiWm*m4GU%6VTewRW_dG!xm-|*f8$px9UzGYrJN%Y& zed8(Kt@aIe*g1xqrI`3u2I_S2a8P%e?ZAE=$NfJf^FYcAq&vuZhKZxz7Po=#`FW$RPZ#dKClk94qab1p7!t1w0eQU+> zS6Y_Ea5_pPg*NItYDZ`?|_x}k=R2roKoSG{wlzorm=`L zjXxoU@9BTU55)B&rg0ZDWYt3yJck!)McoxIMGRMnAwjl@`N^SuXdjm6_mPn-Uy?CF z03abr8t*~F&vfyZ0I(QdiU8?4?YvBo68aU|lg{6uSwiPJ&~4nLg8M7s-X{kiD7d)} zZjSKe^Bf_ZP=vHhk|li5qx5YGvk~LR5hIBiR>Y(NF)HbAMEW}c{h^RfbVw%%^4K9# zX?e9n`dUC5BQql1Loef>#P}CU_*-FAWrkUy%A7*J!&stkg*cg6MP|B3=0hTVL^2;M zq^it9kIX`s%tBl=Bho$eFtRi>HUyn%3Zp7BOm9q0$yIV8`pk$^AEkbD%#B|-sFpuB`nzM9%lzt%3WBMtrW&%_I 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 ab81ed9bfa404d1c9b8cd33d08380fd0f059dfe6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5149 zcmcIn-*X$)75=Uzc@Qy=$~9 zAP>MJ@YwRi08g}J2w|qb(s<~!)9FJW`cL#9>2&&?-Ics{Hmx%@GxqMiyJx@eoO8c( z?$tm4^W9$oJPkjG5iDjgn!_u2HH%^vr2`m7T`m{oaxsTXcrC}#>l&7F7{H=Dc|$(D ztl`ZZeukfGxFYvo2#TSg&2}uiX|@&ebB<%S&)SCPnV!O6(_Aq+w!i4wR^yt&{na(& zZA0()maQ*r_?GJ!_LRbby0z*Uey43JtR$FBSE`n)uNa=cVZEz+&8zyl+ca%YcQ?$o zAuyhPwrv`|Su>lKv1l9DmW{^Mx#mUBY|pHkj_*z+$NPn60Ij3QFnkKU)X-ouqNfU{?g^!| zg_fINn7=YJTR%5{K|$Xg%3@oR;a?MH4BK|!QJ6|j<<=5ZEzh40jcmhN)$4xSa#oog z$xpgzI$W~;Y0I(v(+bZ|B)}z6BtAQOiHK*pY6`&s^Qg2Buy6sm5+urC>H zOXktTwBNEQq1inzJ!2W&PH=6bOY*OzpuPvWC8UllyIP5uRkvhz`>7;-mr@SO$89rL z#qD*mXta%W(`Oy^w9i#ZO$her#L)!rh_RaZVtUU@d1nYMayazZ3|D~lZibuY(t#dyT|l&VV|8+cs;2I_s7{ANzmUz zeeX+V4~Pb4!rpx$?zr^n{mI9{SiJ_Q3Z)&75;p{e)=q~K?e--PAH=Edx##U!p450Y ztj1vfGvDeMHe24I$g5zdTv%Q+8(fn&6qG9)SkOP>uec4neoM|ogLR+BhnlewZEV?= z;kCl8kZp91Y`z=rygVRv+f#f$R>;-ePP<{gXvuC_`aegVm{`eU6c6N4luHQ@Xjsjog(t-3M+z_PS5wQw!df0zVJn>3E2xI`JRC692X|&V zj}5$)$4}ALz-2mlFDJL|nM>iJ9UjUN)zdG^m8aT9%WPbocm4T}&1jxUP(n-q(J3n0 z8nl;3gS~+(`2*NYbL;}fOcH8W#=?6z{h5NSYCwM5EON=!TE@R3y zO>^U1r0vHO$YK%2)Sedc%Fcf|;XSpyEjJ;5l4b1UC|wGZ_p)+$jK5Gu_?sq$KG8F; z4|3LrF+9ZkC`Uhl!owyW#bFwA=mk$H`=0HQ|6yCC6{}-cwk7(aqze@9d zw0s+?Qs~=6>b1#2T5iV*8M&1!x6ognyala%>=v@Wqj3roycUt=^#nhEl0UspqJXCu z(kVQ`A8$wS3~ippQCgHk0^Tc}kt#@n3Pxdw@=O9qVUkY|^B!7_(N!50iPsm5N*tx4 z^c@RQ(odV?e5dojnBt_Dz}~R9^|Ztx`wOoU{4_lihN1E%4upTVk&_7ff(UZ~>of-O zTo6e^a0}$tc^RbUJ(Z`_zPV_=}l6E}MCIV_Z0bjW* z;K?0;r9{B&PQc5%1RUcMpQ4`<^5GykK=#iVSh|h8V5%T(VboVRdzvx`t!uQFB^-$~ zR<3MfP=vMR%22TGEokhep3^iU7FiyP`R#Px{l zBacoDcc_Ou6lqfQ*IngNs#!%^o8oAiDhL^`M2rk3sFWxeEeIw~`W{K&XD}bcNaMj2 zahkweq$5*5vi1Q9j8{Ve1%Nj=w|(zoye)QE1mGs;@DQ8*D}2uzB9Z48BE`b7_}h`>XY& zS;INJNLR<%w$8JK_TeR34I-lrsej{yhT$_(4|8~#SBd9*)YZoO|ALXFlsH~rN{h$! zCFxJu`X&nEU)bcrYW;n{9ZG*Z;#NGVR3p$O`Y*jqFAN_HaSMGRD#0^_bbYBmWY7wk w`cgKcxo@kwLz?emGefU3HmbvTY?JaT62zt2zmy#N3J 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 e6031260282f7ee40dea934b9259988503ed7600..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2209 zcmcIlU3U{z6x}y7`5J~6rX^TtYc16#DKNHzC@r<24N{yowSl;*Pq)c!oidq;GZQ55 zuH|p=)fZo}D0Jz9#k2pyf8i5)?qtMN^5R-C4|ndzIs5E=&bc?gz5L}lfNQv$g^H^h z-p92x#?$yf!w5c8&(AW=NJS ztMVB`#j-tfj|XAPerN`b`)1Q?2q!STmhgFKdv0K^`htgILo{r@<8d6I6PpR^JS63<548xY~ip_R&SNL~1WrH+DVJmwK_5ADUD-2wwVR?1#)VOcU_%R99 z3Qr(Hur{twv-Xpf` zwwwP)P_62<{kphi%T}8IFSqxyysA3R%SUEh$8D@LYz*{$(D4@T=y)5S=s1fvbWC6} z4NJ!cHq)r+*utkewn5i9$sNc0TH3y&V-#nots27Z=*Y?W&_Az=%p;lC9nU4f#~Z4$ zdm!o|RpM%I7pyuw2o`%v5kE}5tte5+FW2iAo2|=Ao{k7~J17c54X-tXXqCTebB7kQ zy`C|To{;fQ;d6Q-d!XW8W=ME+{g2(bzdic&E)h+NW-IJS!hP??$~-;&BlLHou8hfS z0`#R!(vBf30eX~ao}%wL;M6(U1kpMxOGLYG(rTK%@~0hwJwf6Hlt;8;n4(d7N~|nZ zSlUVZD@a7UnxPhtkbD7E+9!_LU!WbmYlRu&A45K6z9gDB2~QfGtxgs zHd8bX(J6>`ia4Jj#u6(>o)U33(k5q8oq{~=CQzVAXHks#ne>&clf|Eq{x`MB2(C*l z8N+2Uhl??_Z|R#PXY&XdYwr0CWqD%!drZwuEL>N|R01T)+3%1YQ;(oM`bJ?t{Q3J4 zPRKAyl!092K224*Kw4)=^)$iHzEUwl*}Oz5q<%9}0bHgzseXxU8VY0Q{~(O6G7}lR zi}_gDc7zQq{0eo)&=uq4Qw%-EaI`$78mFVBk$gtS${~iUJL(~f>SHjO-EKv@*&V?! S^~)r2NyL#B@E+MDaOE$PF*8a4 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 3be08b9adc7b26ff603ee06f5facdb9fcc7aed2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2089 zcmb_d?NZY~6g}IPhBmQ4fvS9|h+0}Det;mY=vZ|IEih8WKmG~n0)aHCN$S8W_%u2r zBl^P!@Sz;onLBZy#9G^uXLQKWHG zOy82xizx}Jgxd^~!{1l9>oE-Ex3v$NTJa21T`7BpZE0qPAyP0lEzPSqoFU(4Nj9A~ zY;{9(y|S^Zy2Tx}WEZ*Vs=8e&+ZMMxSIs$G^Y{`k8ro`=F0(+;L0T>0F2mpw_qOa} zPBYDxr3}iVWpO8GYOc#&LEoOqE^|i{4!dgM>B}nCqUCXCL({oC(H5NO!&$>Jyak4p zN@<-tueEiPX5x8U*UUA|F~qnw8S=Ia+Ftf#FIv>83HhXA zm__c;cHB<8IQ}3e&&E2_!TfkqhSg-7SjwEynZ%#!?v?8be{9G0&yjmZFGCaoCc|9v zv^Xy1lgsI-qtAAA?x(0L;U0|(cE!>8b3=sKSjQll5(%zg0Mim?6x_$G0vU>e9`s9? zQ}6)u3NpwlcnHdi`4iKvBNaohUrkKS+EiE8x4G^~c*OAHM99C+V21uCMMDs(DoK%n z@uS6zp^KNw-X24Oq(AzfgdIBMo+yT{`bM-=jr1+9?=0Kia;18HRg9J`W?E(no?}>> z6wys5t2z)(z}{d;)?%{NzJpt`-YlS02HOSmsZ*yBOw)(3G)x!f#XQ14x466Bz^`;A03I*{j2EU;@faXrZ{@-z*sg70^XPl6Q?pFz6g8BhmBN0I-MG1*J=nF@F10T^u AMgRZ+ 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 8eb1e971f59d8065f1e3f908f4cdc013f2caf7fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2796 zcmbtV-%}e^6#i}kBy85uga9pRZPltF(XO>sYZK9eBB>#?KyjSu%aUAR+hsSidsD^# z!v92Pie+@v@k#5G`li0AZ|XzGcgJ&gZ(wQCJ|vUL{dw;9edp}C=l<~D7heN-4L3Ao z@v26nOQXo(^(4kMTt-<=DjMFvY!VZ4@@5iKvVSXyyfnX(z?|Hl*O12B3A~fQ0z<0d zI)Xc5ZMVf4vb9_09n-K)XUkX>p5<(n88ly*qV3PSO|lq|SXAlc7Wc>`<(VI@aKGg` zKG~cMZ5%F)Z6R95A~l^|G9F#Ewj4tA$n?TvOe^7@*!MLKty3Zt;d- z$b}|tVcEuVOIWUB+O&VY$8x1qBcx5!7cJ`}!*AX;cE};yH{2HYOnKBd=7~Y@CEm2m zj@~)9xf^m;EXNYF4DrIuI>S&HjcAMR%5YPO>zxn-Q%u&5 zM4S>?McscK@1wG7U^yQb`igsyXakd9?w^}sO~vczbsAXHC%s??yN&~E8s3mMk>OII zKPb9#+N#_38hpW$xBhsK(s54KQif!m`(n}cg^nk2I)Qg}ETXC-kCO>p)$tx`I>wPp zU`aTWhzI+7<0!+fVD zb{QrqrrrA#vFV3&$n(B&L$*{A8{52byY7m5+qUJ0i4?Suwj5bekCP$_s-7}p$QS`8_CSHN)Z zNHohc>o`x3cb4A#A;e^U&?qKTBj_nRz;GfMPt!Uj)4}`{60}0OMk{B?VwPr%dcAlL zthkTZ9^#(`C!eA=jX1U65X)Cc;afZ{Ekk=egXd^Qk3ODPSXT)vCQp^JL;DzhzgXJC zNbyrziQy3KJ5umHq1+G9Cc_g7O)^Sv82u(tP`K9=ZZ5x%L^c^f%i$hIyU>4xhMy=h zKS$7W2k1FMoe9vVP$bkdr0u3cC)HX0M4idw6!C=4yhNk(c$wPJnGqTR`7e?Fpm>))_+5;Cjxp*| v^pD@ev4=C@0a5=;(RmQihw;iQx8k@!U@=_8D?y*ev(#%uk)hl;ixd9?GBM;~ 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 b340d77c9e93c06b4d272be94843f8779b288951..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4778 zcmbtY+jA4w9sX7que@4>tr!}Ep~j)XmSQ#q0tt4ggA0kMZ5j(ml%#3a@?tNRcNOi5 zOVhqJo#{i{r*@j&k{6N}CX>#T;%O$CKJ}rKzaW20r<3oTvy#{LnilckJ@@bT{jTT8 z|Niekz65Xv?->}vVh#rkRB^??Rb0zqB!|N}jP;|4*Tm;_@u`W=8wTFQTLybS(($%| z0v5&0j|Iv*I&1?=sOwl3ts@|>>sZmCpKrU3Wv8XVtazT&nr+xY-~<}-b>9meFT8T6 z>1Zg<-LP-kR>SsItZLYDy_G2qMiAOzJDByCxkIb)Ov}Et=mbsQ3pg{P&Uj8}t%hOK zdWE0PDo^)U-4&1LTikl`AzP=_n(JE?uh|YM-LcoF&Jm%{U%KJcLk&Y}OFMKM*5zjC z`kvk3`l|`k)8#oLUAKd<>E5=2$%}M4Hw51dfX%xHI=M!0-33aYZ@}jetYL!&sk`%FFCC%_EJOI+^^e>Yj(>O<7hGy zuDbNj>7KNpP4>@i0i|;z;6FT~KD)UkLCwdrxvr#UIdJ{wVf`G5aYTpavm7c*Q*Ts0JcEEHKuYg?WtLFh<2UWk_syi25 zahE-raHk#@PYOO77MviQcf`dPnD`D>b+{&OU`ev&1i(t}h2SnO6ADTM>TMZ`zHv zbNRZc{VZrZb})E~a&k*nFfN?+W_X7l_pb|H>h&_7z%9bua-5*K6(^MMP7P0V?iLx8 za*`VqS#?a76q>?VcAVygD3p&S2#fKL1$Rcos!;IFgmqr0TTH6tC+&&n{S6t7sJzIJJtz1lPApP3N z1~SF0=uH;;L^GTz>Y^=`?;}?lxsU$RW;mm#H|H{*8jPqN9!S8W$vXIBK*oW_u z(+M2KNlf4rSDs_eSAV`@MrDg=FQT9_b0JDrHP~t6)#GY*FZ^(TnHwe24roaU$RDon8p&dO= za-BbNXtA9@{r9#3&HqoJ!*qmlf1HuAozc|#6EMFW@a1g*Q?iPM2M4_xAc9TbeG({NbEczza zBp($_g|43qk)JiZ$VgBu<|Ev}gWcRH9Ta)69lFKv37BJH40^B&JtzZ51i|+(Lr9_E zTbq<+vI)wD#8p|PD8EO_KPBa##c<=4RnBjQVS#~pgmOkHA%&ONJCE7z%9J~4y@3H{ z@(yKwPNDBpnP0?&#+4bv_X#PWFYHvNTQL-FT$x`H_t#YBH!<9}GOA$3l^J6Z=_qrN zy_fL{zruW9Q?l@>T`GT!Z0271UnrFRj=?hj?joDMSNZcz$ zAsRXN6z2?17;?0aqdZ4>InpzqAd?nprj$6&vimTSKjeQ=KEgYk6SZzsk?cl-jS4PNg+nyq4_Nw^1nK-6@fuUMjC{(RwB2B6_QBsU*txpiIZeX8ao04gw;^!^~@d@kaUCBmOnPU+f zjc5@KeG#etlZR7@#36qhY#l?Y+BYE3WpRckpVc%ZMSS8D@$B!B<*y!e#y i_!-mm)0q63NPZfZCEFk3RklLS0*2W$WUolu4u1o!ag4P9 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 6ff7a4b22602ebd5433caae4fbab910cf8e6401b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2324 zcmb_dTW{P%6#iy+6DO|OWH%+H7busu?1k3l)|PGvWdn#xxkyb3wCc-bcapmG+AG^z z5nd5OJVD=p2jBsC=o6J%HKGzffFFhU#aa1WYCoE<~i#G80auf08ns)2V*n0VK~IRobfjBwEDs4x^bIDbpt zk@g^RTzjb>Ild>|mcaP3v+l`g5Ga9q&X$?P=SpwgZu`Egq}Q5dT&XJ~DX@?i(wujE zdrgK>-}%xGySMG0-&JmCcl=)8_mmff_FSN3q!v`ykylhmZ>VC}(HX~cqFI4rt-eB* zIYtUh%sZZ19Q0OIa8<6l^i=2lj&xUK;OKekEJZgRDmB^z$L*>>z`E>tDwuO+7%DEb z_c)i|SAo9w zn#M?)Vl4+}4^_>)`c6ro{6y4O_5pO&Fgy^xsX4X@bAFRDgyqqe%NbzlT5YOm}10=_E9TB?x!DL|{#DoNM~rH#lm7 zax+D5Zs8U)xIeU;E@^nAaK)cqI=|dV~Wz7c&~K-;24Da-ig=xo1=LWFM-xXm Mn%r;E9>L-N0p(0wfB*mh 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 7f07dbbf67707cde7c566fc39728370831cd3439..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4148 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 OWuGENhPiPDC;tNg9s8UB 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 aca5c0eadae461febcb632a6efa84220366a897b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 zcmbtY+jARN9sX7que?$eTeSmDoZz^jv86g&6552=P2D1D5aMa43{N~T{000i48wQMS;=dAl{E2#_S}EJ@B7`( zvH$hIFa8eTEPi5O081GhHc-J81Fv8?gW(L0WiZ-{0$vrL*TknPKCc^i18*Aa{ZPk` z4CJvSX5JD~-qv9mSV2w4s%UK?@~VzC4f+c$r@m@8HRQ^!Yd2@=mhaoXhHTAq1KSO* z+-lew3Uk-2>y}x!+%>ZjG#z(sQiI_KR?zZiyjAYd$~@DwZYb= z6*zTsu@N|)Yt^}ZF=l$IG)KW#Ek9^DH%)(a!`vjBx^LFJP0}EL-<*rnA_4SFIj$32 z&@eluWJm2&R#WlxW1viqFKb9CV;-DyTzjFlxnei3SSxku0Iz1%m#wBF#^GctSa;~E z^IbT24ZCRx`o1|sqXqVYePgG&Xq7{AI|S3)q44(~l2bQ7#ZcXk)rFOYmRfG$Y}(6? z@6a00yROGb6ht+gnxpHaNA2d#&ANHbs%`k5Yg(O6<|U4$LA)jnaQY#6N!wJ@Bq6KXs#(|HniYoF#MI}-YpB*djOQ6KO6fLN) zg_z@AyDw$l{X};QihXGu684HMtr~){E>3@7^y~}LxkuHi;c{rdoyoB;G{1@yxv$FE zh2DcRiQ(O2ztghntgnM1EP2%}u3WQg!Q}Ysy#KwOuY_<(L)r`0#rxs_lcTmVZ#BaE zC9`h%%t`Tf$ON8xRPaqv@mkHAJ?n@|Z@9~~bxJ%&_}o~q{b1e}x1^uLx3R9n$>AC{ zbkuX$gqy=*9LZrAM{_uaZ{;wG$8~r)G;mfNctXSUeyd9k@1U83k3hq@M-`@{mBV%1 z(9pO2&Qcc4;U;e7uz(+HIJ!%|h&JDBzkTEt!29HI?5vnBp!3!2z^*Ry9 zcysS%6uqB1e(m2zTINe}P54;9Zq-}%;#F~7u=?%U!9Xg=$sKvZ7_m1S!7X~TpN-7+S!6>Oj4tYGUSw=G`^(IGR zPrCS5Wd0&I2)hZSz^qiNgrq~IZ60U1<&P?G@B}XP2Ob2MRhyXDIha5gEG?EyoBN zk;> z+}xG z?K6A==2$Bty1yg3Uj~i{g6A+zk%Hix+mL0l3CM<&tFlT#{wX2+)JiYF_hdW znO{@xZ%F315xG$^s$fOQjIxNd$;`6%5?toiMPgr$+Pk?{m|6xAG+nf`%ZbX6XM1qAfE|J1fn(+Iq ze+kTS*8!yUy!Kzr>L^SL%g!_970)WGkth=<^{+5cO$tJlYAR$>sfv+-U(P(@#oDS7A$x5i1E)@DQQd1$J^iW;8kX9;$*(z1N z&{L^ql;Xagf?lci>7o8ZyYu2R#^dKq)6XLMr$hZoEK0PO@dLJkW*$TA8M0TPZHN93 D=bWfG 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 b81d666b4d4965553348e9175ee1fc0250253caa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2068 zcmb_dTTj$L6#ix}?1jQ!#8vRFsC!W=ii$vp5n}+?#fV}|jIp~rK%v{NZCB;NOQJrg z4?g-gG=V@g@dx;$jAz>7F0iP9O_O$J&YACg^UXP@KYxAu0pK!5qL6SpiZn72v?Civ zM-(}n5tFlF#Dt|U1UZTb&V|q)!g+?UWt&{7Oq3at`32>vB5R61Cr{g^s?QBGB&wRS zR8&ff6XiSnNsU`JLznAVvsF!=s@kfdD;l{*rqwxJv1=x0xY@*IB$rnWc~-IPs`^~E z%8PQvD09t{OGc$?=v=og`S#{$!=r@UHlpgPJ<8xuXJ!}zW3-PUmREINs8x#GysH#7 zT1n=OlA_HhrYh#%V!)nPEr!swnyQt#$skSWIyc8O#j-dVCbwZ_RJo~$!&&keNo4an zx2ajuhg9GhzA>7(>k5i_j}@H)K>+FwO%DTRTZFkpD>NwYC+TFNZ7@&1>p>pAeb zS?rzWV@oLqiy|!fdNy$q`z`sNcvIgf&GXV?!LSQ8O=B2rEOj^RaI@my%uU>qF)J|K zrj>4jvkkpWqpR1Vn;j%GgMMoI68#o@^w8ZoBf3yfM|Z|a1j$18O)Gn8Wt3)&zEXA- zEV~BZ3jALk&lJ5o;iq>E0a%3l4Euzq>yQ07Kr=>B4tiLVPE^{JO9s{uyr0djpe_4_ zynLvmy+8;r3FVc8mLi*o;gE-W%fn6Nk|7s&4PoNB1^Nv^zom`u8lV$@ zpc7;{>_HzPNOAm!9yC$*px1Hz4V2##?gyg$u>rS{vMcaW!gIyxq)17MwM#pi& zJIoM?DFlyyN8~|vnFLyfe-+WXOl^++Q-j!X?+kwQ(oP>v;*|4^pohLu@^7bqdpEj& E16%|y+W-In 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 b6ca0257eb3a4408835e5bd9bf65b723cecb8042..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3616 zcmb_fTT>KA7(K&YS(ZgsL?Iy>LKJqfq~hX$6tb0mB<;wT*>9#vTm-7Xz00JF z3wQOFD2viX$K5pKn4_0$Lk`Og+pvmqY*`qN95zLXBUNFYwjnl`L}7ipcw2s1k&dgO z%NMH{bMv+mBniE#3~45L6mjX4<3fyRh_ZFyvI5$TbBL&&-(zNoV(1*Z(F%!~GycJ2U=P6n)za`n9*q9?RRmO&Fsn z%NL7l!#j`qCEJvuAwph(15g|q6{uF&AnG|v*( z^3M$oiM&-Q7vxo4)vx zSj4azKBnRN+uA-!Jix;w9^tWui8lp};Yku-;HicKwFA|UW)cERNsObQfiYwC>TO{2 zkI=j7Amx@WtjfaroaN3{3`4_(`Yj!#XLsqVuZGneradJ)jLyW$lI?CXS=O>5@DH8A zCL{smj@N0a_=e*vJJ3>2TL&aK4eeb`7+g=uj@FUCMni`(pOb_!c!XM$RNiwatyIm5+}*s!fR_L zyM@?G#Fd;DPfo%c7(|?t6@9lqu}a?>(DUR)hGPmYM_5H4$^4AS^D2~L22Oi0zP?BR zqe84kv%GQ>U^oa}Jy5g}=v)&ZKP4xt3srzUIOQo)%8q&Jf%tD|U3`gz!sN#sTVLEo z_D zAEn6D$0vSx&++a&F0fUM&&jClJ)X(_fJpdR_AjI|zaW|A?|Vc-&$54_eO5VPn7=Kg zzQZB*qU=SzUM&10!l7q`@FgDSzc9dEL|E)u;hD=t9Kk~hctp!TW)z>`67Or9VZ0iW zaeNAu!#?J8gtJ>PO00H7Vkzw(48+hrq2e`00AKwC_nF2i-I3qXu^3V^^NV4nFTaHY zN|e71e0vl;Qs2AX0jb9Noe9upC|aTQr`uy5Ub@9cBWNTY&M!s-r&G|6vzMDmIi8QX+XpaA_!VqC0_7KMWvuqMNm-~XKgAd?CIi76;E!YC1^+T7voc*2u**!VS&tKnv0Jwn%5y(hIZ~+%Pa0FwbQQOfO z!6jT4gDdTbiRG(D(1URa*CbqLXm>q_YsGAyL783C-f60-Su5&-=NQ(?1Vg-JY8yFC zU(e>B^S5R0dJH{P!?I_X>U_yFY)doAv}3_ou{5vjaE8YXOwy@Y!&VEL>y?c6s+(U| zi*}xyuBzL`l5KIzbJeGNy-iFKIY`D5ZZZr#;ohp9&uFHZA=w_U+0Pe9GeyE6XDy36 z8B=pz?lQb;;?*v3M-$>*bz%B(6`Zv^?i4hgyTb>2B4OdQVHw^e!*b%kc^O?~2xaJ` z7-F-A#plY!9Cu!5Ig@6TSzFi4Ma?n9*q;n}s|E$0Jy=q+L-enDs%)5f?ognw6MrVh zXbbrtnw{UixzS1m<4vO3R{+Bs|6q2146PK_yZeeaO54}`v61V){m5FWI7BIFGR!3Y z3F=Z!a5?2(WahojD`m!&aErzZcG=PS14DcOsl%o4m?&*B`fyvqgp4%q$cUj!MmLU0 zn3QoB_hfV;D&sz;WMnYS@UU^Ysw*6abI#CJtE}_6HLiOSW*C+Z@&i9K4yeph`dTB^AED%aQNY;UeCF8*eHv8cv7 z(WrdXMEXVy0lUDEXt2MDtUkTzGq7Gy@!zvXv9%^i$M>9%|FqTRN`t$^Aic{nJ>NkD zMDkHDAkq@_?pFE=6p^9SZ=<NRfd0mlU%`@F2y7ylOl>0cxw7pfwF*Lh z8zU#(1nt2on(3`>L_bc`h!7PAjKG~3@bQm)d^DxBZ6UlQ&{FafSqC84Q4$Q2C6OeV zMAf*_9d5J|kl@B}#^*lqx$%_JUgd6~LrC9??kDtV+Bi^$j_;u3v@%FYfgU2HIFaR= zWFNiF4c19MOWa|SJW|K4ms~yjv&55$E&`3wL2lp1F!e@o&i9z6Ll8Df@(V)rljs-x shDZ>#Xu=hXWW`&RsQ6Kwr=1~MO%QFA`T->AYJdpM_0Yd_N5dVz0kP-CF#rGn 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 dd6225fe26e0aef110ca56adc0758e90fc3e58dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2944 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 J&!laK{|h}{$cO*{ 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 003073083d6243f8aff5463b6cbbbc109e33c628..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2054 zcmb`ISx*yD6vzL!3tbrKB38j&P`fB2;(|ahv55+)C9#Sz(U@s_fr05vokitAd{7_M z2cP^Nnm{C)_yPP-#&bIZ6ez?%Gs(C2yzq=Tn=FAMh6rw`_(U*Uqt3O`fjXs-Y_ySw>3goUYi8$r+|vn2hHNsv*x3sjj}3t?Hs& zGpby(o*OD=75Ha0=vj&W62?Fj~dIy1u%$kQ^0SV7f!(W#ZW`A{iqG?FYB z6-Ap-OjY!~!GJxlS`4Avj;d9;$skSYIydv0Vp*IfCU+5K)VZmMy;*Xe0%Y?IY16Y5 z9158ij{%QNLZ78~MljPx{&IR3*j^EAr-0#o_-A;WFVT;{M-QD`qeaIFhD4*CM383av}xopjZ9FF(O1g;0L!ky zw+jFFhGmN0-SE@fK>!wUU*U+bbnS5z$Ee51%W;o2)$mHIa>>9Nf{(MgRdi&(k(Cdd zv^NN0nJ8}?v=q$=KQ2wQgla}l3@1G9eUF>SB||QE4Pnx`1O1NB?`h$OCUjy0ouHYM z9{Lm^#rB_iXp-!q*SY>C$sdXPi6nn+;x?Yx25m8xkK zWyL^p!nS2)+!C%UT?28~t4L9rC>lslt%@fiX9;^bm-i~By*zB7=XTZh%#xfpU31Zr zW47&h!ZRJ4?+#3vPHsuKUfFz_bBk-as%KhmE?<^nO$v8?T6&@=JVBVq6Jb@Qfiq>{ zt=tk7QM%xI>z2Ienx(QOhvd_;$Zk(HVYPO0qJ()K97fo%8^f%_|(`9et+O>t+v zEH8?3*)j{hFLJA{V;hK$n6~L%GB7x>)0Ius3=hs52#-^NfsQHDmNV7TqO9BzbhHYG zQxMj?sF-RVJPdm)COtp4%Ql>{tmx?E#u-*m);2S{#E>%3fd{#z?(O*8Qo!+eZ|Yyu zmuk*vU!KqN|fhLj^P}jiVPEQ*+xi|cYW!tGp z<%&(1#(cWjbYWx{@Bd#C#TGYk`L-GI>sHAwd)sq*&_7YOEVk2z z>X}_!l?88j@SXv~+1~VnC3b7aTTy34d){MZPK$ET8R9F#UD5q2G%z^9)5CN0Nns$7 zcdC_wyk@H2b@bKU=af2V47AO#mrqO8^V}p3<4z27NzCJJ5?wfuL@(Zn;fo{|Fr=1` z7`XnHiYAGBxSzxWJTx%+hL|xtO5!oTG_Y^${M4>YLSQk8Q4|c&VQg5v4P^SnoKxo} z>$tEY3u`luH&eAN1E18_aS)rG-LAd?)&iLJm269KMpc%|-Z~@YEGYtg$_z9i2_Uz< z&U}h5OV9sqFtC5KFZv$~{zDpc*0K6o#yus9QkJg28T`6@NTD$`VBzTae> ziMP!+n!lN4-OD;phw(nYn>zS~)xtk!8A!re8?OiXJLIB=3(P!@@A_tajRx=e*33tQ zhz5K^(-5zHnU^rK>6Q(I?hd8H>XOO6KqNEt0@0sn5JEr4UPL(_MwkF?1W5DgK^!I9 zF^=$I3C7t6oT)o4Q{8D@$N4l#vHD40P3Z|=X_PAiTrOEg3A$B(MK{rBl5fkrI>-!K8)5E31F0q)oPYk z76FC=*VO|>8-dO>0n#BkS=*=r?7=Btky3WVR}aL0L+ipzBorpU-Z*M;7dShO4>>C9 zNm?tnq=KmFaBb;G`EeaX3|Hvz@jCycYW_*p{Bs6p1KjBVw==t$1{-K&5@Z^ouM_$P z({Z8>y0Zq|Nl$%5NPafsV?rv)54I%NGEC#@?9!5_i918dvvs)jl2slV*vg|6nfmxd zyZ0RL&f^n~it#xaReFzRvOgdaewO_Usmw1(X8HRbkKx<~-6{xa*#phSn11eV4o7D%Rr|` z!6((Z+Z~Ydgka)pv?+>KX#MH-n2(ok(P#vXq{I1zXn@?g6={vUT8G>pAct_-=O1Hw S!PnV}{k%(%L;a(dM$dn=cY?40 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 4ef92ec0db7e4b136060c2049d4a5f6c637ab327..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2504 zcmcJR-%`^+6vn@83xN_^8W0c#L_kZcLbN2M4zyJLF1>ioW!;p~-;|6ZlqXC0rQ0veb z#x2|yi#v6QipN6@Xu+_AyAtj()VZF+waiSKL7CgsK5D9|S?lVO=NQ)dC_|HLWOAmi zx!z0uA;(>hp`~D#^9)m6%zB1xX(n0LFB$8W=H(pDFk8lCEIDV`>Kc)<#4>w@aRLX)R>BBF&ph`w>~u;q%@m3D_<{N28VRN_7~~nt;!euc zT$j5HZ!7q;v)s{ybn-d*yuh8YJnpP%I(Pd{bwsji#|+Ex#u?tl|Cf`2Wrk3SvcwRb zGc3N4%dB$em9}cqjxuNKnz^hwhFJTXA#cN=u%Df-s6qz)Tb{@nW|}(`=1Tl{SqxMU z|EW^)PO6G3`X8zg%1Q1S-up>8{2QpEtk%PqyOZ6&;LqhepYx|xMZF;^MU!DN{x3|I z+JMWc=E76kI?s0&SHc5YFWEUq=hKF$`^1?lcTn^)8SQu|VN}K#9?6KJNk%i;B#g^= zj3+W05s~o}6EaemWSB1Bph}v>nS4{%EOyex)lIH@5~diIPsN|B7cn#!-5q3(`et18 z4<-NXP@yu^@J!a*VQ8iMI{ut)pyP;Cao$y5i;;S)zQOga1>0N5iAx_T?GS}MMhSNl6~|( zH&`OMm$-c-xxa*4D!GvRUgF6_7lB48k^8sNN3(uh^F5AH5`>MC_=XUDB>Dt@ARI(7 on%cZYBJZt0RQxEe)5#D$jT3Ev<^d$=YJf29wa|aJ3$^us0naPL(EtDd 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 19f5ed2fbfa16a9bebdcef46c5197c64903b502c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2927 zcmb_e-%}e^7(F)u62cmq5WtdFtD=UWU2CgWL2OG!LIbIV;yB|tE@6RfH@lhaO|?(@ zU-)n6OtFle={P=V->PrwoBF0cbbNL^cXtB|1a#UA!~M12J?DJi{qA>j@1L*l0(cEq zQ^?}g6h~)!k-_Up45aV|Ce&myg*P#k#GsnImBg^>&n1yp=I0Z*puSJ1kjBLX-cDdf zps(sW(sbm~&AKU&EnhQk7`kmZ>-wT>SkC%{K+2PbY9lVvus*lY23SLtvf_)(Dd{nrjx-p%hgLxy(y{3G-?x5M96qn zt!Y;cPqttMa)EVITDD%POUrc(o2HlAEKiP?3A)DZb?Xz|TfMH==$q~7RkubL7!6Nf z+{@q-_e@%jC8q@9g|TIUt{^7;Wy>)anza?Pv1F{+ejMGZVJ{mEOU=W@F1cZO0*MPv z%U(4b0$Ry&%*M2Bc%I1*a|ft$>t@4H4te@CLm@Jv{FAC|3nUjzPtLlY z)bIqJOyC_2vnXlE<5&W78ZM!%VF0-V<~1y!qG1q28iw(>hRb+Y;9UE<`2Q=AhAUW9 z>`MZ(j|$c*X97odo~6plHM1)DRQXH0GEJb{tkvaBfgzs3{_l+H$R15nFkaOFbNwgt|Hspgl^fOeu?QQfPJG?|^X@R4NQzhT%-v$Cetv2^aUP-pJ0DeB-2 zDYT(Kz^kO?$Yq7@KTIs7Gts@_LtY9f+t=21(HdLEDgJ)Q@@GdEVk&Pqim8g6-)lDVtIPrq`sFe|}1gG!%=YdZj#48`V6~}3U#c&3% S_N!x_lq;5=1l==cz>Q-%`S<7pCV`*2_ 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 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 d4d1ad60366b6a99952aeb71db2c70dbe9129b2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2049 zcmbtVT~i!I6g|!EvYTbHgiXMZ1SK(={QyRzN%)KeNR$+yW)%y4YIZy9!0gOA(~IO! z_%HN{2dz>=nbPvf2Y;01>6r;E5Uo^vnCY*3&pr3t+cSUt{p;@l?%=~b^00I0&*L4u zdj>h&%;LQ~GO*3b`&rz|<2LSOF=@srV>T_2UFbM&Lj?lXvgfH_(UoDSLV;YU10`F_ z4T0jyw%nDrE4?kdrUS>@nh_X&)bX^_QtM9WY`W^6=lNP{$M@)4T5){)u?%(F*|WpO zj@{9Y8``zDk~>O?-O(l^&_DJ1W%7XJV!9x1!utu-9_!ZCT$5 zeb1JM`q&S-UZj`y13FwNl}~dQ7=JmOsH+E#DgKpzDc^)?bAi4!mU2~@ZV4?6VkV1O3v;+@p&#c2 z=Krs{7Cykdz~rmqWO2{J0u}|%9bL>=9t%sjZ=s3@0u+H);L?dG@m2iXTu2tV-cyXz&`3KIPcMaiH=PqFU@ZKSX~2-1oT5=cYcoW9O+7;j*dbHjNw zVhrS-A+zxmy#`A}RAa2Sxw=Zk*!m%@O@@W;>?%j`3rO*FoVrZFg58x`;V`vAlA6Gq zxSrsCOH|`ou2jEACcR(%6NSnz$X5A$hfHd}`Ui5WCf6}O2RO4&<5WcR8mk1{;;-#C z!%kAkDeliusad?mi(2An6dsKO9MUNB)Fd}TqBp2|4=t%DQrUu$wv0-`ZHmP*s`jUU zLw+M=NYoC{XBc#gzR)Fle-cIT?u{fc^TakVL&aPs0xI^@Hqr^2btGXd`$t`9LkU_6 XV^Pd;ii?O;1_jRY#LZBJvl#vdA7bKq 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 664534c28b0eff5c8ea3f66730cbd983856ad1f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1447 zcmb`H+iuf95QhIv(l|~{TG9iMaw;v51Jqm~QK=jRDU|{t5u`2GjB&!dT}<8B$f!$S_qGE^marHupEJwnHoVx@TL?w&e>oj~7$2 zD=5&%CrcSWtXKR^$OHK#6i$cx6xder=W{Qe0yjmf9fk+Re}V;l$`U7e*{6p#??*|~ zP^5Xw3w@h!2z53~$49rK3d+DVN(Lq|rJ-z~f?Ec3WDVTL3d5rlE9Lkt7^a6++idS~ zTWT;FnkRDqt^yfmhWi{H3H3)&6;EMow@?Zy_boM2bJ$&O?>9Wz2vtH>NAo>Uy!NXK z7;YCEQK-~KW1ZI=rNv$Qe+j=k7Rw*?E*9x#$Y-tsEt^h|<;<1CGNnr%cD zK(_o5tX%nk#Jk9AhQ=J(f_zeBuan0t&F0CTtT9J#>XVJAjA%N}#mr|hGgrwcKOyy6 zVJFIO$vS}{ca{{+(bYFU!p$9VbCGJrJ&z0Ir?jrplhHF*evbtGCO#vbz>u4c{#}T8 e#=tV>704?^D+@%p80ok~(JA#*4!D6cY5fOH-Hjpu 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 19e9f35567de417bbe8d996d02cc8d42be8fc6c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2878 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 EU*I&jcmMzZ 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 f82c6d6c00a4b465d3e9b39bda4e2bc296ef954b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1194 zcmb`G+iuf95QhKF$%*TvAwZ$!SSU0}B`m}RhyoInQ>zdVg&@S$##!2J96Pnw(B1(T zJP$}kMIiA2JQQNqb!pTFZh|b$cz0*N{by$P=dW)+09-}ggo#smjF~u%GX)fIHjkqA z(+19&FmT?$jDZUbMo)AkU+gec8f*Lww_Wb7*vl%A-pV|K*?0M7n>$?{k-H&1sctc( ztF;zGX2I_WhVh2EWgUAsqgH?;k}2)L5I7ut7)E0lPo1wZ*C>#10eM5tyGE@^&M zJ(x-DztOX8odCn_>WEBT-DN)t9C2Ujs!jhZy-T_`4EZLd`p^%Rg%ZXMT(mHYs)aFF z7K*SKZjMw%jjb`<8ws-83WoCDje6W(6OLk-+J}ymq$WStmac@eDx7Z9SIx+E8LkaB zatAO!thM`3p~}t!{G5wG)KHn4l3On4>-x2pc?fviA}zF1ZEM9gDMT(>r1S!%K(Hw+BE{;X??qF;Dam-T+%D97?{c8DrODL>2_W(Ul1^^w=KJ_JOQ)pILceJrSB`B z6HQgOWVtSoU*43DWyzM#MyVQjma{PEw}VY z`a#QjQu6CtrFLN1eyQ40a!W~nyP^VFmw_Zq>an!jO5l7;290~tlg%rBux+bZ-)gpO zHKm@kY`3mvA4%I+Q;uw^*$%I4%a+^gvbLp3UiiGNyzOp;N3PfG><_$lyuEu<`l{tv z!JNQ569;oVI5N2^kX$4kfuqZoqgL9@b>)2|nZH)atx0=TdY10TgUO&_QIPrlf;0(2 zMckJ1BGF1Wl&u0)(VE}uq;+30D?gx4=ay@3Gt^XhPnvdVlWF^|Q<5FsOLy2`^pp%- zj~h-*Odd=?;OxJ{DQ`HgrwC)L|7njh0r!>lzhyBVJB_G)UsypS%vG1JdWiV17>hA- zI>xS)0%?j#7YX!t$Gf|}scON@W}FU3Jgtw~Lyru+kN!9p#%C#5DugO)TPuiQ~wdIElQ# z(*IHc6HB-$F#Aei25y0u+XC&CtG3(Sh(l9}7HqY7JG} zT5*GwwrvYsKBPPct=#SIPN6azDhLlSf!FrhXJMc16}+Fph4y`PB<;i2r1}a<_8#SFObn#qKnit zdvD`Ry!sAT>-D)<#7Mo}__B4^8Tg1Ih z-11-GMqc1|7n3pHXN;{2KVK+*ja2e!@fYL@-=nw4>no%ZPm4bzThYas;F5+X%@p;!K^PR-!QDBV) z=f*Ha>-69(v5p{R?l=eS5?z}GI#3&9AoU~6wS=ZwT}x_y)g2tsq`K|% zSr|03&p;eh@bDRp(UwVCqmAXWMu?a1iO>j|$|tL9=@>b;t9xY3dKdCojGVyvF#ZLm SjF6{+V|>ao1~b7?4E_N`(JV3m 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 be61e7952d8d7f312103514f204325d9a94e60f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1645 zcmcJPT~8B16o%i~mM*kQ!9`F(L=d&K%KAZ~3B(Ipn}7w4#TvbvZU-2;?AG0_!GEQR z#*YhsfIrH3W?N}POG=1d?986sGtW8m&N=hz_m7_d9$_VkB<4pjf`wtElDL6IW!xOb zsG4u3FoxSYGCGzR^g~gTe51x-mJaxPZaLiDv&x|_-Mv+YWW(Vfs@$$Ck62Kv>&P+8 zZHaK-tL3@l6oex}v85m{x?GJ7*A;%=;Xxn*hDu3#)-DgihCH%}VjX%l;RKe~5Izs3 z=LS}}@T^7Ma6{qma$5w81Hw>#i8blU@Cn14%>N0oRAGqcDO-lIl61v(^RO!X9bR?l zi&^q)?o_xhmEHar5BDW)xi~nVzS_MM@0ubA*PGI*37@w3Hq(1BOaBTUr~Dm;_00K+ zL4%G@s9Je?WQ#_0nmX=~UG|#3Es9b}l{v#^msJ58n7~~FX_z{e4OqBmAO*v~s2c9$ z0YhP6F`Xe8!+59OpH~lr9qM?i=ma~Ki8?By>TCK$$Yv<1H(sfc!Lav* zUElV??WQ`Z$KBP?N_(|meRRULofsym<@)vNZa1>s`TdY5vg~c)Q&c}Lkd=XiKGI^I z?yMwTY%yr65a>-)wLr6}s)Xh^NMBr}agwYe{nuztX1{`Eb6=o+B1^**jcK9)utHhl>g{#z1+!^xHA`RAPpNz6Iv!9{SGenR69m6qna!y1Z3lUST eS9-QIn5B26={2IwMSHwXdMRb-5=0i`iIG3G)v>_< 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 da80917545b9a9c7a87ec54044af5b62cd3b059b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2956 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 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 9eb845ce270fdae49395ddbe7825291e89c5ee0a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3188 zcmb_eYjYD-7=AXFZW@*p3Zxc9v4Z4MSX4wXfRJ9Wn5MOXVhf7f}0DK5DiyW#M9Liz} z)5Fj(lf^7N%%2n($0g{gwj##ZVSqrz>24lVpZ2 zo3`m+RWMeF@kgb&tROYzwCJyqnrVxAud^oHTLzt=V6^5m4QttOO*xJxQ-0f|SEg&G z6F8-7KGwa~L%l-~%hRRd&~y5Mawi6En{_R+A1!rC?c5@rH zR#XzS6NlC8W*_A9vN`rz~ddhM;3>~ z*FD2x!XJrD2fbrq?SW|el_JlpII>WJZZx>WHsJVe*~9iXd}jW<(Txfy(>AT7q+(ga z9el3g5Du$Y(XfiLTsfiO=H4Zkin|)_;R_94;=YEjKrYo+hgY$tp^27)1J8O}gTT6m zE7(xcR&f4h8uoUpRdDnfj`DKx^xN{uo2c0q&4+czulFoV!Nr(t7)XLBa#7#dofo6e z-&{-<(dqh|3J&fZExMoB2!i`$VO@42R_b#aGC`bm$t!Hzg&1!C(ZMns!Vhj&1&4N} zUNA}EkWYBc202exWLrXXXQHw=9b;^O;y|IKWZug&+>Kdh8SHXtXg^MKU~|7dCSNAt zc#B^oIexP!NXSCq^9V-?~J?afpV5K0%{a_v@_yZ1>o) zCbp2gQ!4+A)Q_A@VuH_6s)AAqZ(|=$;s8!j3Jq{0XHIb>B}syHO+BGdv`Ui3 zod^;mUHS>BANl~20B~+#b2{1_(wywmJVU*4oDF~^;EBLAN&N2r%I(Fh2h z2o3ZJ7WqYfk>-!{2$!gtz(>SMBdO-3H!Ad5$n6sIQ{mD`>UZQ;l9EJY3nP+2m^fjK zRtDle5?N8`^s5ofHDXJc{HT@=fJPIIl~jawU?*rH+Wi5ve1w+7$AQgjxX!mErLu%% S86_xbER%5@<%y478~+!S>mNG+ 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 5965ab4f3dfaf648be2536fa92f5ead8aded7a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 990 zcmbu7+iuf95QhIv>^LzdErGVQoS~p3m9S7HiWK02B1BP0p@l%XK-$<#yY0p<_8Re6 zAc2ZN;sJOl#H?e~sO2i$?CfFYn}28K*YEE?0j%JLiz*hXsJS?Y^EEiQ;NYSQ8{X&t3FSpITx3f-jOM#c#ugIiiE*iiz1P%DxRi-9`1Ez?7!ow-j^T!G~Dxt zL|3UF?~8l$oL0qt85!Q|;jdJO@`jT*IP=8eE3u2?}F4*BLq!g#N85!}Q?{tPgfY zpcxj905dJAM=#Av9SwFwu-A)qFH?%)&Ui;gfX=^qbTkWvZw`gdqG|UVo zQySWpX-5^Ko0D`}CdLz@@-)8n zrAFx+%CFi>UtzUB(anfdr-Z<3lCedUH#u!~6j9J9HkW3E%wV?Q-ljN{)B6E?tNjJm j0V;>oO8)kCOq*BG%9zV@pT&G`Z8XTbiG7(KlgcC$>Dun8n2q9jJM7hsH$1Ons&xkw67vxlV0LDm>5b%1 z_%HN{2dz>=X=(Z7gFnj3>6r;Ekg`(oVW;osJKs59_x|(mZ+`-~frkYYVCOMVzz4W` z0(pFx!?gmku+7RxIZPFB9XE2AHtmerc2gj?&~@CV3Iwbr&r`voE5lHQTxhGNBbS;2 zrR6R8RNAieHto6&9B*@0VB~Sv(@tBhIia)Rs=J=&YpEUI4s|DlWjG>&#Q0F@f>|iV5oeYVP#Dqv&f?Y1Iv!5R=e#D6?`tq)nw#1q`M{q$BdK7 zjBYt3KXsIRn;>NGcT^B3Xx~$=(rU%%^H_b;RiS1klgkai9c8V8owjRl$;Ni*d$!zH z#(u={VxXk<10Fb2t{kT=F!6dgOPih_D8l46UK)6tfJcOX9qyNt3LsYhw~lT_c^TiA zUM1_BL?Ch>b)tnwy!vEgOEvUtv=Mc40Y7glztF>Q{`H7P$oa48I48Q029U;=d#tGk@=CG7~X6JE=7=5ydi-!)XnPKY)9}8#@IKU$0Ei+{&!^8 zpQF!UiHK^9^*%=zi5TyG#N8&tVsCcUgZM?HxjI2zCSk$uNv*h_S}{pY;9Xo!aK9s} zIa#UJen2*}Tl*Wu>aWPv`1>B&^lt4h=lTcr3xo8@&b=F)C~Xt 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 324311bdba866e429de294b56377eae202dba537..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1391 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 kU_5@wH2oqbe>ftuRE>nRSNPs$C<(Xi-|C zW8Rh|m$ZT}&6;o+^yii(oK=&%uAqxTQQF2PcfF?EGu+ya(IC3%8g^4ST)FNVkA*2b z@j}!je<|E1iA2G!wdMmPdH5u~kvR?y+hBN`4oOY!Sn#QT6Vz%RB&iW*GrSzf;>b`% zRf8d)K01!lo+#VCQx#98s{Y&|Wm;6d$Ph0H*L!BWo{lk$Yq+W77H;d%aZTQ#O+GkU3`3&P^jZul%IDxc z`7+)E1(QW1vCBK^fl5d)nuAqndyv_AN z%bp{xI`whSPB$b~M|)E-x>KAE;T#gxR9M^QGV4@X_3H&NL{x!kPtqxZQN(Da`jcdW zBr9}cwCmY@uxuNVZ-{>BygWr~5>Z;~q$7wXF{xg5-{UmS(20_O>3~%xR)l0zvu(sC zhT0f@lU1K>Xhh9^rmF~gSesmI66Qk(o9e0tSb`9EhQP|eEZr$*-_x!PBo_ku!T~qh z$K8X57HNI#<0k)dlXRofF-M$kC`vL)l5T>|($_hhr&U>8q6Bo(^8@jB*{_K1W26_y faOdt*NLr$}K-v*p#HG$2r+7f|Ql;q+BZcWd3X7zg 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 95d5f062946c9e97646a47c4803ba35eab739add..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3108 zcmbtWYjf087=E&sW*fp53T!PGMFiPPA*hJJ0``g)x7*r2?cYhRf`1@}6_v^SsY_Zzuo$_xoP}K7pknkLeutX_&$6 zFm%jmxQfp-N}sEk*Pvor!!>*%r)yGsK}B7|B9>HqDc{R-YeRuL-LveL@D%9tjw8Go z+w^_mbHVR5o5H8Gzjn`jU>d!^vW>-VV7ZQIR}~C5tPRHudY({FN>I5J&Do~2VNAQO zElj6+h5N>rdrn|=#ERuxYqpqj95*l}DovfPHQkP}Zu)`n9(HWwp4q(byN+S@m5gf~ z&pS=K*AfKFJ}~W`P;rBV<5>mgUJ2#+HkwvntlyoQZp_uMD==OTWyy29!V4ae%+Mvv zv4SfK#)=94sFqd~WM{!#WO`g6Ifzu~x^OdfS@EB9w< z=XHI2Jgy)D?)u&e+KsKcxm>*U`lv)xZYfww3R3lrU_}ySvP<8{&XD-7XWC5P1F^xd z6D+RX6V0Gn;@K2erhV932A5dWZqSw;X?G)F{V$l^xEykA({D!w#JrhTkPF;K;91TF zo77gOgiz5eeW*3up4SvtEm>oSUr;5dB?m^YF8p9Y$fERhyo0ie6&*M6m5zPbuVPil zEmY*nQ3aE4nl37C>$rojb$o-nI=%%NoPS+V6>B=0Xerq9tUq-Ktn0Xp4Haz#XJ4hk zZnZ`Q2cKakF9YAWA)mZCnr+d%Uw4Cg&$fArgm@2xIgU+S@jD|w`ut79bP%0x@JPYl z?W4u_2}?Na|BLIghp^h7(~v3Pu1j7~n=K}AdqMBXZHOSe4HfL$kzC;AoBdiP>_;I z&*uS-QYc`I?*gT_xHc|u7)S876n*LqQ(#pf!~I|$ruYN)mY+hYjHWh`zFDsPip&#E zrg4nVQL2Jc2Jc}Pj$;o_P>Kw2BWF%LJ zF-fb;2}$c5NlAoUc@x>E7?NyKAsa2ETjWPmDP$2@%Ec@gepJX?Vi-h_7}@eK$o$*~ zkOY7;1Dmt)=7{D*pXMp*jpK9(Bms|xrb+4#sH;zrlbF0Z`HV2na&!hC@F}$$)Rvwd zJG6=6*s)UFghuz4w+ZFR7pOwRC3@=efN#h8z8&MaJ|wU-@DX99fjhB*{9xEZ+$e4l z?kqhu$9P;Fz|Hq@^UuXh&TPj_9_eF7BRbL#v?#fj%9Wpx%{;FBgM9fn?5gnpBeLno zmA|1cNOw>0zlq(CsT`3xh8*P@vRELYMVeS*b}ln98%&?;Oo>KF@MvV9Pq4%<=<_sx zgh#kQ%@i&YCyTV2m)@w-XA!px%uj_&Bbh&uUrkFAjZKV522tWfFq0_I# zFq6cVFojV)8v>1{8mpNYZO?YlBDA{$XoVOpjZZ_HlbGULl2TbhvW!xcbe73D4)Vl@ HCddB=p(X%J 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 3308f61ede4b888f46c67adc1f3c69b6b29ab8a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1213 zcmb`GT~8B16o%jF*S5>H)T$`>tyS8RxG`R6#26yP0BMR5t?|ZWx*cHXcDL-#D%`0T z{vJ&*7)ksA{wU*_rAPxcT-0oG&d$u4XWnzp%&*@+egb%anh6tEvKTXQ71wge;d&N% z?Qa;kX~MuQ17!oZ8M2`Y1n(}j8A|m{{*K!&_tx!I6-aM=mci_~e5b{oj*iGYmY!5k z7?PE0lOZ+lw*|v^U3#Jsbz35M$y+YXl5@1b!s#@8)ree| z;o)Fk4*;{nI(_^UD)IE-*8cq-vbBkO^iE8AM+y3 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 77dff1d70bf57383597f7f9a4c0c3d8348414e32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2480 zcmb_dZBrXn7(JJ~YzW)5#6kAL@*?jE;_<{NQhL9M9cdLwIqjQooP~+Y8T4lH zK0e6cOgFNa*0(DLKFq?vWj*7nftf6>;ktoY{hZU&=LL+LEz7PcPrzJq9OW(8()X1w zknsag$;MJmAYa~+Ph`oK&St3+c$Tv{BQWr=m`N^UFZ?=GuA)?^?FlX@cUmJ*n1%Ao#0da`lV4|Z*J-M1P| zTTQ5)rtQ|$^$ltJYQm8Xjhr^m*R<{)tK-{CB6I-_I6V9L`*?_cb%VOzEhj1g)nAs)xXzin^y`r` z5@X{_+&_UE?G=G+#cg?2b;r^!8GT8eC-q(v=viUSmzB1cZ(;y94BRxafLkVdkvDM$ zd4a|Ms}?41h|J44G5ou@Q9zHVhF3JK_h#P6}P_*cfc%+XCTBBN5 z)$J8GSZUd|z?Ea_bky3NZf{pCv#EmcR15krzs*YZY7BPIbrd0EGY?1?K zLyX%IJnqr9Nop4e^pAaZ%s5p!kVX{$xS1V`BM;4BmyFkLBVjkvlxP#(S#UWXRJp@_!I;`4k&#X=+aAo2AInz;j}bEq@aJ9pJ1%LKt^MU z4pP%>y^Ra;?0cN8=jUP(BlY&<=R##>`30V1>E=Tox=LKpRx1~)#ShSNxb3Q>3x{#< z5_gffOaFiyd4ba@@2VbI7v{c%vi!)G`~E0eTF8_8#l5HH^qp%FBdPgd5_F>-ES_sE#F4&;#-If3`W V_)|<7Ax{IR_?Bf1W`dI#_zQj`HE{p{ 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 01e2e9f74e8b254e154f1b396f16398f17085b6d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1679 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 QK{Jm*_6*r8(6)nL1J~Bvga7~l 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 374810050671f52f40ddbfe5b180e0ad3b679567..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1208 zcmb`GO>fgc5Qg8)mlMZHLx4idcUx$ZN?3>kh$4^(0)nDcA~c8t2gljA+d6jZT|>D6 z2YwGoMMWU-1Nc#hSvOImHuMr?X~w%d`|LY2yTAYZ_yyn&Y9>rv$|7&#GOpy1!__Pb z+Fvs;XTrd|fdvEC8M0D^-03%Z4CUsg^VYFF$6vSGDir?uGDBX9e&o51R5~PcU-&{j zU`SS~9fnjr=y8UrrtoUVkg(&>6MQ*H*X<8_=+=<#4Or8b0QFdjw1>+z7mYWO}6 z>z*Ser-epS1oj%8v@LdR+1s-FME9f}Z1d1jBJidCn0s9D_E6Hw8tEkUFZfQxrCJz} zN%ot{@now1k)Q7BBpB+IiK(R4YzI;3@+U&qZvNyXZ|Wvd-&&OLvp^~fMNApEVPO#! z3wc-;3a}U+PFPJ1t};BG5HoBFL+S8(t#miJs~BdFz#}E7;j7xx^>8=1yVVL*EAl*s zyQ3{V04$Gd^3hYMzKf$<2UmN{)(&pb6EW!tCFr9{#(z{y@+q33LW9zv(QWdKe7d#| z_B9SWMb@MsAfVtKlA-OWvgT9O*cNnZFs!BufAQ 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 13f1d26fbe3db7ee57e952eadc8c0384d44e7aee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2479 zcmb_dTUQ%Z7~O|lCJh6WSZKkbK(RtXiS{D36au9!g>va4LPeJkhvbw@nasq@q|%?_ z4^UrtsB2lvs!NwoKKPqlF87(4Lb!P8s>zzmx$XUZ``hQt?|;7h1;99#(lBu~h0Zjt z;iDAJoaee7quEVv%i2Dso8E>O+J#gr$!xF<;Z?ut(?@bOC-`^UV9CQ=5@)NmSg!-0`CtWPxN@t$hts$ zmN5x*ELx6QZd5l_{S!$Mv{Y_M+Uv4z>2}l^_bV1vnK`OTl^~SGt*LsbT>iGQm9L7g zqFZ@Hxmko&^<_hOKIIx)EVA&I3Z#iyV5ysejWs~~^JW}1)&0{F?9C6LBEWZ*asY|$aLIvKKjx-$s%_~_oQ<9R> zQUYDglq;K$Rmqw*MU}RfU4OY@+XB~5 zDAI9TH#>d5T&XSP2Zx%#TZi^S&`ED}2BB*9e7K18>9SI_JCQ>U9Sad|6M595Jrma! z5a=HM{Dg6;awv_E|D>5si$eoVV1Vbj$@9L2f0iFihOJgU&+zK<(9Ho_;`qQhoMLAW zdO6{3u5tN{@!6Ms0g=nJ>>>7WG!xg4Z0%V$C3UJ4DWD`{`E!S={FruOAu(1A@p;UY7-+2B+r&$Un2Vh63_V3LQs%Scjf|c zGn^2C>x}j2AfJNZCjljo0$uqRpdRKjL^v%?KSR*J)K4%rULd8hL{m`XY`uqz(d-4z z*7MsV5kvJ3_}c?zruYFauyoTw9J)$ev9DHpq!zzDC*kf_C7C^nJ4f7m#GU^e+|UdB z6k{Zc_Zhi$;S1T^w@AcybHAZI`y)=}czuIJY&Z8S(o4D+qrCRe`Zc=PO0ty+atreBqQYZ1KmSomYa|VBjgx94EQfIWdv~=IL)^- KIhYAL(DN7PYBu-) 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 276f597fbabf870282c1ba5fabf6d9700dfbf6cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1669 zcmcJPTTc@~6vzLwE!|$0f{TEHs32--mGwfR3B(7BM6^O;6;1SI*$#AIyIXf>4IfJr zjh6>MfFH_uW?NbUZA!d6?986sGrx1@Kj+NPU*CTKxQC@IvY5>vgSj+vSzN)qGOngE ztmbPujNrPCf{q1-bSMLEH`Z$mW@XQQZ(FYI?OIhC2yb_pAs329#lN_OI|&6+uWhGL}W15J&y-v*A7D-GQ6$`-`XKiQyf^tu^N7jyP@Sb zd0Z9Ou{x0I7d>9G0#sk{s+rr5cTKISPB<;av zSS|bwGi=g9a!NM)=)mF4_*`||AiL^Efy38?60CTtEibBiG%$vn2J$d zfnhb=#vO*WfrWLda15i}2H4!*xwF6F%Z*5#*!`n*(Mo)|SEY2rwVfCysRes?Z~Z8=eI4|I9?SD&Q}@-rQz}aX z89fBXEZt>Uy6_UvR6)?2rfPy_Q&kJiNsz`kOXE0MYxG~EIa~Y!RxEvn_K_?N6ExYBQg-nfa2L_=@B!g&it>An&8xap*)dh}z}m zJKTJnz2Xk{;-(I{`U&ndaW4>erVm%Cp}5oJrNtVo&^{SuXBIy}qi2X7{TtE=baPI{ j9&<5Mtyg-sG?<}xrRhbYU5fX3ne| 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 b5e5dee38566f630f86325cee0b031f02940008a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2957 zcmb_eT~ixX7=BIyB!o3IA%G>VRz(d#yVm+q3t}yZ1o>ziisOvqxP$|2yV=cTH`QKw z=fChj=uEMUo#{AUY46lK^-jH0FFIa3K4*6m76`Q?8HV$F+F7T?K*XZNotv^wlfJs~ z(G}^|9NVSMiNMB|p1$RIHGPgv^DB*e%jTv{#5zsSKEQM`_+~nK$*wg#>XAluVu}dE zu32qZ6~pz`r6oPt1Q*B!dm5f;>B}|GbZo=ohRbc1C&w2Ey+M$g`LXV7z}iK~~}^Y|iqCQaM)rUc@Ju~mVtAU^#IrY)Bm)iqgPG1e?UrcTAMR*kx;=HX(O zw`IBliHi->T9K5ZGUEBRsm5N%FP)(z#BtIznZw-hdK1OaNsVl;%N_a77j z_oK%;)=7fJLaC#8q9m{tif*4p9i3E?Sy@*oX|rDsQ_eOfr=oE{=cJ1XS- z|JNb#VHn4~*RrGfK5IvDv@70Gecfy7rVGpzjt5@ zNxI&g<9Zq%!{Z6Otzix&4SAeMU|z#JSkN$lTmp+4mawd05JMV<@u-GNxGZp?eZ746 znxx?h%8GqOVD6}3%>pNIZ1>SxUb`kM9v?D)X-~chbjxbZyD2clGdTF2Q61T*N$q#_ ztEy#%u58K5^(Dt!YFL)QxiI1Uq8iXnv@5gwwUH*XyB0p7dO%SU1a&Aqzf^XHyp)O z%J@CA1_H_i*`yDxhTG^pfc`yF_<@o6F@m0Jq34J?=A#dzNYqo*_I`*? z)v2cHJ|8z8QT-ED|4h}tL~zqB+_bu>#2qJI5FfQN!j<3@p5rKw=h-U8#gH*Gp49@z z9X!IgA8_VZlKzH%{2n3Av`90AJWWUitsitIgl^(So%w^fe^TgQ5!|RVLBd3x$>St> z0%u;}=nP(D8#vR$5s<%w^n1lyJn&oS{Sy7``uHEejbr;W;6ADUW_0fR^g+Dxp<8jB XC0GnE;bp&1<7xIOQe>DLqd5LAe3B_* 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 a0f6420bb5ebcf51dfa04b307a3c0f3508cd24a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4956 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 QRM}V*X%-)oP7K%n1NuJ}lmGw# 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 42b72cafb61a187911d876df775e8586b3a59e8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2696 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 Dmp#%0 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 63be03c1053ba84a13ae8341db3aef559c5605d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2955 zcmb_eTW=dh6#mAStmAB)n{7zAwhiDo(52j3aBv}ss#bDRq_jaG1lrh}blc6YR^{w09( zSkEGdvsoB;b{vy9Cx_?c@O%bSS-gN3<=#sf%w6`VR;)?!#3BwebaXRb=8eZm6U1Ial8)%D)Ds3 zZq{r+SP2g~rn_fs1ufg%BZfptH7u91##U_C4yppl($Y4qYxGWFs%E>^W_y3fYF#sT z99m{;Ufp!I&6X|KkueqAuzdk-wQV~Mt0kacab2sm=9s>3apUrk+7}~Wy8CfyNUW3Z zxHKf1;@QTKP$wM|c()W2*UAVTE}jhK?PfQepTsebJb_23dI*ey;B-2W;CBlIJ^BMX7RYH3(de(~8YuidI!muy*nPXA|( zJS&9?WHv27xa|3Xjv^k=P|>l1S9MHbTF0Cm3YgYV)o~H8>3AKh0@dNFvt(KmxHKF} zx0(n{cS6>w)>n6KvMaFi9!IeoTJ`{IzZtN67x~hI`+U8HK96MI@{Q|qWSOqtup^#MlM3z+#Ql*D{-ogMdbl~_ z$>%vuoKS?c%+eA*=o$W+!(znvUc^W-c@O3wX2UWrxJ|=yybEzPX3vmv;#$Y?t){tRdDfb3&O46lhe!%1 z7VB;^pflU=HEn&%sNeQnM>l#x`W3DhoVwjDK(Y+Qp^o3i{qqmfPYA|BfhQ*tYww!fdi5cLK0zdH!4|WE;+gUh~_QvqA5Of6@)p zVZa9GEXVTCD7-wC0GC9OxHr8*#Pf`q!sw#qm`k1Jn%TZ?(DMp~MYnF)D@NOrb+noG zH!UX6*?k6{mW=nq-)VIz{-0#hfu~x6+sLt}D8!_?#j@8=#o>EQx%Drc}=JS$JHCoZ}mEAPF&G5iu z!(1Sn?}q0qFG1Z_6hCzpay7TpuA7%EITMRtdYw5TnkWn{nVw%Yi$QgrtdAE z&nA$?EQ;lMTGCcd_nQgtnZB6FvO>+rN5cf@J?8T$l3RIHf;77gO8Kci%BBVfnm+wT8HzMef9&{Hs%+nCpBd(7;Ix*al z9_~n#lahbkD33FnRg`P9oXs%{LdIJWBaI0vB{D_}jER%JPtqUJm>j_*slGZl)AmoN**5uCAH$e0MI%%%~FtG0Q$g z`TNvD#$VFRU&R>XW=c2dH&Z%C+|2X1z_sMh ze;7^aIMs6HE;8wRmH)CK{2e0|{{I%4)V<2TFdRV{}j$+T{sH;s5{u5)XDN($(nih>~tJ0sc zwQUqczp%-L)%ur!J52q_h+FZdvKWD`Qh(`XdSUc%h+7y4Q3;+Yq-(2#A%j-P)K;?* t%@aG-9nyRnqtPRp6smzTOSsCXbmSo%;jBOfhnQ7QvJNM)hG))Bd;#7t@Pq&W 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 b07e329d946a0b0b89b683bd8325567d8bae46ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2193 zcmb_dU3U{z6y1}VG|4cukd|Pft+iB}q`*i8QCezC6QnS0Y6EdqA6&P|wB9lwF*5=B z?ppo^Uw!cvi%6F)Sv>PE{1-l<=S)USB`>a(Jlwe-=j^lhIp^NIeD&*d09SE00}WSn ze2A+ljHU3Aj$wSv!!I36g5Qda&nwVM<@GIse;}N;tsradi3h@Tgtu!}!uq=2Zrv4>3DOes_Vx|rcs}^=JHi8}2YBZ6SQs|fK^)ZK!NN`AR+zu0V*Yj`pu(CM5g2sOIiuN!x9P`%Jj!omjd=PyI0ceP~OgoK1kf zlu6pjawR~|FwF<(dj>dhhFc(7XShVP`!=nn=*vI-0Lm{&yny)z_W*G|MvNINN1lv06KUfat5cDu-2@60=`@NlKa;-9I$8V~ssB=&h~PTZk}+Hc zvp649`;NXzayAcV+{>4`)We}F&A zI9)OE z4s`e!^oc#vff|T}8>wO)oXSLW&CMWEJZ#HQsHO-dZwkXhZurKSxyq33*h?5{<;tY2 z#O7bAVbT?6()PCge-T?f{=^ybEuqbY(x!kMJci>5dt*4Ckl}Ya3`JXF5b^jvxa{<3 zpxA~>&uy1On+gVXK-w-LBg}4&z+O}L6iNFhfIUh&pfgbT3BojHNuv*eB1ucILy?vs p{|@JNgv<+_9axTBYOnsu&yVvnm`|fhSV+;q453f)F69=m_6_8dtt$Wk 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 e11e9ae3d9767c19299e9d8de5ebf5f892e4d345..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmbtUTTj$L6#j;Gw`(bPSOIScsC!W=Xrc*5gBT6Ei;2i4>eK9Ygn@3mwzGymq)$BP zix`bQ`rwZ;o@tA$m-xaaoz6LP&Ue1^oz8y$@#!mo8(6ZD!>oll8-1A7#=M0KHZJ0l zg_4ajDh$@$uJk<-F*s{MAfi>D$FYbR^0#Cl)oli&RBkYstDz?thH5ep>)m!!L{E9s zC(mdtY;nKABdP7oX{v2W7%Mdyx-WUGI&#mAy%x<~E)@5;;>!$EPr8AUZPAdiqyj5J5UMnnVWHLv+erZt?X`V(hqrd)FmU;= zAon5JtC8R;j0ntX9(MbvR6Z`b`Aj;(&5KuE?o-DTrP>aE&0U`dTkhlL4)wNNe$K!` zt<+yf3Ozk(cF+%p;lVLSb*P4eDlRh&9}!JuuyDn}0$heW$E;-Gs)I9FByF~Y zNT?<_D56DKi5J0}goFh?L=02SoNq#XQKSQf-WR6hgF-dL;3VI#&Py 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 630d2e3d18dde752f0f8d4df09937d3664d50c5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2052 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 Jx6l)g{04X6kAVOH 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 572d1a8eeab14fd799afda3294c855691719bf73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2972 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 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 fdfdb86518b3a8f9f16e43787abf865d3a116eba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2406 zcmb_dTW{P%7(KJQi4)gsvYV39mTM_=FHm!D>4pGFRa!L{L}(BdFB9)1b?ewG+gmj+ z`~`$ipMW>ujhobx6|MLI{3yg3+ew_pd5E;K^o{46nRCAL&CECd{`dDk050INiKoyq z(Z*}zu<*Jz=S|pnV+>UjZ{jUI_VyU+2Hr7Y;#~vp8Mq)|M199mQ6zAD;kLXh?SAZf z_Hr+F17CU_f$c`gx{Sa5x{ z)ZbiF;pcMAqo=+QIMQ2{p{x6uvl8EODbbkgyIxm?0@gL(SK+)TqeyXJ@sNOmo(iQ- z#r}X+-L482Ro9iDsfZCrYA)z*oz2iG{?o?I=8z%9O#!D-kj>7pnWpz=aI3eI#d}5c z#rr?(n7(ctlFq}9%&-HnkH{}@zc5=zKl;N~GP0&Gfxst?p&;|Ln=3&-bkr4B-@kMD zn_GNQ&g()WFt((k_-YWv7LMa-0~am4k4qM+n6OaCgn^EQ8GK-1*20JQ$il~%6PPcq z9Y?yVnsHv>`VgRYZoR-{Qa_VIxV(0o)r-aGU`Z7iQJcMZOJJHCaB!UYtnC416_usy zuJrn9d0j7KZ8!{FvNBa$q;am3a;~9FabSX~aS@r~ppUYrZ z2wS4>#OVP>>Z1b~U$pe^0Arfq4-S=}p{pp=Fo^~RpazMj!RzvoD6yQDQjzD!6BT_7fdeuxw|FXk`eZZpt94mU3*-R8WQ zI;O~ziaE=_SMVyW7ITSvskeRd5zH@J54a@{P}#<@y^R@7#vdnKX>ukr4P~6;$`TrA QCasCnY)#I$Xiwqf|J8VYkpKVy 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 f506ea91b585d3b866e452e591a75f5fddee9dca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4216 zcmb_gT~iZh6nGTKm2eiHM!p_vnw9`(ndePt1>GYi4B?MhMro%us@8@%#bKd8icj2#pe)%21ML0F~B{7G21q=NBkRd)6 zP)4h|QIfVmYQi+7J!WW*BORJ>s>PyosC8&^Ra@88s;e97bj8&zQ!@qynhW}}skv2K z3iO368S=*r&0JPTEz6LaIe3Nkb>6L-u3nb2x}z@|@~UZCuEwZjYGATxmDMH9ai#sV zY^bYRam}$zRjVyhZ&823EE?64B(T`JW>lquM?^Rn6}Zq4O3yZ0GC!Svbak{ap1&uc zz8T7lZB?Z0ZV;JhNpm%U>tVsjP3o5CSVe!TI;AzWY?Y+psN`?OGNtJ{>NVY#MfZNi zu(XmFsrZm?>h2YRTyF^EVAxpSEYTPvXo3Bcx+(M3@}jiwX%uLI%%oM+j9JarxgQKh z-4&f8KfVh;cFsSY9sFkXlC-8|N!RX5ha7O^s8!+^wC}XBQQ5L%hxrh$kr2m*8jl}` z;tlmQW=qYrY@*-2Q=BuJt(7H-afeDHy^P)78>V`~$c0XXyDD({&15#QY+5!e{>Coo zjmt|}+)Djv!VKTv(DC;KwS-uhMBRKn21Pj9bG zCOBHxyyCImyUR)JRw(w0gW8~7fp0p*s z2m44j!r~g}U1s%Dbc;#-1B-)k#aDAp45@^9we5N^BNE{SF7dM{}L2X{!&8zf+#kN>vj zX`e!oEJ;}z57OgQh_O0~bqNz?{j(1XA@h_DJ3{K)4_jHcxt1sWjT|`1KTYqjKok8? zKG3tn>m5cXeRKZ^1dd9)g|~5nn+~mO;`Jo^$N zmucEWOSsx@+`v9{o7Y^wZpF`gAl=r{-*}*+rvNK!KgIDbFu7Ch&`_XFdbm1ZgVWy z?4Qq>8tJpNPLM-kfbmxW$9DyMZwFu}-p4tDWk*kVz5t0|(LDDONyZeOmp;h}>Yc}h zV0D33bF@2-Zlc9M-z+ybk>casCY1J$ZiYg1hr)5!Bjz7eN9{N}XyzgTvw=$l%XA(F z2GW6geAzIrFBuu@b3!x+I; zB6ghUj#3IYVT`c$A*Q6o-{?`09^rUh!+5}cgen0iMtkfx9GHtR&B9!i`4u+N%B1}K z^OgCfXVgF7_P{9p6^R=G+9Z)?wC+q=@$fQDJ{p0>GSR|ZJV4HD%hpH!st&n3K#t(1 fXMX~>=$m;q;}Eqn#EJitaF8 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 17b60990f159aa0dc30479868c7b81f9dbe74025..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3000 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 E1$deTTmS$7 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 996f015467388d174662efad013c0da5682af9a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2217 zcmcIlT~`}b6x}y7`I=6l4K$S&5GhI$+K$E6YN1Gk)KUjRNr?-6x+DV*oy^3UNi9CR zmcPMQUwo}pElZbOefD4YFMO(=GZ|~Jd2ub8hdcMT@aDz|gG#chL+{A*053tBXIfLO0KID@nwpq>~pFxGEx6=4XAXzre z>L&v0rtKL!G6>uDLnCP3H(FlPastC^TfPi!&kc-a+qW9wX4~;(vu-ynZ`Eqrax<{} z@~-8E!Lqd@J5IRnId)@zPC#9*tZh+*2h!kLm&>8X0z+^p0D?tXUs zVp5TcK%iDAz5;l4iP9}FXxgr|)@f~9{yjW)CO@Nxo+$1gNzdJXB+rEfEV zn1$-f7LiHK+pZlh2o(BoS?NQsPF)awZd2N_HG9{UVaF$!Gkv^^WI9|ZzKlVxJHFS7 zs@y+t?9>Tu$EdcsSEWP!AUuJSwUC--RkmXtU-gUJjd{d<{_JWchl_uy2F?G!s- zhZfVlo-vP}knv9OQ+g?TpyGZONO<%H9JzP@c=YLCBAT>X?Qow7_q`vBSLiQbi2hd8 z#SzXXKwruv?c}%;ptqUkDf*rRPMzZ}h}Kyy5$(QCt4aFuPdkA48Hs059??o*f=2da ztSnWS?b!Y*649=fQ%i?PK7-2ki6izGXh-i_VTyS0IhCA7Mz{@yc#}nGX7mYCrAt2{ z{X=9kLE`|Of_SHh^9f?iSb6ef#OX*I&sd#;0_`SHq)2B`iuoDzW!A~kk4XQQ+IR%l zrIw80vY5fenA$h=O_H;5h>SV&^ro^fHu@bVX2xc3s3R%?lH}~S$d0Io&>nrQi0}XU z;}9n}j1pxaAGuFbRW6X$DN;R2@Y63;3{f^OkqXvtL@I#GG$+;1kxfGp;{2b4(N$(3 zgST-dR<;pg1GB$E-OA}o?&K2;JjP(OJf-GNN6TFDH#$}hFj(7C50I-phT!aWE85NO V5C*AV#)(TJjx>vR$R>fSe*@}~H_8A2 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 49fe44c03022a2cf3bebbac6c376a7124d4bce7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2013 zcmbtUO?MMz6n@^!V7_j7 z#+D4iuJzamIu8xU>zH<6cwN(%q2;-OanlS}ZMzxzrgVaa-!c7bPZkB#>oo>QK9Y9N z6v)+gV!qzk{Xs0i7n zwe8BV=M&7)A>I`-ohnxjVvy^W?>Uh)!vn`oz0k6aMwj1_v`Iwa2^?;Qr1V|cjq{Mh zBKKqNb6*;`|sk@`-@Dcsg^7I$ayK@2%yvlin;X<<&6Yv1c<@yWJ`_eJzx<$I{8w1#`cFgz z`uave=s9W~)9lv1?Ma(9=LS7v9s?oclgd~0;~9X8Uz$L|qbA(f5&w7$d09j>X*%8T z2@@Xra#t?VZ*!7<#p+6ds|nCdm86p#>i`m-)+w5g14oXt)X_f60@3OFv^z~Rf7&j@ zZ%Dj?@|1Q0B^ue29FZk`*^ccmBN3fyIkmcn>`RlV>l(mzKwB^t-*7Q{Y9eus!ZW97+{5zj@r@rtukP^QxaDirA$sxd!< zW@eqN{(|&>sTCu*KDA^Fm&FXu$JD;3IZ4jO9y0ZrmsgeL>Ee$l%}mcOs0Eb(Ddp@B z$QIN+XivXW#7}Sk+QT6ZqeKMnB4XAoT7zM}o=PGFpPoFruvaim#%Og0Hz{u_qsH+lt1yNKU(gG4eNF2>(5)58DwY?Smtez@y z;0N%dDrUDiaskHn%=pv1KFd%49v%UF!%`C?_?X~Rf(3!bmbN->3yiF;T?o|oT$co< zQ*G&_$gjwst1H9EZ0a&)E|k~heF)a$wGIgu1(F|yHeK=pts`s6?->;W1%cgEJK0kq z4)mQ2-CLP+0~4ehkXKPV8{`4SU1K`Ylgh&x{VFKLm0`V=ubTqn9o@Go7M|z0Of#2P z1q}XUpXaB|j0>E3O!3-v1;$Qz=tCD`f_4jaj0)_$leoa=S5X!C z{;rM!8*j?TGHU#zN)ddRJKF|(l5L5MuK$Jj!%hte>qZIk9%H}tKLF#HECVrBMNQ*F bWoIzUwvHz2xeA%*3@}<_Y#tM6vscM8Y%I=t 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 6da653d383065a9c712990af72ed07b1a7ee9e75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 734 zcmbtSO;1!Y6g_ts=D{$Ee5ed77A%xRo0t$6AOwl1$rBTXkhm;wE<>TO9os$wKg*Q~ z3w{7U%5dLvmTr_bz324gem1@PeRB)oEmpgj!qW`TGCU`Awv97shcNZxV}~3Fz0b~Z*ta@Hj)cA3cy*>@ z8k;K>hnK390yZi?=Ae`DE~<~5_N*PGz`Be_{Jr9s)+hPa-)s?P2WI4Ss)F?KEiZi8 zB;;^aT6Lj|%jlgdd|;KX$E=RU9Pt?kb_H+e7y5@*RWeq69oO}=ooH6Ok&>#$jkb1V z6S@Omg@O-EJ#hbTZN09u$@6@0h4oP)zi>MDL&D6VH2ulPl%d~48`Ff{2M$hn^-rS` z-aV)yVe`M@v4)oXsCtncnO(3WObOP?^u{mHPa!R2Vmq}+9n1*t{c*r79@UO`+<497 cNrMYm6l|j_cBxU8B?6+hL|euj`ofxZ4{=-0f&c&j 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 e500c0914a0dd918bb55b8aed783d5e1f7e99138..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 772 zcmbtS$xa+G5PdZa(=bdzSh7q`IdI6L#D^%#fq@86HmL&=gSeZX0t{|@u-ynwd=n=m z4tzj9DoS<3F&9Evt|~v(`sCk#u5SQ*#>*}y@HE4-49^LjfpI3S5++{1*(J0${D=v& zxpBN%m3tg^^qv)DKKF&TyE>TqeFwJFp@|t@5VG~k*bxUp@27JdHmr`3BVjE!UhV6c z#^y}L(XlF}fsM+KIp}1(i|RY4HEV|{urA{^pHv*v(p|l!kIRJVp*e6mRYB&s$O~UK z1v#9RRvqc$IC`fFA6TXHF{>R>+q}<#UBQF=NS|s|C1cgrxbCOz;N3lE+6uDS`uXyz z971>Kt5EPaQ`6G_*YF?eo zLRfiFN5ZH7%Ev3TK? z@F(~M{0As4sTzck03jjZ4R{0IfCmr=#1lfC*Ak|>Wm@l*R!c8sf7R|!V(bL@4 zW-l%}24NMuNUamA0+~j;htsC5E$WWDY_4d|!X0hNUN9_2vzLvcE{$-s3x+#xS;RK< zC1=V<^K|siWiMqeq|Z%HW#)3@>6vqLX`jkqEvO{rXleb8)hrFP4A(B?bgN|0(Cq(R z8xXBJpN8Zm{k}TWrh@a>UO!Vlpw*^K+5Aa*{u(n2rh8hTB{i56Xq}`R1h%Bjf{`gL z%^SsOecqxZk+$=?mD7u+90$Ty_m;^>I#X-^fB5pM@p{Q{+++}$(iuU7g`=s?nHxq; z)Q70ROru~PZC+V#^#QFemk-Hoq_ANCHE+a9YJ;vQr&aT+k8e`5z?%&ZX!Bv+JeTOa zteFBQQ=7zMNOxpiJ%8u2z8vIAY%FgDsitP_QZa9wH)Ue&s481;)YtPkhUD}xQUb>|R(J!8qy_T= z2WvL}TY+UI=^r`V&)QJ4VPi?09FcnStWNzS&4V4`_0+#$IQizGjtZP=ikZMx&rM#% zo0`9Ey z04La0b>%Unqj%-q$rl6DqSkm$pJ|lGflbv={_bj-ynS+ETY^VLNK;vox0k%9gHc>r zvb5VwGsiAydAn$6F6*u~&E~4HXcUb?-WVOsVT3QJJ$!|=AtKWT0{t9Cu%CZsP}P{p zR2d)OLyCD-84q&IM5-Dyrz+zo(N09BDkT~<9Az)qM~BuR-tkl(W~*`$a1X7xPt(As zptlG|xB>j$ho{*}fXiGd*LDpjA`j7WZD{x*S|1SaZ3-ihV4Y}T`v?lw`96H#1MKxT z1%TX6$YX?*(9dvALSJVup*t(kW!#n!?nlJ^mK;ORZ-eSNS{oy5t#t`0esvrnXicZH4XhHgc~N~heDW4 zvWCn6PLfiMXJR2T?R8|nrPA+6=KGM+Fqr{7OGv>Y-oP^f^aJ>~VKP4u_eYZXDTEs) z_fz5Ox%a!%R0(3g|c>E z)>)RdGyG=dez{)GuVJf5yP2EO5I=*%iq~`bj>CriNrd(XV=iPhHdXc^@MGS-gWd*xZM+Wc*0m>$2xXW zxXTlE%4`&&K>rKdLNYU&c2`7x|?p?iybTi{;x0SyZ!zjxjUSA 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 b7b5b13486ba194519f79a05f0da2d8afb118b9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4621 zcmbtWTW=dh7(El)S=Vus#Yj)Sr zNWdHP2?XLMBwmoXyz~JCr4a~(c;JEGgb-(T)@GAzr8JG=*`1wl&i9?~HuLwtzx)p1 zFuWZ4F`dOg4l{Tzi#=HkZ9^ZPSHoE~RC0I$FXs4m&cOK`dN8fNTu>XU1}^4s2`?FV zSv_A-D6a|_Ct9{MCq04u=|)3(CmqZ8r7w_i?7AHY?3`M%-muJ8U_0haGqBx;DvlHT=5V46*dKKp+PCdZJ6N33J?2al{CKz6 zq6Q)tw72760_CLqn%KG$D+w<#bX(VvQ!bi`I#y3OX?K9;hGx0RKyKZdn=Sfwixaq# z=&M_(#jPbDQ=^-W$a2`hcEvMpW_C%|f{Brf0>WLJKhY9T95+~0r{wlZz^X4>&8Q=0 z7cGBL_fS^*X@P9u>hq3AXS)Q~redz*w!E5r+E#6LaLut0mC3j|as_&(*)+>iHD%wx zYX&R>vw7T$F$1+c<{a0>+iheu2qbs?j_aVdt@gWr2scgk-?U zqmG8aj_?i16UsNOSR<%W0 zTb_1<>6YUNJerVw8=F>iYQ(&zn%lo%sV_L&vA*bA&l+CB2dU_y1S&UJv!qTc>)S-AOVV(7}#y47jl4NXibiKr0 zUVQs`RZgKxl?BH;IP1b7?&Pxv0(bFuw~yWY$db9Sz&%`IIduf~u1DBMRYDaRmEA}1 zA1RvVbEJ43qEzTwMe6)$A*~)`g^YR>OV`j{9K8mkICc%$A1Iu{{T%lp%dyDqCE7TO z0>)_ZI1MzZ-~fhk5D!EWRKWQNXX;IH6ycjDqrNGtQ$z#bQjyePM{1B}YN@?k)!r$E z+`1_<$~8r5jH4oTlr|~+-r_2@>Hq7tPM2;HVxKhN1ibexthQ(A?lKgykAX%*X5!u)SaZy3)DFi>Uk zT?|bc(3?6r(NCX0LP!ODm}|9V4@69hoDTpoDT?EHY6Yhmpx{AoCWLzD+Xk#FWO#3^CDFWR4_}>9h!q8z=KF zao;1ED>2+S8CCIX$qca*wj(piw_|vmqayPsb3t{5a1@7g{;LHeTyEw~omJMe{`a7gkR|%*ME+WVG_mRN|H2Om(%|}d- zkJ)cOq54l*8=v7gKF1X2s^)czDt97Y#uHo@ls|wIY-U|JNvZ9~7`@^j95T@Ng!15% zc#5Oqb1LdkySslwe>J5HuT;~@;!0KZnrvki1!bRZSi17Q40Y=?-W}-{yosEOK&!N0 z^(C{=w?pF=x-=@mGlg`e+O0Jhg-oTIjnv%sf2C?QU&qv#k(v~q35_|8XZg(0`W~F2 aJIdI_`Mz-8hn-BuGn}ixDgB^C`1c>3GgD>& 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 356a6d0ea457169ce3a93f8e6d461eccd550e46f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 836 zcmbtSO>Yx15PeRTY_kL!(o#MTJ><|9f$6D-MiHgrOInK5RFOEkn`!FSYX{ql%Fp6} zkT~!I_)&=2rDr6RwRUFSX!OQ!#=n05_z7SSkGp7NBSV6FDek9uAkc~DIt-r+jC1Ye znF?{CuVk2A%F@lq1nCy!Rn*P~`G(?wF_Y*?mEo8^RTSdON}Cz^eP$YItK(SUU~4(5 z?WsU=$lV22b8YFUDo@Fus8hq4LGB7=rpoIYUni4Vgh20|wd4iui-cvkxvlI^nR*rZdZ(WEz z+(4&?6pwhV%WQSHEAaHcR11ujX(-U%+MZ&QpJ~D`R`mO|lse)+#R~f_M`N`30NKuy zZxB1*(fZ1$g^X>dsU6@Z#~XjE(8Fy;T;H$>wyTU<=;Kb~2UugDV4dyVCbN!P>@((S Hv*+&*g3#_4 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 b0187c80848e2be89da1d796691c6de4d217f3df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 836 zcmbtSO>Yx15PeRTY_kL!+7dnwJ><|9fl)6#G>Rw{U(!;fri#ST-Aq%rUOU)cRDKo* zgv5a#z>h-AExzc-%!BgA57orMREsfj}po>o9ySFwV7; zXDY;nzLH^fDN8pa6Qo;^S5Z3~=Sjvd3z8>nj_Hg%*@8y-h5D>y6}6Ec7WDv? zxy~77=aR>$?R~Mj0EaB@9RL6T 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 d691edb09380994ee31587541c21cfb435181591..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 874 zcmbtSO>Yx15PeRTY_kL!N-0n{^pHb8RE*REhei=?#h0|SQd8ybZl@@j{2eOMy|Y zojg+^&h)hm(<@oJDVZSMjJ%54*&yFh+%skzJ*hGr)2E6;+^@8mlHcV@Lv3{&3GA)U zS88J-kQ{J#fyG=~I;_f5@+a!laAYZWg)$T6b3rq2VFSsgL5nRUGv8LuGHOUqIELVaHKfsR? z=T_H(n2R6Y9)R3sAL|sk>`V=oH9S0QMM=U{KSZ$vAD)1* z!k%O-n9;RYh!=KBsIsjL$!m!{p3N$j9f~JAe($*HOlF4Kp>&3RGL#>ev=2FD+jPRCZmL1SS$~=_Jpt z$)Brh!%Q=AsWKPJ>mvRkEAdtbfyR-ww_@%40 zLX_WS&!)x&7C5GO>$)|}2@Icb_lGXT1}Yd5X#a0~fz>|^EYSK-K`fxeAEH=-4^O~Y zWlu5|%+Sg!#0xtm)Yw)B1n!_9ia5k2Eg%s@Z#Dxscz(*lw z12qz2EYF*H8qXzve7?N{*u;DtLzu2&rixjCN=sWE+X6#N%a;P>J=Z0Hi9}mE&9f`= z7wXC|GnKehnM>t$;s223c&mdz~1I8$!is2Uq8ywy^|T|G(oyPc@?#@ zK^{`vF{TqesVtn+eNG|n=Gt`0FK%oJjCAykRWbKm`8i2lHpoZ*F*CBK(!1cSOr0kg zpZX*(Se?@~d9o?BlAd}{GLPEGvwl%dnbztbTRQXH$?nrun~y-f<8q(Ufi4!Y@JsLO zMQPsNzD5sVgr>=#jE7$4vSCK=0UvYr|+P1G6d{Hnyr F@&%E>$HxEw 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 42739f5751a47b349b4c9815f012ab7e8673b8dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4529 zcmbtYYf}?f7=9K48$v(`2#Qt|sX}6jRJ>HE6%Z{Nf)c<|ZE*<)SXi={-5}V@Pw1z9 z?_cOesx32}e(OwsRHx6`-Qb3-B8C}u_q=<~^Io6#oXx-g{rMMwtN1>GZrl&!To?~j zOhphvCW2|qsFy0c<|3#^MvA@+BN4_U6^|omaz$TB`PXvYd;}_<$e|X& z2`tE`th_ANqYpyGl8WUBPU60Ny`n;opcD61tVVD~-q%zZ3Zmn=oXC$Fnq>(~L5-oW z>$ZZ{)T*|rB@4E0Bquj)-OOpmpn|%LzMRwSLS887379hE$_y>HoXpsHJ-0k~gUf2o zr6o%cRyFgBB0sXNARV+ik}Jw<6t{V3T#R|EeOjVDd+}^oH>~CDB`C>S!I+v_jb@& zImHxA2a$2GVqI;e(b?W8Mrb8SUtld(Y{Rp6D2I}W6`MlEny(%*|3$?Leh3WD`}3n> zS3)duHv8*6hextD*mh-~YRK4Hc5Oo2@K_QV+sX=OYp_(93c^EK!=rF@k0f0rV;1sR zaa)%}J6)2aQmXXHy+%QOn(UbnlATtRJ7$W!?dreSMJ68Dx8H)^-7mp5R6LC$5Ar%z zzO_Yh4(AnAclB4S?c*ro605drQCQiE;Vwmy!1*XX!o?_T6r$L~vncvOJzLn0Vn9A! zmY3)FM#1@gp?cHCQ)y5KWKh4Y6ygwo?KWJSzE<-3J#|J zA+{g|Ew7dAu|~o0VOv`%Z3ZRDI`(<*=6gmSH+Tr(DQWSRSkelHJ((XRk!|PHp

+ zYbxJZQdx7|Igg3_*1C~gCI2lmm&}@Zk+iuRB&T_q5=$a4a#_Ls=Czw{EZH`q*%gsp zOPhAOAY0HizhZBaZ<%*!3`D9jmw4(7Sntg)IT%rM&89qI@hr=(7hqV!vi~TlU^A#` z54tN$p@U=U|(&NGb5mg`EhWTUn=0&MV0J|V9YtHLNEW> z*-FN2O?%@Dh{-O+xgD}S?a423%qCSbX204SUqKz8ui_f7pK$e$sHG+#6@LjO9;=E~ z?;cw zlNU_>LlsVH!rAaz-(Wlh!Ox$xO9^{M%y#p85 z@5}&kFVoN~K3u;uZq50fiSKhJfl<07!{^IPqtBUGnKRd^bdb&r`IP#dN#GVC74E$O znem`^;Ntq7xk=n%Iy2(K^*iGd#_vo57pTY0%ov|;eiMPPKRUSU4+S>6pfWRc;YY&xVeiHb1r>P&b`D3FLCNO zv^heDy`2=Ec7(?qp+nv?6m~hneN0-ZQ+*zfSkY_wHYlcdz&EA@AOYbtG%+{s+d;$XNgY 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 d9e1e49bdb3042c11a683c70cb5acfd467bc9c72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2812 zcmb_eU2hvj6g^`nv12bz?KlaITPRS#v7t*TEu{&eZ6J+{>y#!nLPAIzXX9+U-nG2z zmi`HT3rG!(K&numpl`q%@CLjA4;9adGrMbN6FWf)mgV`lbLX6U@7%ewkN^4VA%Hh= zGl2}wB{(`iiZtGeV?2Qin3a>c1m4Dc920W#P8?IRzZgeOs$YuXvRq$CAcc2hcrS)U zfn?3LT-|b4?=^LSO!<~}M^jDBs;et*%dqOR0tv^}+_tk|uTx_@q*3C|y56EnvZdX< zp*v06a;S66*Rgb0-E`fiy2PflO6AcNqizwgMb$G0sLuIohOL&YX4|Dby4IMTCqkyK z2UDkmE0Fco+pb}%%T3p?EzP8ExsQ0RSSIR*=D1DcQ`K3&tv2YK>8LfkK_3_nN4?TR z;Zcvw8J6MB3qQtDr05C(kt!8n%-K~)=V#wc1<&@TFa30Kse-X8je8ha@#Q1 z^_GBAvMjx|U}}z|bK&AXX4y@>rAd!Gvo4vYAB(Q@Cj&sbyPEg?4Ikmm|A$@3mj-|$ zN&=q*2KLX60gz0VcSW9g9Ynu<5c7V?HUNX}=J$#J!Pzzd=Cg+)7N`c1+I^P>V9;m% zfDe5e2Vl_fn!Jhv7xIS%kws1luT3NpTa8~b+*1UBOC#_ zuaWwwaGwW$AERGlj9rrd=mQ+tn*mQq{WqiY#H07)l?&X8;tatecmrp>K7|+ACrFWI JZk)u?e*r%p?I{2N 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 fcda6d6a289e3169432fff1a8c2b534736c7d8bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4796 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 ajF!ZB7;}Q+A|#bYfwLTO(^TOsM*aaS+T*?e 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 ae8e7b0e45c4a32eedd8bda61d95b211953d78eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1458 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 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 eccc90b364754f1688320b6abbe3b6d922bf5f69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2476 zcmb_dZBrXn7(JJ~Y#Nrd#Fmy?lv1pa&_-LdwG;xymO=w%h^3_n1+e*6nfKm z5AUaN_5{+np>H=0e2|8LaXsUffr&J3W75EseirrgX#wL-%d)GgDPYb!j%v=@(({xj zkn;SdlJ)tjK(_Q$ZpnfzosB}-Z(7dAgh2mF%kizcTD3fD-BvS>$mJ+zukbZ4hHf8;m=kM5R(zEIf zTaBshhV53>U$V9o zC8qGp?bKG(=Pl*=6zgiK;?@IURdc&;7oIY8&vgp2Eq-Bv?OCq(-6j{D9vMBFg20uR z!OovHq7y9uV+QZU1W?!;#~NYkpz*wJ=>>!AHkb;Fak}lhHK$dI}_|DE%aG zrjzmE`cqZ$Cq_RJ5bi(}&V=_&iveo;1}BByH7tA)0Rjf~E7`}l6SRRq#y zx7DnudzQAyrGGB+RlU;$x|dk+MWwCfndrxifjcH<@u7)cWKEn!R$%UbDujuglZXQ#l zqpt2Wdb?by4dn+Xn!sxZwnETJYxD-8YW707i1g{IQjNQjLk^q@5pD;0)T2EU*A@`y z8~OB@ajJ44jgbGinH`Hm15Mx}4|9`;eHZ^MKbQ<#-F%+rb;d&<2WW|-1Ltspo&7k^ z39oaF%V&(wf!qs-e70*3vBzWCxPIjF&ymQDJxB7}fa(J8=aJ<7O~f%sx{G8OBF`mU zz%T|lG8ls44bIWOfhauvrsL@f0!=c6L5@;wVuXPd*b?kZ;D4O&s>HHr==NW2>O@$5ysjJq%@Z32PULxgg+y#O{|nNKx)@`;_R#$$&ajnaD;czm_&12h zb_o#+M7d070S}SDGJ{#61xM+|6{GCjt1e2gi+@7tu|XCq@jKKB2vM_ z=VF9bV$d3GD4R9{ylhv9M$kkyUS3N^$eDfJLt|DukcT4V7~T!|uQ6o=aT++qw=_AJ I2~MK_PngLw^#A|> 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 a54be6a488d098bcac156713a55386e0328caa58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1668 zcmcJPT~8B16o%i~mTqa6f{TEHs32-7%KAZ~3B(IQv|7=KqKV#2w*wtmcI)nx;J?yD z}=eO?wZebyV45s?gkLfhB8C<}OHZGlBp-{F%~gU7Iv z{~Kmhqm2~0Z|?28q89I~i7RBU2ldbut5OSAI9AE?x*aVHg1n4agC(kyQFeCWBMf@_=rO+{oj@z+RO~Sw hGxd6{XG4QYde@qsCEB^T#`C0?R)#J`6fl(P{{<>Syk`Ia 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 408cd58a15fda3d03045e2de6a9c46f370baf222..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2932 zcmb_eT~ixX7=BIyB!o3I;meX%tD=UWU2CmYL2OH<1jC1g;yB|tZo&dvmfcMD1m(){ zU-&b0rdY<#bR4g=chx)fPQ6nvI$k?IXLo^x1a#UA!};3xJkRsK=RNPqy??&G3*a@} zNFj??Qyg9FL?& zH@&Lsc(gec*f^%t*QBiKQ*3s>(ztWMT6Kt6qv`o$Ovi$6ma7+?YF$!~X>5#+6Cqo* zjjgg#SuZZ{;tKQz=5=Y=`dn37u4CA=Ej3vl8z~WW#qea+`b77Z*YyoLXM1|Z-JlN) zho{dsQ25jxW0qsdae;V#cuAlwh)Q?Ka?IKKM%k<_8fDv$q+2oUC8K7kdAQgn*DOyU zaiwnA%VteLD>{x@o3IVfGx=fq2w85`tQpE9Prqi$lC^0D!D!St6hhPS5A%WN(Zd{W zCBaO-*it-E6j%#IH_x4x()E`PoDlOrJf%;M({NN$wp7|@`6JHh`21|Ch6@iRLExh> zdI#@eOQn6@jN+m1bW5eRm(|r4xSD@-Sl;2(f?Kau%t=d?l%fB)`)5_{7D&#To}6+$ zso@DcnZPv-Qz&Z4;Zy?C8s0%kLl1frn9(qcISqa2*D!#`HO%8(flJM6&n@>Z3|osbIq@!0qtnBx_Vd}X)^n3;Y-QVziHTYb8bbcWA$vXP-pJ0DC*!D z$v2@t!mFg^$R&mDzfG*AlhM85YhDZ}o0r#S(HdUDIsS;q^0!ADVk&Pqim8jEw6YBB z@eH2hj6Xi`e26toteDz0l5N{T`+J3vZFCgA;7SbpXx~x6_e8npqxA{QJ4j@cKC~Kcqq711K2rFBk@+!#-n)n1OVnW>eEaX@-zz38|p;~XF50na(9q^zi^8OehZynp_^S7|KqoD;&28$Aobsj&I6x5h*vIjD~|I7i{TYq S@cT5LWuGENhPg3>lm7ySFB9>@r{en> z@>mix?+7W^RhSx9P*brgT1$w$p<+#eda-5KSFNUkT*+~)=3L$MJj+v%t+|eGIsUb+ zhNVC+-!yNTM%{GQjEdj1owaENn&+E-%bRmoxkD-OOw+u*WO)tO@i;RQoN+AQSoi&g zahad?Do^)U>@|nyo7{TlAzNpHHQO~xPNU^hyJc=pU!VlNQ8%|%%-Tk2wJle{P_Vt_ z+jZk=!?#_>taEQUW_qSrrqmmz=Qr#-hPS$5Y?4adGivT8Igq?(yxOHgs_vVy9oxU4 zV16PH9JNd-n2IMJgJXJfSwSi=_Nb7SWQ!K_l#F8zii*K0<*=iQE<4tO9A~IDtZ42x%Ki?4CSXby)f1AQp@q}O>5cq zY?|a{$8i~mf~|s6Wjas#)N0<@tQ$8O9-iwMW@nReh2uE}k?%Gc7^k0*q;yv42@mzM zj9@b~G1(nL3Z@>9NNLS+n-+N_CnlMJ$J@fSFlR?rxw>PmCVi#t51m>eN zOI>Lfq%tMP=jY>x_jp*|XrP0)ZGU|(TGW)7bh1lc;d3EKcRr9AO-{gD2-TkTvmlUL3e_gys4lsdg8w+M5 zyp1yJrpNphZ;g!a29FTFK`L&mS+nMCaaE2#;<7s>9x;5TELxtwV2L}{%i*h7S7GOH z6B{b(Ic&no;RufAFoI(_9LHC37{jwF+#DJ>Ck}i~!R7s`OgX%ZW)2>F1+!mNsESq& zw{Tm*z|MOuuxt)@u$99iexTsk9z7x?J!9t$#k+(T(~;O+uZg{UE!Nhp+Qy>mFShD+ z1?OYD+FS?Gu2X~N`_~Kj>zE^LV^_F$@hPZcFIlFc+z;rpeE14KO)@H-sVpO;{ z1g_u#H4%d?l)39Tg=W?)U%r49Jk!3{WZ=q4ZV12z$7C$i6xym~H7x7TB+lX#Uf}2)zKQc3gR@dI&lNc$ z2FXN`J;5a*dxA|;_5_a3g00(y9Yf|V1l6XnND+F6R@Uk6vS!rqkFDt4CAqY@8stRTVs8RM4Gy=1XW(d?9 z9Em;Y!k>`&que0uCXfR2QfVM09V%_}IKy@R+@i(01@+(CBWUrFf{xP}f%~I~w7rOy zV+4&#WiNCr93UH`SGxsf_X>Qcr@-^O1P(JqUL;}RvQg<3AoEw`s}FEc$W&yw1!k*p zG>w^X_Z99Ie#wWS97OC6jyz$47lDcm`l~MS1i_T=_&Fc?S;4n(A(Xoi${jq~$&JEM zkq3K4dki0+Io67Z9_)x7lz}6H;3dpbq#*eA4rG~Z0)GksE~^ zrr1vFZ45AzyU6^MN`FQ&KaVJlk{QFdDN=~O)J>*S zF#@?!GQXhQUy{sw5xG$^LBWcW8DkM?lbL7l6e*{y*mvT<4sqb)x~uP9&Hp;R-1n zqY1ym`j*+v+ zFk7Xn>V1`JCQv-kr>m9ffEwyQyf-gCV?2J&H2o~1e>T*g#8rv*ReYDNpqa-odz$R& IwC(W!0VV9jPyhe` 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 eaade952c2ab4708f0e556847c5d77c881b2445f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 972 zcmbu7-EPxB5QWbscAOZKme3YjehZ~aQVD}VfGFaEN?)N*oA=iH?kfm-Txh z+2p;DB8^V$^RUYksqaP5P`fgv7Edx61|nf_R-;HHDWHUHMz`X8X#(=r+EHpj=19(yCs5??%( zdK^yGE_bKhv#vs9Grq<;hKZ%Sa48-&2VenVQ9z=h6m%;{TU*|DD`x}q@>LvgH 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 dab6400d78f212c56c14a3decab9d18380333845..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1998 zcmbVNTT>iG7(KlgcC$>DumKE-D2dVR1(+n71Omha43QL|W)%y4YIZy9!0gOA(;La3 z@L%W?4_c*$GNt8{5B@02(=!uTAf?8KoxY#%eCK@K`{!T3{086_9u!c3oyR}{S8?qW z^0=PEy9H!no0a!+xKY4O+{$6vv@>SgZGqfE*KwOF5U`d#PX&vv3_}%ip{<&ZTy6@K zR<`96X}i+fvg-cfQ#$?)l_(y}SFBuw^+bh}F6T1V>E$1;%Z+o68ys`=1qcU(20b~~=$RP&Fe z8>$IUw$=Oruf93QbMzg7;qpm_m34v4B996TtT>)p>$W#l@TnwMlab$$?z#*dGfpNm zy5*4k_2cB*1R;CBqk=d=`+?G{Mx00LtF8())0kRm`0XfV73{WMds{YkLf^CHfh_hz zju!(ZwIA@nP`PrFv%utk!&%<){6G;VxB0@oIRYM2{a=Y+PP`{j|JROgMM)XQmtH35 zE5j4Ej|$PbV-|h1xvd&{w(^C5@Q>D4vc$shb<0%c>AI$ttFn{0lyAwf75kblSC$3x z+K-D;piuX_K|?J$#^a%5E=`#tW}<6!Y*m?J2rUd_HitP2^SEPS0A~cI|F4J^-p5^m ztFL-KhkF(luqbfm@S4RkSoi?4_(D^u&i%yiEB_okiDW7uV+<7- zDSz2R?!`L&J(5No|7AOS4kvFEF7gd5@NE=G8E@GRa@5bZ#NXKvL&&i+j1g{ljZ2@f zO|c!UK7**0Qu|1MUakFv%nzJQ;T*puWcWSD?9^+U^|L8G0wi>JRUIy^3Rdoc!oZM zB_gUZ);k z`wrR6UhNMQt3M-GWC-p=+S2WUAP))ea&@7|sK;~BzHqwSfeINaX zL9gfwJ)#dJQ3UVaSORmG*al{#l+Q*$rBr<*lb~6L62`KB*n>8bprtVp#hj$Lh)88o OWUoNnELAv-(Z2!fLCnbj 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 856d210dd688e523779b9cfb89a348b96294c6f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1358 zcmb`HTXWJt6vzJylmLyi(u-QWRjYE*#s{6&spEra85D3vv_3D%7PbuuCc){)(it5u z4}JhYl;hbDfoYkcUdXVU-JJ8=|DJPpfBgLR9l#duW{|?=G&EdEA)UchtgFGbdFZ&V zVMD_W2CXM7$!iuvu71GZal__L$7ltfbUHf>ao;-BaErb+M9_7u3b*a52pYe4m#xgYf9kwK0|&$Wc@8*X2CJdm#A8?7hLhoG7h2ydU8!rwSariGIa zr6Yq!4E4f)qZaoV5*5 zm*VX}_`&0Wv@PM$MjC~aaV`D>FF`78hWmv-g7|%kz92c7r$?sfhsn@TpmEC`c&6Bu zDhB!KyVz8Pp<@w69rIYwP|{JxZ5?T3blkxv!`95qPe(H>j;roP`#_k127{qGlXtpG zVptmUM_Z@5E~sKyJGROokW{X(RZGQfc7=J^bc5zV1$=ulk3*$9(=t0=E;3?Bbw($q zI!TF6+21Ad-ZAZ`I%`;`3m`?eLyR8E9=+vMN~w>7a)Gnd=4iAVS^$~SXRuQF6Jj4i zuO(`;WDD|1kbRmwmT9y~_GFC}dQ-nlNM%Gz<6Oji7BREsT>J|XZxnW}^q#C^7;~3N z;R@YQs}tPph?@;nEADw*AU~ybn|ellw)7D(`px@z%&IK{I(G TTnu$wqTMO=lz!aAnPmDGKWk^$ 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 c62db03f3d3947c82d7ee6179be960655b80c934..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2748 zcmbtV-*XdH6#j0~HtA+fNt(9OfTE(NiLzEiz|^R%lm^oTXsN@DFWcm{UD)pK?B1aL z8~kTc>^C9-yP50-L%^#FjF#_+#lzj^L^)>J@?#u|9$%dfU~%! zAd7buTAdq42IrF)Rq!6laxVdlba8cn2_^_N#v#aM+wZz^Em}+e4N0A1m+o1 zP1_RO63bf-XUNuW=(lvu)U9=GNw|i!US?1{p^LURXSYaWG@?-@%XRLOO3Kwgzsfzw zwmi}~7U)=9Xd6N}+5!!oQ&JvYGS)3ZbV>E}Q&eYyGsD)ZmeUsG57#%#6+#%YS8wp9 zV8{h3ZDE*N!x4sU=_Z}mdx&RBH9}g`J>eK%XkP24wn+h*o@P7T)upMYUF2esw+y}G z?5y3|3J7Nm%McZYcwuUVVIauGNX@W#y}h~0-DQ2%^z&yob#p~`4Y?1617gGQ7!tE> z!)$SvL9JRAcjrvq^Ee%p5AWE?5Q}1M6oO!*-)yQc#7d#s9{{T|To2vqT?GB%kJt8P znJPETwDUC5CzVrwzKFu%bM2Q^f3#}n4|r7ray1K?1kCKh3n6o!Bu(D7|s-) z0f%msvShd2CZ9LtjUGGL6Hdtv$&jpbPb}D;Q1Jp@OyHu51yoh!aV&vLDn3C?#VB$K zEUKuZp<)c+(%#dq$&s2|bAvZ;)@@O5nW^^chs%AG~{Qr*Cch&mOzh{ResdX9PFBi<_2rk#I|d7vx7uCP@-} zg*RxG$D1@t#>J2^Q_89V;|`vqymtlj7m@yr5j=>HW_C$41bK=eCA8KZObFeZ47^d5t>r;kKe(O qgB9?YsQ;zxJof2>eC5Ni;y6uUF}#B_{+!0EG%G}rq1rf!qyGb5QPA-K 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 ece7029580c7d9df71328e0f438aa4a78f98dfe6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4724 zcmbtY+jARN9sX7que{nQwrU5QIH}_VVoPbF8(zU#?H zfBy7W0B7)?fgvnqaL_;**9=_8jSNOJIFiA5Kk|58e10H474dn)z?*o>VDE=I-ZqfK zl9>6CKzT=pZD1Ky9V?=B1msN}s~Yr+O}DnHf02>hXMoTTeY<>x^1+eXHcvn<1q;_Qv!%BJ}yox14IIVMuLhhHlMTtcR}e z*)^^&beWzh&JpRR9fWoFt`)4TTN|Wb3oO6xG;DD+u&y}aytCrkEwUH=m3vCyjO)4K zISrR56m;AkB{kJu-7ZX~CvRv-DdX**b3JFFxv}gtuGz~qX>h-4*KXJiSB#^{RJi8S zHK%%4fz~)Mw+)eQjZlBnqcXcWq>GMU!`i|+BTG#$bT^zEZs5`i7d+2r#0ej1I5}7K zH>4w-#@&sYb<3`<2fk<7?M>EIj%OJyq2HkX&-bXN^iQeBL%Z2VXfrf1xie}sO#Od~ zlvX{z;ZTp{#3WPgNDHicylHsxi5qs~$uMc1>&&Lbt_w50$6`C3^yOCVIZN!G)AD#! zx@eRAcieDoHeRr9Frmc7o(X+*7JSm4JQYF9J&e-ATVT+@DL=Qp3 zH;_U?1S{X;2@$WdWyo@EO!kj*p3&PLAIE<78Nx{71b6(C>uI*H6dpq><`bJpzCOB% zR6Z?wQ~5s8jHL3qXbZ(h$P`8&p}#Qo2u5Kf^$6MD^K=pu{1#yFdyH{eVQYJ;I89{1{{R9obETajOc#9*kCtdghGGECJ!ft{oa7hYPAn8bGOOI1r z=g$>dY$s6v!w#VN{|R)2j!^E8Gcr0EUGD-kCWW1DTUaq0r$=`JW;+4j-WBkrZGa;T zkyog&aM_sj3Xu6Ta+Sx}FEBM3Zpv)S98F^;+I^L~gX5Md`R41P?=xGaO29Tf)!V0oJFLi%w_hj z;8lKw`Tj-8!l!nj_yy9bhsD1mSNJ0ai~PHfbn;>GZ^+M!gnNd6n|SIYoZ+aSe&mE` zzk3l?O{k$*Ps48OTZWR&26zPw(p4Cs;k1D$#CCFAic grs+yuR@zeP3uOx}SBIo^s%aa6a2nt0 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 EU&2AyqW}N^ 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 43a7ae408c70a02b36409876bc961f20bfe2c64f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1238 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 Dt^2yi 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 8161b2b894393bf25441a8ac6a8ba85066d61ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 684 zcmb7CO-lnY5PfNDt84wL-<~{(R6zqGc&K<0MWK4I;=xxlP79hVXf0CQv!@3!( z97)EU8QXq?c;%pk8vANN?qQtc`cDBSFqs!}o>xs_y1*ICGFC8$2IdQ94iRI-T_r}g EZ`EeKhyVZp 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 abb3679eea84fde81d4d90f51b58e71030d05021..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 688 zcmbVK%PvGg5IsG{T*i2g*H~GIAfY1>BqKH+AsMqkW=YzeLUX74rn^V*S5^`WAK;@z z-OI*8f=aro`gB#DKAnDhe|ZJ4ftfOTP>nDdVM?I1rHu~T0zC_hErH^WZIi%oLmO&# zI~U|m)kVU{Si{CDX(^|({TEma*V;#z78pF=B~N^q=tpt_l|y65?Ig;3@&cO;ZRMr% zA=UTNw{K;KX%a7ON=^lBjhBZe?S{E;W9C-t0{tiY%BawFe2KG0Y&-cJa`&A?-l+K2 zTO(uZNQQ@$$SN$qHt~76%^4c(AOj%4y+FmY69#3Qz@|gCtU(-{~;2X|6LnqQQ$w4nc&4j zIhHt+95bYM=^5gQlL8|4r5udW$9d(m0R0%u3Ne&d4PzvaqZs2@L>X0#=g0(ifYAbD L6Bs~^v)n!a{8PQK 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 2ad9c6bcb5d99b18139c78e822af36847cd3d9a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmbVKO)msN5PiMY4r_gXJ2{9Tp%W1##KlKQmIK03dS`2CJJUVs?iKtiCy9d};75s? z;o=}cC0$khx~g8kPQSgsyaL$3Och-ijW7{mQlPS}jSf2kT?>mB0_9!XB!R)YHgwWS z8|2PaBVlBuZex{PD5vxN7g!EA+DDiY=)c+{Pkfl@M{)wSBV)+zCdzyA0-JShWlQ;x z>3iv$ZJ9Dn;-$^Vsi3X#^2lVJF!ycD-0GG<@0q?fDs&uQqEU}+TFfDLpC`tjgj!aD3Kd|zU%o;Mm%S#o=rOLGn`mG%%te)A9i|Ih;va1EYa;xqX zzskOe6YI6PKBjPEn>CctEzom9J{(#fB1{Xc|4*sF@}IN`to?^bVE%V)m_>>INp6A{ z3*}hhOmfVT?xkmlCr(O;*jEa$i5|{tp9Sbee_n`zqG}LBMI6Qm$1g9& z!^J^@O1i50bydB7oql_Nc?GbE*(!Q49$_lNv_NG?8y$89dKQi<{|}MC!tdHJhZ292+ypNc z%CW+kon0_7dsB!R((HgueI zuE?FKtAvq}hK*HnuAI*IUtl@hXdhupp#O50Jn>P^l`Z8% zs_&(5wq=KD5-)8^P6cg^mxm_J!rZqpbM*~@-cx;TRLC4(;-V4TPBDkveJ7E(DsFpg zWNaPD@Q{)`V|PL=a%5uK{DGB+q}GrLUT$YiZ42s+Ehej;+RVkYuXD-O0$;gRcZy$R z&%}xK+FTz|xUtO|%IFs8IVK+ttPc^U1y=v3QegQ{x&-R~ArhGXT^nXm;y;p`;Kf2Y zRydO!bEJFe8RChP5+e4M0&Jm&^V(+tdeNU3VxXuR#8453F~YHoDn>C@AmiKtMoWy1 KqYu-Z74`xCT)nga 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 2210dc864b92518afbe781af91b5ae6fea46edae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1438 zcmbVM?M@Rx6g|@xrdk zd>8$LvC#+cp^SG+k+!CWbT^qhXXeg1XLjz+uixK)0(gSQ98(-OIc{r+VmbjGcQiyW z!*N#w$23PuLn4f64MUjLFp61@dmQ%}hTpA7UwTT|>Z9}+lIxBmy=7bYzVsOe7nP%e zC5C7!y~7Y&c8ii>)Kre#s8{!-R}gzPjf|PDCF~tRM1)&|v7n-eW5HCeQ4)SoQ-_9M zJTR(6V*7?$lb#5a>-fgHQ>zDhhm{;dBCpDh2;bjN#5EOe3e*h%MS(=$no;R4585)VOO9*^h<`l6cecVXX(+0cBJA={7N ze~+q1jWA4h@wc55gWh{mf9bnU>)aA;eZKNy_4&40APe2~*G7H1nrbiNmKZ*zOv|k{ ze-7y#R&8TnSO+9wSgt3HfGWo5sE*v(*wg<@>mdAFhvaBIWroFX*up6r%^M*1=4~HL z=^bP+LYGYVFnXyTsl7<(Gvd?(%-Jy(yli^!e%#SH=XKN z(66Ddcu^fKj2#_c`N9w7c<$~FU6y1>nK3ira(D0forinQxi|m(`}>~&?!lDNj+r>3 zn2n)J#vJA)d>Y4NEJ#?CAz?NEN(GGpR0P6GxTIMQ`uE5yR5xXtipj( zwKd&R*1j$C!phD*&)X9WovT&D)=E65S=x@yrwzljRa-L+0u5&JX2~J&%8Qb&?5p_$ z%QO`AWRbE+^PEsesHREH(Ch~cw^HY8?$0qqX3PTF*_P1^zFaNs@XDG>HZUYJW?t2E zD!E8=?_tC)YGl+Ic8MV5mRaT%*KlRQC|8AVA#;~uqn-fyRyGZ8*p`yh3fy$1`h%v| z#}Cz6S{ux;-GC(D|VcjtRGi6WBvhf|kHO z4j3*4^CJNrr39TH2E$l`ex3?G!}vwSddDs*NFlhGMhf%A1VY@MW$LR=ucT_0dT)I-z2el%7S%G<*TY z&&W5@R5IN)wfK%`hVN_nP*co_fe&A&8|2LjS8TckI9GvHzRN4z$n%LaN1to7&loZ| zw#RMfronLKRF8BX(t^uQatl$fZPKpD1XwbPA_?g*kS(fBUSnrOU1W1OB+@1R*X&E{zqqESvCfu#q2 zL+EFkg@^&PB20g8AVTZoB+)~&4tF(fqL*eQ=V^#jQ@ZUjpE$ZmGMx+`BeL-t(arQP zXnGB4^9ZqH#E&4qBw<&L>>zvS`gqe(ksypv+l4+F1vqssxS7C-+TcC{rvl)951c+1 z+(O{i+TcL~4+X#j9(eFva2tUy)dr6ccr*YWA~1Ca413^F8bz35>0c3gh0AZkDfSsy z^vTD(-C|I1$CLkof-ZJfNe}#lXykCY z&Qaa%;!hGq!3a4eQZR|TlsqAfk$enDQ}$i#z)@xn0^}VOm+STnvaag 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 b9741cc138eac04547a69434510583aff08bd119..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2241 zcmbVNTUQfT6#gceWF~RsGF%k7C@7MPI7qd&f)q-jq7f_uX@k8DVZedOOq@(y_PuNM zH}s_sed()>ZDqBqE}#3@f6#x?C)>SG#x~TvP+05iz0cXVZ(keimUNG~&Fwz5ITy#hNh=~!N;V||m3Rk}+&vfMg3*9-gBBg=5f z)-c1s@%G4cV7=~zPQ@-dHD}wk7d+1on?WR8DwO?-$ixmFS6pM?Dj(E*&#?YcGH#Px zWcTDsxlmjvY;poq_m2%BDUz&7n9gL6Z!L2nBy<)W&t9!pw(VfUA~ckfaJ#lEVKMVM z{OqyQ)C+#ua*I~ru>UBC>{%6xm7H}vC!CXzX%lLtP4uD!Ieg#{=#=T~c~)2t$W31x z>ny4EX0osQAk*EzuZR}34;&fQL&r7NsysfHOU;se2`9~vI(pZtMmS3CA~$0mF`qqV z+2$yoI$L(5^29R?XQ2hml2@<%AE#;4uLos&+2K}qw=TtH9(4@{@AH&~UF=DiJl0xi zxP}KB-iD(gk4qY^U|PYxh6A_?DjGca8mf3mTV{K#ctgW^Tp-a2HH-_c>T0+sIJ>4{ zLU6l*hK%5Xx`wRaJkrZC*YWR)a#3h`%dYPcx})7++upa!A(i!7Ys(g0t5%z7scW?5 zt#iX($*#ZEE>c_JwseaGn(Y=rXgbq7wq0F%ShrjfCR#0{JX%6VH`y)v-n6)i29Jv4 z(=HxakXIIM28|L;*p+Jd1t;8gkms+^w{wg>KdKBBdZMNrQiqk0!E3sCW-c z5whQfZ{V9>AeVG4uAh8{j;H7pVwbFU3sDzhPeSh%VxJKEllmzko)+SOqMs4spb&>t zeOQPiLOk1*)Xxcdv`hJwV#OQiG)r;=x>-sz&}WvC4V*ShN&|ytNo`=nEOpVW0XD6jZVTmLKT@rFX8IL9qQ*6PGO%WD;6PL#`~lj!>zvoJWBoj 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 681f265561cabd2907d5c70f03973a7c5bbc8b1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1981 zcmbVMO>@&$6g|(9zl2DLlb8k^YA6)j0n~&5EeRnZ7zkBxiNQ0p!{WtOf`Tl$lFY!q zGyM(ScGE2lZOOD#hIRi%|3z1{_sS}Dz?)i&_j&KR=iK|Q{&@52D*%^pFAEhHG+e}` zGzw{as$m?T@o<@M7Bm_bHC(}xhO1cSVI_l!46gCbD%)JoAfG{%mp9V5DWI&>R|U?S zwr6a~Ane#rjiB||XnQTo2@J1e`7*RUH!w^)2-mHaEo*+u@~=Hx5KymI**W<{I$cX3 zXYR-+(r~1^ZPY{GcDKo9YNP9hcH3&$fxYQiE3WH>Jw$;sX47j&VJ-h@+c9=z^Ksz0 zhJ0&e+@^hl;Rz~zvaw>`uhs?TzZ!~fDk2&PTr8D`Lr_;KF9M^c?OJ!b?M=(SCrK4? zi=b;;0yj(Vr=dI)-JIz)rPGkU%`xIYsw>+RFSTg9cDN)^8W3)60D}gVD|}>=_-x(Y zc4gT031)JDcbQBlO6B)4$aTy2+EFPbJ-`~?TT~U0y>Uzdlq!u z!kWPB|L!dv$8lT7DSWQuFh0;Rjbmw;I@WO~jhc=xa976$s1+0$G}-cF9TS+OBDX9) z$n$#SzkX!J)TvF!bBXr;^42zYtY%0#yU<^gRYwNFLSNG2mhOKTj7om_e!tjkjdMO0 z5$M%33PR6MYgtyO`gK=2v^m}H8T0518K0EDq@PP4RQ$385*{_&z7F`;W57!yqDiaW z37;|HfiHD=mVS%l^s7~ur#PDc&6G(x$#ES(zcX5=Xg&fQI>Kd+_E|0voqkBW6EyRu z?Lz#5#A_(eX(v#mkv+)~S*kDFvHd&}(W#bGD|<-3hRXJdefA&GiQcoqN#eoxRB{>_ z;T9C)O%|1z!b_woXMaZe$H=Bg;|Se?*r&+v0P$z6Jb5zW=|~%|Se=3rohDGGNQY60 z`581b>ty98q~E1hh~RqEk}+HsGdL4d`^*rS3s{{*5Aj`1{X29N;iYl!1KYUZkoVC#@$)b&=pty;U(zl{rf)Sicde0M5~x zRKGzs4Mm8fe-TDcnSl&G!ECH-BfD~H%I 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 38741677fc0fe8d0ccaa28d952d44a5fe7c3da0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 712 zcmbtSO-~d-5Ph|~?7+GTtc!{#4;++4JDiAFqF~bW&_OUXyKHi^KIF!$Gab{+ zT&q}Ks;LyPQTZ7Mos4%;-weUHiMCcXb|F%APB%kH$^*Ii35Guy`Qte)chCSns2Q1;Xe*#wEOc(13*Z|6Gl* z_25{%LQDQmEhJaw73_+o1Z!qt^C#$s7%gO?yERF&Cb9eX4p_qD+7VA0uVt(>xQc;b X2R+eG8)hgG5Vj@U5Rb4fRwI7^uXV+8 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 5424e4c52ca61f95796f2910d1c8fa209d4fc699..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 712 zcmbtSO;1!Y6g_ts=D|3MBA~Ex!9q!}!3`k;EFc(69*_XRb$RbH6gutD_7V75u1s9; z1N>2j`yR7$hqmcGrziKb>F+ne2UFk2Vmn=$nBhGk+o_B#IS_i^oa3--b&MPdTe07O;WUM+G)wQ%8YgW5~%Do%(w`CK$C%y^= ze>L@}^M5z=xy~bxvgZoxqj7@+PM5wUOdU$Q`#z=&i#@b4N$CH_xP;Yb4M^Dd=W2wt zXUF0LTJm@5MRH_b!HzH`SSyn&KS4i)w2+DI)FNe=65e}qz%*Xgj(F90&ER!|Z!jy^ WMpx|HMwycch}sfu4ll4MtXYq=ip6>W 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 863d002e9e9f3a649219e8d80f16c52844dd740d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 748 zcmbtSO-~d-5Ph{QJFqOG2nw7$a8QhPj0Zw?Xs`{lqU;6g$&tCxRSm|N{iy2;JcunXGj5BGIF!A=?5uv^9OD4?a z#_?`7JmzqykF6l{xi7Rm(!td4N3fmFOw6!E$hInDOAdtI59c^+TOA`u!k655b)sV$ znJX2`3pJDmHYz{jpp)?~s@%l1!==&t{IlYiRv&Ave(n>d56r34sR}Z~O_c4ejSKBf%IJ+v`N=>G>Lgb!npK-l=_ zZiG)`=i&`o^1o^!xw5a=j(AFJjZCin2K^GJg-mp(25A;k;`bf`Fpb$d5YL*ZIXrLd a3(SjcqbvGlgDgk}1Z@enfEg@{*T_9V&eNU% 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 524f0534f582dec294b857b77027201056f6a012..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3521 zcmbtXZBrXn6n-utY}keX;kB)$7I_IlyQQ_ZHAr88wqQtTLsQWzU6vcVbjf0N(<%M| ze}(@+ZIOQEAfd-tAu?{m&`?m74De(~@7 z9|1Up6&XF4kTHpiAsmr$372IwVX6^_Fdag_=wA$BK=et`%*co$B_S;av!b~o;i`-l zWF*Xma7{v1M!Ud_;(7=#Ntl<>jfoImmhg&J(uJaKEb#(Ecq*Ugg>gf* zEN(Fb4SiL&8QPO8>K#=n+Pa~n*KFO)t44yMF{3Z%Rl8W=3HYT0Z0UBz0ut*n|$+^`gLjTcm5f~6#N%bwv& zx|(*89Q@9O%v9=9a&j)6TF9PHUYlGqQ0@7(euj&x6OQ3HHw^!yt3Q1 z9>ogJRG}@1ckM7N?Rlbm=S;~p#hMJ+n-85+8rAcufH>3&{)TqvG0R2&E{rFPoMf#!)B| zUJGLZHzlZHEJ6!o2|SD==nbP^Gy|fEVJM6omMO({-o0TAi|MB^#4xh^YtpkySaFMC zaNEX5U55;HBgZJ4w=Lg&F7}NGjXDDxsR`yd6_4H}ZfU(W!JJ??vu7?0EzWT`H7&ik z!ZoU7k%uBt=BTvY5p^V;V`vk%SmiVY)PZgKUDsa|^@wV)c8hDbQ>L9N8V18@FO7T} z6F$U@U7+GcSK31*u34l;Hgf{Qy{ThWaJ*d=)re;=ryQ^ z-lrN+C-MmlPtm9jee_SMRWYV4D~|_pKqOpw9H%j5SjCu>Wqt2(>aT0`8$68#qo+VRsQNf0jm!Ogu@g0LUOfe?Zsa2dIk%9-#huTs%HN za03nTw`r=5*Z~n|*%m>6fDU}ii-SSUC}b3(xl>V+|pVGn({gd6bT zegX-fl9`|Ra3f{hi09MOgyT{Xl0MSodie}J^*@4=R7okcgVL8o=_{i2wNJI5Qol#3 zzZxYMohZ4ueoEgErEkgH?|is^N^V&ADfMroG=S%cm~i5Z=fu|GXrset*f}402bu3l z=?`eek3OZXWk0sk4WA%LdTFjk#)IB~i|Z%z6XE_$WPb7C`pLL4?I$yULDJ)%&nP{; zfH7(XnYR$6Ctx;y9}S&5&g zT1Bk7HusRVz^~N)Mjs--(-+4dlx2TX*8GK0{OxdX<7n3N%~@I>M4-K`4I!K>r`JtN zXz@F@h3I@V5N+E+`}`(4Hqm(x`y8PZ?b<>&3HLj~h$C!_9@xS`5u>?%PTztjsqdxCJw#trhq0fGcYobp-|qJR0abW|=l}o! 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 43b5983375ed3538ff261542da6bfde08555fb2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4575 zcmbtX&vVH9 z0H9+X(%jmfnn|Zgn?sLjFFv%>y4JMQPN#<+`Zskt{T>#iAsL#X6w27e0=wV)zPIna zh5z%vzy1Tji?~}r3Cnqm74R0`&SN5v(?>9Z>(bPvd8dGPaihSy_e{KBzz~)TXyB$i zz9p+aF!7@TevA)Id?dXsP%8$^D;>vOQ@(-XLaU|xtF9dcDlm|9ou(5Sc)WVszGGXR z&~dHhcIbF5+nqCTr0#6A?6Bi21J9&Pxul=Dc5B0`daaGQ%UpEwdZ!gSO?ATwoE2BS z)@pg7Es(S~S#>;X-44RGbJq&iwjzsxRc|YMOWDD8O@;QF9omG+-Lc&c?aqAMQU3N@ zwr@8t2I01==GQ&HIj!!tU2jdzhki#*x9p~xkEINH>+6A{rrCZMb{CkQPaj>`Hn5nc zwX&CcllI-f^4iMR`mCxGgf+G1*vlFz@`u$okFNQ_OHRuPFB^DeGKI)ozt5&_7|32F zNdw2KPD?Fynk&kG$L6LOC{?{x+r44?j*R1n*>Kb0E?qc)((8)yf{+__VmIP;yNmjD znu?UrNzv8ktix@M_-D4d>NTT?RQ}zjYu&b2w*s$a*}bT>7CFA^D?9Xjs?1EvvJ;b2 zDQx+AGWA7@3tH#+^p(4 z^1|feA;1V?EE-ryi<7y-;oVBZO4)|Pp%+B*a$IMIqCq!zHy zXQ`e!WCk5PaJbilEE%@TI&(ax5}hB*E4S5ZI5%~Z!Qe@KicX~DE1n5nxGAUD(R#={ zt=a9kZsj-aU{hB*=I4TeeCX9f-)U{|XzQj;1f`#nM4|3={8jb3BgOD|uW-lVJuAiy z3@x#=)s&RYz{IMFH500cvzRrpUc?4Aix|TbMNCL@8c&#Tint9+=6uh<%ZJV@6I(^N zXcp0eS40~h8#s4hG!uRi0eBdW?Db|59o#A64SZr??!ds^^gnyyTdh9-tyZ5iaB2^8 z`G5(mcctaG&g!OG-CFX(rH<;mH(M`rHriFTxodBNQ`{#-1VgpExzkeyaQcMx`{cgUox=rL1%_ zrJQu-%6$x$r|-io&)i4;kDQ#rvuvM6o^6H8r^#`K3TDaMBFX1)2Inw|^SpqvHh?MK z$!{vsXhe5fj64(88KMDCvDdRsk*eHH&=UjE-Dz6Q#NL^Xv<-634Bv^US+*kT5-rNg z;qnfS=zkAT5at6B^FoC7JdWaph+$FBju{%{XVHovS$rc%x$>Ve_=g^V7zO4Ni*xZ} zy>ZX=sGZ|Hg96e3&Aouv`UX6m3YgyuxU?_e`CSZ8;sU-;o+4R7NPhXhVW{x{MZq*8 zw`tYaIeMOs)3fVzlx)}7#14+?@F~mf4u&Oc9ugXkrZrH&O&rIqh}en9)L85~g7EJ} z0*ir{_)h42z+MOq$HA$?QE+t>YTOm@EJ6`$3Ebfx?rw$p>dO9eoEY* zQOwU1xJfaR{kz3Trgz0$=G`lJm90d?zbHmRu2!!64!P{T%D`xVCV zC9CFF%#>f_HT(uuj-|Zma#ia&sm8ZgNOhcL@G48*0Diz(N0Bp!jsN1jiIG>ugV*pn zTha4IT&>0j|Bg~4BgE^CtT3)Or0(SFJ9td^>Eflc@VAj|z4PO-ZG%uhj6oaZFEz?4 zjf`mA(tt)Kc&?PKHwLu@vy`hh^0Ar6ALgqz^G(8x6`RRmAtJMgH`y1+eu&PfVTrDi UQ$fZfOo)?ws(-b(U()^m0sAF5hX4Qo 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 8f90a5284c762bceedd8acb5b8d123d1c2afef8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 810 zcmbVKO>Yx15PeRTY_kL!LMdN8aLA!80@D+y4LMMOK-w0mt-{&eou+ObJJ?=SeinzS zQV;w9eiUMM>6HUnYv;`yjox@>{OkAiPXMp6){V`AsmXFE7yhWG(q!qe392qlK?9+~Qukhk9yN ztUOo!k{52)OojZ#%*ZoUoCjxR;XKLseNOU-%>kW|CtJ`cKU3e7tfDsZ^SmCKGB+`! z>{RB?PItz91hPX{`GP*^y1BJ~O!j3h$J2Ok3*&;e(>;o(u1xVnU}>K>@X>|X!!2}r zNb!`HxabatTLLfst5<E_-9N_yF1F^Gk@$ zE3|$vYawIXX>td+&Hn1&Ec9@f8Rs`@g6%T17W%l?-~jg-6Rfa(&_q^nhcRQVHY0z3 E031N$ZU6uP 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 aeab84954e84a08ad869ba74389baee4965bab2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 810 zcmbVKO>Yx15PeRTY_kL!N(o;*aLA!80;66)ZODNN1k$!hZ57V$?lg7l*unOq^0PQp zm3rU@@S_m3ORpTrT03vvX!OQ2<6pn8e*$=owJzEiWJvHZ#iJCD1v>Fmhv6%M?OZ!~ zqC%YO3mM9DIddhMAl;n2irU#Aa~aCN9x#cWF>cnG85%>&2NH9eR+Z2Cu_;?8WjRD9W8u?;THGOJ=9aH zV&%E&m%MPZW-8<_W=5W=;ygGj3+GA3?{ktzY!2vzJlTRq`I-8rWEHiMpXc?^l(~r+ zWv4QCcDgg>Baj`s$`|xO*Uhc{W3n%6IiALQTNoF#o$gUQb!Cbt0!#b6fsZc49&Vx2 zLyD)o#6@>F+!A>4U%d*vS+tlydwpYqXZ#owewU)(uUn`+{!=V5cG(-F#RteXpI<_3 zUZM4aSqmB4PLn&pZT1I$v(Up`W}M%s3AW43TIl0mgDbetm|&IdgC??yJB%4?wHf*Q E10agybN~PV 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 017f3a140bf289aafe5cd819ab212c10e02b0b4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 846 zcmbVKO-~d-5PiKn?y%!3D5wOBoV8P4O(nbAe90&|&ae;BBs* zJX0Y~^^FYWm7KVeOptC$UPbL}khu;WF&)l4!eEQ<(mmGa zR>jJ5*DrbDCXFiOZze`ws^Tg*D+}jI#@i{$6E;V5MxJaz!~9ZRD_KQt2!uz4pv1m4WrOrX8GHpWYSunE6i(eKw+s6GBu%rSP^8==Jq$ksQ$ zL9BmA>npPsGPa#2cNzEDU;3Mc9v(8|{HB^&B8zyym~pK( HBY%GY%PaAg 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 70b5f1f21614478bb4bed3f9e209e38f3d7d6d81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 643 zcmbVJO)rB%5Pr6*)vE8Wi-Us$680h?G!7a<@*+Wq)w$-!du$Vz-%SCp#*{zJ8J+yO%xAX@Ycp@+xX) zgG_XYCzNS*P7gVSxSwm2kzd~26{ub4u2nJjT=hChU2l+!{8P`!JC)uCXJzU<$@ttS zdCBUWI^@Zw)J*Qwqmp^lMxOPHQp)^rM%k`RobB%J@e!zBxZJ07sEgqif9YqVNXNf% zU{m9Qw%rqow=SzRS4zT7!ug)PZg zFvDxF5HD<$P-R^ikT)1%yYU@>8b*si_KT=7j1O=ElZ<6dv7R0Zi6`BjOL^w71X6Iw)^2kaWJiVA*H1EJ_p--1O^~inUPbL} zkckfQgfgwp=^>{O_j7GB^2?jM0<{a>wJPSGt6nFm>kV>|f9e@|r_%f2tW2FJ8K3(k zFIk;ahdkMon#rAdR5Fj+$g_S?N|_(dDBG2Zv)$c2J_7X%m;00sburxHFa2y3>G(Ge zY-(K4wtGVH)@4=93yhp{-$yRQ2Fe%~*!lm^0_%SoQ(*hQ#ju1DufGt%mpf;yuq7D_ zW_axt;)RV8s;nym@&+SpH@*W@c~X?lCg{_*3$!K3U$UhzbY}Zd;zPH Bv4a2r 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 f138362d5806eeabb7ca3a1530153dda22135c04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 679 zcmbVKO)o?-6g?ed#*FbbzBU#X7Cu6E2$NZi5R!)kv9I?oIy&uW`-J#aRuT(8z>gC5 z4OBr~WJAf_B*D-|YDrTyf6{xhd)v+xww7haDP~LMH2}~r~(n;RC zB7dQ-3^UEdrOI3?uZ#GHEXP|N1R6)ylHW5b1mdujXeX~#h<*JiLv|;7T+;;U`s7vA z&IXz25RWO->WuDl3bB)GlaXKA+!d&u>l>?L?z!u8lDgiY7Wv1XkzJME1!raIJjwXf zCwalwl6$VEez#u!s_WkzxrxJUL^9 zJ;_)w!>g|lFYJ_1Wm_4Lgc0@|-wCK;v`FN*$Qr}=04FfXSjH6F=75<(ow3fhN{qa| E0Kjg)rvLx| 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 77bedc547c81e293daaec8dd87bc3ae1c479c4c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4451 zcmbtYYg5}s6g@Hq86g}n1QPNlFJqG!5<+O8X#yb$#Kr*wDNR};>@^64MIM%iO>be6S*8S#x%t=nJJ)N zQ`c2XKzn>ud8x$mma4^)8$&CO+q9@b z&t^?VprUSMm@&E~V6xiUXk67}S;e$A)XkWgS&Oaf8K#*reS;YaH^Gd>RntnajH)CZ zBpbhu=8AYBpe@0y6+JViXj*Y1*R?Nf>fR$~=|s+AMpj8P^FkFY;?l90nwWYJAD>N5 zEzaMK&y6p}9f$So*1}y!1}m?&Qfh8lW0szqSF}7Mkm-ZYb=_GOg(@!QPVTHQEa`gv zSmm2S81gk4@^106Gh#%|sn%@)iSTX%jc=xz-L_2;hJe6GT60UTF3bx>O6hqc&F-tbI8GL0 zQJ&sc`5qvkX^JvF!FV;9GKP>4;Op-WT&?t!p zb|q0|*;L7LoTEejMfzeP!pEB=1oY6zhY0;syDJ-0&nk|uAjI1j&F$j-swf|zF?Fr7 zF*UH__$C_Zc?j>(^%kxE5e=jXh)3Q+h=hEhx*hlzXi&e6hQA@cK_C)p3`sj^;!?RF zZH|P3p(8tJ;nLQEG!%)xLEA5c=ff~vy9gchwZ)Gk^xTF%bmBfv;}Onagx+*Gy74}4 z(}=9FInho*zWBhkFoin$13J%aqdnx?#?dDc{2WH zDMfct>cu@G#+{gOo!A-;1#Lc2J3gTbGPg+SFr~wYM`>%(kFB&Zj}xRo_bTymq2Iv4 z^^&0w*v@>f3fsg-2+)!Q8Ovkv+^#m@&JIp4IHi1Q;Vn+T#hKsGX$$R2 zK1;%Lw(z(uvFA8&f0&j0`b 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 fcee1bf9c7f865b25701bf74e4b716156a37479f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2764 zcmbtV-%}e^6#i}kB!o3I;g=c5SN_3sMC|QbRzXI6A&8$pYIhyD@u%@<;f; z=uEMUj&*$U$CLV|zNv5OL&tZ=@9u73A!%nyCX@T)+;hI~oU`Yi`@?@<+y(G5ZlsXK zl@wPKy~yB|BnDErib=JZO5s&ZCo!Zp*OC}f^J_`ul=|xl%&7C(6w-Jjfj1MF6X>hB zjx-&)x?3{^vZb5Gj-lIzv#GDhy5($63Zy(~$c8uTR;e)%(J0b#)2vgauWo#_Y3nU6QRdlziC#a zz+j-#ke014)}-Y+hRyTEHsY!A5|K6xPu8rDb+39$-)2Czr@J+?ZYWbvFIk>kFsqi) z^mfLr?gorgmSf3jfp~swO`t1CMt{k2%yMIU-K?(~>$aajw_@09M%_~TP}n86EKeXY z)3EHSSr^cXj$_tmZNu|S9!#CUv-2Ssqg~1e;YPpOSZ9#e^2H7jL{Z@V(6RP~&>_Ka z=}4wozG1dMd=TsXYN|tLcJe34w_jWx5>K3zS715J)6vV*p+BFr1MTGMb?8s`y1H`$ zSMnzT;^j)MxQ%+noU_#J9&Tw67gWC#NR~}c&byw}@E9IX;4KaFC~C;zOaj+6yp58E z0SqRvprMRK4MP~#FoH)lEa4r2OAp_hG%RC9@vRD6eR%U`0}(iN*z*^|zMAz#M=C?0 z+uW|nU1ou~Y&~bLMvr-+>^=R48rkzITV~}}*_GvnZ3|3lnqA|K~0-}ElTRBdn-Q)S`LtPBX8_Sd77vycwr|>By zF&v_OOAo#y%J)9na9|OlDMl5I;BN@|5O*oW9n9?`kxly0YPpBr7W5yH!cWZ1&k^*& z1N1?nj``>#C=m4=efuCpr`M^b*L^;2JmU2)^!itN{aXY#eSn)*w~@Hx#0&DHB%_oB zU*S2fa(JGjVq6FrGviq;VBE(e%zH~PzmxP2^yAM6Y36`5L&yt+RM2{BFd=jkHyX@e z#QmF&{u9BC1``xaG?*ODk|zk}1+FgQ62~Bz9SpHmk*uek* 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 8b91ea17d9d683bfbc41ace2d5781fcebdafab39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4742 zcmbtYTXP#{8Gcp=ue?$eTXh0XoZz^D*is#pByB?MhBPK24n7nsNl{x$*Yd{RSl(5& zs~jlY(cS@9blNGWo6ws~r_2!Ifq~(Q3x;37Z($go_xo1z+Li-WFTCIRd7tnl#vKyKFaoaRj34gx1IkgfS%=y>7HhYiO- zVeYPd&o0+(Z?#+ro36JyWxxtTJ8T6r{t9;(vpmzZ?=Lw)!}kKtjOa6-6PDM)uu;Cw zPkWW8`z!9M$Ma2YJ^PHU(|XPI%d=ji6;irmZ%kbxLZ82U*QtdDhV+(J=+?`NjnMTy zyUz8+F4NPcIU?P$gRtQ~Cfzxv} ze?$4wX+GGfm+#uO^}zSac4t%h2FEiDn9y(10B828r}EJ3J`e3>9MNWId}4Rp7?}M3 z6q#N1{H8-alH(K1w&QKE?h$9;rDtx~iznlxeQsw$z1DSMx`$}&WR$twu0NLuzW>xb z8PzXZ<=}lcT$_nkt?OM}*NYH>=LNhHt9R$eXM2QFJeT5?aw+23-H|*Ia zw0ou|-r!yBZ@w4wzbU&u2nkKLB|DSNvA9=3H~- zzB;_?);ujw20jWF9Jx;AY727sD%MQ6Io!p%iFytj@NzhUqdAP=SPsYWl^n+Kya_*t z2F}ZYuNk=5dtu1oT{LqDz<0u#{ll1Ojo}#@!jsbBYvH9yg0bUbe3%1_xnN-W~wlj7(dg|f?pVdP! z@Fk>>kZ|P-Js}aRS_UoGMpgd==NZ49@ktzHpFxZyPI1RSxt?ZwvG^25sgT%2^7WBT zqzY;2O&0p38BP^UX^W*N$P`DOpuafz1Xgi4^#s}9^K=s9{1##Hdzzfe$l^sD!q>^^ z3{K)KCUA}`FR}MBzQJD;6Wn=DOXj%}N93S1F;q`VSStZ3^}Vv23HSQ?q!MD8gLY|*zA=qps>lA>4CTRZf!9eP=1 zYN3~v3PB1&Do0UzMo5japP&JlWi){nU*<^mq>Fz*=5w_{>?TZst4gQ_Nk>B4dYt7t zf56aUyMg*2?*N+rpFqdy2<`qjBWow4TU~%gm9UpP7S_zh=+WJP*`0uI?+JKe8{jZQ z#vT9_eK1C`iX{MDp&9n!8!CLYm75RwO=wo~tpRi*6lC|bntUA9Y z!Qb#dB)`QwoReBNs!4Vt!Nx3ZP=#YO;dfa75}4zz14x^Bs+1I~QtcDsl}#KHwh5IcI({Bu5TCMsK2mISl{po$G5BUU z6Nzb3D-m$IqFj epT*=~j^rn?sMx-S@3Iv&^B88&QoRCgJN#dl#DAdx 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 c3f546362c193bb52bb2dcd083d14598c2f87dcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3102 zcmb_eO>^5+6g|(eW5*RvoH{N|`KEvq(~8fw)WL0&Qd)2lXi6A5%rJ_rq-qq&W62#d z!;6_gdQ19rd;*Z~U`4ChI*{hBC~N%6w(>0RlabI*N8SN`VT&prom z5_4G$7o3;e;Gc%HdQNFX40sBUw~1B_DV>gF*(yG^$x>IFrWNG|ma6y>`8B zdY(X`cHOvP=xyJ!_4%f6xsG911cnx@702+~EmL43=8>r|W*g3mKJB`;X*iWC_az&K zZwR~@x23EEYnJCv)ht(EHax#+y{~(XRejBEn6{_a-L0h&0!Sr<7vKwYgK)d8PW^2YaJkR8fv%93@HqBNb!_#FM0*#kVkD5Jm z+HI^KjR2{6rgU}U|D%Yj0*j@XidFgmUc9?B>&;GiR^u4seba|DE~{*^to_h7qSP$F z6ga&tv=0*te6T&qeeCW-jXqN8mA9tX0rve`_8}{`w2Q-)KA^m|ePBGcFG7J2cd6T+ z?Mq3!+7CabmSn4;2}}1{1=&Xz+;*#OUa(|i8;|Wk$E70#GIOTqUvxcR!~Hm%#L7eciv~U@;#vFJI9WH!?4@t{IcA}{=DM}ZX4ewKz?66 z{Vh52J5j%8)>r3Tf39uY0;eK-DcM#O&;`F`IV-eJk0+EQ&(d9%7~w~%6oa#isxxtp zj!5tRD-c(eiA6lie;dR6GctgLv;$aPt`a!NADz)%k8w?tbk~QFVT5jCWSl#$a3wg8 zPu_%>+(Kd#1L2emr_?6_?h%efq&R+oBtFFf+#=&`;(Un*7}Y`)JcviQ;`!szh+%;Y z3C0c`*}~vxdJCDiC*|c9h9uX=yp@22&ruBU6|(pmW4IH*7Q?L(EI|nT7=b0hWWs{)>k7~hK+^X1WO zpr;&&Nd{t6(jQ3rBhTq4g*4wK%@gt|0{2K|q|_yy2uNdOMx>kA$@nuFf1!k56-HHN z=#3s@j*Men#z|fkQRXNMJKK|aK#`f+ab~}f^moeqLm^dV7V$J8C3K9K2znDCu3El7 ziTfAD{H@@sVnSo9Vv2M~=gf}r>Ns?cQcRWRl}0bzg7(hj2A#LT@@*h>6ZiEzI2b(h iPrw)Ypb#C`0G{FQ1Yf-8f?31EoU?pB#|$6B;r{?XFfR1~ 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 03473905c1d8049a116e3c7c3931f1134dfad283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5253 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 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 afce61d6a5a8ccc7c3a89be602a6e88145c95980..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1575 zcmbW1ZBNrs6vzK}8gK|tSEa>sv>AIvKNvVjAOh2F($^O8wCnoyYzvGpGp%A zL=!)NAIkW@?O+Hs3%t3v_uO-S=iKwq-+zAm0`MI3DpcH6aSu~jWO080gDM_iT1pBE ziYgS86qFS_6vzboZBt;ZwqxuWdKg%?zS0gX*D>shKz7yIa*QDKs8UT(St!>mSKl=J zplyB9{f%9{*XW>9C9HqJa;%^#kS-M0>3NZ=0z);+G3#NgVR~yu z!=_}k<~9v`-S8}V?g%r%w&e>bFGI`TFg*e7wd0uHqHXxT$&0z(fh^Ns9Mn{Y!k|7D zdK*SBDE8J%bTHl9F5(NkDI{dLa#6qef3wIUbTSzxxj9E6FB(u^LzYfJFPw|O8mX&p z=rzq(mh6t9ZkA_c&k79GO+Q$2{XoMIh7~;0Fauq~AT$M!H9Wyn4YPPAQ102RUATnJ z3Cy0uq}Q|{$}`ubbBas-;& zW^=dh2KCUk1zvOtd%|rcrbd$0z_Xk!_S5OuWQN^M$%yB#kihv*c;iXER4J}A=UM)Q z0D+XO1NTcjrI160E6YU52qjgX1b3};08u(b>O0b3Bh68+Ii$HZX=9LL;B`$dsiwSqMy9d7YbA80(bcXv>8Mz0_J0*4v^+VP7o>4lf08* ze&8-@Tbn_Q*Gc|JW#%uguq mOW%+_z(DsM{n6d$goLDVi`FUJ#+_(akms&aKg;N@VB#-v%arf{ 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 28c7b46fb46adcfed725bcd6eafb99fea60a03ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3083 zcmbVOU3U{z6x}x;oit5T2v8^rRH(K|3ZsI2*joA_NFhxtX^RCEr|G2~n9RhP3BsT7 zU+5DLx|Z55UAlbo!5`&v-HGxN&uwuU=tl(3+otnQ0y*OGuX+c2#S=?Y}#ZCko? zmf?BQ6G-?k>Qdln>51{o&>OyK>5FyWbZo<#5a_L#o3`OMT$)UEFqtftOh210<2=W}2n>`=Tb3KOb?Gh}41z$e9929)+iG88YjFH6)#>^xKD)?*QICoswPko)VHq;(<|&i!RD9R8H`)Jo z^DKZ0XGtPmaT;z_-ZWLE4z&1PP;LeK%F^=}q^f2wgVV@ssARB=l?-w?qG2_Idnl-t zGXfX?M=oXX1=cdSj|T$9F7|79n8BC$O5o6|0m|SJzRqA0hK6;4OWpL{-Hs`6@)a`b z#o_5I>dIG4bxT&CmL0#`uq=VA9RzICEedwj0QO3md;P6MePylgzo0nIW91-hqhlSM zyrHM0Hl-iD{{)Wgkv*8C>WACB2KmM_r8lIk--uFjw1cy@6SXC2Lgk$5Zx1@GGX?j= zCiLIQvTbuSH^;kC4)5@Dp`RZV0x^}FydLFK4976Y`yfZhxpqS0Exe6WYUt6fmjfm* z5*Vgcl~ys{4;Qu}in-Vh;`a*0Uy%5TlX1ELwf!S!*T$3;E51cc(aLjTm@Aiwtq@X$9VEBWqu9g(HtE3Y zIesCH1S~>NsfY#J2MXk^Fmxg)jAY?wBz|lHC<4HE+va4nIiy)^(j2GV5YFQQcMNkp z9JnT_-=VE-Bc(7!Kq|z1pHDi}Rar04ItWlRsypaqU<)lOSu$1MgBq@40N36a)ei`% zpg$y_f_@l5XPeNwxS?Vp?zH-fq!P1jxY?#!+1J!kGcC0)(&Ht36dmR}dQ@EVh2jrL zCSDf*Mz-)P(nbEiM>77h_!s&XRG`QC-$CXjjYBeLk>dCkl9(rkMBJ`1GX<9h5`Un7Ev`sZc92yJ z!juWsS!q*zpqVa{_#}dvCbohZ%=IM$pj@o7mWa>>TB3z$58BWMBeXcC0-x70&ATF{ Vu_#ml#W?C?;SBNjIZjRw{Rb2g{zCu& 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 7cd6ab4b311f5f4ab9b0ea3dcf96089cddbc1cb6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2048 zcmb7FTUQfT6#h;!xs4-{L9pSX*lJA(Flw&l7S9PW~Rx+rSDy< zzoD;v>8r(BS?#LJ=l+ZSi$2-zeKJa@c}X75Is2S_`M!Ob{PpJdR{%c4qZAZ;q2fAb z6BtimPQ?&z@G{RYH&t2|R21-~ibX8(vYf=3ByRD`ZPvMyL?($9KHg1YIEj0FEGDoj zkX$URuP-mn+!L58+McmvHUr;&Vl->}M%}AfPSfywt6>JV=QfR1f2Q2>eXkMB3aEvR zrIpfFX|1>^FmNPn9l4A>Hl3CwpcnVd$EM+!?ygY|8n(Mj_L=)FH?Zqg#ctZ$j#Y47 zFKEXRm@HPkx&&i2p41&<&#dk@J=ZYbDH(T3uCRM@mAFtT6gQU30@L60$RaKwHU%zc zbG_Osil7(I zXS;SVFOcmLXr)W+ihvS)YZKvA+1_={pw%EZgI%n1qV(OOW|_>*4l2uTtKPdy zwd}PTRqK|`MNS`0!!)V|0$weik@2%}!ZD*<)UE;}f%sVv=qnn4(A{m=5t7v@`11#IH#F zAKI97*M=4g-KAjQatQ4Q+GAvF93olFzq%2f9~=D%o-Ux5EWwN zAM(*=_6d@h!L^XtzVr>;{sYRUu0{2eFVXiLX(^sk^nNMoQXGisr=>U;|C6+%2S}GU ql>_MI&Da43%g-S=7wT1nw+BpQ4gSLI|JIKRze<^Zx(~F5=_> 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 8887af847af28667755576c73b0c732e7b80c7fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 720 zcmbtS%T60H6g^Ht20{vyQd(HCU;#*AwVO&1WdUjh((n*LEV?r@m&D-Mk?le71$<9e zNG$pR{V2qpX?CmtTfXP`=sqp~dwTo};0KmlsN-{j#ROjjnjLL*>Wgm-%Tk;{vyNNO9nDfypBZao>fQV5yA;CImX~nOR`-RZ|LV zzrCEm_tytw1vUOdpMg*G{Pf%cKLf_ZRE+QY^F?Sx%0SFi fQL~t<>_^PAZJ@>aQ-v&W1{kd|wt#6Yu~*3>E!Wj! 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 cfbc318b153d674dd6b9ec04e1fcb2e037845726..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10127 zcmeHNTXbAi8UD^p(wR;tX%pI1S_%lo=0cfXxVA~!q)D34WYTofKnoa7CMW4>X66ht zXP^ZYN<}T8s9d}O;ssCvjtg_V@39|NGMZ@;~ps58x*JID+eOE`n`%bTxM4F_AnjlFy3db0T>{B%c?_7ew+! zkvu7qr$q9!NS+DfrU<@-FN?}oBKRu47RD_C_1Q3b!srcSe;EA{JcsAQ7!YrLJ&Yld zzYxZ77$adE3S%scco^ehOo(5;5kVKe8N#=Rx4TzXHX`syB51;C!`5eYTi0;Ag0$5C?yi;LybU$x z;yNs=^Mx7Pv{Pav4%A7LSb}g6n=D#5ZQgJ66=qFKLx&ftY;!EzZ&@ir&&Y4n`l%yE z-b!((tc-?(UftY;oJ=uJ5iup?Wbo1XB8EfPDrX^$Z|BUUGtV^4 z)TzVU@1*Tj28a3b>BLC<;OOAwczk-QZ}jNkv~ck<2dan&VjkyXqx$`)6J};UW!P3` zN>3FGPMXQeNwM6!?%Xa53F>?=d8L?()qO1UFbz3hymffA=+&xjGh^Dl8iMT|QyLl$ za7Z<*9W^sXypWzTa+5k^mWI|*E2*cZ^qeW`ZexRe!lW7N z*@M27=c0FfFLpq~Gt1buB9PY_D~iayetq|34dyLvXM9@n+LbL?;?i)YUZa&jeA{PV z`*EM5wc{G*J(b89QL*Rq$(E^MJj<49zYerxgFVyRPHFNkje&dX|Uea)5dp(xp zNv0`b>&b;NJ?oy2!rjS~d%TJyoV$Y|Qyiw+stzL8iK)r^nmEtS!&cso;&vR1;sH zA%q`_%DYhvhhLvuBM? zH+b*5WFb|Zrrqr`P|B-f*Gy$MIR9_s#kRN$no>vBbs}Y`mRgcl+PP~ta;MU%*hvP! zyp@S1t(+0Fc~udcWOBrqGjc{IX%Ltf`n&nB6F>_BA}+BM5HSuK_B!Qm)*0@~>WqBF z`ab^7AXu#TvCeo{tRG;VQLR`XWSs%7SU<=*LuaurerFUd)^BB<0kv2kWu39LSQqaz z%$C&|af|iC{GGwKSU-YIBDNOmM_FeuE!JP~t(I9tW@}^?m06R_n%{8Dd=(Pj3A3=5DGkuXyB}a)+WDj(ZoB#Jv9Ek1$Vo+34X^fv2oi4 zw61Dcw8aaSR~j;VBIB{A-S;roy^^iOLTTz;s%wDKgo_i z#g0F%;5HX=n_YiS5>J{)v~-h6diX3$J4qtm`jKW@A?8Dhm{66NUy=0J6!RN}R29>Y3?T)yhZq-n5fWDw^IPKnj$(eV z;HqL|j910<;{bW27>lI=WSI&v33p^RZoYs^TQ@m+MA31>%~g{Az&Z6t&Z$2s)aslX zz&!*O1RjzkI_H$cRVDqIlKw(Te^qc*NphJ|B@JMZJW^7Qr6J^*R*cVO%J^)l67x5b z{+;9V4~0}6pCQTXF*red9lH@i)l{8#2J|no7 z!Yan+3T1p&SBY6q(hXP}Y*R?p@fpE=gw(hv@faT$dJz&=6|;r7ms89Y3a%5(pZJF#g~zERk@^Sm81bm8lF`UF82wRCh#EB3Nc$1G0jzCrb&7?#pnvDDrN!?5mG>V zh;gA8A#qhP265*oW?sQn#mEDSDrN#l$Rov^Vd-IYXcAXc#*=(>om zW38K7uf2%v$Ij!r^N78LYn;Z*T6bK;PB!jx8r#JINpp7l5$+=pJjnEqu|0rK c<1O`@4OvvYsv{N|iFcV=#0`qgKjC!+22iy-yT(*fEVq)*W^0ooRzz5wkC zP=A010yG$)p#TjBXe236`MU2pEXir#%w&+ufXikC_I%* zX5;h5p?D^KBw_R?lc}tHUZdX8nbf>cVx&*bCwgy*%^c69lD#o&Q11xj$uuj?o&s9c zZLvho(5NPpjis{(fveH#(OY7-#d>quc%pY=flZ4gFtjEbKbDMTb7>6eav8Ey_9bG; zW4(J*IoP(N507mr&!*wzOd>aH?C{e!FsG)Z(Us@*^u|1jM#1rk@tgbiL^@}l%K<$JuAbxhrpPL zE40*Pa!0c9Y=UEKz@wUI9zr12rQqfH`0Yl2ZZ@9MsM`%y_6hIqNu?4-EGeIzkDZ({ zGN}Z@C6&}@$nDuOh>xi-0y&gP<7GsPJcU^YgJZ zR%gFQz^DWeXn~oz*h1Dw!!LEo*t{`2h=rPsv!8;z*yS?60OKtTp-z|i1(Tmm$7e(a z(ddXr9`11`=U&wyG*|D8C*#>ZO?z9H*N84iYA!bK`2W7dj_yMmRSv-G8a0f@lg4;% z{)mx27(;5+NFPnj#1e;M={U<~XJvLSj&QqTWw%V`GIQef5;d~fc=A{V`KzT6^3;L} zTk-I3%+Ibb4Hw^+J??^1xSQfKa+mw!QIfVtTs2F(LC8KwN_HDq1_x*Ub%S|B^{JWI zO<5T>+sW4rploZ)9$1D+V``3ev#JaX_i%E}#hf9^++Yo)jaW97#xlRSa0fXVOXFpQ z_g2AHa{n8%5a78;gsE^{|{ESX9hoY0`zbuSxn{lPWKXf(ClV6jW~ zuveTe0qXIPpd=e?FuY=`2}h%z5-?&$9a%@C{Ut`PNXVIaa8&XPr6v`P_ISmy6U&7d zqox9lX1p4++{!50n)#39PosU%x8mFv?E*HMr&%nX#uM@EoVrib=#DoiDR?jp2Gy}a zQTv>_y=$)*ia^r#YBb_@hTY*2@Fq7f*L31hK`nD1%%5U|EQymRHhcS2-JFTMl4w+N zrNGhXt&XnqI1p>J;56(!p7uCRcd06sbGQ8xIPX;L(UK6mD4&%zI^lWcu`v%TxEN8;LHjc#^jBh!OpFW^y&u(@C}pwZDX{95pc*MQo(vTqCZX!Lg187X6b zUkK#c$Kw4QEx04A7fHw31o5V$3|`iFuamd=yp(8kyXTp+P4zr&;!SF9@H8st1}ncC z^cdHXm1iffLA)pIca`!2TQSq-Aw18Ecwr4#H<)5Iju+ly%J8zbwPl8vHU2jlUbd18 z2`?MP^E9^b5-dKeYjkHBOVRyxS&Zg&Ca+#O6w5Y2qldgM;sR6C9f{4s-Xb~AqZrk`F7 z(Lwr_pS~TU*XTPT+Dey&Xd7J_qCPHmanaAk02hN?3~@2c#RwOpT#R!u!NnvOQ*@=D zz8j+N(GkYK27CJzb4roP`O~4Fz8|6=(CZ=kA^pftf5*b#hv*;ZA2oXO`NR6@pF;Fw z`U%dQ_T7T?NQiz)KMT>H($D?$&$!qw>-(np6)^ubP@|paZ&RM?#y4NsR!WfG3XfQo(WBo`3TbF2Xoks!(%+lNueBi7j6%i!+9D5M)}?4D)D_G1*Xk~MbkGGhlY3dzeFyKkAX zgBXPzXN}#z%-A7}LMpVzE{8jeQOKCq*sGVp9lyPOT<7=<)l z*4PP*LN>R?9$3bPNsL0$x5h@789RmFG=3{kB^^SbJ%*BANTBMFhxNecwMZ)!qv_2AUSftKpK&pbSMfpzZMEM>NelJ$s`$(sIC`_lZ zCjStt@{h0@-;YIhFGBx5gwqG;0Nqd1^Z>=^L5kBubSr(3PSL~kJM;+s9z9C$rVrui zKgP%pqxVnn?_+e9K0;5>pZKj0t-MXUEt~dOHtn@++Gp9c-?C|+Wz*G`O=Ff# z`z)LGSvDQ8Y>L7rnGkOfL0ygDy%9Fuguk;55UliRHMiNleRgw~-R!rU19o%JZVuVa zVY@kEH%IN}xZRwvo0E2P3eAIbGfFHsnnMimoNkTuEYU?}{&$Wp=4kebXby_!pQK)T zN<>wQ#IvGms~J@q>bK!H*4hj08tSUZXGs5)1;vv|v?yRga)1fLFDL#rhFU{#9)bIv zK&zZU&$$3e-_2OQlYo7$fUBK=Uo0DNmn&ei6Y%AdfU^z@`&|KBoPe*E1T-9g1FnFr zPQceo0v>e$4!Q!iIRSrM67ZM;(Lml7Mp#z+qRwHBP|)ED7keaKsg`-3j>X zl7MlCg`=*3YaM`ERY|~G9Dw7lfE`Z2x{`oS$`h`D>zshiWdlyS0V^OQu+;cU|>QX5g=bF^Xl9BpJwO(a2)xwK0lrD(w%&AT>Et@Y+E zM(!(YJL>rrrfnj>wwXfO7GaM}p7mDpthbWqt&}!#qj-*Aeyx`-(Is+c6yfF)y@~fM zP6gX2s9j0T+IB@jtEHe7$ut9C4ZDi0nVoO24Hx?^HeBM${fjib4~Fl8;ky-F)o|WH zXyW}XQ+Yi!U407f~7lrTw5Ztf*Eg^_i4zbE72DK}q7OlqNyx z04Pl7Q^B znMa`XQTXRWic-}-LpXUcnY-P{n9zK_j9ydx79sZHHs(+pZrE{RPq~NNQ_y|`>Y1rYP z(>S&k`A3|%P5-nPk$C}1Uxa@?uP9ahGlEkv`{%S9855ch+)n>|8Mt2onU@q?l?=w{MqC@1WY!ju`5Kgd9b{fnl&WM#aWH2x_qvfWq50mxN#<4H zehXy2t>CI;_#j2(C#4-srXQdFzKHf{#n18$Tg zI)Y8&s=@XXQ2Hq-{Y=4CDe;X!A*FFgusv9UlDNsSDXlA_^sk`wZ=m$=ifWb8gh}Z^ zH%by6lq9Z7>Ayhfzd`AL6kL@OUu_gpns88h2-i79At!F6%#d4OMCMme`fF;y?vn3u zwG>R1q2T zT1~upI-O*EK`5;SnUJDXB{PMqEhh7*8yV}yPU0$_@ihXs31oByS0%$2Ooe2o@Y2ka z`7m01ktWD!594LZd+uLGdd^Z+()Oq_B|Ukk&w2 zBc$sgwL`)?9@^QKwUE{dX&0mpNF74D4AMGC>x8rc(t1eih13kG6H=#;{FNW0%8Dnf zE!Sbh8u{9&$`{7uwo{95Ew%a9QHO6mUE=Gc%Y7G7zwct2@NJ+QeH-bx?-DxYdlTK| zyOi$tb7{oJ>O{sYf*BzMY5wsyb2#2w}1a6t!s2ltqV z;e<07RYz6+dhLJddw%NP&5>~y7n?HZ&fqdo!;m`~8=j+{=?bvXqtlhBRz;`zwrO>A zx*An;blQ)qB|05I)f$~{E{cBLypl(MUM7bc-4Y#l#mnLiYL?%prP48}8Cyds8(qvd(rB_OWVZL9l zlIDU#W3^t5l8ptG#(?fe$)U0b# z)A5=)9ToHmG3t}Jvc~BeL9l_I#C2jXq>JIv4Y(HHf-Ca3;yQZA?l69n|2!qD{{soz B)jt3L 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 a298f0c285c11317e29a51340964f9f2ba086412..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1056 zcmb`GZ)+1l5XPTP?sCa_rZw7X>;GCMNx?$|6bp0mGB=Mvef>e{1d8EL7K-@vHd+ zH+pzLV_&A}J_4VG}SUq6DMa4`7U%goFXTWac}z(@?%Ze#v!}zu?FqPyr1s)v)DK zL!h{_EBB@4NO#AoY2S8trUZu8JFd1{YQqlfEk`|cT~AAGdoGWbR&3AOmVs{D2UgJ7 zvpU*#0;|?ma!<+N$*R(_A+;n-dS5ynC2+efb@LPH%hrQHKXKGdV7Jt$7`sW zZRrGR%#|%QbIhw}+IDR{D=<(x&#=59kXqnTfxZ>nRcoErmhvActk*sB|7knkP=kvgoQu%xa0^|Pudj7@AIPd82fUaV>Ayeivq zJ+n<2G@}kkmdZ;4S?xvbE0C*s9lx#?ZPN{-FRbT;X?}{Z#@enb(?mfY1DMKSI*%F5 z=Fx{s0*n8T+umnplWbojUkTt3zA;U+tvKcs4+ThSqg&oz{4 zKZ-l!){BG3kxZ|oOz8y%OJ8=8duC@RoJu2#|2)sG!|}U^8+=!Dd~XF3rtTd3x$5Ou zwM7_=# zLI@t@&ULQL>?C3jgS^T;zHS(fLs?u2?xia~BK18d5xj8)MnlMac;vS$059q z5zYo|3pKps|CYK7y} z3UO)zZ{TK(`wdae$#SLo9nz`8>Ypf7enzIs-?vC7537G5yJ~VBX^yf= zz#abg-DTKGDtVv#Q&egiZ}QTXI2wgVq5#J<%Cwr~hDr1mRZq~9dLo%A7-`F>#N6() zSVq;p)NjabCJl+&5qb@SZqetvMDL5E2;RNn7-o*x24=9BO@~0mL~Sz_qvcN|jAZ|) d3vDn)OJXdHIZkmAl1ih%S&q1As&ElQ{{RCQ@2LO) 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 5ca6920e8acfd3a40bf358f84a62c3891a864422..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1512 zcmcIk+iuf95IviuapIb^q-}tfOA7^Zftm*-Di!fSXi*>yQbSq^o*aAAZ0p#;m#Uuy z5{SzKAHYW;W*w`EN>L&xv9jx3&zw24b7p`1{PrEdBRo)%!SyT@+{hrSVi_xPadR3P zZYfw*aGOEtaZ4CAiy>b>Fpdn}Hk^IE8F<3k-(X1k)}eyC49nX*=(<+buA{a836c*5|e_@82wb{SGt;>$2o7Y=WPy*Bq=8*Q6*@^#lV>|MhX zavg7`g07&XpN}VW_VMlTcOmzKr=hSd?opC&i@(>SbZ+P=%D`r*7XJa#?^6vqQB^mO zP2P`6s-Q^grW<-D-xBh)N|WTfCZ(rg79|bSm{CyHP{BP7S*RNBV~t^RtePeX#4tNl z`K$H;HvV;C+rVkmfj=-1XLX58`TA%};j@|vjcu|iimOSQZRUmt^#sa;`pBkYuLd)V(jQJwQ%vJKq zFG%f4*s1b+vQA)#J5LN3=n=oZSs9ka9zY;e5X5d7k$@@4hEL{P*QI0A9h3 z6tZ|Z#nGi+WbkSd11Y?QaW$Dp;dM+VF{CD!lNeF`8%gAp`I`w$sr~5`(s(O@D+$a9 z^i>_(leV|CRhI(U@-1W2&@IDW(-*ylX|Ih7q+HMNn(nkyqs2hPqQsMHvO$x+hVkKo zbnA}o(&kiPV@pq8_q@73%ciwUHnU+3Z_e{q&EbiZIvpi8O6KU0Oy}J34?$&PW8+6EWb*C;HhC1r%3z9y| zO*toPrs0#8>{X{FeafkA1@sf9ZF-Xe@%-4bKvxi%{<3MyN^@gHHkOPP%a5j0HLPW$ zVXAq!*yXL8u0Ud{X<9Ye5YS4tEgRF8;kuF=rQ^yx7a}tb@8^R+MDKH~gZSlqsgrP` zB(N4rZl64zWE(E;yB+3#ctal_CE;O7*-2%ei7Z=j_py?7XV-0?CSWy;;ZgG(3jK6S%5j z79|ZioJ!!DhPP4HFo3}X<}_3=uVDzo8b(g5uCB}K?TX`7nwBMSDNH-R z)CRQU?TYU~ZKTQUt%WZtpNCDuYRdUlrH(cBkcGN%XH`)LPfflJ{X@J;nzpyB(Eay| zC3hxzHhlF<0cHCt+%8&U%ecTF8(IEF=|W6p4M#DRFn-URfxtX_ndmn8$I1!>LM&*s*-w^U4?)4CNFt>w5Ht9pF z;Wl~?q5p^!eqv;Pj-U_jq7M>v%ts$Vfv9Jw?PiEh)v1>1J|8z8QT+>5|4P-rMR3!* zxM}sB61PaaAU*Ig?E>0ZGfCr@hm(h9P(+Ba&g>J=hkzg^rh?o36ji=bBNReS~oWsfg E0oW2Q00000 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 17af58373b694b2003a8c4cc9a46cd23621996a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4976 zcmb_gTXP#{8Gcp=ue?$eTXh0XoZvWt*is#pq-{#=rb*nSRcbq6<$&7su$I^M#`3Nz zt(=6y9WdMgS1@!ql$+3-OsC8c;(>wTiVKEcz;9s~p7;A!^4gXI8SBFPo!|F)-qZKV z|M<_J{tDncKDID~g%plhDC35Oo4A$2ND9YO80$w4x8?I~`Bdcdj)iw|$71h26YpEd zVnJp;5Gfy;uq`a2YGO%RM?@~0STSH;Zn?E3r(qyd@;s+8Q?r{*r)eNv^}WFHf*TL& zj)C0lU3pe++mb>reWV(aGG`BYjS2ppYfcaxEciY z;#>T*S9!X>?5=n`-{97BPuV)H*Id6?^6IUC+8uj+>H;P7`HOd*YG7bUZ)pW?t$4j2 zxV~rCxPGV0^mJjCl9ugePL8ZCD&F;OWv~I zhJM*!dZ5)$yPg|dFmQETD~ejDq^G)*?}BS;;+BDgHs!%t*K_7u>x)j~hP_x*=J%_1 z?UvneWgJc>f>oD}y0l+HwAA6*ZSv{zP{+e(q_&r{x-jmUC&Y5Y3oS2j*PUB#)1`$j zd7jVM6mJ?hGh6l7mCK#R{q@$*9zAHWBp}j06 zY=*`sc1M(f$^VZ?X~pv!4td1KCzzDS+rqlXqJfv5x?wMz44U@2oq6|O*M;f*#%U+< z%*A%idYhW|na-!e0!Vuuyyph1Gtshlvx`&rt&y6tqNyCIo^OnodLdUaScn$k4?+gr zo!<+c8&A`)SM>Bku_Z>l9$o=I8sBdqsPO6qt}8u3V&HaY*zM`n3xuC`lia&{ykGuI zkUr<5mR)1R`;=*-mB9w?85r1l>uIxQ za32pcn8$Yv9NVErqEnts?N=W!9o}F^y6(Cud->9=t~%AVc|VwM)oKP_>Ehzu*I)ET z>^OUH3u%e3)fI8Pxnb8@&h=%vpjcFQ?O=4})a16jV&FLI_22tJsWtgeF3VdRg>JH!RlkGYS9$dlH=5`gt30Qi?Rs*Nc1Npn1$fGUDkQ$ zZ!@XZ-)(2)aQLXl3I2c>f`Km~ftUm`e~ZK9Cm+Mg4<{ZY{d=B{ zW1QbSEPl@rQxR#rfJ68?F`dOJoWlfO+(hOH4s5}< zl+f2m;(~&g*IPUA(j9ndWom(!mfArG0xCmQdPYEvvLB-Xm}NA9R$t^u_9XLvK7Lp8=wt1Z6I)AFsV!H+PKiVN^?tcn8PDg0>M-f>&5#8(}XjCbCxnp6C zY>Xb=Eik=P;QMffryt4&aC7VFDlw6%v8uG`4{9Qu+UPNvbvd;OfFw8PAPf*V& zHNrD(WlXsE%K9&A}WPTV?8YMG^Hz-m>U)fEjQ!%vMD48Eq?oUYO zrxCePGP+m$?@heLubA&&)GR)=^M&6bnRrzAJF@vdVz9u!he*aB75;|Y zoFv@y{M*EHpWr-4{q!Rzq)~GxIcIUgQlmp0r8!Egk(u}miMXVhCUJ&o5B!X^YTc*?*@*-jC0rwgV>IF0tbZ}ga@PSQ z&8+cnTs4uqD3+aL%4?n#RwF4Br_H}$s1g@K*qs-Mpv2BAsT~khO?oX23d)ki@DrDN@>c)v>vKU=8{^4n5|qfbA9DXN-G}d w%bDfMfEnsPyfZI8XFPtvH2plH|6-^=j_V5TH}NgDLNkkD_AJ%Q(YC|?1;b$9cK`qY 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 9b8a527c617064c20963553946ec995316977fad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2290 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 B*gyaP 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 50e302d4dbed1d582c6b39be061c3a00a9c41f5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 610 zcmbtS%Sr=55Uh?do0l35f*;^P5uA(QA>t(}MiT?(3&!0}+&Gz8cV;CY;8%I@1N-LZU`<3)2g3}9xoyAT>)i}SMsikT3+ke@U`l92z9KNDjyk)yWs!; 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 c6bb6a140c592228049d790483dc3b012b38e6e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 710 zcmb_a!A=4(5Pd~t0Z~z6;?0W(jfuUOcv#~>)JOy|u0K$A2Po9-y6qbHDL=r2AK*tB z3nX$O!4OX~^ZN4U%}l?(KRyARqvm1LLzQ7KOi5U3Q6$Bq661~thmDA#f7Bd^H^G&N zdpxkIjC=kJ$*feoomi=3q5R{f)VwQy}Ap%lnoENqq%!~5TCT%4?I<255=uXHr_FaKqjKxb)4w^BLx`@!{ni)>#< zjo4D!6(O0^$yynT53cQJq0N!Nu^3s=l=u#{10#4)9HC5$1%P@Uhr z-5F458ESLr_f8CFs~9dYFy!3-16ZD64S83syDIPS0z8-HP;_`{nw7CJjTLOWSauwS I3bqQRA77#32><{9 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 5fb6114b08f99de145c72cafb97a3a6c13e6d8e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 635 zcmbtSK~4fe5UfUI0Z~vcdiS6)aV{nvFkVn25y7x87?%bYhn;n27Wsr9^56q}lyO+1 zMuVE@sk>`BRh8;_etCQXaEQ8xRSz{nHAq-m?(n^DT{k9N?X*X7B1LLLCAzT9RJg+uhS&pvrsv6oBqkgCEFX_Z$*}qfehH} z&(a|jJ5KCe8|z_%(D^l;1x(v>>ZVlcOLl~3Z++9 CfySf& 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 3d57f58b66f790585189a558524609a767d57b8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 710 zcmb_au}%U(5PgHl0ivQb)W$+%;x;B07#q|`L@``pz1$6Wu?V{3zoB zi8K<4v6`8;FZ15a?8oQZJAhNvJZyTX66!(9((=8MFFhHIT4AT}TL+B^ql5NPK1-pb z9ta0UdeE37nT?d_BsPk*RE@)S6pOwzHi;&}gd;JILsmw_38!+(F`~Idq{}98@7y4i zFDC)dS{e^KgpwZ(w6s~ugxA%aoE9}0Z~y7dNuK&F|ijD4{N-jMj}eWCf@5ZV6oe-+pghr{0+8(xn|^(Nd;-8ZGy>QRppLK?XCysED#>*$o$vG`&q#tWJZcZ+n-p4_ zfnZRXK{!Qnue9i-URfh`c-&T2^!aM4M#A-8L}GiSovlwO(Q?!odohTFV&9np!$X z4xv8Zb?0eFu}5gkq1kp2&i*30gn&@sp9g?Ngf%E~wa!(M@e%}_6`;&`Ws+54V-jny N&9TZHgc@v>DnErQ;m!a6 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 f849cf37fdeb4a5cc66dc9de446c81c1d1c22dee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 473 zcmbVJ!A=4(6r6{+3o9zdi}CD1FZN>Mfg@-nu9CQ4P4~o)Jc;=~U0PGTKg*h^3wM&eGDU zvG$=V7s?mUYUbpjSFYk(htgTE1{+2X>?_f^M@X&~IajM|G4_RL?xoK8x-?8U$_BT0 z9G+Y;w1Mlf&e@+Y0}xvG?8A-oAx2kn{Tbm0r;{)1zBXnvAmRA8VP|M9*L|bCXD>yq zI~hGrIS+)xwe-Cp;o?6rBLblzUjtB+u!W}ZZDC7{gvWAjpoR7d6YL5mGLtgViQ1n> C$BjS$ 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 fb4ada6fb261d64eb143945022c199c21cb7e558..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 453 zcmbVJK~BRk5S%R~Y10Bl2#E)9fD67LapU3wh5h_EeD=*ZZzTYXtL1HT3KDpRT?T&%=^a^IcXvi7>Y7#ck6uv2Jg^}=B>IPb9uQ9=vU?OKSLUg0{2MLFS AyZ`_I 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 f68c5349a2ddaade2931b122dac56721a5528d37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 511 zcmbVJF;2rk5S$IcPE3FxghWR}0S(t6QKU>jSR{ZjAGp}-aLM7bdEN3ULV% zDXh+JA%s=2V)OgtO!XN4)bl1`bzib0+K1KZL!xkrdD=P8%V*$}&)C+4L} z`ATUf943RC5xXao#f9T4mnqw`MJ__?maV%s)`jR29@plmaXS97?n|v}QxcBWPITg; z;Hs~swQLF9)zR+8Q%)UWeiBy6DR`KD(J3_K5g-9QWNB}Ulx M82O$*D>^~@8!K{}<^TWy 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 3d1e5fd4ddf1a611714825a7e47eef8e4610e1d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 523 zcmbVJu}%U(5PgGq2Z)NXu{IXkxQ&SgC1|{eVx+KM?&k1dxxL&j27k@M5AdUm113@^ z(OA8CZzgZw&b+<9yaG7KUWly_JA{LT4ST*b`gy41NtE={fiGE43E6RPte>LpWB4S#XRO>IUZtH_`uG} zm@hNKl5x{T|#&{kGWiS2iO%J*;y6y zRc4rQ81-*%*-vaTC_GoGj@g|pk`bDB?EJNLK0t@?@N1GaPRF0tJ#EYnISEI9=xGm% zf~%g<&aoqOR;wF5PC533{gw3fT*CQ(LN^G6ntUWcb;1Vf!Z(F2upvB2qGgK~MbK=57DgK_k~AT)*3-S8Ha6Y4-I*IcOOMi`2k4=q z(V#XL1ZnmC%;B8Fcjoi!{R6-$8UfY=)CoJ0N;!1HL>n31sfbOFBP9v<2i=K$l_GOW zi+&k1dSEkb3W z#<6r+%7nK()w84JRbMi;u6h1H#s?-#L%vknJKY_$uY2qsP1K1Urz07%J)T{RP`>e+ zSH`*k+l1l5i{&uw|4_H2*7^4&>@9}WI&sWtOG|6n66*6nwT#E2|1j~X6B>W3-&6=E w%UCWE2nGMU04fqzQ1sKPpNf88Lg2ds%6?y&cU7#-YYm&eRy~GL!$zs{4R?67sjUXgq!e@50j9j;YmtbOlKK>`JL~MOzJ>tF;ved0cCu~!#YF7k0T}Q zNE5?bo~WalC@ECLo%~out>ZkQ3-|5)QG8E_q)(q5>wnhvlaUVSB9?B?E&uHLhU`NU zc9bRE7Xg|5={Xq6w`A;9VyuS^hWSc!CT-6~w}q5Hj=-?_>r1Vp6zR4U#*lMIBlAY~ z<-Pj>1(u=t1$|zS;b5*0as-wb7z)mx04p*qq3Eh*R}~#zg6FaV$_}q&Srsc;tYOW? Ms_S8>VYO8G0L(J&=>Px# 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 052f0d53758bcff83baf12fd43918effe00a62d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 477 zcmbV}%}&EG5QJw-N!n1L6&EC~9N>a4NE~{j{6&NxktZ<8Hl(bF*Z3XD@?_;bfwW&oPTY)V_W%v`-JFpmT|Rs7h==<)J*D(&q~FF z?eygGirs_BW9_&e%8c#7oPf}}X6r7Dbs@SQ>`#Utnsz^`2U4kTgoK@6(@v~4*8?T3 zWlQKT*K%_|;>;1YmRFx65)S_Z8W0E#|2+UT2`gxNzv|sw1MfqBZlHzsLL;nujeO?U IiB8ad2Q$--7ytkO 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 deaddfabb001e9203dc6f0b71eda42e8da5830b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 519 zcmbVJyH3ME5S$IcPE3Fx3TTlipy3)Mij)Zt3-b_`=r8uhadPolz9S01M!^U0QHV>B zNI?*YYIb&3yR*A*?=P zC+9`h`JOqBaxDhZ*fO69la9qir>u<7C0Eksx-jB$^@ImDrIWcs2+n5-my2p2+m6Tj zsY>`FS4`NCd)GH?hdK=l%hf<8Y)8d^$ox|_F`dED7y>b=TIv7`aHT*WXV_yk#kB|)J8CT13j9uZ>J=Ymu8q0*k^x}HL;lbsj zGH^ZB8T-@4VhMA@K3q8;Vss_XpR3n69er8%wY5LN2>a`rol#kG-M89%_Jr>0_S^dz yXMu3AYW*HWIQvhmh(Kt_>j7#KHqaE_6k2E`9829m3+<&Q*cMG>CeK4BYJUP6dw=8r 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 cf4dcd60207ed50ac1cbadd5fbef27eba25922e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 539 zcmbVJyG{c!5S$I+E(rmGXecNVf(AE86e$xP5rIftNoAb9!@+kxogI{Kqu>MhD1;Lv zQh)-Y8qe%&cK!DL@(SP#J25t5Y!UV|_DRV~r&=XCpBg2dAEk+}SmuQMXgHD2QW#le zB8a-ky5E)Kp|&Cog{7VeH+~Yi9kX%5mRw1%ZQ;b_iZOTW%8@W zu{|gXu6jl~$BxihUUKv>VdV+COX+KI!s&nPM+8DGd@ewB!W!yALDd~KlQYjehK|B%9f=|6ve2{r*v{3D3vBOvz zJ`&Dna>iZy$e&C~%5jsC74un+$KPCc8EXT7+SB5F~3GwYR<8mF2a2R}Q=T*jc zN;Ba!9X^cNzuG)8o~uG;?5v~MW+4e{`F@~#w zmd>#w^fp_1dYN(N3CEkOzsC};|AX8j5E|jj0BRC;&X5re?Z+Gpjg^<+a>%P|Az;EfIrGu zAd$rQ6+O+&>*URwH+^}1dIoTWMu61-b%uJLCc;r$jwx~(i4jA*+a8Ls;7aH|_n_4M zaE|0oD&9$*G+L-|uPqJl3F}fh;WoMFBa@J_+@zF=X^-W%AIQ68Q;$=~P(7Q(G^4Ts zHW(_A>}%ojj2Iq&r{H-13k9(m`7xxO$_olE8AZbhe; zSL6mJX=z7UPsC&orWP`kul=+OV_kqvhR%_`?)$srT 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 61325624969e71da97147da8eb6ac5c26d632900..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmb_aJx>Bb5S>xv08vpII~xm$iQAZ1U~Et$5hdYbYqIXm;o{!zdAn!$0sblrW9^SJ zE|5SY5{cE!yu7@5^YQuh_6`6iP!C`ufEvPHo<`hJn39mO6roIVCAf9nICL5D1mX3d zGvF_rDX#m>gHrdK^N`$0#k#4JMsw9{bfjUi7fa=k+31NSCL(2-Nh#waj%9bhckhu+ zJ&l?Om5ZUEv9b+d8=)M^zUD5^2;pN{i>HTkEDDqO#-yEP)0IrT_UJh$>zZf(JYHz> zOwgrNexBX%{Q8F6qlwzuQ5JJS_Gokjgwm~Ver2o+UUa3e6{AQg2#&x_-qAA X9xsox3apP~6}Eh=cn(4pHjCwNf{p>( 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 94ec610737d0e28ecb7f766ff85b5b9bff1e6a77..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 656 zcmbtS%T5A85UfFD0Z~yB;|F-qm^c>`4{JP#8VR6@8_#CkX>f4dS$Ad){)=DY!4L4G zi~}UXLF4Px-PN6{N_W4$J--0hLnFXqfI34hPo;1qyCjuhxZ3Ot#Dm~kBz+#aOeOtr zg5*wVex5pI5~0JbjxxL_tV`99TY1axj3jNjNhuSf8Otwch%d;d9;1+$_oha?Su181hF1Z^cTZyBrCt|WY zqunu-&%D~Hu`a+WL;KrJeZsUcp>7JTXZOgk_En?SN)pPNT3Ab#p*}t1`SpNe$IzHU zA2(pw{foU414F@o62OWKb13?1-d9DBmk{`@fU?Icajaq4$Eu(4kB6mFAZZ98&~S%vQ!f-sq2=O~VB$DwO~MCeI-^+YvY<#FNlD=^ z^&6j<;X{7_KdRGLR>Dfg(3vduj2>&x+4r1XtpIyp+$$xwsAJVi*E>Pv`5W3-(eCv7rEIFP zV#r-nRj^=`^K6XtKg*Z&G(>>j|8WB0~)*8lI4y~rTsr!toA@u>Es6w*8+BCdr8)`|x4F2SCs7Mi6}P>XN^S{8o6&aMQV(<%;Yc5! ztIxe1PcYU{*}>1!Nyg#g8^N{xgcKai1l_<3|8!S3pYuN>Sl^G*8MCDyD-4e;bqlpa zuxu$-tTuurOSQfFBzS14^uD6mKZpJ`P+JpL>h_w);U*}|bPCEtD{N%H2gHhb;Vgg&`d?)%TuUh8Z+bIRM zioLy6ux6QK>49b4Sg@~VSm-B|H2qu9u*@)jKJPm|PNKq>-0UO#vX}DuE$`g!Jur0f z4dgWkD)^4qVGaX_@I9~N-QPpFh97u0fa|Jn|pda`n&v 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 2d34a0fdbd85cd5667e2f6487955fba12b0e1ebf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2781 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 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 53376abce3f947a6d84bb558860eb883abc760b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1273 zcmbVMT~E|N6g@+Cw`(ciumXM|pzeoKK@yD^5+yOgESR`TqCU;;jxf+|u`@ONA${UO zU&Lti(FcE&@lM;7ReZrsI-Psx-gECcx3fQfe*OmFHkKUZF>7PaK_6y~F>m9FgR8h^ zqwJu9DuewXmVR4A4DNamh-l5{N(seKxF-XtR~f8wWs4!V7PbY$P+bOMGww7+^prP! z@{HEQ7WcP!B#oUpb9zS-#&TVT-Yc&3zC7?$d(Z0-h_AeGUqoEXFi>72ZfdE0p*Do( zZLawW!_<>F(6S@8q>_YrKL|pdhBGYGTVW@`6wyJ)_jY+}PlbWUe+PMw$X<&C*I`6p zcC$-xwOsj+e&#cQ2&y1n$J{4g6Xp6Yf5SbW2ixA`=B{YzmC6eS78*TH95DgqhH+~17$WsjaiQ;38Sb8b23^iBYPilYeB4e-*2WDN3-B10P7iM5ri%+$B+}bLC*K>x*dL@5CvhH0 z3ddUdnaZSn&PYcJlwbC!)SUq-IsI2hCR=&W%*t@5cW`Nyf5G%1XZqtZY`Q?^mj}rV zm+sU6S+~ey##=oC`#_sM4AN?@959X?&SHpmZW@GPjF2@-Pk}sR^q!)q3ECU5nIsD+ zenH>!BUtar#}Ygf4NTKoBE&RWQnaZuU9G)CK6hCAj=}0j4> zXJ|D<<_KjTlk`tudMl+US#PGwBy~kf(pessJ!lx7!}+Z261`0`Me8f_pHMJGQqpOY zwI0I743yEpFJ}466m9aIQ9DH_8k)Tbi#-TVhG5}R5;a2vK(aE*a12VavvCGfzW|>( BA>IH0 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 d6078871f9cbd5165e8799b496ffc9fb215e7d40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 667 zcmb7C!EO^V5PeRQY@4QpmO`7JddQ(v0#k&Bry2)tUCMBwCqTX2j9 ze}~EhZx+R|&6(s_A+6Kz5Z^dyAYtFG!C%JTiB@z@u;rq;c*>zvB$BA4*MrH Rvd+O#!kOD&iJDo&)r?Z0%3|U!`*w&p7WgZoR_=#=ifh`0(c9b%1Gjx zj4r(0fwOo=Mh4?ioRje`CWQDs8SmqI6n*0Lq*$h8#PNZIX$d!E#Bfu>Ocb*c=42!U zRvaHn$V#}yAWhbEW0l(s%B*Q}d&GN+^Fa)$2ghW0>HYp!mn`Kqg1re3g75^h_Ho_R-3f-4)L@aJb;??$+?>klCePI>E8L#fRt%CPvQ|kmikhv9 zb0BPW*LBMK)q`h}rc5I1ZCePY5 zk`c6)T(D|(iQmvgBPl^E42uD!nay#>ov|EO!OM6>K@NEZ=g=$RBL%l{M?yitJQfrb zaaY2}Lb#})54{R5;zb2Z_=LLi@U%0e4oudO-6dS#W4L@kUyM()Nu*gB9T}mvKcIgk z{%+R~j0#Wp8AkrEB}3d}=v_?tl?`5U8QOTI>TWS4sZfXcQ%O$m*#yl>m*)dj~_j`k*zg> z;a@MQCOAj1itS;EHfJ~^CTYKr;M+W+^d;EMPB=t{p=Ki#gud_I%!q5T7!EHW6>_;N zDOnZoF6Z{cilJ`MJUEuAmMojAF5N8ZJS}(l8n?Mw;slIQ`t&8~o7sYhXnHW5r&9zM z=$~4=aqg!*b$jFd5+u@~fg#BNSxnH0(NjrpgQe?;{EC(*9@49{#t0wy0t3X&0lJ%Ugqczc1NBiBh*w!HtYWgv~ieL}+E6DhoXnfk8rcRD|RL`SBC@ z8twWpOsnu%pah5%^jxeXn&|K-iLFOTK1AtzqVxk%`Z46Xr{TJXfK>t(4w_K%(TS3e z8>X~Plh2!{>;&_T~JoDo4(>D`kT7Cy3foI1|2J?nYkb5?z7Li``o$y{qL`T0QeA36X?WL zGrAHeV!9dW7Iff-JU&n0CQ1pmZmGDPKntc4n86(xzMH@-?#a^oDjp>81-?}AP~MLO zM^m7V)eUoAuPR7RSe9NLH?>+#uPJC=)Y;V>UBQ9EvbLt>>yBaOr&k@rwls4{K}*S4 zv^1w)rAc3i$z^ZM)U3t)m~ET7W(^H-pOJ zO1?r6vzC`Aylu#ryf7G1*G`~~)h)1_VMN1sJcNDF&`*NIv&-Eduj-m(S4l6uQ%X0q zs#eh{ogJErWCXh_6Q)sODsPq>{Dov+NT0vpIo?g>MgRPa{i zZV7VNTfp4K^~ZJ1WOW_%qjyie>A7XS>7Jv(DIQ?9vn0oFTgl;BH>Ium z)!MwI)t0>arhq4SAUk%+sT$TI59BRTxlrCHNhC^ky;|0<8FB<9{ZtK#PX(<-z2;2m zaz@lt%qP){yb3*u1uQ1fh3+KM=vJ|mgn`pC{l0?JdljLIMCQ*TUBSLr^OeLJo+NP{>nb)BoZrjGV(XY!aCWy$wrZ>QjDkb2ERwHbEq_~{ zOm=xmFRv7Br&u>l1s6j^5ZHTv!~FATryNqRe`=`_y|U^s-p=iO_-7KodhQ2sdO=P& z*86J~q6>RLczK_OObE9(oQ&<;U{Vtb_Di|#93(t%3XXei5QE^nJ4geMws(DSD}otI z%VY^36xP(szO4&A2QD(*^znAf0$)paie!%^Ac9kT9zvYYJ}%Cp6*;8PPsal|fdPqiEX`E=#?|13PIWxeyLH@d%*l7gYXr?*J)nj9D5_+xgCH#IFAnqD-4gju>j4#p=I_Z5`w9?QFKCX%wf+l1QPt(#(sia3aAmzcLv-Hq++W}+?!EkJuW*Wj@7YiO8ba?qi#1^R+5XH>CJ$ zAw6P98bg{3xDJMt#>WH}2O%LfD#61IhP2F(R!G+j;08kyz4ICv2uW1F71A(UBN*jV zLVC_5N=PHw+z*IFpXL5Sd-fN!=lJ^`vBGrr?w(t-lj XAZJ;G?G7BE(2i0a?~e9x#{KgjK24Ak 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 be63aab6605f0c3dc97807c402d6e9a7374f804e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1950 zcmb7FT~`xV6y1|dJ{>^@!G;gTR!S1YsaD%6NI^iwMyUqUVxNXE(1FQJnoL;w-nIH0 z`r4PiT5OfouDX2oU-Vz}$#$Qcu?;m3G!Jv{xpU4wd!KXeQnlHH&MQ zPGKyCnJflzT^_UY=F==6b6L#eMivWLl*dvUr_#77Z*Gat?KE;}EX(#z8bfJ(Cfia9 zcQqs`%Zp1Z8YW6^U~SpWuq0@L& z^Q;}ay4wtV%l^m7x+hMCgn1L?Q1-hQh7v9ET=vE`BsZw`O90j#P*RxjYG7YxJrf7kNW@ zyKC1Y9rwFsZs$A{K6Au!%`#7Vrs_pyiRVSe)eaF$eyjF>z_R6_)u=i*U1@1XX8MAR zu7NXhyT%OM1BZM3NVmbjI6gN}z+0i zG;j*<@WgIyx;)8=5wrIU49TwN--{&D=vVaupIi_3Ze?S~sfH}hmCk}Mcy_Zn-BF$B zE_QZZP#HJa85g-NOL6-Yfp)W063$k3({buc-?VIx#zbdi#G@l+bW(W8uR;e@G&YnP z@CF?k?>7-$#)L!@POTn37Q$V}aPA_%WrO@wCgyTdSb!^Qs#aE%Z%kmeeeDP|hRg@~WURahsAKO^;DYNHCSO)U|@Wnkfhh}w5t6AZQvkSppLIP$wd1VxBy0CZ zML#=pkt#&LrBncyxTosZ$fOY0wBbLA(N^{$(zuK(k+NNd4cz(-`nqYv&EwC}^Ax?x zJfWL?$~2YPpD<4CJ>1xegHp|@!Xj~3T;DzWRjV?oclZfd+t4Fe*gLL3&3sUqmXbZiZn72bR!!^ zPZT*^7M&|$#Kg>S2yzq=Tn%9)gli08%Qm@Eo2fD+3(Lx?B5R7iD9_ubsxMA3r0R-Y zSt_WjoQBBoA%D@}md()TS~qM}lV|I;YUqka_K|sYQCIAS$r)sPny%dV@h zWUIO&*NiIHEV*LT>W0pB+mh$nx}2CKd{4@nA3>DDl24gAzC@FeZdLDz3*5kq{Z63v#Ed4=jt(iz%yff$0kR=3xv zN>MOd=Sj=J9xY-$WwCfu`d5~CWu<7?#fGNQzMC`Gbvw~6m-lKDr(rAzhFg2mZ8#m| zWtvUBn%iz8nG!~*ic3`Iee}>-IW0OsFeIFI5d0|8jXeTiej(zVBNoS+^fFM}TIzT=fv<&uFd1fOJco9N1ZB`Y6xXzK{! zHBsI;v=q$=KQ2wQgla}l3@1JA1CN`?B||QE3t`gPf__WrceL<*6FTt^ouHXh9{MyP z#rB_jXp-!qx4Hf%$sdUOktBa=;x}^=x*z?20WJ9+>Hq)$ 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 cda8641dd9db2dab10be743800f84613e02ccb23..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3584 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 LQe>DLXK?Z#%{=zc 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 6bdbaaec225abef9177a6a71423eb30833b972e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4816 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 MA^R3e{VsI=0!x`~1^@s6 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 0174c4cdcd240c4892c6457a03aa500d1e1147ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4139 zcmb_fTUQ%Z7~LlqCWI79+M=z3^kNGMFtu83xzx7U3zb0I^dh}FBnL7u$)uS{0bhJ^ zEq{Z{2cOiJKImH3vUKTk`QU@U$>nmNnITO=Sf!SSoSAdm-~PUDf9Fj8{`Z&P0epa^ zIJ$8;hMqX4a3zK}W9Vx~7d}?av}!VO%wRUox2qbi#nFMwYUH}wnALD2j+?lp;kJ5y zqEO}pwDVQd%FBvCVyaYw6!s!=hDqmH{~$qC0SmMu9XSId^2mlF$y<;bCuQRGaGSO*tXtsD(0 znkQcZqJCdb4drH;tmJk1s45*-V6X4DBCpSum2ZYc%I#Tmv1GW_3Ta<$v1B~m?0%6R z(EprWEZZenav6#Z0u3g|&Jg}k#kW6NlzG#*u~wE7M!9U6IWM~Ul4F+y+Q!Y2>7Ef7 z8`zwjtwtIh8N4MBnItoTu4%I*XR5_{S-D{_nJVRW&aiG76;t(t!H8Qhncb-^+_THF z;wwP+y<)y|=7O24IXk;R`A}3rgz0Qgqa8XM*jo9&e!WukRZK>vnI})Zva(vV^d%#= z%$Vy&P2u_#_9y9xYgg#Qv29UR(0d04H|IuRczYJ77E5+Ts-SJaG$vHwTFZ&?E%LQJ zIcoD82Sk?WO?4dz`=v8~Bsg{GOk%}!3%)E=5#MhS%pEgJb6uXfjp|bt4>XK4)T6)` zn~t(=*YZxXKD|ZYUz|dLhe1Re#j=y^zHVjV)#`8ye_vW?%y=7*Q(hhd`|71NJHI4z z?%3cR0bw^@alsVtCfhBjn{ijx#w|TFJ?a zraDE_+dBtG)b%RRF~eIYBh@MFBybpaG~7+#9_}a5gVz#xQ#E~fOT&W%9^$xKb3|Zv zhifu{Phli5kDS1z9m3X-Pe5WpVE6M+2|vyWETWLWM=%8#O`ehmnv5#pI{Ho3^0>$q zWNvxJc4w-VC2*=mPB$O1^`~wvyGf5pLsc;4vRHQ4m_~a+8SpQ|ffhyr$cF6{TWnFf z-Y1m6o{huU`)=|ExuCnwswYAE6wgapz7VLi;Wi1#)_D|+DBVVs4ApILx5YeF*$^Aw zeyf#rn|%?F;UGUDyZO->Mo38y0^wL_LO+QT0frpQ0@_^b}fZ_$gvPa&Z_(*&afS z?NM$&Ms5R0Vvzh&w4bJdA&v}l1|0DWus_HiO$9!wH|0dg8&j;qTni*fP|fv`eK_zV z?fKEhnIX<82Zq@y2d0T0<};p353Qs98RCjz$YU7yuuq^J?|Mx7{gpK)@fwqOz=Y|< z2zM!DofZ_6XzC}l{ZIo{B!E#5(5D&=09B~ftj?z(U@IW48R+~Af%MLBWlGPdL#8<|1 z9-Urzv*2GHCh?}nr^nw>3wdV{a)I|-;d;VTxLT?i_a1TY6ZgRuxPCnd{!=>@@XZ8# zyVDy=UdJvwRcd>wRmjdC}Yc$$z3dX$hV6ZZmWhN4y^KCWLIekcmWHA#7? z4!5(0+v!!RsMEX}IY>MGv=G7=-^MY)R$2U$BTDC)RQfwaBTv$Qp)>U}bHU%Yh=!k} z|3FtpNp*<7b?p8MhuPEE)4bk3_G0YCyq*^M9+B`90{Vngi1WRSC?1it!z{T}&13Xp zh2~eOm^GZkXDqiB&l$gzGBsy1ID-#KwU=T&%i;}jHF(xUwNCL5PH5;lt0H(FlYu{% zShuQ>dfR?O_gq*J&(1{@kVuR-d!UB=p6YgP(9hT z+s93Yd{lx*lacIPn{Po&MzeFVz|5ZKQuEDxS!YHM%!F~lBXbd#_*C3Gu#azX@2v}a GvHw4$y9J>D 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 7e21f63dd35383dd67909e2d3c52e54f696db019..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2791 zcmcJRZFdtz6vzLQgl>{9X|qT`K#E!*O^_8t0b46l9xQ|wjo=%P$L(g)E^Kz=K6v20 z@B9{i0zF5L)favMK9tA*B%6n}iGf3#b9Q!icIJ2g_s-ordHL_({{Xm(dwCRaF%J_T z=5QF7RC76tnLIwi74`6O7DaXcBnv}LyE=_yxTfK{hED~uVH8NKwb~FcYEP`6EYr2T zO|u>aj<>leFdaIr*tM-NQd3I(r$_CE70IvVkFg9Rfw#JA*a=p5=0NuI_Al zRul(P;NgfVOVyg=n@!T&&NDM?JT+T>L%N}9`>nR`NiPb`dQZR(lZ(s5r@2DIlEA_P z8EyHE70Y$Iv+8YWJ59&#FJ5obB|0jguX>&gR$MC#Whn5&7zKV?29|P!3U1x+@>jh` z22IPB;ruHbq|B)$$8(}(0lR$A#ugq6WL6kMfti})$+ft(A%kzM4VNQE&9^Q0u@yM# zIT_4ETMonUaI&%qkxg>pX6(2P8PM%Ud2d23?7x{`#szh94jq7+>th_8EJmQ21Z?M5 zbO0htI}_n~yO#{Vj#BVOAL#+8&oGHyfm(S#*dfbID4DJK+s|y-sa&Ck&-h&T=%(ymOc)D&cjw(e1k;x>1l;0F6k61rO)?C~< z2mj}|`FR+Y9IJc9jBG7DqA1 zky3Xd&QOH<6*~q5!83R-!QV^pg{pCA8&lsZv{w0zvr|y)0@7@cL&Mw9DR00n^tpwO zV~SfG#m)A(xjo#|^5+6g|&QYR3^y?R?R=g#rZ}r&N^kQJN5-fe;rrN#i68Gi($`PSnbh#(FOF z7qH`Bu!ot3W?-h%VFld*J75RwfJKKj!+DaND2dZ4P>;v&OZS~~?tNGH>F(cO-Ujdr zRx-%r3t6Q08x@a8W&<$smijQg}Os zS%LnV>qyg)%QrkzAYZv^TsL&va5nU+Y+BC7q(H`(hHUvW?m8_7V-{uZ+%TIo>2Dez zE}6dPIzDZVhc=EW^-U=~eU450DUJK8)`mmGCQZ-X$8;)uX1RLV@mi94OrtS5O@vY3 zYP9T{;mZ|o-H>J*Two~N(~_30FL=^&9mD2^D;<`nCMtxk6U4JV(*5;odV?O?zFu=1 zbc8YS^=fCHK*W(L%dzCNK(aW#D$oY{bJC50$u?^oh`C#b~ZLViF4ds@vhptyWvu4$;+K$qNdKjp7Oio1< zj6%H_h9Q2uI&^hWzPxnO^HtNDEDuqC$`0(Ia5;9e{)vTGbma0^zAF!mH zQI~{3dfxQqoa;*skKyqY-qA3JvW5bVr*KKbyQpXw#83*CHOyl{!!SlPjN(xZi?|{% z*SY@w`x>WV300+HSzz&Dfwl{$z|q}HabfMMS(CgdgQY$BDbQ;+Jb6Q4glBZ{Iio$c zPn+7$Latig0JTlCc5U93^DWyJI3FcuP^?4R$xh{azc$k3cGsdSnm5gL!)}=ib)}BQ z`GAGW1-GuK!&|G^f&LJ$(v~Av6?$+LvP93u_eP%)<&d&-)$SCn@l~AV*GrxsJv~UM zJmM&!QYh$|MG!a^jK{dnq}!RFK#D8ONv@ov#WZJvy;iyfQQAgg3(3!eolmgMBFXj+ zS#F~rU*kz-8QSA1Ji{5kdhl$7b%|IBwQC~ZvyI;ON)uZ+Qu>T53GAYMLj~Uw9zi9rPihjtA(YC=vA} zwS5qwQ+1}Tx<9~8##H}E)jv`7&oSKW4sKSxxx}3yUKk&>GRBqg6i#zgz;kRB7k zH<8yu#%(;pxF2xl7n1&p0sIyt&Fzrp2ziE(3R*wtOa$G=jXU!@asQyuKV!IYXTpSu zJ5#_3@`TPj&(T@Dz&3Q|2uDESD`ej<-QXGoD_Zk)oge*o)KPx=4= 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 79b8cbeada71dcbba10869024956447537be425f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5052 zcmb_g+jARN9sX7que?$eTXh0XoZz^D*ixJ=32j1b(zK=~3cj>f;-a>+S<7pCV`*2_ zu5#h}M0tZgm1&1^c_8qRnbH|TJTNdk@xbsG@V77w-#KR`ukBTcsUN)O{`-C3?{<#- zkN^DXuK+IMy9S1^l)*6r72Ggz6U!NlWNwS~wv9qStOm)lN#)oy9Xm0j0v&D1U5w|x!Sn&$?#8{D|x zv^5mwZd-ROvu?TTW+iAj?)sDl!w;;W?az3t+@Y0ure)n-vi+v#`kWb2XIwilH-eyP zUgM{;%G3Q7XWixb7Pnq_!q#cE=6Gh=ZMFkyx2?w16-xM=?=;%=n&k&Ko2yn}cZ6#g zQfJzMQ#Tizf#bPWod;fvnVv4qQS=&xG@W~8#oPn+3_9P=Ox$m7@vZ=hI4atr}VPjy4R?ix2@Wy@42Sc-DF1=H9Y^s4ZUzOQaa~$ zr`l5N!gP-)eac+ZS31S&2F1sx?fwJ)bXWput;2VnU}Gj)_}-3j>A|U{%Dhlni4@ZL z@$!KxkersHg?S_76dw!+s{DsfQq?Q04iv$0Y2Ww)uHn7$9%1wp5qY36FaQ5IG~5cU zyfX<86yL{jDn4V)?m>C~8O${5v)^r7byoT#Ay9b@FRt9SYr)jS8+@O5J6|#3l7_Sw zY>4;IAtqsMbKYu(cU@+~@>vVS+a?ou>e0hDPsMAuYWA!nF66UMd8M8ck0(Bl7HmJ5 zx5bU_=kP^r=x}nljZGc(92#(QIELdnjNn8LC-H?G#_+5TFNY>BiUVKL@ajQVy&T>} zD+eEehHD2UTt_>HJGiT1VEf&uES|$X+|OYF-_dYlmp&1{zS((*$jgg2;j!3VH^pAQ zT5B72ZF9j37TWc?hD$Nt-+PTlZ`N)c3~nPW^X0oPVnV-T)!X*snz-m#mG|sm;1%TL zj?80B*^Op!pV8v230&&=HXeg5l)2+Lg=W_6K)%E^Jkz;IWkAbGZct#=F&X1Dg|TYe z%~!%SI1{5Rf}Gjcfmfq+x|F){?c(~&|#gf@TIBt&$} zmI2PSQQ1GmdB%Eod>V(@XTT$gGu-h{uBX{vEJhS^@^lj8{1##GYZB9Q$l}X5g7d_50jKd5OyGH(!wVc; z#8+{NV{le#=D89_#2}eyvM0DCWKXb3%AVkn!ddo@cGpgI*G_Y7lxqo0QWMZeo+ewt z_BqZ9whlF>*k+5Rk;yIO9^=q9d_xMoLJ}`Zcty3f3oqM+mzAa#@Uo(s5P|@eqbfBc zK#j7Wpb?m5G=oxaawPVoi+@1o_i}@ae?dn*++}*71aN5m!O6J zDd;4fq1+!uWb8(?93yB{Dtn=8VTEjrUfnA&yIbHpJq2FcA#j)>a+!pM%SNSFfXttf zuRg|MAybp#rp#93XbRKe?(5tw{E`ntSw-wNjyz$47lV#X`l~MSs9?%>{hSZ|tl?|8 z63U$q0 zWXAAyiWH(>*-NHdF_hdWnV(SZPf6zeh}2Cnfd%=a&97CyC# zr3Xl-9+v)&eDRMMEb;F*NGBhb{)WQ5NVv27+rl#+;vz@=^dl!kBj=vwoWTi0j*f7Y zP3S&crz=kaq^tdCi1e!;5qO9K2A|F86G+~S<5 zb)yPoHxewAah()S(1hP){YzkuyAC0(=e2)hR!8Bgu>09Gplyf$3rrLMI{*Lx 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 32a71f61e5341f6137c114e8c7fb7aaccdf5cea1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 627 zcmbVJ%SyvQ6g`usO^s1&eRl7nbzxBPMSXw;QE2NzEx4RCqfSkel9`I1rK^I1AK*uc zcVYz>t~vwv+}AmChx_^U_5olIt1j|bbg<;YGPvwug`sdLW2uiBa@AUg!EPj>V3=#l zShR=zK&00^h$vHTCS4wNcq&aiPTKlGDhB6tD5FrM4BkZ?i?k7Or34jDnlkb4xY7gp z?5pt6?~{6@{A3_fu4NJ{|7H+!Ey9)vC2tAMDdKBmy*fiaFwzVM)!JlQq~TsA!?Y{T zr1?kXzXvyZ{E0IZ+d}E{L}?ENI1D=zP0w&N5%2fc3?(y;AMyC!zYKb!tFZ~2mS>Jd zmxcpPOVKtVBh0Ulz+SWR6j`%jV3$by;`vPNKwI*mZ_9oFp#xfk*+ f7>z=fum9l}$NU`Tv#v50GPE#5=u*E;To09RFF%<{ 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 3a61a87b835a3c87b39f8a76ec4a392b6240b240..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1288 zcmbVMO>fgc5Pe%aad6$Qv<*%93T=UWKurs%NCl))38^S45`{>>X_GANwvHX_4eB3) zQx9;V2n0tC{3yh%?a}}}HImmmvomkzz47MfuP@&LtYFzj26GnXZ46;f8w(b$*tm*o z7Roj%s4`d&`_k)(kipsTeG#sEJc>lbki92;sU9#GeVXQ8FvDxpoMEH!i zJo4o0L7RI`9!hPePE+kj!dR)xzf)Y)^p1mZ<*&=Vn7GVmk!d9TBj=rlw} z@`g~HEWXN6eA@Sw?24w0B*CuvexQ;JhQ)e2=*F-j-0ynsE^qHef$#D^LGEL+*F(Wo z5E7WxI^wuiuAHu=g;XX&%ZfLB?h(7`a($P-<*vv5ZTCrQSG3h?Z&7D43~!1^ zHH02ipA2*dyws6D2B3y<$r^2^z)4>HS5&LbS;?Iv^@-OzW zlgLlRwfjnXsoXRKQ)|djD8Cwz>u4Ax>FhsE>1_Jy^vZB|aDqvdlVApr(?Q@eEV@tn zmjQ_lhpyNNS+~ey+FLyY`$(H1jMA!aATR|JXE8=QCkethCdkUulO@k2y^9nzO?wSi zinD;+R}8&4gz&A=;~O%ck<~>K z(n*uG0m8Wyl+nO1runxiTIbt&D?!LS0|<7CVBk_5RU!f)Ss7*68YSLYID_JE DoGT`E 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 52ede2547e1f57519aacb8c9be34e9ffcd7c5460..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1977 zcmbuAZBNrs6vzK}8+03mJ%|(VSyA_(R1_82vKNvVF=IqPjEQf$wLqb3XWJ1m>I?OS z`ohF-q6q||i66iZWjwbnuE>0|Wl4K`@43J8zvtX@_Urfep8)Ql6o-f_ab%H;VF39k z2IDB;D*w0^MS`zP2$154;ktlH0XGQ0c2s4at66OOES8DiU(yWCDKmt#xfO=UEbV4UR5U}awi-3nT9#`% z&7>=4UDj7*OXJ`EWW-t5Y&z$?mZmGJ#URcZhHA~~vTduhQ0_|GxQ`=si`k=r%k>I< zneB?e(^Tx)`Aqk|8J7KU9KIwyYswtX?RN7Zzh64}>+Qz%EVi%4FB`*jwmTHvs`!%G zvg+!6jbH4M4%IQitCb;IrRscO+Kz~07#46-#1w9cNFXWTwn%MZTErlRMBK#;!&Eng z$k8OJ)Xm<5LSaa@+si_2L#;bhuLo-3}f_;ll=hw0gqzz4>}wRYXATM 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 de80c6ed30d7cd83521136c2e255287bd3a2812c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3529 zcmbtXTT|Oc7(I)x7-ND%NT8ujX_|md;wH_NOCX`SKy8v>AR(8w!d^fiTdpLh;jxeX z3H;Hy^?0F?3>9J;|yUauF=Va32pMc&M(6>g~Kh_twxwq8%=!IrfrND)X z=4?LDEUh$dJ3EG)vh`BMkYn;?#W0IO7l?+4{NeBkxNQGPca)q2lo3uei+jkI2tjLeo+ z*rs|Jt!AyvJo~ej)Ev_y<#R1q5PwvuYLO9bJ{B6D`W*d3AEoj|(i* zIjL%x9mfY)ieNd86+DWg569vd#Cs7uj$;*LYWS4EBp zOME48q<-{yO2wgJEskjv1gHng&0tdm@331|M;;H=!lo>2FPP3k)i4CEHKw93{lQw* zSiWlelXRKvvn)4FmMRVpznHnM0(j@cNQ)poqv+ag%QihTOYc|m0)RaT$27^koHY2(FjHM8Mm|HlYE4hQ z^_~pXn4Wc+hB-3AF+u!Mwu<6S#_r&?GnL*&x z9Jd- z&+3$G4)bt5cX^bv#LbcNLIZ9iW#uD*x{nf!G{h&KyjOU471!9Rh_4w@*?T&b{t=Eg1zx59LU&F%VT|8hB)-Qn_QLFi-CiX46M}(PgzzYy;eQQa2_Y<# z<|FRqW1L_W9>P;v{uxz#jvKtMC&P42l4)GWIEf8$PbWCL1Czw+MktaH|KfB6-7`wB zDFS%xXP9S#Q~E=Hpl3CpXy#XgieG*gM-(Y94Lp0Sxj{Ye_WMBv>vzgW%aXK08%}md yT)bq5heps)GMHZt`^dfZo%WFR2IOHMIe-~A{!Lm7F3(OJ6u41wP 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 f979bfabe8f9fc89bf0dedf8d0c9f727b476c54d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1747 zcmb`H>rN9v6vzM57M3n+xrjv&@2I^f>lI8&h{42YQc5C71L>?acuyDCa&X# zw&V=tO&BN`C>prQFwhW+*SX>hW93c0&FxT0$6jtK>ABn~F{D@Iy31AQ3x-O}mib~? zdiEL*R8zjUgZh@;@an<|Y_BPNt}%iAvPmICeM!_MUup*|EfBnaUb<2(FeG#NRfg1K za%C7QOIK9FMpgJPc-0}xXxXcAXO;U>uiM6y+K>T*u^39HE_?>-nd=JwvBQHv(2vF5 zggqDULJ_D%uf8+gMv}shx!x$9ADQ;dL%1SEUmXmHj&zJI(!se2R2{}PXjh>``TIO4tH9FHl?{kw~Tt(cF1a5b6GaYV*cv}29 z;#xJAq5M9L)x@ NG@Gf2f!_?ijEd|PbOy=@M!zw(~ z9k*pXEjabZg{D=P4X0qWq^&C$r*OMP7qVWGbwe)&4rebCeBx%?bd9E5H5_BTAs0;3 za{V;|r;0VJ=>bdoX|qvyq}LuhmRZodMuls9Up8xvc3l!I{zPxIrG}f_Z!juwW+0TQ zZM0;$QhubcLvw~{xEBTXPxlGhY<5*3w!}aQj1>)2mfOvB zY2VTr1c6M^s_BhY-8R&FFc@<;4JPcuV9~xQziCUyU9{?o)OauOvsMTEMn94}$gJAl z8|H7xmbz=%WOuAr3@f^=Q=QW8QAKoGVUJH|`$bit(syERu%Puw^yHhRetE;RY^6eN zy>rwqk;_0wBb2PE;J^|v^{wGV-!+N-VMDb_2?-BcxcwCb|7mGo9{ z(i5Ayv+36cs(qP7+O?{#ZI~M@(j9$!Q2r=MB&$~2uE{HgDj$c!~$R|30U zj$;ZB@O27v&^4?JoF3%P=u~@wgD){tmmse#_2dDpZOYo?vgMZBjRtqoC(ohu2001p zQ*XvIuimhffo!(iXUw7XP&x3gfayL?UQ_ZC8`AaebAdfQ>hK0Bj@==zo-DbiWL?VE ziD5T|>lBO!Z_xj9JsXejr{r9sBE$&KqW{}L`U4H(I@&idAqEyT0UcN=J z594gd+1t;#0}}7x5Du%ZL%U&iC~L$pNvj&IB5Zf(UO?nCku5~;{gbOA1j z@p+ifBXoEaySVTeN0b9D#BofqRXs&Q;63(JZ2gga?D@3b_h=3A{RHQxl@$xaHZesj z%YjMGoFTSCNaVHU4DBXx5~sLglKn}~HA(#eZS4gT3R8Hbe9RB{R)Bgc>k_TK0Cl6f zg<%FZw@oEYrt14v!#RxM{A;87At4p?M+8*R_XFs37rKM%XUxZ)S6{`<#9|0H-OX0| zm29bz?QDHakEiiTu$k}aQE|=Y@;@RTd!GLX>D+Hf=K22t@#ypX-xw*WK+o{Mh17Ez z`(%zG!Twdmu}nhO8Qmfdpv=5iD3uioq2dvo^c{2wW+{TRbbpvzILBm17$7DSQ7x^a zaRIXdxARn{;M7>`PmHcb6^ZH=(u#pE89zI>Lm40I%4H6p1~Bu)Rxsn4k+=txiB#8O s0ovGh(tNagA++%TEsBet&(AQ=R*}+pDAWOpus6bkGr`{t9Gsu{A8IjAWB>pF 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 4e5fa0efbb3fa8e31bf0fc66212f89bf0ffd0c31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2372 zcmb`J>r&G|6vzMD76K)-G$5h^ilCNOjTgK?3to!OpcKV=`QnTdngyaEsY&X{TlgqC zBP0632k@aB&o(Iy5C^1Ar`x@p^E+qHo;}-NzkmD$a0?HUkdaT~A})2K2bV>ocA+Hn?tR3p#_c_*VO%sitPFsTI#LthE9|kHg>Bx$E7x z^-YEWU!?9CruwAj8MdXFB-C9o)-27dJDg!TLZp~qG;DQMbG@4JQFZlq>V~az(^c&n zcQk=<)fY8g^SE9X-aKpBEX)x^GYpoww{Ght%{0UE4Dy0yai?TzuFGA9^1=2h z^N)Slg5_~%RjYD$BAQMPbQTTE@a7nvX8$XB@+Cu}M6qB6vX6%k5%3%39f`` z8dvPPQ{@j0k;h$4mv|CV}umwvxF28dEIh3KsUMZkjrO@J5DZ7gt%ds{n(Ea zPbRw9XqrOTJdFwJox}OSVv&L%WR%=jBVty(n%?OJQK6-pHpNe!VAz;Q+&mSll#m)%VErpk=} zh5v}o6wByX$0w^#>YMtezNrr#-yOfZyTAfzACk%B{y6vC?>pz*bI;u${`>MCfLF1S zLKd&2IJ(@A46Y-$-CatA#+wPemB5_9 zK+Sce>B!~nhAEIO-!yI;x@|ZcdQ~WQ5L&PRkFFrzbDp<2zz2r1nlJ=O!*5ou1`rNgf zW=#s@0+p7uY<;mIE!Qz@t}nF_Pfe7Gv~GB^VSTK7^;`ND9kM;$ZJ13%ZT0k(M%|ER zeZj0-#-715Zhbo-ow6KDP7A~f*;upv7`ipXUNxGQnuo$3 zxoLR;fxc%nskH?ydT?9d4HwvwN$0 z*VLsHxKij4i?=UTbz9AvIcKQ~aI#$;Ij<_KK(b2&%r5WhsX*|mrKLYSvh;^MNW9{}}p@NZ}_& z=I01{ZXZ2I)Nvnu6h)$*rEMRC=(IYuXZ3)O8;@B13$6Z@R{s{kP4DBT)tw~n1o49S zD9IQl!6`h?Q64X_Rg4QEV`d_&1&q6RjB!8a%#(}U&Q^JhW-=5jXDz~Ow^e?PLn5a=0%P!;3c+!GkqKZ`LB?Ezj%iSeh2+uV36Ga u|M9yxaWn%SkosRn=YdZj#48`V6~{$_#qcsN`F$GCuuqX9!`wKBlm7#i_v@hm 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 003e54dd5867548c737000e4751f86870997ff30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4796 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 J2JL?A`xm}*N<;tv 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 fc423e56c4f1411f2d1c1d2bbd7238104236e1fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4074 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 BtGWOH 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 1adfb2516eae7b4b5f87c48864bc9287cbe11cab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1772 zcmb7EU2oh(6g{)MjyH~%v}qHX@R7D8WIsw=(gIC4O=*)>D%!MC7e#7$n%xZ9NxgPi zd#j3H!JmMqJb(mE1p@Jg#E(LpvCYP*^03IVHFxITbMHO(jQ{@U*FOM!hI84A{(~^ zoObTmdLjLx5}0cp$QRP<%ed#=)%)A3tNYS#3QTP1K*yT`^VQQ`YP$lZt#FSZ(=8pS zhr@nH4Zf5epF15H;lC(<+8Wqfe!Xr z!)%t?m%+Z5?V7YRX+`;MfeY2z>4gfE<1mdDIRBs5$>4HNM!mF|Vzu^w?W=Ew(r2|N zYIxK+P~Es$dn!;2I|nB#$qogqFz%TVRNArZKHHJcv;LiSI2?4u(-dnQ z7R=|oi}&!pz?sA=nQ}T98@FA2jyo>yVoP9oED^f6gl&>Gmh)1+0fDRI1sxMjQB{q+ z&nBgtTj8apbMz%6P+r&SS2^uxiZgmG@2fbu>;mUbNIcmjn=ARdlm(sw^^^^pe+xiy z8@{=k;F`qpJ4@?63VZ;kegsi({DQ(yvzc67}iM+m*L{W9Asq#Ss~;*gd%l#H-q#N8?fp>qwpiK z(+W*5KrMlBleLw>2&0=Ucr6Pqo8VWNcr$)A7hfL5FS7HLqjmOU@=TY0hyA2zP};9i zK76B$YdM(d5zHkLm%@C`qPNAMo$! z3nY>lpZ!tByW6H+Nh^KvVfW6=oqO(?J7?~%-`{@#C}KrJR)>zK8m4vRFry)_V*mvm z46{0hFsET&gTatom5x+v4DsB|K0{)|wFJXRSvq2?UaJUik5_D3Nta!d+xy&;!MwGY zP)E{dNWBuiAcrkK3y-Fojw8GcoBO^X?^0R1#v%9Bscaa&bz;<&w0+~HtZq6=RE4*z zJn2-Yq97%PVXFhm@FiC^-C77EyhhD7j=6c_yN+SHo-p3gXoq`5qSRxX#TBne$1*xu zxRS23;Sz_2D$Vpql6bLGhUp$zE|Z~pnyR4~iai3ZqDASbg6Z-x|HKWOJ5{4uEaIWR zZkXaUID@a@nT7=h@4pwR!(+R0EKEf_hIVDu;i~SDNX)B_8Q!VkD~rxyb*@5qt9{mg zEjanETlY-yMh3dfT-MQiz>#5aOZe)o>r?Twed#ZSVJtF?c8=IAwT9;@EMb{pJapB# zI*N!l2zwFyiYbgE!?4&_w!hTQu+m-JZF%&p8^c)0ijr<_w-v!q=nmKvX!Gerc8}*G z3JV`@DQE`Se}S~096eP}aBH92b+Jxr&2|Bcz_*2yiSBF3I>hg0d{bKfrGhoB+sFJC2th<1EGHmQS;5n7Aj%jCT@k9CUF}R6s41I z5_gF9T|!CH%01j4U8npHXdL8UAYYuUmM_enVX%`d83OHep&x-F0uL!ThDUfD+9#L_ QEj16aLE9gq?*=CR06ZbEk^lez 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 749b5a0394e1cbf0a635dd3ce345afffa21e6978..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1551 zcmb_cT~8B16g^W)mu^=M(GWcXKc-5a!w_RiGH8B-4WWn4z;0S=t`3g(r_JQF>7JY!8{f$EIL@i3kQQ3Vwmj;rbF5c zix-Qu)zk~AU>J%!Na?nBTMee!x)`k0MN+RPw5IXuIF#*_Lp-LjxJMcysd2O4F`UG0 zHcoxcPi&g7F}W0x%XcWO;iZGQE2?YFBSYr1l17~24R==9gv;+?j;^gfy4ZjoB&jtv z-D(-yEg?Y`U=;@04knSeuYn^s^GDQw{eSxzGiH*t%0bfsa4A|i+nv?im7smbr? zIYsgmz2|X?6!|vBDKui6I1z3Z!!fpl5!{ZmI=F*TD)cU)rpPmfdjl^irhV5osf+p$WZAms-gCZl&Ue1+fB$>?7l7|^$AXEAm7e>H>eJlxebwLaWEiT@#B~9y znK?F|OK+eAW*WQlxpaCm>N>aF&ZZx!j_TJ1#@1Zljn)Nb%SXFZwgn0s!45$t8?LYJ z4SFrr|4Fty?o2g;w)D0o>!F=)7NV{j3M@6;z?Y0R%au*GuYMj#kJTQk z;eKmZwWE6Fkw89Z?H;ZqJrpp4sH;a%YDTjCbW1)<`?s3Gpx;(^UCq$+0ozG!%X$!` z`@z7E+@9KYLzmRu^!*@`ksJ7|Wwp@`dNFmX|DxwPyMzw|-`SCoY`Ol9BZuD3k31L- zoLm}%kfaK%jK==LFjkA9{)ve*Qe^by5mRQObkd1?DvY+2R#j-@1lDaF#}r3+lw!5R zoc^4&@ddsVI2L=wQ%(kB;)abMaMQ*uYzQolBtjeKaGRu!+&YFsgqd_dBtZ z3Ux0)C5Ex%wUNRIt(!D>B@Hg>;MW-YIDR=3UmV8Iv-5_tHw~L@ tEz!uKObS6se0)$^WF|`nECvA{{V1=4Ig!^wa{x}ov?M;k0)U?9E`@3@Op60@30@mle2z2 z3<-2YXop2^tjuj9vr^SL1cc^^&b2)y)OYt1f)^GuMOck=u14kKR4vAGnz7T1id1Ha zTxh3%OwZnHL)eLQA#SCyPx?ie*@Gyp&W!jSXO0PeT$GDcU1*op`TIGT%V!y23Co1- z|3e5}*DNxb--)Z~T%{I=sPPTl8k_LYaO<$Dp~V%sRHo04s5H>ne*?W%Ei23>+l~P< QsOkpV=&<4oFl*?313-#T*#H0l 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 1920b29d3317ae688963a341fd5d7b00b8671b10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1917 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 CgCZsX 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 316dd64ef1e7dff3765ad38d8cac65d20e4633a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1911 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 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 9c9a5b786d2362aeb2a706006d61680e15c51dae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2515 zcmcguT~i!I6g>?K4U^$R0!bhmBNDQFWfBd7Sws<*WO0F*T{h7~sb;o;fn{c$>9sKB zv%kY9pOFWWvW&*6R9WRuQcJzlyDkIS4SBGvt=jJCx%b?2Pv5>hzy0;YPXH#c%JGhY z4onyr!elGn#f@;5XvGxXGr%y-@xFl;e84edU>F~Uf3pVKF~^bQm}lq=r0#(PW7VBaxy8 z>z=|-HhsH?^-2zSE@6LvR3tRlnZIwX(hLP)j>ktXUmoRk$6 zM@ErQi=wEvmE$JIEshj}Q6(I3EO30p;Qv1wYdx0Nwxq2{kJgN{;R;pqN#oo}Y3h=& z0+lB{^U;c$s=s~H6vW7QCEu3wjxP78V{j$hBZihG8K_%cpg7VD=js)Mi5@JPSi&;L zZ4)2kj)@Gi94jVrxNG7bKB4_Rbbn!~nD`V~I@gC~QkKQUeLOJn89q000k1R6{s%{j zVY2oKsuodQbr~+zc0E?G4CA%!sv!=gkDk6G5|mF0!)dJwC7xQYmMX(Y?EqyW<(3e! z?mt;KhVFReoa#1~2-~G;mwaEkD(h`ammwY>s#Bd+5ws;$+rW!BQm3jQnz@ZK97HWvWIO!vI${`IdvUe6zIfB6-_4Dtr9nlN$A zgpKRnxQrXI_LT|3O%t~;ZK4~u4a^vrC8Q%6dZN53!^jK#jr=l!9uRtSfgdU1t4&d^ z%1#*1hX)5PJtd?TJl|7`g!b(CCZQu2xRUU3!SiLYday0Sb+KLMlT0CS7*;Sizt;~t z)UFp121+XQ997y4LbWW933!iXNU-w0FT-3}M3H2}g@PB@4@IOZUd@i&eY>i>a%3lc zqLCJ0^MoGv9XR2~Y{3Z*G@J};2W5LtIQvoH+fEQl`vGg;i;&68w=i>s65F2dCc+EF zHRDPtSyS`lg+1{|*k$4G*g7?4Ko!E37I-JaaxooMQ-qlo4rdYIaO^$S!n+Y}J=m8% zbL%ZBF2Jg&=;j!>Loiorj;zE!uvPd!R&8y2PdbW&c9*;zU#M!xgS6TrpGGxw zlkG^kc1gL((O5XukVVEeOF=bs)B}&Mw+|6KLLbuIy2^&Uu*Q8 zF!>?p;~SH(zI=9yguZN|6Z&$`$GcLC~qpW&hoJA}{i1&8b8 zphFmDoJ)+;1$u)%ga2n=@>`0(k6<*t#MH*>)NZh4oUbu4Idz1tm_nPTkkYWfH_0pk c#dNM{k1WQuoWP`(Qy5?w|314hg-+L%LQ&>o3TFSPCJD200CrI;3+H&;!+>?2$sC(v?UXWJK)5A7iUoEsG z!y)qzI)fWe8_srsC*0z8PT%Clmgm^I;kZIyq}3hn5}RZVHIqxeX4z)QKbMp>%9RvF znH)-Q@&{bcaeG}a1xFNEo?);C;BLQ^PeT?Z!&D7}gBXxIvL2{mU2(VUYzdpVHD@Jd z;5N?(^-(azpe_^*k@utW6kJqr>Hnr}X>C&&lBhLht#zBrf=j)WsS!^l8$p$IPnwi= zGu#~0dn+xQ4i41)Ul;@W%WSGDI`NleZjCD!5ETvb(MtT98yQt>Fr0G+afG zhHIEra9zV3<~1Be7en$NnwQ~X^UOd~xCM!|K3ErYgYh{uO&G{oNlQlYig+4Rc7z3lScROTjw zvM%H@O{&kR>ab2$XH?1gpH>MEK11gQx6Pbbu|+XY{VU8e)%4!L529Xvg2MF5LxFL6 zxSQyGXXu8CLnJlY)u9>nBwNr*CvCKvq%%fR8IG|xsCyYG#ptWj1@IXWd_g;{w2~S+ zaD;aBFr$k!e26Cm*+BAm;x+0sqp#5L98p>~z8Hxyl9BgdFX+A=K5i_~{fb6>Bh2rF z@FTzuU@?ezAcrs<$OI0PR0$)B1Uk|E8}=a-9{>OV 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 144320b029dd5e3d53f429bdc066c878d5508d58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3470 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 Nic4Q{>1!^P{{ep0U?2bh 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 a28d44a6b01d4c6db29211d529041a392c890562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4748 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 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 d52dd2b5b4dd330d824ef1002114b1fce0b40f79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 864 zcma)4U5nE|6g`tBO*b2D8`qCj*X{25(MB+jK2#P&EC^MRl?8p9rqeognv~2`>c7&5 zWko@J_D6{~X|=%*lrZ-)=bn4#%*lNH_VF`-ySVM4hTR%k8*s3fhkX|Z9_3vR*Kxze zO$JAsw@NSs{Rw}=BgK<(bYwD_jJpi3Sj<#9q%wQSU{7?KP)hiekm@~|NOQEY{WZluytFU_Wp zh2cYPIH_=EJkxaIVY{R;6C)*J6ZND}!*1vQ290tu!}ee2FnA9av6vZ|Cfda<7j1%$ z(s>q(p3JY)EQ`C7d*-8#1{p9S)jl@h`PhWdu=mfqx#;+~fRLfFHvj2hLib|WUqg?S z5@W9JXXE))B<80=hSu+-I2Kx$C_8_Y@xxw*XJuDcf4=0;Qckyo{ObH#!itL)J+T@+ zL7Nu&K@qtnMLx62XA9hdmAeP>m8w13G0Khb6f6v^6I4R`1onHvECdvTVrHG9N8e`A zdya5_*@rEhr(KOqy+|GT%q}WLtr=LK;Ji3RHT(eg3!HaUTn?=kge|NGHE{{sRKHBC ON~|lmN}QddJiYn+dj9}$hP?>e5q1bo$96_IKfYb)SFJ3IdKAf3KOAFz@$4i%`LpNp z%sP$=N3EnOiNsV8ZCX(=UFUO{NAm_mW7#`Z>O=Oq0wPQ@$~2 znBVPBCZns=u$9v)2H_}tdC*RBQz|!mQeI5z)Cwc?>b$A8b2YqQ@Kgx<^;2awTt*@s zuE2p6E()Iu&wc?1HBfEtZahfdtmtytZ4n5KuyTN!gf%pSS`TU?)Gb8eZU@ysCvcl} Gwe<}U0(x%% 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 436106c1ea04553eb3c8953a05bdb05ef5f82c0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8366 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 KGmvCrU;zN@S0JJQ 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 d1a6f90b26acf9965edcc59bce5af0699f10ccf6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 852 zcma)4TW`}a7(H&ACJUikTW$lkm0h6i19{v-0f7(`NCkv8O&V`*;&vWx62&em{|X+a zA&?Ny{3yhiw9s&q_F%`~@$t#|j{WWXr!N3@(RJZq-ND8ZEVLZlva#vXa^1xiwr%V% zSlYZ(f}znr;cvOGcr^0&O)8^NkHHqxM8zR(v)2rjh>vMmy(c4S9x#;KokKz&=Y-|H zjKqt{cp%aPKA0)S0au4Sm03LpE9O{ghMm5Q{UO&TkyBrXZ~TdoO8ZX*4@LT17#?!N z$$*vcRMS5nwhQ)BF;pTj{+<*n>~+p7HO%M?tN&GEaGy*Akr)|A+Qw}gcL>^#Cutz| zWY$vicY}Ac$UM}rOsQx&PL%Ml1edDgyc344bM$GW?cp*y3@eK}csV$s9vLl<-onDdoQoE{G>6_{ znFggoGjIW3{=JyjC6u!CK%EnMpDLDdx@TbBM(Gsg4^);=r@5BP)KH;=E*)tQ=FRA6 z;u2L3Wq5_ynN*M1nN+<|`3&pm4At&O*k572CvYZM%?ZtdP#srsjrLb*REc#RH;8jH HKe6@$OhL~t 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 0ba6c14c0f3fc596a798adb54c635bd2ed63d376..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2660 zcmb7GU3(Kn7(LS@ohIEtEfi>^NrVDz0t7@wZAD32B$%e!v|y3qENw*v zKW_a4-g?2U_(-baBVPNX#CIl}O{@hp7rQ$%?|bIVc|Rt9{`Kqc0M6r^2$Cpp%tX+I zLKq3W&+$P7AUp$OY za6``DSux}|#A zG0BfX%UPD;OjPxHU2;E{C)&$;UDV9YOnqrBBe~TxmyK%8aO%UmVGzGw+ww6v)(O=c z)`V$W4C#^G4|=I;Zwz;uj>+R`^(H^h`9J%TPPSDrHU+~W&&l$F&^)(7XQb1BAEDgL z)MnXGJJC71N+o}Bhbw`Xlz3#dm}Q6-g-j&TNVTT_l>lc=rjtGZRm%&j=~ zhKz^WJ}g>8f2SQ*3=!L!u-9uC$f(>e*`%y&bCxh1$E^utsgwPHcW7lZQ(863 zqPbf*9p7aW#`<2b=E^vpuha0Evgjw+*P*NDWkH4Nhz!yaX?M9AA#MMDj@G&rbh5O6iz z#s@+b=e3c(JvX|ZKU0TDXoafSD0)u{ioI%Ud3w+Xa9GtGW4}~ zZibxWYldMpyHn%N@>I>@_;by?nmzn1W-_O9ve3C>+;S-?3{LB1oU1 zh2S>2AA&!i^)8Ika}NUaoF$(*?8Q7%G}4;>NaHk(7&3U-!_Ja*7tKY|`w{*Hy#ch5 z+&B=82_ zBuq{|V;CnAZxI?1enJxgjs(XL#|1Esy&{XvIN60;m1tsA!F9#!L|{bs@4ecR!3}l{Ma19BzelXe@n-e)G`ud zKlc5Ifd&qIhv*|5TCKwle)NNzb zNr$Mb#<4|Y@AwCbQ<%?VO8I6yGE&1H1Y%i^Sh(*Zh53?4?Hm!4)WWIs9~f#N-acQq wf|%_%TiAmO;$3p-LJn8d`#t2eg(<(rT*3AU-k-)hg+-ZL2mzd`>eo=RU(gZfcz&S~BY@L#m<~>XN%l8mn?m zriNOWn12pB|~+jrsK4v1^PTzpSh~-6sCIbWdj6)6)azz;ZkpTl6%_El&{G> zmKv_1IGSllMQz1W>zX1v>KR>$H#FVhVO@P29z&*^%699B&hlGy=lp$LHnyayV`;`# z;pEDF3OG^KwhY;EEjqYg{zvdVirZ$TVgIs#eY0NT6eT7dl zK*_4hyS2KUJ+_#=EuhLUTqMvHx29`$lONX2KFHZF*@EX3Yccc%Bk{4*h7O~g9BV@MZG z)3F^(ZY`=#)2!R6IKEF~gN7f{xGiE6KMMFs#Lsvl;wd&5BAooRSDB$a6ETIn09iy0 z3b$BixYMubPmM~1ilzt++YFccX?JOd@jUD@N$IvLQ-aO}Cc9hOv2Gao*ju^>OzWX;Q>q0t6Fo{(wruLoRYx}J zvQ;nnbK)nqwpxBdl{w}YpAixcgviD5+-9-&KEG@dR384lB*5eue>A1ioC-&wn1uG0v3HaLF_YaUIqnfyMY zuMh+F5g+(ta38{780`2vf+$HnAl-SS=mB_v{yTwZ0_zD(?9%*po)N3R*@`p(N zj-dmH9Y{_xupEL(`7r4uFP8vjg&gD*jK0S3#sSV%^3yMoieP#l=?>O8A_n*ZgD8@F zr4TWrbgUoI-XM`NgS&(p#m6*{;1hc4!gF$%P7y>&jGnCL@eZBh`}E|!5>L=Ob`BDa Z4H(#>(ZU{VLcdS)oZJUwcb@DP{{wpG4_^QP 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 0906dc406d20bf944425c92df1d08065f92366bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1924 zcmbtVU2_vv7=BLDW|MSlODG^kaK#i;3T*uV#MEjDt*NHPF@+26PBy3MlFd0gyC+P0 z=kPE57dp&14j1aRuXm@?v1=#Oa!IS_MX~Yz#55pzVaj6~UfMLety;hr-L(R48l$RMMYN|~c z&oo>qw)?%72zGeOqnlDgIo!L?12>}6OT&55v8(^7VGQ{otvkcqh%~7ilOmb3>89pR zcZ>U}&-{wxxzg3E4B5)!eQH}%^#ez2xKWseXyC3z^FThfMX2j4)CO)E_|U{He8g~F zNnvr>wv_Y^=n$6LwO&MHslbZ;TD^X#t(LHSVhKqmswP(Ov58fD!f-O4xR<-YFdyHJ z95061+e+zB2i)HhdQY{(nH)ZyMTx+gi5c8BF@@I{%E#FwGB=3eZtJ0NXls^^qj|Vv zXOEPoX2-^(4L)2bDyc?=p@*rt+Ts4|< zS9YpV|FRuH?72!h!ZABZsaix0cc$nuT4$(`z({}peqs!4nD`8zn>dXU!^J_NT=__K zh24mUp1QzyxuaEZz%bPtPzD+dxdzQq-)H!>G8A=cAZcKohR73PIgw14bvU`B6n74M zF)aR))v?UP<#^rUGNzVm-1C~Q7F7dV3=6LmWK=#37skuwXd+Oge+!1Q(c}`AouHQk zC1h}ts0rdsVvev3PR$mhZV+~c=&uQ82`(&s4|auqk4u>!kd3f!FhyYEXH5P?OoF*@ zNid7o>6}N7&SzxyIXQerF8{zO{E74Ui$Vab#3;#~BZ|!94dSsFyFge5ZxWsbJ3ka( zp48qVp(w5hMxVk{7{C+czaxUhzH>3_cS`Ca-DU7L$}wEPG{JeYS|ERBu7FvBCkWQ@ U1vV+JYs5E6+a{T1yo=?301vh&Gynhq 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 2e0f836c36921969cc16dfe97642662eca37b31d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmZ`!y9&ZE6g~0Lm|CBkyH0``ouw$c=-?MbjZzyLNuu=I9Q*)3N=zLD!4CHv?&UnV z&)59{V2Tb!gQ7_h5rkWPHG8>8lq6tFt<%X_+yp^mEv;K>>nPd;<3#hLuCz&T{WvqwIgne5qj=_6cj9AUO~|c*c)NOPAvcc 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 248310d920fd279836ff248d847ca279ab9ba4ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1760 zcmbVMOH#ftgNORB)Y^0D+Knl3NGXz87v> z=*A!5QfKVwxbO$~qa4po3brK`b#v~$=kcBIJdz(jzkLU=h{YrlxX}eQi3}za=t5SA zDIunXn2|9nLz8inK`!f_vEf<_YGF@*tZSBT?`S3Nn)XhPq1&k%uFg%zUfU8cy~cM- z6;gT(sUV=nO-oy^3Lo8~kVMJcv2|W^4TgImF8L;1!Ss0J-JEwRw?sfao>8f}CO;}U zHMc@&3r&&73G)Th(YAGuSItAs+uGMkEkQm|Ja5`2Ut(C#1PIN!I%!(V3dx+C++>iJ zoh@S4TQF^-SUV^i?nAw7kwz^z72Vp@T~oXpN{R29)VRU>+uU$hT-R}z9h)16eC?o0 z6HwM{+i;gH-Sb3$=h{mXlss+KarVbU5vXTFt!a;{$En}`Z|Q$Iu8;L*MTYbG^K0R5-)bKY%dwpIR4&bVme+XhuwC zIMic9EFtY`W!I?e7ad-#S+u%$o7XEKnL9n!=1Di4Fh@V61Q?Q#s6W&&`iH5aXZ}fT zBU>NcBj_hRb@1dpfEe9V7$n;ed3>NVM(0@e3s_oGBVQ4Hl%1+W%1+l2%g)ph&!(k1 zkCL@&bkSu+17ct-r2U>fyr zf}@1XbRRmg^`F=V$QINyLhQS7g`{Aw(J3%v+0T$Z(k0>(jQh&hJ`p8wXb@r4q_E&v zd+?jkU=>#>MSEtsJ@{Qna6o^Q*z|;g#M?pMcLW)uzFhN*9mjS5oS@!|4T#WQOkkLb KP0~3RPy7Nj4yDTg 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 1d9b292351e6c78562cf63c59c7b47b806bb04ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1512 zcmb_c-A)rh6#k~I-L|Z@g1?9;Sg-|Q@efQ&NU%UkvSMP9`{{Oof$i>QXG-8nd<~6v zT=)RS_(;aH+hS{!rZMitoHOU=n={`zvtNIle*v(9SED2zWsyYDz>I-e24iD$YyG{w z%V4hWYZ2Dljw6(!?Y8HMuvkv@KK#czRy$=7SKD6D)^!~U-m0t(Ebp=$hP=yLjV3QD&9!ujOAM*1-=vcB zw)DhKyVVfkE^oMG8MS?fyL&v8(Y|XmoC~h4A=`IBHA5!sQp+$gnA^;%<4RBJHHKuV zyhmi${dVYxEg2P-jYecK>KtM22&HSj(gw;5h1b5Xl@59EM(9Josq$&e6=0H>H<85? z6IYO7m>q8N2r!-xmwN}++s2V_XvP+X%k5s9Cbb9gYhoDgUW$^#0v1Q;L0JrQrSgz0 zR}3tfc#0P$uES)Q?wu;V6aQFPcHDU4h3|7m`{5bGNUOIqu*{IQiP?6*@U7HoP<-<) zK!?&A_nNLy#ZF}R0mWf7nbJGxxBQm4dlra)b9Rm#oZEe@{q(-?fM9m7r%pZjO z?LG{XgX7XPkx0=$k6IYb5^2d4jU-GYaFuo`@?1lnv;+!;T+|KHqQB%ac@mL*{$uPN zqcu%7;5%;6daL8bP12$-f!nx4{vK+E&KxI8gfYy6{?y_UMAwFsh(7CFHhN6Ck*WH#d2EIfdR5;qotpvAn$4DZ7{ zp0_)IIeHQeiIzlLpc$AV4`~&pB;c=&NoKLWXo1F-*scv*iLSsjGU}+=o};VcL!t^B zrL0Q%cyY9p2SpeX^U`FNu2x|9^V;5I8Rg4VGZPE+%O;iT?4)-4m_p~9{O>8tKKZS$ lZS>dW2?$i&RNd!rSaVoG9p0NInvMr=g@o_sB!1@i+KU z6Bmsi`~m(b<9phH+vr67@}6_v%kw_(rTy{q+jjt~SWP2^yM4%{k;hC5eJBVqE5w`- z^D-7>s50&`$TiI~wq1)MQ$En%X{x2!`)ZZDroCTe=yw{1t8vq@H+RKL^Lf3hlhR|z zh5G9UPJ?~m^jerI`L-$>ipHv;+)d_8- zE%G#Bscbsxp62m}d8~T7hibJWC;&>9OxxsZ3|sjSp*>eGO=npVnTsMfx?Rz>tPSU81(p-z+0K7o5~QvJKHa zhGEiEAJ5(+NYFit%VZlRj}LSv=$tHk0n165*jL1#6=s`|3Uf^)3iC}Q3puF?`4f4? zF-GzRWRlM*_Y2DSl5)Hvtk<}TH<-X%Tp{anh>9Gp(Tnf{mMpjlp0VI2n8t&f;3(lb z-AB)C!)LY;vW4~BAol&ZNm8&^=@giW!e>Yy=@JVFCIh7&5K%&h77<2GiV9A22iGHm zGq^=5x--k&!AB9nA^izrGY|=q>;`drf=p6hZU@Cq;ZAT)Q}4wF#Aq+3F;2y%>0C^v FegRL3s1g7G 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 cecacb79552c5dbd787618062f5d342496250912..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1343 zcmbVMTTc@~6#k~IU0N1f0dIgHSfmwY@rDmICQ>0KSuqjheYzcBVA-iVQv&}=&}$kQYOku)VWB6oOjNaQDhKln z<2^nV6&Z0tm+Th@rR{{2{R4i?y+{~u-t+ zlOB2*gff!m6+^OE+Mz18R5K35y0m#^Z1ttO%{uI zI85vMh+(lf_y#&ya^c~LiyT~rxyx&1bgT}A=eI^rt>L>oFe*M}7(Tkx96V!4`_$ZK zgW*T9J)&0a9fEdOt30ZQLKoVeoz-l)ZJAg`d)-J+;Pz=l{GYLXW&haDf6$$8g@@sm zG@|U_Im7&K4f#_&4AcGn(zKLF(UU?mwChA)$rNoRTtY@jOOd>q&)O*D~oN*)hA*Z>E_-qzFfDa{JECfM|one<5 zKKAjv-2u$d<8V2Ajy6MUr^+IvMVt|Xw^S;fCh{T~+%;*lRN8QK8K$ukk<{iCUxhxT zqBL=)MHL^0H`EpmIZ3!!Z1PZm;s3iXf9(lV<2wERo6lC^q|qLR*~tCsnu) o!2jAte_IX%L(NXz{tl}Rt2H#?yq%+Eeeh0jc#dZi9397d0S3EJvj6}9 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 4c84594bd0d72286a7f414459861dfdfff7784a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1644 zcmbVMT~8B16g|^!yA+nMiU|0vsO|ExfDocIeXxn4Ndt*h-nV6dfn~Su&Kme5KKUaw zu`%(%AK;HN-q{6g>sF9H%-p$m?m6e)JKdkZzW)HQj-^59c#=aFPu22FEd{j{b(lKl zbj&m84LjiPe1{=lJG4L8mSem7R$cnS-QQps@><-trSRP9t~%MFJg7Ix88A%53855@ zwcS#8Y==^Eb+PZ-GW0pa%Y-YX4qr_K^6cEnTiz%W&`7|Wp)cfV-3$FDp{;dfo)ea8 z!n5}5K(@q*73>~a^{%7{C|eS)kY$GLLX6PK)z8yiRs!=zafd;xc)O%*v?g4>6&^RZ z|JH6eXR8g{)pzEk8&`6jIV_na!w6mQDrg=Y|$(?y+G<%G?0g7AcsK%LuxTFY+ww- z3@bg)^$G)J82j_j+-@B5res+BKOE|C(tBZ;?u)~aE);jLOdkv#R39{|ib|qyOI}qK z?Nk`WM#xTKl>AiV#d#bVvh%n>u?f2IiS`WbGv+ribFPh)Ip0RwTxdfxr?oaRUnrW! zO?8J@fhFQxCe9UNcuqL0n8q3=DY6V zbEY@Bl8_wBzfWq6L=dePWV0{G1M17esMtq%9PP8zcQy4CO=T8SbQ++2A)EURmq>v+ 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 a3348b6509db7c0a966a00c9747587fa05da84da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 501 zcmZ{h!A=4(5QhIEvMeB=qKS7+^x_^lK)8??NQfLZK0sM27B=ms?HYVF4?choWt=V; z!N{f4>HPmU?ez2O{R2Q37XjJ<&KZIkx8lj944vD%$&$bFDCKGq#m-2z=rPoFCJc8{ ztMS}tJa;c~LWh>&^2d@pnMTvht9VMLFqR9&U2X(J|6fsm)2lE}q;=bTxA&koAXL+e zBsbE%#X2_$@wx|iQb*6+x=gMkJ6}cdo~=ODHi!qA5+)pJy}I`gW~e?2>qgqT03C*# zKO}!g8+rM)Uxr#av34|zy{s`-N|<5Ft@Wd6|BiAxTZ)AAR|mNj28I%S3{WmJ9HC4b mhU0ClAfS4cswISUUfap*q;3?I6Eut1!WqRHIT%_vt%Tq6;f1LH 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 31e8fb3ce51d621f5f47dffa0b3734e054cda7cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1479 zcmb7E+foxj5IvLICSkc45Jf<_N&T{)A{HrASS5nbo6SHL!cN?sSnyZ+qTquc z;73{ZY&IAulERni>F(3_p85Uf=Pv-u*i0gUhe^yJ9Y-dKS+u_^w;}Um2nx!g9Qbl2z)jiX-6(0yAvSNFLE|mFk zO-Sxor&~fCG3W)y;cmWadLAdhT+tTBzUj%DePVd!Bcm?us%I$d)D_ztLwAYq3zvW3 zpX=O{8XhwYY_y8Cc3DwkP9bM2hJlF98FE7t9`;MP#$mv+YD;=v?)3J`%IyR7J$lQ3841IpL ztEO{cye}Pci$*rn-u%+QXbrCL3pcb3wnM`khVi!JZnlr1|6h_9ePkGF8;xP)dL6IU zxJ%m}u|(~ZVLjb`c%7E5nHdeX$4^Z?7Grm}K=mYD(Fg%XAj*hFXMccw^VL0c#*~napqK6nN&xhspD5LiJLE(eA0dng(c$?sgtoJ( z@EIcC5j{sNj8EBfXbfLT9fES%LtwBmMA9}&`x(|v;OAxvV*r_)Fgogi%-)3`+*ZWA4hCFnnXg8M|1#6OB9{sN>2k%s^P 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 26187046c2cf5c4444ac279354ac5764da9fb96d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1151 zcmbVLTW=CU6#fQqm&+~e{5t;*;02zq5V>DK7Hc*h*m%fb@4nr8{n6_a*9(UG zai|%b{WuoMPQ;ZGiebYGrF+Dc9*3V@6%5^p4kP7ur5rY9HXSl2i7~fPXDH3^U9LI9 zht^^bMzhmiQjeh=@zEgQ4W+pb{l+tf+>Q(c3A`{C2b0l2Bz-=J2wCx@&!a=0gyua1 zbHOyT&7}k8U;0r<<-KCaw%Ugb#h#obzSs**jDl&#_6a|wYV!v|>8@1NiFJm`8!5HY z2_L@``jZS)*}_Hz4v~g~0-6r4AkR==*kkf#0=N;6kKOl!6XDaSnhVX+5!C*vSHvT1 zmS`nfr!Bsd6>layt@u?gN*PG6U>g7k=*D^Vyg&1ADY`6@TM;)7t z8Gg3BzZ|5k>hd^4f|(f@qfZJS0*BT+gCSLykTyL(S|6aoHTL8XTZfG`%OuHA0^dWkfSuU(Ag%-IhUE6&2!* zp24rfeE&Rd;3gr)vObjng>%DvL*^@i^oQvF;~(}1ceYI+e1y&Jy)$R-Ip^-&KWD#w19*k?G76}c;9;#{O11IvC_ou&0gCVg%%DVgdcE+a-U##OlX>4ilmnhe^+qbet<`&Y$x|-y=pBUC zkyoKLj}1T{8~;WVBf!~M>XgE@{N3jrq_PnrG~ckqutV0}VE zg)8h+$!#cKStExHinuqmi8$M{LgNRVZ@id@7cI!I6$~Z?Q$fBuEHGkwyhwI0lf7%m XF7D?Ri&)C@GVXFNvz&)z%%l1rP=ThW 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 62a71f38212dad8e0d943164566cd93955b09ab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1319 zcmb7EU2hUW6g?LxBa}*8S}C?wtMr4`veK&6XiSu9B*B_k)At1iT?)InyO{d3d@}LD zAK;HNo~n7go~@KBH+PaE<)667vfRCp{{ z3Y8Ao4g?FAttvd>E`zfe$_2^i7PtRG5Z@}D2ohDNrFnF9%hpGOUPHSd%|@4z`MT3I zyCuM^K1NB$y3cM%T1I8Sfh%-Sh>eNO|!>@7JQW!?p|7uhaxrLr{#? zjXEsYxI#9(NP^91VW^D)BU(ACJa!iZI}ssmdSb|s&k(N@v&32A9C4oO dIpPBOBJl=!p14F_Al~G-Ok5#fCEiM={sOk-aq9p8 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 1246bf15ff12af752ddcd24be0cc88b2e72f1583..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 524 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 Q!G4^5iv8EvKZ3@815&xX#Q*>R 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 ff1f1a09a029d86bb3c7d87166eb902d45ec342c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1821 zcmbVNTT|0O6#f>F*cuT5FNinrRzO)45f!`?NHy4|OcP=BB@^1EE`+3$q>lRNFH#L_{{S!tGmSGC)i9Pums+o-(SuQCT-R_T z4NYy{Oe2NS6mB7t!Z;?>@nj0OaYt!WO5;kKR;PEBc2C2MhWiY?3o?+&Q-jc zQdkiTr}8ooR()qfM2@%N)6PIXEPMW%7fEF|H+zzIGG-Xb%aCt+aZ-~XcwE`$^+ftH zU$KkUJVUA~l7d&OiHLz`#`EQHr{OH34?8~J^2*zB81RahcpEaP@Z!dnC^rKrI&Fvb zs4Q|)fk>&8Q(NA9PsdrDW0>q98N>b7-pR+B;9GGtb9b7rP<}`5h(cJY`$ESo9xzO` zi>+)wxUliZAYaLAA*(LtiASGEPKv2zD*g?ph8! z=R3W=u_J*ki&)Sg`SO#9Xnuxlr(`ZU?y_MUB{Q2h-x?*G;nqK5Vwi1xIgOe6Q_o9e z803VP)FYaw3%RVBcZ-($+InRb*DZIoR9rPmj%iT&xpw7`&Z;K990r@R+9*+N%WR7@ zZ#$)WrVR;plk&eQ7(ArFD6Bef+(jd6QSYwMnL6-zWmX2EpKH8n=P^a3={Y_>(y zViG#TgHa68Uxxa1fvIPbg z@Mm7r~ytbJRtB31b>lE4Dw;PLcU$N`Wpid9UK4v 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 fbeb7ba5e5543df35768a0dda4595cce44ea47ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1456 zcmcIj+fEZv6kVrRS_*|yKtQ~JN;_P}TVf&&FQ`uy5?h-XAIvZeb;@*xOs53=4gbMs zZ;eJ1KfsSNu00(Uga>$_$=PS0eOa^4+NVE%eft660q$infLj@4upp)+rYuGivzWya zmeW{CLsv*|Y}Q}Z9@iBL)t0eu=#Jqw_06r8Wd^GX3D;;_$8)v7x80`XS{=_-7zz&e ztY_AaSx$R<9pzAW)`eH(ev>`s}`czV1rB zzPd(;SQM4AlY-{Hd`Qu}+rCoRPvn#dMlU=pjR$j=*Q_}>STm=-1I6-0+{rxf8% zHJ~s`KgMiK#G)T(tcY=*CwO|xJ;8lO`vRqXM68Fnw%9{LTk0XHE%%W65H?NHP9sG- z%7#3l3WOgcP?7O*Tw+G+Lt%;$`OSosROkt*Sm+6@ICCI@eq;)ld6N1(QR5NiSrQ$? zm58WEY(bjSJ|j+^?=Yd!O>iZ-QeTl4>P)_8RRY3ym{=g2Ecwjx8^STyM~OHJi+>Se yag~b_%|;}yQRVBHW0R;g9})%zzhmG91^a}UsKXaQn+lP$Ea^)=j~k4}aPv1rbYUX^ 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 050a1484651eda5823dfe42fb7a2d26adeea0076..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3253 zcmbtWTW=f375;`?aw&2plFN&|Zd^G@>*(gtkrOthWu@{(wi`*dD@CcDr0I%W$t$f$ zhP!m_)@|d)y(1_tzrozr|haV(_CG!8gu4?Ly10BE1S-|*|6olBUHT0wkyy- zW!DOert8)1s|B~RQfPX%;})hZ&#ai9c~l@$HybXkTo{;IHm{fk$E+?DX1#`8T{;?& zoLgA7%3e^?uofMP3X`_wRE`er#4>{w>)O2O2xOiK9CwT}FCNSAclhPe6{)7wO}il= z76ps|s@ror1&_%_snoQ%NVdT;*TS?}Z)a&YBxF%W%f-H6L^}*FHEPW|{a4LZQWIP4 z(A6DmhZ6etjS7TTD*^+%Gd^3l%oWRYuLY=AS1V+vNe@xqA;VHHo7IYA(T=zzkngVS zwfbgtAL~wVEI`iA(sd-`q#-;v$7k=XXO>q;jNdCNYAS|Q)KwG(;-{{bt-5E|s;-I` zRFM9jS$nB!dd&s{Jv%m63OMUfFuqIg&{F`|&G4WfMtru`Y?Q4@TQ+g;CNB@mZqRT5 z_X`}{wRv|?slkP(p@}ORzJ;sg?tq4C_%;_M4d20afwbRaenXrw-OJ3Kha>zuCIAiJ z#rHIPA1|u7q2UL3NyAP2P{WU;#UJCkhM(Z40;x|os)nE8MGZg4FE%~+({sF5b1ah+ ztay#4rQw(Om4=t`Yk~c{CbXG)mxngB0(-Wdc9BTRwsZ3Hd0-oP)^V&Q)0t>2HCL^w zw^dVt13N+GvgNt~Nbi#6O;oEj&y;N-@My5QCmhptyQbaTf)=*5axo1$pkI)iyK7n}gjrck%owHfkW#%{)}U zR_A!n=IJ~D=(MuDIvC}rs?+fifNzpHkHh#pzuV*|#2-#G1Rmh-2;UqzM26mg_`QGp zAfIu9Tj!T`e3fbtl)TL{e@dK(e(`k}i}1WJmb z{1pj9X(4h;iVa1NwxE_G;bPQ?lvG1qFUG>fo?K5Zc1H{tYOZIr6gT2}OrjD-VmKg?uR^Pxt%*ds{GWBjxY(ecar_ zK|>!lGWzHIoDxRHCrDM+poIT~`&!t)M%pBV%bRHi^^#JI-s}-;pS+)o-js7_8Sm)@nb?-_KItk7?Fyo*K`ws?YOenRQ&nFs|SbZs1}3 z76rUQ^s5-fYt;B79>tsd5A1E8y^9jw!x;XKWB3QgMFdZXJSM~=I4v4FF} z;#b8ArbHdnqJi^%|Bxx#eGr2f;_6jKG>j3(`WjBea{*AF6VQ=2R2aIkAy^QK*Jcc4OpB8%=?Fe~bN8)j=_~GiyjGZ0K)lu3D zAug7g$uaiuUdBC6oPxvRB%YwX2#$yed<7GT;yBgw#J9bkpx3swleBh<>yMEA7%3H@ zkC9c87aQa~&V`D86_b?v>(fHTX+i)0kzyX6?%iNP(w_xvV^o|WvZJ{{N^vB&Ik}@+O=z99#G{0O32{kj(*;Tc1R6Huq})YqJuP(6#${XMfYqo=*}+E)I~hvvYhTeV^X%eV^yOeV_cV|J?on zz$ttvqd0=KDDAx%gM^o( zcm=OU`Sf`iUx=auUy|{fjMpWE3u@7^B{Zk6sHL7td|x-9o4PY7p|-PYmgYyS98ol-byLff@(WsVT3s+W6H8lJ z)tFU_x)}SDA!k`9I(fLH8#%2gp>r=>z9bFHYA)w-&2;VrwsWRy|Efc#nkVG&s%n&Y zmkJV&?zP%=n1tu|h2?)jcOYw-j%GU3YXyRP<&Fm33|TChSx2|b)KsZZFm$chztgri z))cBh3D+zXWPDjd!?2ZGyHHv%bbDEpV3&v2)ST3^;}lZoc$w5*C~3CS zULi^y4O5PqU71h|ewZ2!HNTKk+g%*(4>6!bvfZx69j&N3R*@^CQ&y>%)y9|+5*o{W z=Y$YuretXCoMp3-weH@i6r9Av67JbHGE^+8YoakKNTOTDR}_2|UsLdPd_%!Q=#}wJ z1>eHAB|NyhYPSc<_>O|_;Y|hK7ncF_DtKHd`GJBT;+ldXG4mtwZUko)jEZ+}Dflsd z!dC5~3gm)?4~;WEP|ga_yvBc;8*yygd^K)#|=YUQVsgr z(MGRkHMd6D(TF~=N?IF`4KNjSLmJ`gNQ z9IlFfhFdRpEhW3GWmhtmlPMX7gvWvn#G_E9*ZSq)n(>9mvZ|SKQMifdb^D0$vG-Uv zH9a|=c~TVYK9`eF$Z$4B>drEsY)3W4 z(WkM?%p*)Fl4h&IMq^>$GM}v0(S>>Pn$d4 zEslNhJDQQPF522n8MhSN#-@TPOiO6rj+$<+S}U4=qV(cEre?WKtjYKX(<^ORD!#g2Aman($_^(~iw<}6-R02BqU_>VQVn8a z2j{oYad(vBnEN-MWzKQi=e3WcG(X@Z-VY}?P?Ow5?c4@J>j)=rqV5Ldbwu8E*FVB* zBV~aULe$el9glLPc&qtY_(_f=oJPN|`5G~VIM>%5tG|ip#pAI9;9JDG<8!om!apa)37PMjzPq=(f+^x#Y2^h!twBR+{*yO!!DyR z8Qm8TlTkcQKGF>w{wF@Z#V;J-SL?>*BqI-G$nQM)T_C@w7?(-%o5Bf96VVJKG)oU$ zq}0>6ggKYzpog){bH2=TUYr5Rg$%?&(9N}ZG9Dw(4z3l9!}J;$Nl$8o{_~!O=*5tq z>7U{pk7s^-4UU9Nr=NG}?(4Xpw7VI%$ZbM~pL*RM#qDfwaU=39^Y1xk`(@nEzcY?O zby;`_I(-%qBwTd-*kwIU_?BNLB4N2#WXLVFN_Yzmn>aETOKjj1A0}_0EqNOc0yoi~ z-h?#gLfXJlk^G*MJqS6vS|jNt9OgeC?YI(v(Cb5JM+4pb6irXMtEHCa8nIXSSWdgS z0yJ-;V@}`^>^E?1yUyw;3FxkBucn)Q)geYwRO2ioDee;E3&vJ<_$c=&kehGPpI*o!nAFS9MH)=brssbFJ^LO_-qBAk6t~o6ynGM>`cZ~LoHDO<%`D*8cybrQd-m)?@Rv#6!v3AF5oK~A; ziAqnDGi5waw!)dAFs*WNfftMDLoVG>R=7leBqM>_|Kxj9N=2qe+J{e>4>7iS=;N-y z_5!*Ktp1n!%lKR;Wb|@@#`;%p++2ybXz;lJ5x*8Xw7?R&6)w-Qhg;x6%r&q=yE@O` zsZcP(ZCG)So+Or;_UrEu*K``VPa9Q9hX?d~bpak?olz5ys;b9$QsDqGvCqCX28cea K(;Hw7YkvU9F1gnL 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 c3b1d904e3b24cb4ac3fae3547d2937f856787db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1203 zcmb7DYflqV5IvV}yW3?cSP1*)kT9lV9QS1O%a~A+g3gag1>GtI zCpltDK`*!W74&iYK*lsf!dP1^SD!N|FHJvO`><~@Xl2*6`~}Ah0xMw1Rcue+HiK~A zey;~x@AN3Noj_lXoY3Bw9JrNDpyODH&0jAtItZSH3m7eQL3yj8VvbY z7a=?_ortR#&*mrr{KA*AC|x`u|b6oZDcK!nZc{nl$Vk*9;?{ zm||HTP>OY@m0W0}UUZ|q;<=|eM-QYLUgX!UC7aJ8b@GN2d=gZqY6am7F9>DKXt>O` zsb9lG%rcCga|tvI;gNLE2V(>_PBukFJ*dD63G3-eR7{VDqENb>_+B0!c@3QIzPoUNl1&6aM|X{G1E4*X=gf4|NAU!{A?Us-4!$LZZ-?<6F`ur(ckw+L z-;YDW52M(CA4TzF{6wst4&xc2{8<^#$@r;^pGgSnj%G<{${trws_C+$7t5^8tqhVJZ^@KAdd(yVSfKJsdX9f!%>XBH@@A*&l& zt~@!SSwrebkvs9MnOBR4RZAD&{$|h_*J*{AxRG5koP^EGvA{e%(T9XxD5!BMNC~SJ z>zyi9bZ=WiyL_`}m)c^vte(cDCX>fiJLj4_(B47&OSD#%n-1(fmDfs+ZW_F3Y|v5j z69a0gV!-we;iiBkf~hWVPSVMmCoCvz!WbE)^9^;9LV0dD42K~aK|)lV@6*(R2;i{r zx$pu#y&U5cN}ZZ_%4)H9$`QH)Bjr&-rzj~S+hdI3Le238NX2QJYG=H zi7o}7!WIRe!Dkf~rR@p^@C6Ag-K-Y5vfu;>t(DzFMt)q&PiTdzV9_=Dg-AXpz0tZUR#si@~w5oKvJ z?`Tenf>;?8{1F#rOe=U(fLt($s3u;C*9UMBC$uSZ-mXlM0hd~~6-1Mx~PB6QeIL$t&Dr0nuG7G+PZM+j>M>GO{NN}qjo0*&`e=wxb%N?(VO~=sDsZ{h=z= zeVXc$;BQIT;JVJB!F?EPXsT#)g+31!6^4lH7)#7rPi8f-Peed|P~$h$c*SQZJRi6*~pA=2(TW;7CmgzW#| zm+nNRV&Cl}xKW%WjY|p%rDT!?ZdqtnZ-FaWjop=A2zCGsZ)8g#Ft018jN4p zGgX=@TN#l?p?uM_H5u1M$+#t9qiZ}jv~}a8IidNF7ca{C*F_WgnjL(DCK2MZlpTue6ko74Jc)~D<*wO2+?jpLo!PoLhxq>pc96E4s}kn` z=ceQwYLcBd5Rh1$gUPNLgf4SGfSnxU2y%Ry<1?tovsj7eu!}nhj~Bb~D8DELJ?JGC zu@We1(8smn@AP2LJkGsbu?=z*DBh-=8qV92*HC*7p};g3@&^b7r<2K9gl8aMKrDL; z(IcI6sC!SG-a#}OoI!11Iyg-+ajZofB0k_PR0^B{+c@{0MM=!uw@JA~Bw^Z~5TI$s@q8BU0r& z>TV%+WDfN%$ZS#~_RdQ@_AI%|wg0OG_8J=SI_-1;EqG&IImP%Yn@E$T$5=mIZmEG< z`0(IJlS%)iAmPf7Xp4qBILj$`1C0_d7?Lh|Un?ZM&!_bjtn9pordc$fLmN**{948T z)i<#Q80fl!mRYR5bOr0?$?CJDn->vKtdeBuTYLi&aoG*m=(rEcN@ zU`Mbe=(Da!;C496^M=k@Jh-d%Wvpnu9nN(IQi0a%*q9PH8)os4uu?<(lRnqHu|{bc zV48+_lOgvOni(h$@F9`LWd_<+`sf-CGh9{7VHDRffg3P!6BcgcG~S`_-=}~7#A5Pi zT*P0<{QSM(+|1(cl-_iaE*VIUhhE|IX7%anKFC;(bf|TWWIvvJ`qV@6)vIiXl2FKphX`kn66CjI6_W+>MEks^X^&wax#=RvGctAEQym6a4!ZIzC21 z23yLLylRjlBaJ=c&Bv9~oCJ{z8ZbH_&o2OmmUV4RmO(DM!9L1Mh>M!G% uJ4+M=A`dbT_#29zZ|D3uX2c23XCG~$?QYX{E%++w>Z#`x_ov+P2mb{`4j4oL 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 07d68d4f6ebd35eb2dd707c5a0dd1f25e3370629..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2003 zcmb7Fe^VP(6g@8>n}ifFq6O5Nwy8iMU8z=SQ)(dvi6#U|#Oe44^OC$aTQ<9K_oXA> z#E+qlwKH|b58#J#Jo^I;g(7Aq`}W>MjFKwQn(pB%oIMt zN*cHDaW>dDu$qQ}qJcXG?iwfwT-ueM_A6R>QoEi&rs6otE8Eidm2cplz-WLluqKcU z-kL{!C17j}EW4v1In_aE@ z<~ARD>idE6b^ZjD@sllg;B=&SM56aB$I>Klf8oLoPN%fE&x(}Y4r?%3wH&oG=(UvB zlr5W@Y}IW`dtZ81Ajis4-L-syT-9>T$I{n*>j%^C9GU}d*}hpD*xKr|t|Ys(@PASp zZ@Z3GPJAHK$F?WyZ?uljsX)N_4D#`rl1aMZ4!pM7vVyE8{^58tIAMYD9hSPLg2ep{ zu3#gBS-h9Q`s^iTq|ok4&*ume|m{DvLb?G*XYAZh2BREWBskt5&>~0a5p71e zP8ME36qcSNQCNPCk)Nqb;3}V4h5!vlX_BJJ1hvaBlOy(S=nRaHKd+Z4-y&|DMaZzm o6I>@T!@U&Vd@xHyDy;Mz9^l=v6n4?T*DSy%v`aF|ZT>&~8(#Yj0RR91 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 466c21043f617dec2fa2c5b11e4739ba6458ee5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 869 zcmb7CU2oGc6g^JTrGyUJGCnpajPbQqh&=GXLlF`}6d`pWv}qE&xv5)RoTN%zw4Vh} zLm(lZ`B8|IE}{_(2^7WG_xSku`1*eT@%bx&2e=bp1)Vys`nVRrMJK=}uKU;$@W$FG z0r5t_kJ7}d#1fq5X~K}mm}~99RKAy?k;x?7vzbmNJ%N>nI??u#fV;hOK zG>dnYl_O~-kE{{PDfw)>VklE%qaqvjwKAjL&VMS7i(LZie-#u6o*qVOW_6n6K5qE9 zNoX&fXOZeJDz|Z>-FrpJ8d${{fz`NrA%X6{-`dBm2G(#}pt*d5m%}MkNo*Sbk z(mc*4^O!IA%d)`cpQI>Kd0wG(PWDq4Uf@-=-em(+3U+L#S3!P%lcj}{%kFd8k$}hF zN1Y>Zs*FJyPoqK9;m0b1y~XT4qhPFck03rSmYW;{l0broCR&^|j!9_a9J4wrc%F&Ds_)*3? zgEoi9AW5>jv%xSYFk7>Cm;8MUF3?Uv@$*)tjwVLxyrU&Xay{Bcw%TNjR0CvSDH0 zh5^$?2`0ng|1J!*-&x%DMnOMgP@63uXEZpSrm4V@auhjIk#3c?g)$g6D7vQ#iB#Qp zF!y){#XXrpeI-bNO{YUbpmL4MEkY{Tqy;qQG|H=#kw9U?ibxtM6d9;3Y&^Q`>p{hX~5D?{3go+dziJ11haW~Dj#*XZDX!$D+ z6%q$NfR94VIynG#IrK6+emnEt%y{k?fwZJNj2(^_*gJl?}9)?dp?h25i>mR%Fr3|SdHbm6Ca;BiIRToeAKp) z&+(d}G~s?iWVP-opK!g_wlm@@=63~Co5s;0x|i3P1Lf+*n{D@1b|jrF#8BynN#u#QQqRTC z)U>OA9>e^Bh}C`=D-&B5mhjlZ94ZzTU@`3Eu1AJyIw*$fzx!aK$?zZ#Oo!&3=7rMFU|2V|hCJ0q{En*%+Z6kQ|_)OeL5mdQ)#ENG6;LBvBSK(8_A|;j$09DULdg0w4Xd!}OH*pODY+IjaEnlzPJOqE+d7E61!6E} i#oQs*X<2pLrCS5{a6diQNK0!QFwwv~bmSUtqW&A}cNbs) 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 a75ebce058ffd1f54c691a93d5945c047ea2c954..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15500 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 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 bb6a73f241ad4189f5fb2057d812bb0539b0e0ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1517 zcma)6ZBG+H5Pr5T96iqRA{IeZM8s<=oPYwRghUBOOf893jENt-mZdBlcg@|Nfq$im z2BL{Sz#nCtdx4hpBz)P)&dxl~>@&0b=kL$o0G9Dgg^Fnv4=|HO77zQ-uR=#5@Dvr4 zR490)U{=8#L%++Vd%W)0yQ0Z3QrS1Zn1(NfWo)&iaBR~mGh}O`X`9k_Im1dq$ZAD6 z#;)nfmN+uJor4g-Gv2nL%WDMFyDDrU*BH`zVVfbd?(7iYKtL1p*`_8Oedlq8d+LGw43qlhDWtPn zb9}eKUy7imS}fgMFkcLPRqn}Gjwdw?U{Jwh4f9yg&<{<)qJ}4Us$mJs3=@fy6{7{& zD-6?@#hi7XVKAI+%e0%uR(+p0B*RqOwP{(rXbkyYQa=uO3q>!__9p@yECbcNld0clqoU4Up(&Mt$V zkpG{uMw4cwT-YZ4v-E8M1R1n}>^0h@kVA%6>JoW|$g@T}Mpi4HfE7=X`hoPfFmjmI z9MZJvlruvpI<5ziQ9MR4N;~>;aFZ|stT$v+WQR(_nN#$9D3(sqOL)bvLrSPH%@ zDq=PS%tuKvAf*%J7y*w{R)*}YkYs{N2}nN0B)M~vGlp~r!#pu8P^pU@47qcLTrA0L z!i%mGcybpwBf0L7?=B{34Y-%6hES|uP(BvFBYlFt_T75Jv*iSl(zr+2DNNyhXcgqi MsuZ84I&Wa?AI80LIRF3v 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 b657dd42b79437706267ab2526a0310b4365012b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1073 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 C;}81) 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 f574be92de4599773e3f90fb5f0f2b479e51bef7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2139 zcma)6T~ixX7=BK6lMP`hGT5@@7flmZotVyU6Drh@|=FAiY~3(GEUHYoo@ z@4QiOxX>ACnL0Xp<&3|{aeU714kRSwaIt&7-sgFr_v4(u|9$g2fC)UyAdP$nk{D6H zg8CH=jAl5FWoa^Q;ARH5a65xLxT~xu)a;&s?#dlYAY0y&d$Qz6ccWAZeB0fa5=ibz zr_RGJ={Vk3pIJ4_-?P>Q#Hv7Q+IH>Wfj~ar3T@q49a*NYId7eG-DTUgp44~NEdRM& zb3*T4RXWSkx79k{)PqgCCUC86d!?7M7VO$zmulkbBs(L1}m^9Iab0)gguLtJ^ zhR%>ah3pmRdFXjTE%4>;q7`g<>$UC_?x!(jVj43%K53Citbqq6KESMj4^2G8oQaR{ zv56e!!yGMV@ChCXj5lk|y-+PTBSv#!d#OoNf6a(51TO5zZEMbRt1|f94wzfF7DzW> zMkgCH8n9s+$_Ib7)+ z`wFii3dKVt3ZsY63Re!H|IGaa`uQIqD|n@JGIS7qj`&{U2e?~^@VJ1txFS>NSA;X= zIT6m3Z;jZCcsusIKu(QkoxdWvQYc=2jnq$EMh;Un0x6Y)Tx1r9LqHgiI`34soCv-b zxD?ZtII6Q`;TI%M6J81l&B!2D%s06$SUU|KYzywevk>B@fQTzkRMJ0Tc-**^N9yv`M!Tc8e z$}v}3xH9w~p=(Nm7Is(x8P0FACvGw5+br!J7WFQBYJweekI_wH7WeTf$CIWg$2zGB z?_!8b2Qh|Wq7t}9zAhwAq6Sz)u(4oL%JR#*p+~7LRwd$Vt{{u_> B$m{?B 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 eabb352379ebea89b4b3f38b2f9e87e89f297d29..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 771 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 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 681ddc0de5b43462b79603dc5907e4c659b2a486..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 941 zcmb7C%Wl&^6g}fSoEV3sDU=o{gqBBQpkA^_g@jNeA%#al zDtf;o2tE*9ia6x4Cf-(kE@UivN(9DlNuj#UMq5UHk83lOV_$dQ`XeKi_P0kOK77Gr zKG08v;azSxiO4=q6_ndD6wgM3j)-6K&O~w)aJ9!t4f#_r*Gn=mto$`OgR?ab#4u5> zZFn~BGUPX9D9uBLOuey3In5iX8NC0|>Fh?MI1nwFXj?v`mW`ytl>OalnGE%RZG?*} zxN75`iv`>#fxRdmxNvaJg^LnHWj4O&oqcLG!`cjbqLk=!^(gL-1|l@4^)uA|Bn5%c zdXBPsrp8|rV%VM^^mKRTx<8TAoI`$JhM9yZ7d6_?BJFXGKB|!{k}}it{M0W`&q|70 zC{Smr^xq<}n#h3Bxlm0 DlJDj# 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 df6aae68b9ca029f8217e2ed7ebc4483a34ae10a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3141 zcmb_eZBrXn6n<_Tb!A0)vN^$NjM> z-SnpG+UaS27JXx56Wm*$D;Uyr1ukU_E4{84UEA1A7xUX5LNPtPw6rkgsZcq!Cf6-T z2K%QiYnu)|2}krCTrZh9*Rag=vZ*`ed0RTVYdOdJq`XS$>#lSbWzn|Gq6~nH{|U%9 z8aTnAXH2`~W?e_>JETPYNXxik8t#NZU0?rGf#{T#C%I=chAHPtJ8RNe($@-{NoA~@ zUU;fIh8hQxQFqfIF;~MGU6eV?$s6WIh1O_Mnt6edzGHILAG+p;LVu&1Ool*j4MpMH zQ&$U$NuV>-s8?y!W6}Bc1uldtR?u4yvQW17nYe$VKgZXCz{)8toRnmNp<`k?syGCi zvaX)np4DwH*BU+-h(FlPNn4e9QNtG+RyBMnuyERJ9*v#q3#y>@@TdPZc@m{f2TrlT z54$yOTAS|ukZ9~!Ddv>ZC` zH&pvh;vHNT=&!c&oMq-pj>A@*p0e!nyt(2SuAFony{x)?67A>^Xs&LkS?Wed5|`9^ zUuX}{+EU+^da+z>=1Fwnq6Rv$hFlVP$RyUWA<$Dr2yY-sY{C#|_w>T9l_a*Xox}jH z33P;M`Ftl)P!wDa_4p8Hy!AXo1>M|8&#!IC99ixT-B}Hh&AA%O46hS)_3Trq+Wvgy z+zMQ*+MhA0>y&I)=4%u>E0HWO&ScA`tMAsVo~a_KY_WGTc>!SSfdjhli0Z?edT~zf zQk$2|bM|o48?@}}*F;P0m~PvJGH;cj%xhPJwop4oqk5i~%K0#Lg2i$LsXMsE7fKrh zpB+)8RE<&Y>xHJ-9VZ#PV#$`>5AYzuJ=&i-#Jv- zIn15D)@^Ftp;jBBeP5xY)prBN)Y4kneGVwBvnlRasP!DvL42 zj*2egMW<2?##GHhEb!DXnhCDo#|MFt75+!4-$WzYKE=vdoo7rvniW!lfhmKnzH%k> zCXWu`1?;C>%?uI32b-kyVJKL`QDDOayZs-)hAUuGls>8y`8|#l6LCe)9?lC?tJe=} Tgmo}l!&5v6OW*Il0p zUQI=uY$^Zv)&W1_l(rRmfr@3g-x0}J`6kw=hAxpFsW>sQZo$EZg%ZwK*hJMr4RwZP z9qk4@+;_WbF!jdUQUrc0id1Cbx~APgm0?XPch;^;?Ye2Z?r&8%w;8ORFceWU;Bl;{ zV4tS$jShsDFjW4Rh6?&4Wj0vjhzHa+!)mR**Zw>6K7-NQdfaLb8CL$yGgaivkO%3O zXl>a}<0(VF(eF2&+Z8&BA{_~{%X)CyB9DbR(q{?1MV2f&qR(I_UrQg6`Jlh-C**Ry zcgQ_Sp+PWz3QdAW3g1(B5$EZ|@+f1S){;jRcW{?<7W0(YNYj6ZO?HOfLi&tnCNVm{ c1aeqR3Fjyo2rZGkkb0I-Aze!ACc`fL1mBgd-v9sr 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 9d9dd752145db67ea724ff56e2a78250e8e3eb1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12917 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 UhPu`;c659`*Yh;{?lPYCKOE6kt^fc4 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 f80177b54901d9164d28bc6e0043dcff46a12fbf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 842 zcma)4O>fgc5Ph4(apIb`2?bh8X(^>2k&2HT0!S625>fy`t4bU<_9krE*zWEcwf_nZ zs0bv)nIDB1JAqgQq{{NhGxO$o=FR;0`Q;mc2iWq^z;Xk(nsBhvz-C` z>kQ42h$KHeO9ex_cg)}OK=F7O99S*mVV9x)P{z_eW~grO95K|MBoRU9dNLL-vQb~? zL*7?KaT0QM#I?-*Nw8+$O2e?(lSwe(#-{Q#Fwwgpvr?JhwK&OyvCoC&5x1Ov=A>L3 zBHP<8wW7s9iO>f7QmClAb7`(Yj%Qf%l3-o-s1ZEP~kPq*;0e@v4z ztWQJFloCU(_Vh3tiP-)bfMM-#P#6khN|2R*cJg}x46n+%PfnmD-?*J_DROZ)(-tOJ zIy8rl5McC@E@Uh8kb)GsLf#|t^4v`49IVr>d_whO0h%Q{iz-Ru zZmKHvK6zE&Kc8O!9?*->iO>~jC(e?#v^jY#a5oyS4(d(GOxaY%lpC8)1zLd=6=CLf z%&CsXOV;J;eXWCcHt=p(>Z~UDLgeLwONp~XGd8JZkDSSqf60%(0gRJN>kHxxS{en8j!FZF=3R*n1uhZ=r6n_Ao;tuwU zcm^bd5ZVvmM6f zZra#jc<2q^N*zpk{KS*WJL0K6k?*`TJoaWM`h`lhjoS`9+;LDw#lc-{IcT8C zuxhgXh{t2UuZFW=(vczx+exAl2lueWur8H9FWRS~{j6wzF77>`jqJs-NLmq3Q;{;b z7mS0^R0Nt~?N1aowi%kgUGeM5mM#vtc*>)h5#4Dt54-=&@tDDW{;ah>=yVvi|1VD^ zp^SNyHIzDR^#}bnL;Y{sZk=vfiEbTpYo-UrBYX)C*#$yV$OcQdgccUSF*V( du9CHg1-O<)matB?N_jR}xFvcCx3Iap@)P-G%4Glm 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 d51b1317ae73b50221ce73ac6e62fd5f8f1e6b5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2038 zcmbVNU2oG?7=BLD#%b!bCG=zM*qX2cX#zDJFxb+Sj|@gpRwP=AkhpQ&LwZ`*j_hO9 zPP^Fe*gx3aK00+95^!A*T_F)j8XECDI3t5cy<039;_#%tTIrQO*vVW=Js~qyEX_(XSHABXa0g9%ooS+IueAcDOXwq--0v>2{C%ZP)R6 zyeC{^!D$C_NqXGetj*Jpq2J@u+pfFLW6@$b*&wIKrZ3xK%kWn>!r*-4UdKlr@g>FN z*WFd_GYlo-Y6xGF!_<4GnBO*?mOVtPWo$HpGHCWu|T5eR#gdkp%5<8ZHTo4&8YI(>L1g8NhPF$(tEaw6J; z+A!TM(&)Q!ZnyVi{ow-?|F3sl$91QCcm{FjYh8m~N#+vvyX&L*C23k4-Wg^l;2 z4xE#&;d`5E6c~!-qmNL}b4zaES^SnzjFS@nHt&K%j zE(W&Eu;1n|y9l5b=_IM*>4YhEVi@Rr)zo~Duzm48)tOYjz%UXw{T&!m|8jB|4wB)A zXE>qbXfRhWOCR7N`f#U_QVj&dae7N(m@evN_)L|5Yad51?NHyza)NdZS{bdqm0hr3 zL-$YUo(YXV<5POpBL__4B)u`B`HUdc;YYNlXdS2)Qhy@-pi=zPVpcVKH z8h$5~oe*s_IuWBOpD64p@{E|2Wte!PL{8Du2u{;oG2ZDg_UR-q*{Dk~d^gS%(cG3S_C8vi}Jt5U7RT9`Es+ZJ( zS5(v2l+>F9W$A5_B{ls-*hx}Z#>rA9j5OFpob5E3DyY(3MKwHoTj@&5o+O9LqY 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 c9aee0abdc9925ae00e28e937853faab0cab973d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 656 zcmb7B%TB^T6g^W4g;GU%qb^-gh&CD%7Z^9hS3+1QVP9aB(b|$uQT!`SG$tpE1FGDx7Tp`xM6km0i-p9I2l8A_dN`_8r;+r6@m zzS}K^)PZnCaL7=tFGQGq2DR;tI76-@T;84D4!Ga52M%@e9dBqmecKmd9XHirEF=x= zdhR(7{D<)BXCi}f=DOT(JGPXZV0#_mS(mm9CSqpE(Tz0?gd?qxDY)ERC_=U?b#tLz z2K~aD`a^y!LW4%EvmHL3A>HLNIQ3+pp=LnCnt>!z47>mLz))DQP=<}aq<(F=H}<{z za6K)vj~)6sm41@88k(X^p0xs#k}>9hSSEqh2$e@6ibWa?;xIB$ H#1d*>@=KS6 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 544507c8b6393be39082dc0f2067d00ecb946b6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 891 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 U*Rfs4wu$X}ws$gN{$N$$zgtY*H2?qr 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 2aa5bfedfb7dab9d93dd67a030dafe4e9efb7991..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2047 zcmb7_eN!7%6vm&M1ePotilJfh9i(6@2!I!f6 zO2yY$lB3%b$f>ltD-FJp%ipS4#)^szzEiL&`!xmY3hoI^_(8`EtoE^j4bFC>nSl1l zb*)a>F@4|i1&S5hE455NII@2&`Fn?@ZeTlpX~zmW$7RoL+3kGacUeHOT(jX=djjGG zXAQG?=(Sn`S1SkR&t}iJR67c6&ov#Ir+4kPYX;qpC9pEWWMy>ljSxGCyGqpfitXCL zsz6dN)CE#yZ;#L`72CC{-Iook^P@~mAY1X8rc*aNwwyv*V_z@q-*QjRh7?L5{}!jEK$+cu zH}=FlisV*zy>6#zZQ1fdremVslvToNtXh8X(DMTgAK*g`WxT859ofv{Jq7nQY+_48 z4s!|~Xn2T68Xn8-ZB!II(NINALmoweYZq0o4Dr2yevw^%P#e>|Qg%$YU8*$>tY#ok zxX`;_tE|jwt-8rNJo_N1tM&3II2M?tu4nhDqZP?t#5JyJAp@V_ zQ_lF9@L9ya6Y`HfNxZfV9z61u9#I$G4YINOH18~r%l}dS-o&)tSL{%>4(>liI2P 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 ed1fdbe9e0a0d8f1612d668f7554ad2122fe0e2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1165 zcmb7EZEw<06n-ug3Z-L=O&vIuDLP&@D!RoF;A9eriv$u;lEqJj73?gnY0KjNm9oSc zjb@+yQO0vSbSy4WZj+vzdtRRBytF@le)$gI5w^k*kdcr@PQ;>!yaXBR{IwCnoJ7VA z?okL~flEcieFpLAPW5@KUS|lkU0Zdv!4ZSJYnqx}HB`sZ9EN;Dx0Jr>xbO7$inIS# z8M(UQC@(bEKB`(~Umv7@$Cem`W~*7F#OcmX<5jKAu>N|c_~4;xj5ur|lbtP6s9O6P z!+b+GwdQEp)$EsQ*Pt8GOWEo(JjpZ;)I(J{p&bW~gCxhDXE zsSXJz{&#YQU|BbHcbnnrCD^;!4t30Zqf@=%wmvXbcVts0e})@E<(@GKems@BW{!sC z8Axx_RHU{wvU^%x=lzIHjjq7^K~PQ2ai3X^E21bP&i7|g#sfTL$o}{AWh`S;#tqz* zF^8Cp1;iMl=N;$F8B+gB$PnlmmPt&PGTEuZTipY#=TbFW)2;OOv^3@RXRa54OO+z6 zy-eSVzmnkm0Fp!zh$VT+WDyX?60U%zMcQqW{77T4Pw<_>|A91yYxE9!Hi`U~k(l^z z!gqEX7jmBwIEBFdeHZ+bbR$nE4D&gnVNInUE`Z}@;)MncMg|#_rKxCSsv1<(q}f%m zC%vJPFjpK0d*tUG1`zoF?%ryef3V3%&p+63*b>W&F%MbeEv+1{c z<{%KZZ@%S$H#~Noj_8(d`u1sl(`xnHPKP01zpy@8A=*6a2f}qMn*f=H=sH#~@HoRk z4CEl5?r1c2%ydYj(g(s3!6Czu5#JQ6F@|%$e9n+OcH5*WTNe&L9eiwZ@151ODU++a zEz3T)JRzT>WHR_5e1_swV$!+x?|@YjO5^8GT7EB7Hd$u1e?S%mM-0GmAg zHNwXp`eAHgX8H13-CWz+ESjQAPP^9{?!asD*Fv7;(!_<>lR_EhPq`nQaCzLmj#WI< zk;RgZW#n``KuO1zG|#ckU`+iG#vfN<8kEF@o3bsZYo0YPcq?EiPwN^ln;~JyLrsNy z!47@&8vPw8$VvGW<>VWHVI|Dwk)qlv*2vzWOpknme7158R;gY>snjl!_)4h+*2(6O zjO+@H&SQ~UHz-pWwc#%A(Gv{_=~x&^LIs-?>qIPT%hahv67JKSEo@Uo3MhsMK>Lp5 z6;fA7f1xZ3xzk~7ootr)MtGCFoSCY8gCe2I1avc$HX=<$(ioBN5K59wHYaX37h;-6 zODj@^Za}1A{7g?3%N}hXE09_7sxNZ+V~6f CXkx$s 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 c2d9fa6fb78c8b52f012253141e2e747c76f614c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13012 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 awb<@k%1yjXjb5SNEag>vmOW+z&;1t#5oUe> 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 4daffed96cf8561e05716700892f3507661fa27a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 863 zcma)4!EVz)5Pg$4b})gGlmG=<(n8y`2YlebAqWW&m5>4m1y!QAjk8I&Z0yLpM(tn0 zsR$&*nU6w@9Yd@FQV+Yc^Y-od&GY>D`Q;mchv@onu~x?&4;>#>toc~ShKIWZ$DYh2 zq18VUA4H% z&>&8eQ0}R$t@c@w_cJRSxQr!2-4q=VHqX_ehph(M*d|#cT_(zI4|brgm$S=6W4Kr?^k%a%({tN%(fgc5Pj<;c0L?h+!jb^p`|TNoC+U7D(Zns2&5<=Qp(wOmS$UH2YZbuzX~KO z5C?t$KMFBx8*%>n^mmVv4&e!G-@z#TbXqO8wTz$ zH2f%(Jd}rL6V71uPuzE|6S(2AGnBCikM|hLUNky0u*J}PM5pJe7l>rcV+QkS81nca zaFc{54BfmseG&3O z`o`n&q3Z=%Gm-BGM{X?Cy$F`&Sdi51zKERHZXze*y_1Yiom7e-afY0d1Mz{6lwOj# z+$oxx9ZBzZc&=XS!zhh?{#YngOS2sJ)WA(FVw=Gzc46SIi5+xI)KE9kzyibO9C{fR z|E%wscfx&Xpv$n6MgK3Aq0~_mZC}duQcZ|VRWYxWngo~3<7>D8`PR?hC7qhjx# zL;pkx8kWemp_6T*j4K(OMNroXY?Z*4>190!!wRm^jbJl!mYo#6Mzl4m$jKe@>aAjb xM&%+wO=o->dF8B 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 d694ff691ca7521aad03733e14f6ee10f86fbf50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 295 zcma)1F>b;@5S+!1Z5$jSksm;jG@MeUNQs0%Kq&lz3mn!N>l}Fx1Ye`z0X!<=Fi0q= z((LT6W;8RWpTiNrJDx%`L$nAnD`s7qiP{sMUtXuV+)7bMlZn(;+GHP&la`xmp@zCp zgid-D%%qW-s`?i`A^KEoMz&}`T5PN?So{|DMv`xz+B^Akx5mb( zYEVda2?_0cuK8E47M9Tchf6>pG+bqXe1ZqxZ5|%nY#=~bV}wVCv17U-h=b-C107E= 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 85be61359c8e11c26e34021f700b649af6f3aba1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1840 zcmb7FT~8B16g}H+DTU>$ttfsgi0ziLP$5QJNeIMfQsAKt?@Jl#K-q0}rv_jBMVi={ z@Zb;dM;Y(zZp*eTN?&&7+`0GMGxyHS{{D0M3&3k^P9TYu6vj}LpH=xWOcqh(r6Yj^DLM{Q5U&xT^E+?9EkhD6Q?pHYs_`2jtaDomc^W%mg%~(KE*1xjT6%q zZGK_6$7hBtx@!dPd!}VJnX?o?D&G8Hk}vIEqS7ct6>7I^)7KnLA~qV?l8~P)(EogT zMf+!;WI?mJyiXnO5FN%`-aC}@z2)KKs7EeD%A)2BI0q+j`I_;D=+c1Wt#(G&rBZ); zePdhKO$sJzcE@S3_gtQ%%wY3Z<<(U%zRz6o!FELwuQX(_pf>p`q_B_Y2$R@8&LBba zEbdV3JTY9-n4s~#{u7E`=pv@CbP?B!U8wqk+C}0!t;TUz`j7^oNE%j2fq`kPAw$X* zP{KW0+3=YNKO`jmeWh|HHO4%fR2TPVQkRNHG{1^`OvsO%B%OZbbU$*gADN*@zXDIl zZyZm9{cIDGaS8ngV&7=uOCR%$o1RR~cL-$4^j8*{-lu&=UK*Z9(8h;p-;6-JNVGFp wil9}8Y2S@N`+{iGk!lmewA&-lF88ba5;-bO40-6@Sil3XRP_5nf%?1f7b?_{rvLx| 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 913381a30d51048101cc76ae0fe10f33380011e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 834 zcmb7C%We}f6g|$fou)Lj1zMmKC_;q=2C-n#suHS%C>mPSiL#BHiAkMI?2+xM(obT^ z3W)_Dz(*nOI1!=<@mSdB-s|K0{`&3n7XUACKSC9En%HjQF2j;YQ|VmCjHPB+k4NHM z@WQK%pX6Q{EwVj^#Y7FY@P(BOyT76A&up2{L!Nl6^l$YSSzv8 z^0=7vrR@l+j$t)6smQv*s#2dDYyM18d+7LKL!uZ{Cf+-u<~RvDiC zcPNH-Sc@>= z>Y+`JP*zB|MiM71E%nErz&?^t!8+ZIVElkA 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 9a2e202224c7414c97481f6bb9db9c7cadedb6ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10811 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 bec7A)x<}#L_>P|czJC5vL;s4u;qU(j6rkgC 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 9290bee1dd2dce88bb2cf13f06ea403e7be1803f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 470 zcmah`O-n*S6g}fduk1@pf`}+uNNt*Bi&lXOf>x-tX?4}BjE?ifnJ4+zTJ!_@QPFkN z6B1esbMD-8?%|&K`u_L?aEEe)QiP)j#|rrc*@P9!*Eh{EEl68(Bi#ve<3{%ir3dHY zK*7YW%0o(QP=G?A6DRXN*NqkFNoU41Ve-os2O3bI+tnn6({|#5newagre`@FhwAVkh2}e<;tfHT|U!qxQ>Vx6!I8oNtzNX+Gj0%&X1)n&qk3c9%02Qoi1( zHLK!pVm%}uX69Y{!9*v)Sg-#qt58gXd+Lq3FBx5=Pixzy2~?D%n30o}A5l4l9P(0a hNtN}8q_r(DgB=v)J`=Pn?Hpqd`#4y^Hz>v-ia!r6h1dW9 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 ddd853f64a81d84416686cc9cca3fb34aecda1f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1951 zcmb_dSyK~15dH=dmMjZ~OATI#sNo1}6-Km8r_~?o9XB-CuX_{QULpJAi4dYZ%d?V^jx2LM>xzF?BpcQpaxf`N!=#2OhNv$*o9Fh0=i9Ecx3R*&HW}KNUB{Q)k^4MX5aHjYA4AKm?bvdjp*cRZ z&k$O6vx4D9+IGZN;WQ(>U7pF&PFLEs2$mB#y_Ysa^2qiX^qs(`{XuvP#)jhvZ#l<( zU(i`1ZM)_H_hsHbGyUv|S&(+lH+SFXMRq%LEG#)#u}(2WF5)LFhEMT^#;LUBo(A~B zJ3Gyp$J{#cUB|RsPnetZv@R$bE?uvlW|m8yv7M}03FD3D7VWI?Qi_pqQ8C6a&^Q(% z@lZGn!`Barp*3If#xP#T?y3-}ysoOwF)wm6$DKp-f>okYUp=!#UQ!$Q8m1Y%_+_m+ z9{(SGksbTc;j-Wnh41QkE9XbGH+@N^kl9K#W*ZYfud>~73!Wv`Y}KvNs{R^N)DX{G z!k4dIUo!MJYDoi8yfAPFFAdCK&cHktG%Ole!Yd8S23D|YAcj7Mkw#cm?aeSzyIZd& zfT266E_vG6F4vTyr@EfOzy%H46Cb)n-E4{eP0Y6mg^LSCwJXaa38BPEcNyEqW#Cf zYBH9rom{zCl@|T`!C>gkiUVHA$?{q7y=7Ral}T;<8ndUqLxc61t5gX|x(jr=H;8Gp z!64aAZ%ybxGd)MqNoyDFOwt}BsSS6rFKGH4D0S1S(*ZDr7P@+R=t)748hUY?BvVaK z8VbTE$S}#+$T^znAEJNwD_UkkiCAd#99jibc?VMDeU@P60^o@Y;}S5z(74?VoW*bt z_k%EEcz}Mg?L;dcVgMmLBAgIu4Mvy9;&CaIN!kn1N!#$q53te1Ia({uTLREzRW@xU lr)4lQenRF=c#3!+hcFyShFc`N=p;fYH_2s+uHD(i*dJ87E8hSB 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 0227eb03d399254ef2edcc8286f9d3f2e0c59e5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2316 zcmcgt?QR=I6g{)+?`%^rA&^2LDQR#vA4@}^v@xNj5)#O?Qf(sfb7D`@P3_%icU={J z@B%zQU!zDwty-xM(1)rxGrJ92#}P3BceAZLpR-R8Yss1qno!mY4Jmgif3pl%NbyDI9)-99DtR@jyO9m#s| zoCyobJ)fnxG@g!5Y45lsvu_&UU1ntPmg3W8(IL(>mQN;B;0nc)Hp%9sn6xz-gq^Vq zDoNN*B0tz4<(*2|Csw#8@aJ2~;npd{-z>G=>5$mwWa(@Yr03>Qvvd7qeYP9CK3mfM zkJ~eaRcnXCsH=YP^*p?j3wd3?Kmv1jhe6^G)Q%tfoROPB5GFG5!+;}l?G#o$naEu~ z=y~#3+cU4g>xYjSDGp=P0Bhsp&kb8oLpOqfs*ugBmb>QHfgF4=KFpcwN zY&-Z4Hw5O#c4N-4hJV1IN1s}OmH&d~IF)fzU~w#9~L4txdDB1Z{b~@nK154JTVJgKji5Tehd80xKAM5 zl_Oa0>Je;r?FfaxD7P`kbrwal7Kp17H%;k#xWFIarg(gWk9ndc<6oGa_Gp=%=3?U_ z_YOH}t!Z+yGj^X)=HOGVnv=(`)+xGw!+Ok(Wk{5a@S<^=8YyN@1&z&T0p-DkQSibT zaGIY58n5FL*HH%csFBNKj0k*&#SFZ`uclwo^q- z>N))e{e$AEk9ykrcRy55XYOuDkgC~}y)$!X=Fa0ccmMhKkG}xCg`XM_#hi-k_&}gf zAg>~g8~mDA@gY7E_?Xw5toDh3!RrD`3QR4k^fH-U5-74{nO_#aZZ+aIN&+h?+F=Vg z%&!W3D&Puu0=__5U`^mNfje}`sATOw~Dsmmt9lAvF*D90b4TcVs@ltc-}x}uz!$j#L>B- z+%@*MfBx0+#ny~c+4K|~Or>9=8Xa*KDTd~pWt&&aD+{JOYb=yVBBYP0B?YHbH4*8) zYuUyA^s56%=A432nloIBorNBwwy{EvlRLdp4F@dS@&^^P|IcCL={YK{zid%PkrXqc zX!_g?1=(7CS+3W`R$nL?cd6ekHE{%nbo%zV>4Y%$wilJTDGGM!zEQY6X{?57XLdxx zdao%~hviMX){5m@Yvy&=SY4$aFwhjV?QqwhzM-IFhghCMJA0@uFY(oqN(VVGltUCo zT+>%@;>DepA}~HsD209MsVT^)U0xY@6(G1&s_vBCf;na}xKx>74^M@Lb9^WCY4{vp zDCm6o;AuFIFEzY}3j$whxQF`+nyQ19vpiqJ*T`w;#!2c;b&DFL;S^44_y+eiWSN>^ z#c$b1LMqC63(&10!x}yOI*nd|?=*am9|$s4mzNE1nMRqz8Ln(d7sHNIG7Ve9k8IIe z^*yp|xJJP@-AdGf`npf`Xs)X1%Z^J;367E~PFW6e zP$KDR&aoCXT*cJ35V(DGrxi+$O`)_^&>$_Q7H*jZzOedsV6MLg0b931H4pYmb~TyF zA*0!~ydl>$*5xb{W)sAF9$$wP?wIRPEHTRqf@-W8jcpyJ(kqA;9NRZ6n+vkvZA*7_r~vcI|OhbAch5N|3@Z1u}w*p_|{sKqfMeARa(V z#))Y78DbOaMzV2>(Kd+OCFM;U6ms(ew2~yjCM{c9$&F34awbuk$#FUg*o_2zlH1UM z{n&#;*ozcZwHx~=j4oWl0aQbsz$nJZ<`Vsb+*xv&xN-W&5lcigwLKDc;|f$B-Y}K1 zFcs=STjnWt*Wp*PiPY5eNX<#=j+0ozCk17iB;Pb1q3^##-}BGVo_~yviA-|OQ|zt7 z^-Qv}LhP#$T@_+~g*Z?l4pxXaD#W3X;Iak5_MnmI6O?WWEdw9%&~gOXp%V|lT52*P6){~#s4G^kxeA^e3XEr=j%72>G>F;LC+JEn)HWIo*?xQ pZ4A_4E)LKPahG?|(}^ZZxS3`vL11mf5|UK$pc6V~Nv{sq{sZF$M`r*4 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 f152d525e37b8907f00fceb75d45882e125a3466..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3347 zcma)8ZBUz86@G5=CT|j6AVAX+J__9e4FL+e%C=BGLI4*x4a%pK?!rrWfwXBtlQ;dc zu3z}I>gv|jmDN>Sboy6W1x9B2&p*!Wj6ZiqNByP$oY7xy?G~T=hR+4ZWyrlJ_nv#s zxzBmdx%vIm-#!BH9Ddgb|K_}ju{Us5R=2K2L|R;%zNO*f*j&f`-&S^ zk?>HurXuME~q?pLgL4Qv9L|UsCa9fs)?Asp#OyR9`ea*xNT1em*obEKnS| zqTkS)vt~Te+!Hs44YOUq9S#lmP4y1+_X~&tf&6ePnKAXGIi@GF1_MGhl`{IA5nj;K z8G(XOBr-TYHPkoUH#FAQD^MGWr<&*VjJX)U)ts5VYB|U>kD7DmM$?JDWGppnr0GfR z?duPXMn>pEPb5+|hm4GozG2J?1Ok`pKco>QOlty#k$BRGX0Oc{=@ES=f_?a(E>4!Y_SDG5#}c@ zpqLABdFdSh^q6T#6t=P4e^$VLO}{1JG^{HN)E(vEuunRo!R{lJbGk{w8=_c!pEibj;|F%XF6RYvhjvV=_=<+F;%gedj&Epq1>aQhEe&CO zTfqClN{}aB)$koTw4g!7cQw3*K@Gk5gun?)eP6P-QP|lze02>$G-$Yo?`e1)-`DU1 zY55II?)ctkOv4YcECYB`!;kP|6>n+y34W^KXSlE70VXx9;O82~@fm^BAEMYu&$i~S z(~~cDpQ@=l6Q~b1G`4q02NwizAb`P{D@KfYF10Rr1k(hH_MpmX%W_B?*R%1o5ltnd z*+fF%+<@Z^5SDK>HQ# z=K^d)0p$w%tVAA8A|F*afoe*p7*`b`IL)YP(8F(^L>)dwc?UMcxVB7Kl;`(I(#_46^?;5rI}(myp{nXih@eqB(`=sHhM` z@iEHZN4^TTcuX&XZAgMIlhDC4HqP!~!z%LEP$2QQ?Zdy(3iWtSX*UEn`mGRbvZLip z*&fl9#w0}Totr3}kT|Zx+oo)yXkwi`#9?oB`kWTLqN>5?l<=ynDDkOlIQAwAgTIDm z$;&AAD?at!8hqnRPV(X(euvyR?o*3T+{bgAN>|Y0b1KuhWYyA|GA-@7e6C{ueH`Od zwt{?~bMYLF@PFGkeDs-fKhY{(FK?~*nd9ef78-Ud!BgR{4K_FiiqqtDw_{Qqi89+K-V>G~O^ z^WoD!SJIT9>^uDsO2b|~yh=KOX|}Pd3Q2`hRznS|sga2cGh-2EYKWyU!KBWUQfX4> zE;IHD>GB%0^*VF*2D7z_0j!f`zrzc7ho|1fMf?>}{1czXdl({LMuZ!qq7-AI8sj2> z3DLrLx0TOLJ1&b3yd=6YZSi7>B)rQ=o+k}mw9sV{HxGZn9KAHbLoc`JtB1SqV38gp z>;a9Uh(4Q0{c=%j5u8OUqC4!Olw+4%i<0Cv*hGZobDj(<6kUvShy_#1h=wu3J|z1= zH}bbo4mC%5mGP@6R8d6sKfxJM@E?RKpQ4flq4Hi&&?4&IL;klbc{NuQG{A0+{0U7n$zsm}0VJM+p*^ z0{)(teMI1yU8!|f%3}wbu$r?3tqjihQIP8k-X}!)F?J><>=HXwu1j;<|O5c^kr#1D0%)tx;ILqrf`gWh3+PH8{@I%iOc!#s319^~Uf3 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 f21ca696fbf6d66f72dd887e2a89503769b86795..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1816 zcmaJ??^6?36g@95Vac*eq?if_L=!RDC=r#?3Z<{zIeesI1PfyJ zu}Y6m#O#g=4T}nvR47;wi%-*-!1542!{-XV5R1D*SizSHR#nVnO~E|{>k2j)l#c1N zE$4uNJ!Ig{QNS=-ePlc}D&4@cE1R9bavj57WJoux1IGxup2;wF3S_C-TwEsHKyYaJ zg&PXKV$e1m$MjZg!}m>}VXA7mm3_kxI@VFeZ$Fkf{K|dGS>Jkn77Ui%<>?zitX8c(FvP zBptaJEtbMt+lF&c+1z_%wgM{oOd~K_k84IJ%9ARVNC=9uU85~2s8mK(osUJY9<@xV zECI{0{fITD?nYpGM&Noqb=8L3^;+hdB`&H;W4NdGQ*wyeY9x!|$5mL4o(?fhmj_7BI!W={9BsLW1KM8y4FkI|M zL@HR3jttpeAEm*24AhA6_fwGjEq}{1eG-FudSKEs{nW4v`a ziecNrf_=(oYOuG124AH$V?rtQHfN&fveDD+?qDWlV|e`J^` z{@;10T3qqSP@ek(Ln$886npY|r$iw~KTRW`=7S?4+(y4*3E?%`yCCOdnT+rw&6D(< z!Ze-aXm*cq2^xp>@-dkH8VNml4E}<)61YT9RUGpS(tHG$X`Kz>$fH0j3Y4_;*5L|f zBGNlFGCI@rS4iqFk$Q!JpJ^RuynrMhlZ;x3jTjlOqDaUb;rD42Joy;UPZ;_g%7fP! z{8LsM(x-nR7?%ZSk)r7o(NE(n&mqe%V}j>nsq#^(l8j;5NFtrG(K|{Rb9C@lN(t;z z0{#peBF|fl=`^yJP~TvP;V)>%NIl2Zu!w%4**zlAM6hi!fnJN)*$Mr_kvuVYqn?Z$4U zB2~yI?r6yv5P^xYs3YF5bXov*6i8D>7m@%@)RX+qXe8+Sn+>ctgLW55dqH-dWU0|S2WxDeBiHzf{Fe-Plhy(Ok#}*6bl2!aavMt| z8SdaN9XB-3h{WtU-(kHYf`!jyX_zt;_O}?ykNrr*B74GM zG@3gM#kLGWhWW0D!+!o|93~?^j>xmnl|GMlcp?;@Ip>BM_m8O34BJDQCw{moREGUZ zmAik)k2w)`Vn33ph!1*UHj#maTU5Otrr9%@W){{QxL9{!P$VUvN*7kO5k8b<_FiR$Zh`ma@p>V2<>8LLXp|MJw|i?Bu8Y6@@SAGrpl%9DG9Yg@z`< z(kZkEni_tl^a?J~LX}X%8jYfaIyUftw1IgdHZ}c6RLL&TxuB1^Yf(h+uRswCI^ZIa UfzTq!%i6PuRnoS;HyPFPAAIhnL;wH) 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 694106df68cdc2206fe76a3f5cd1c16ca89d5c4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 421 zcmZ`#!AiqG5PehAriraq>&dGk?ZrI`rg#yHg6JXf1J<~ftzi?gn^J$xgCF2WiIWHx zjGpGb$D4UG^YQui4&V$2K6ZTU5xTM{vRA^%<$PF3M_ zZmf@eLJ;ePk*+Egp+8CDXqqGuVK$4;+wI98+C|&ODREwvshaDI$A%A1XZEz-k2CI+ zb=SFdKE{M2or`B_U7^>)KD~&lc8bP-Jg-bz@5wzIIJhxJm6w^cR$0R6_tAv$M*2CG xaQJ^vk3i_~TLJP2Tkx25nR%@D;4|u=&+Hoo2peS^gQgBK;u^A-FvM;z_yVCqY)AkA 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 9f2b076fb2dc92adc03b0eb207b396de91031750..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2702 zcmb7G&sQ5&6#iZ^VaPBA422f@1FEPA)Q+~5wu0CYL9h{&09sM&BpJxiVJ6N@IPgEY zP>(Ivp5t-tvYV>sxNzgfjT<*E)ca;8aWa{3j+-~{y?gI>@BQw*FZto`Z@&X@1Ez!# ztfVoFxBGAgcSIB=EaM%1vnpaOjd$^$1QF|8T;j_HUpD!&CE|Sv{rG?%?(*eBzHD>M zk0e6)Si~nH?uq!6q1V=&x@9^V!};Q#dY~$%<|;MUtt-p4tOwFrhIC2aHC4A^lj^k- zROft|ZYe8fz2TNzTT}OE=LsQIK5{jOA+f!{&@-o-x;xJ>o;?9F(TQIGxS;`8o?eokBLp36&g|s^j=vC9}B|2GQ0&YiN$kaG?nl zsjep`#KF3)9q3lWX%?JPZJKaWlr=9m)gawFv4S9{2)^H2-SXv4A=Wgts@YVH_!yUc zF=+}sYlbsT_mK|c3^+zfa~vuH!_}r*Tljt?hhCGDwo)n;0}HQ1lMP!ZGMc75na%YT z9_0arNVp;@blCC_43lBa*3c9TT{GRuK#Qz2ybZzoj74t8an#|2`< zlZTp6L`{Z{J&tr=hJu%6yn?GTuHm|j8Qh@fq>0JfG;iDLQRqG3c7}}Cxb_@gmobmL zj0Ifg0o`JF>3nFz^`S-Knq9^A&oJk^X{22`_*i zQbh6>bQ5ICjA!<7I=p)Yru;t)~eUqi;JmNAV%V0=9=mdH5q2ol5R5%<4^5Tq6Y z%}_i-A44>T-(wMI04dE0@)n6f?nL+_2EniMs}u!IaeOSNI+6a2L1KKA1B4l>JttFs zjDD{s#~6s_^H&H%ZZSenM0`Gjol*P~LTGa8=QB&*>79ws=a~*9L5M+O{E>=B$aEs4 zV-e_u3lMmnIU~KiLmpx%!iLZvvhVfT7|iq6I_BMG>PtWan&N=<{``b?dFR&hmfSiOp3L@r3tVodYgkP&MOiN^3 z(>YUga7`+KHx^n$=fS&oQiiIX@|=WW(-hW=C@jo_3U5u(Sb{ zNdBFd8d@=%SB<`uL!Z~h;ReI(q_~lsYn&l5Fli}T< zAxNt2J3W2d;9Zb{Ar(1)%HPyo@2%~6B1$rnd`ISGJi~K_%p?<*aT{wg?&6+|X(VLK zA;B!i z)f7htkR)(GBF%Y{ML--2xB;3AX%9*ABMrg6AasuKC(;;h(H-SBM)M)IsgeI0LP3O- z6bfGvIfuagL)ZM%^hLh#!W}FIc4`%Q@rosc=>f#T%HkQKp9AxFxvOvy_c?St2z-_h zBe+W=AUi~apW=52dr2{ThS(|Mfg%ZkG8OqjrtpyVYfl(rN<9VR)h@_M1P3gHG!Ya= Z6&@i&_7EOpIgnY*l9VVyKo&FA)E{#b`Q`us 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 b72a9b5a3c1c79ef611b48cc8fe3ebc993ed76ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1738 zcmbVNZC4XV6n-Yz%`VAS=vuUZB39JA5Y|?$*idSvTGC=bLHl{xOkri2#NF8*_!0gW zdrmo(e&`SA4{Eh_z}P@JS<`ao(;E%SzNR6 zzKsutFpTSJxuKSu%JQL&TP4ilwvCUJY?Sae<}G||VZp*D422*HxsVJOm&1#K{}rNLlJp2(KJ!x`M=r~Ws-7x`k-Ta$4pHpzZU*_$Gfz6f}; zP0{B=5y}OIrSiXqKN;}km&y|cW3kgF0K?0n;H`9LgU9RsMx-Hi0zZ1<$D!KyKN@l? zObFRJAv>;x!D$M?ED7HoV8`4yONpmg+PTE~vWOzksRO6nx{cNz->u(;Mq;Y$b0c))P(g#9pLJ#0H@ zVa34|E;3Xy8JpEJhLK~su53Kz0WtnU=J7$2oYsfb<*XdFfMN1DR8vSE$7xsc_JG5L zc2KN%{HVFMC#1hSU>(m)t5GxL%ZlPou*HMzR!6qdC}NoFcUKQv4}GK8x54r26K>Fn zdJ=THd&IW8X&ALRap}%~XNsocbU#AF!YVx$M-~2)_lJHo`&-=CDVu}v`)|b?;b+a# zVN7DBxuFVSIA6}5ufwq!dm}(xqqlJcjNZXK(US;D@2RUeswL5sWR8Ak@h*9dk@lSS z2FXhGd$5|Ddx`v4Gp?aT-8Ge{*7i}T&g{dg*7sq5t3!;_`W|e+_!)-r3rfZ-xW;RY z8NXuE_zjng-%&RHzy$eKdkJt37idSRG%%($1x*2}s2L*AOtGJ&g0@F8PqJ2fi6OUG z{SMXvN>rFbs;$)nyv6WJp|&%i%Ibu*vHRuA)rfRMaZ%Yg(H@UCUWal61*7On*n`DeoM^MvbPPO{~eLxJgSY1Ku@pxn1C?ripS*X1t5O3k!=UjuVbb9cJh&@+3k z_C&PB5sc`P>!xLT8w}4%(cG-frciD$#5e67vY4rv7T+57o7~yfn?1^8Yqp{H8oFbO zI84U9wn-J_4(;4i(`$#7-kc^p8ANsF4olIggmNz;)-6t9nuEWaD@vE_7Q^d^60`D8 zvvK4`yoqQgLcRaxr&=mUym$<^qGE!lQzF=m&qA)-L&xBEO>s?S|Jhvc=r47Kxh?K` z_iWcop`u_3s|r$>Q!tMVLv;%M!1$`WTBvVYTX&k3Hvf-})y41%gn^6zI)XF|2b#))Hca)0ZIJH>< zK>C8X^c8988y2PSI6?V~0SqT`iXtKi<-|w`NjObeg$x99^2kb_EG^?qXyB1=2#`M_ z{#>mbAn}$Efp$`$r60atj@HvEUxfxV5-My=Ma;=G6BK-w=2AEps%R7mCkgdEBq1RA z#RURCeSyGgA}lB%IZvQ@T%a~fm~oQWza+mVki=-0gw!Qm_WJ@Bsn1eIK>-VQ@>F{P HIpqHUQ9-<; 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 bccb314943313fc180d52f810a51fc30323e2e1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53949 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

h{?Wt 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 F{{UfHmd*eG diff --git a/build/docs/javadoc/allclasses-index.html b/build/docs/javadoc/allclasses-index.html index 5566dde..8e10a93 100644 --- a/build/docs/javadoc/allclasses-index.html +++ b/build/docs/javadoc/allclasses-index.html @@ -1,2273 +1,3700 @@ - - -All Classes (fastpix 0.1.0 API) + +All Classes and Interfaces (openapi 1.0.0 API) + + + - - + - - - - - + + - -

-
+
+ +
-

All Classes

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

All Classes

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

All Packages

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

Constant Field Values

-
+
+

Contents

-
+
+

org.openapis.*

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

Deprecated API

+

Contents

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

How This API Document Is Organized

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

JavaDoc Help

+ +
+
+

Navigation

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

    Overview

    +
    +
    +

    Kinds of Pages

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

    Overview

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

    -
  • -
  • -
    -

    Package

    -

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

    -
      +
      +

      Package

      +

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

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

      Class or Interface

      -

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

      -
        +
        +

        Class or Interface

        +

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

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

          Class or Interface

        • Class or Interface Description

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

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

          -
        - -
      • -
        -

        Annotation Type

        -

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

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

        Enum

        -

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

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

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

          +

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

        -
      • -
      • -
        -

        Tree (Class Hierarchy)

        +
        +

        Other Files

        +

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

        +
        +
        +

        Tree (Class Hierarchy)

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

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

        Deprecated API

        -

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

        +
        +

        Deprecated API

        +

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

        -
      • -
      • -
        -

        Index

        -

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

        +
        +

        Constant Field Values

        +

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

        -
      • -
      • -
        -

        All Classes

        -

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

        +
        +

        Serialized Form

        +

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

        -
      • -
      • -
        -

        Serialized Form

        -

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

        +
        +

        All Packages

        +

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

        -
      • -
      • -
        -

        Constant Field Values

        -

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

        +
        +

        All Classes and Interfaces

        +

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

        -
      • -
      • -
        -

        Search

        -

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

        +
        +

        Index

        +

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

        -
      • -
      +

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

A

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

Index

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

A

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

B

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

B

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

C

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

D

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

E

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

F

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

G

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

H

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

C

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

I

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

J

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

K

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

L

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

M

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

N

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

O

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

P

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

Q

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

R

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

S

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

D

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

T

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

E

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

F

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

G

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

H

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

I

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

J

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

K

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

L

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

M

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

N

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

O

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

P

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

Q

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

R

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

S

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

T

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

U

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

V

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

W

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

U

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

V

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

W

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

X

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

X

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

Y

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

Y

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

Z

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

Z

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

_

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

_

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

fastpix 0.1.0 API

+

openapi 1.0.0 API

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

Class FastPixSDK.Builder

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

      Method Detail

      - - - -
        -
      • -

        client

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

        security

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

        securitySource

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

        serverURL

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

        serverURL

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

        serverIndex

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

        retryConfig

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

        build

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

Class FastPixSDK

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

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

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

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

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

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

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

      Field Detail

      - - - -
        -
      • -

        SERVERS

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

Class InputVideo

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

      Method Detail

      - - - -
        -
      • -

        createMedia

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

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

        #### Public URL requirement: - -

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

        #### Supported storage types: - -

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

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

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

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

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

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

        createMediaDirect

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

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

        #### Public URL requirement: - -

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

        #### Supported storage types: - -

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

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

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

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

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

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

        createMedia

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

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

        #### Public URL requirement: - -

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

        #### Supported storage types: - -

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

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

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

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

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

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

        directUploadVideoMedia

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

        directUploadVideoMediaDirect

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

        directUploadVideoMedia

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

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

        #### How it works - -

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

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

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

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

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

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

        #### Use case scenario - -

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

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

Class ManageLiveStream

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

      Method Detail

      - - - -
        -
      • -

        getAllStreams

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

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

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

        getAllStreamsDirect

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

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

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

        getAllStreams

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

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

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

        getLiveStreamById

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

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

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

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

        getLiveStreamById

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

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

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

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

        deleteLiveStream

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

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

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

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

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

        deleteLiveStream

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

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

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

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

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

        updateLiveStream

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

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

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

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

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

        updateLiveStream

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

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

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

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

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

        updateLiveStream

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

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

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

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

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

Class ManageVideos

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

      Method Detail

      - - - -
        -
      • -

        listMedia

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

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

        #### How it works - -

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

        #### Use case scenario - -

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

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

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

        listMediaDirect

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

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

        #### How it works - -

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

        #### Use case scenario - -

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

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

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

        listMedia

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

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

        #### How it works - -

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

        #### Use case scenario - -

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

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

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

        getMedia

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

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

        #### How it works - -

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

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

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

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

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

        #### Use case scenario - -

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

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

        getMedia

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

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

        #### How it works - -

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

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

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

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

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

        #### Use case scenario - -

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

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

        updatedMedia

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

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

        #### How it works - -

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

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

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

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

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

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

        updatedMedia

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

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

        #### How it works - -

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

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

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

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

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

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

        updatedMedia

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

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

        #### How it works - -

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

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

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

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

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

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

        deleteMedia

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

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

        #### How it works - -

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

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

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

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

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

        deleteMedia

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

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

        #### How it works - -

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

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

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

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

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

        retrieveMediaInputInfo

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

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

        #### How it works - -

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

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

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

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

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

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

        retrieveMediaInputInfo

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

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

        #### How it works - -

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

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

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

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

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

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

Class Playback

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

      Method Detail

      - - - -
        -
      • -

        createPlaybackIdOfStream

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

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

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

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

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

        createPlaybackIdOfStream

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

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

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

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

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

        createPlaybackIdOfStream

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

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

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

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

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

        deletePlaybackIdOfStream

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

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

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

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

        deletePlaybackIdOfStream

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

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

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

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

        getLiveStreamPlaybackId

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

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

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

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

        getLiveStreamPlaybackId

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

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

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

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

        createMediaPlaybackId

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

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

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

        #### How it works - -

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

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

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

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

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

        createMediaPlaybackId

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

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

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

        #### How it works - -

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

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

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

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

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

        createMediaPlaybackId

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

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

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

        #### How it works - -

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

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

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

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

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

        deleteMediaPlaybackId

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

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

        #### How it works - -

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

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

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

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

        deleteMediaPlaybackId

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

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

        #### How it works - -

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

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

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

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

Class SecuritySource.DefaultSecuritySource

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

Interface SecuritySource

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

Class SimulcastStream

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

      Method Detail

      - - - -
        -
      • -

        createSimulcastOfStream

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

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

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

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

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

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

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

        createSimulcastOfStream

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

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

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

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

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

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

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

        createSimulcastOfStream

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

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

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

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

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

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

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

        deleteSimulcastOfStream

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

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

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

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

        deleteSimulcastOfStream

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

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

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

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

        getSpecificSimulcastOfStream

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

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

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

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

        getSpecificSimulcastOfStream

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

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

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

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

        updateSpecificSimulcastOfStream

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

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

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

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

        updateSpecificSimulcastOfStream

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

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

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

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

        updateSpecificSimulcastOfStream

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

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

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

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

Class StartLiveStream

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

      Method Detail

      - - - -
        -
      • -

        createNewStream

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

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

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

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

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

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

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

        createNewStreamDirect

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

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

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

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

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

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

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

        createNewStream

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

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

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

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

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

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

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

Class AudioInput.Builder

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

      Method Detail

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

        swapTrackUrl

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

        swapTrackUrl

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

        imposeTracks

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

        imposeTracks

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

Class AudioInput

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

      Nested Class Summary

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

      Constructor Summary

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

      Constructor Detail

      - - - -
        -
      • -

        AudioInput

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

        AudioInput

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

      Method Detail

      - - - -
        -
      • -

        type

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

        swapTrackUrl

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

        imposeTracks

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

        withType

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

        withType

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

        withSwapTrackUrl

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

        withSwapTrackUrl

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

        withImposeTracks

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

        withImposeTracks

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

        equals

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

        hashCode

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

        toString

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

Enum AudioInputType

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

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

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

      Enum Constant Summary

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

      Method Summary

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

        Methods inherited from class java.lang.Enum

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

        Methods inherited from class java.lang.Object

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

        fromValue

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

Class CreateLiveStreamRequest.Builder

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

Class CreateLiveStreamRequest

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

      Method Detail

      - - - -
        -
      • -

        playbackSettings

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

        inputMediaSettings

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

        equals

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

        hashCode

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

        toString

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

Enum CreateLiveStreamRequestMaxResolution

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Class CreateLiveStreamRequestMetadata.Builder

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

Class CreateLiveStreamRequestMetadata

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

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

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

      Constructor Detail

      - - - -
        -
      • -

        CreateLiveStreamRequestMetadata

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

      Method Detail

      - - - - - - - -
        -
      • -

        equals

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

        hashCode

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

        toString

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

Class CreateMediaRequest.Builder

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

Class CreateMediaRequest

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

      Method Detail

      - - - -
        -
      • -

        inputs

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

        metadata

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

        subtitle

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

        accessPolicy

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

        mp4Support

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

        sourceAccess

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

        optimizeAudio

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

        maxResolution

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

        summary

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

        chapters

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

        namedEntities

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

        moderation

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

        withMetadata

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

        withMetadata

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

        withSubtitle

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

        withSubtitle

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

        withMp4Support

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

        withMp4Support

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

        withSourceAccess

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

        withSourceAccess

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

        withOptimizeAudio

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

        withOptimizeAudio

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

        withMaxResolution

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

        withChapters

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

        withChapters

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

        withNamedEntities

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

        withNamedEntities

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

        equals

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

        hashCode

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

        toString

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

Enum CreateMediaRequestAccessPolicy

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

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

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

      Enum Constant Summary

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Class CreateMediaRequestAccessRestrictions.Builder

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

Class CreateMediaRequestAccessRestrictions

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

Class CreateMediaRequestDomains.Builder

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

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

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

        defaultPolicy

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

        allow

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

        allow

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

        deny

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

        deny

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

Class CreateMediaRequestDomains

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

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestDomains

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

        CreateMediaRequestDomains

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

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

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

        allow

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

        deny

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

        withDefaultPolicy

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

        withDefaultPolicy

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

        withAllow

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

        withAllow

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

        withDeny

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

        withDeny

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

        equals

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

        hashCode

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

        toString

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

Enum CreateMediaRequestDomainsDefaultPolicy

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Enum CreateMediaRequestLanguageCode

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

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

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

      Enum Constant Summary

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Enum CreateMediaRequestMaxResolution

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Class CreateMediaRequestMetadata.Builder

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

Class CreateMediaRequestMetadata

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

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

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

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestMetadata

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

      Method Detail

      - - - - - - - -
        -
      • -

        equals

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

        hashCode

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

        toString

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

Enum CreateMediaRequestMp4Support

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Enum CreateMediaRequestType

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

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

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

      Enum Constant Summary

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

      Method Summary

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

        Methods inherited from class java.lang.Enum

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

        Methods inherited from class java.lang.Object

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

        fromValue

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

Class CreateMediaRequestUserAgents.Builder

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

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

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

        defaultPolicy

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

        allow

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

        allow

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

        deny

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

        deny

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

Class CreateMediaRequestUserAgents

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

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestUserAgents

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

        CreateMediaRequestUserAgents

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

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

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

        allow

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

        deny

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

        withDefaultPolicy

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

        withDefaultPolicy

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

        withAllow

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

        withAllow

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

        withDeny

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

        withDeny

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

        equals

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

        hashCode

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

        toString

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

Enum CreateMediaRequestUserAgentsDefaultPolicy

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Class CreateMediaResponse.Builder

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

      Method Detail

      - - - -
        -
      • -

        id

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

        id

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

        trial

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

        trial

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

        status

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

        status

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

        createdAt

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

        createdAt

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

        updatedAt

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

        updatedAt

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

        playbackIds

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

        playbackIds

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

        metadata

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

        metadata

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

Class CreateMediaResponse

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

      Constructor Summary

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

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponse

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

        CreateMediaResponse

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

      Method Detail

      - - - -
        -
      • -

        id

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

        trial

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

        status

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

        createdAt

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

        updatedAt

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

        playbackIds

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

        metadata

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

        maxResolution

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

        withId

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

        withId

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

        withTrial

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

        withTrial

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

        withStatus

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

        withStatus

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

        withCreatedAt

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

        withCreatedAt

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

        withUpdatedAt

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

        withUpdatedAt

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

        withPlaybackIds

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

        withPlaybackIds

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

        withMetadata

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

        withMetadata

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

        equals

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

        hashCode

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

        toString

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

Enum CreateMediaResponseMaxResolution

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

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

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

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

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

        value

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

Class CreateMediaResponseMetadata.Builder

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

Class CreateMediaResponseMetadata

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

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

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

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponseMetadata

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

      Method Detail

      - - - - - - - -
        -
      • -

        equals

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

        hashCode

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

        toString

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

Class DirectUpload.Builder

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

      Method Summary

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

        Methods inherited from class java.lang.Object

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

      Method Detail

      - - - -
        -
      • -

        id

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

        id

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

        mediaId

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

        mediaId

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

        status

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

        status

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

        url

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

        url

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

        timeout

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

        timeout

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

        corsOrigin

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

        corsOrigin

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

Class DirectUpload

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

    Displays the result of the request.

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

      Nested Class Summary

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

      Constructor Summary

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

      Method Summary

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

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        DirectUpload

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

        DirectUpload

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

      Method Detail

      - - - -
        -
      • -

        id

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

        mediaId

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

        status

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

        url

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

        timeout

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

        corsOrigin

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

        withId

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

        withId

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

        withMediaId

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

        withMediaId

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

        withStatus

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

        withStatus

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

        withUrl

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

        withUrl

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

        withTimeout

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

        withTimeout

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

        withCorsOrigin

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

        withCorsOrigin

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

        equals

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

        hashCode

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

        toString

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

Class DirectUploadResponse.Builder

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

Class DirectUploadResponse

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

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadResponse

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

        DirectUploadResponse

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

      Method Detail

      - - - -
        -
      • -

        playbackIds

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

        metadata

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

        withMetadata

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

        withMetadata

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

        equals

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

        hashCode

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

        toString

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

Class DirectUploadResponseMetadata.Builder

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

Class DirectUploadResponseMetadata

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

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

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

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadResponseMetadata

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

      Method Detail

      - - - - - - - -
        -
      • -

        equals

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

        hashCode

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

        toString

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

Class GetCreateLiveStreamResponseDTO.Builder

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

      Method Detail

      - - - -
        -
      • -

        streamId

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

        streamId

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

        streamKey

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

        streamKey

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

        srtSecret

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

        srtSecret

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

        trial

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

        trial

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

        status

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

        status

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

        maxResolution

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

        maxResolution

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

        maxDuration

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

        maxDuration

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

        createdAt

        -
        public GetCreateLiveStreamResponseDTO.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public GetCreateLiveStreamResponseDTO.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public GetCreateLiveStreamResponseDTO.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public GetCreateLiveStreamResponseDTO.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public GetCreateLiveStreamResponseDTO.Builder enableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public GetCreateLiveStreamResponseDTO.Builder enableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public GetCreateLiveStreamResponseDTO.Builder mediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public GetCreateLiveStreamResponseDTO.Builder mediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

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

        metadata

        -
        public GetCreateLiveStreamResponseDTO.Builder metadata​(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html deleted file mode 100644 index dd78d77..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html +++ /dev/null @@ -1,1137 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTO
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      GetCreateLiveStreamResponseDTO() 
      GetCreateLiveStreamResponseDTO​(java.util.Optional<java.lang.String> streamId, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.String> srtSecret, - java.util.Optional<java.lang.Boolean> trial, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.lang.String> maxResolution, - java.util.Optional<java.lang.Long> maxDuration, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<java.lang.Boolean> enableRecording, - java.util.Optional<java.lang.String> mediaPolicy, - java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata, - java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId, - java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTO

        -
        public GetCreateLiveStreamResponseDTO​(java.util.Optional<java.lang.String> streamId,
        -                                      java.util.Optional<java.lang.String> streamKey,
        -                                      java.util.Optional<java.lang.String> srtSecret,
        -                                      java.util.Optional<java.lang.Boolean> trial,
        -                                      java.util.Optional<java.lang.String> status,
        -                                      java.util.Optional<java.lang.String> maxResolution,
        -                                      java.util.Optional<java.lang.Long> maxDuration,
        -                                      java.util.Optional<java.time.OffsetDateTime> createdAt,
        -                                      java.util.Optional<java.lang.Long> reconnectWindow,
        -                                      java.util.Optional<java.lang.Boolean> enableRecording,
        -                                      java.util.Optional<java.lang.String> mediaPolicy,
        -                                      java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata,
        -                                      java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId,
        -                                      java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
        -
      • -
      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTO

        -
        public GetCreateLiveStreamResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.util.Optional<java.lang.String> streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public java.util.Optional<java.lang.String> srtSecret()
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public java.util.Optional<java.lang.Boolean> trial()
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<java.lang.String> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public java.util.Optional<java.lang.Long> maxDuration()
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public java.util.Optional<java.lang.Boolean> enableRecording()
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<java.lang.String> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<GetCreateLiveStreamResponseDTOMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.util.Optional<java.util.List<PlaybackIds>> playbackId()
        -
        A collection of Playback ID objects utilized for crafting HLS playback urls.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetCreateLiveStreamResponseDTO withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamId

        -
        public GetCreateLiveStreamResponseDTO withStreamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public GetCreateLiveStreamResponseDTO withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public GetCreateLiveStreamResponseDTO withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public GetCreateLiveStreamResponseDTO withSrtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public GetCreateLiveStreamResponseDTO withSrtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public GetCreateLiveStreamResponseDTO withTrial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public GetCreateLiveStreamResponseDTO withTrial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public GetCreateLiveStreamResponseDTO withStatus​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public GetCreateLiveStreamResponseDTO withStatus​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public GetCreateLiveStreamResponseDTO withMaxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public GetCreateLiveStreamResponseDTO withMaxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public GetCreateLiveStreamResponseDTO withMaxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public GetCreateLiveStreamResponseDTO withMaxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public GetCreateLiveStreamResponseDTO withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public GetCreateLiveStreamResponseDTO withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public GetCreateLiveStreamResponseDTO withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public GetCreateLiveStreamResponseDTO withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public GetCreateLiveStreamResponseDTO withEnableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public GetCreateLiveStreamResponseDTO withEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public GetCreateLiveStreamResponseDTO withMediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public GetCreateLiveStreamResponseDTO withMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public GetCreateLiveStreamResponseDTO withMetadata​(GetCreateLiveStreamResponseDTOMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public GetCreateLiveStreamResponseDTO withMetadata​(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withPlaybackId

        -
        public GetCreateLiveStreamResponseDTO withPlaybackId​(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
        -
        A collection of Playback ID objects utilized for crafting HLS playback urls.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html deleted file mode 100644 index c115437..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html deleted file mode 100644 index 0ad27de..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTOMetadata
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTOMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOMetadata

        -
        public GetCreateLiveStreamResponseDTOMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html deleted file mode 100644 index 1ad6344..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html deleted file mode 100644 index e98fe8b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOSrtPlaybackResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTOSrtPlaybackResponse
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTOSrtPlaybackResponse - -

    This object contains the livestream playback response details for SRT Protocol.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOSrtPlaybackResponse

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse​(java.util.Optional<java.lang.String> srtPlaybackStreamId,
        -                                                         java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
      • -
      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOSrtPlaybackResponse

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public java.util.Optional<java.lang.String> srtPlaybackStreamId()
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public java.util.Optional<java.lang.String> srtPlaybackSecret()
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html deleted file mode 100644 index 5b9ec2d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -GetStreamsResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetStreamsResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetStreamsResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetStreamsResponse
    -
    -
    -
    public static final class GetStreamsResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html deleted file mode 100644 index 70cd92a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -GetStreamsResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetStreamsResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetStreamsResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetStreamsResponse
    -extends java.lang.Object
    -
    GetStreamsResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetStreamsResponse

        -
        public GetStreamsResponse​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data,
        -                          java.util.Optional<? extends Pagination> pagination)
        -
      • -
      - - - -
        -
      • -

        GetStreamsResponse

        -
        public GetStreamsResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        pagination

        -
        public java.util.Optional<Pagination> pagination()
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public GetStreamsResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public GetStreamsResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withPagination

        -
        public GetStreamsResponse withPagination​(Pagination pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public GetStreamsResponse withPagination​(java.util.Optional<? extends Pagination> pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html deleted file mode 100644 index 5b26dbb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -ImposeTrack.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ImposeTrack.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.ImposeTrack.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ImposeTrack
    -
    -
    -
    public static final class ImposeTrack.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      ImposeTrackbuild() 
      ImposeTrack.BuilderendTime​(long endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderendTime​(java.util.Optional<java.lang.Long> endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderfadeInLevel​(long fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrack.BuilderfadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrack.BuilderfadeOutLevel​(long fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrack.BuilderfadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrack.BuilderstartTime​(long startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderstartTime​(java.util.Optional<java.lang.Long> startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.Builderurl​(java.lang.String url) -
      URL of the audio track to impose on the video.
      -
      ImposeTrack.Builderurl​(java.util.Optional<java.lang.String> url) -
      URL of the audio track to impose on the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public ImposeTrack.Builder url​(java.lang.String url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public ImposeTrack.Builder url​(java.util.Optional<java.lang.String> url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public ImposeTrack.Builder startTime​(long startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public ImposeTrack.Builder startTime​(java.util.Optional<java.lang.Long> startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public ImposeTrack.Builder endTime​(long endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public ImposeTrack.Builder endTime​(java.util.Optional<java.lang.Long> endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public ImposeTrack.Builder fadeInLevel​(long fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public ImposeTrack.Builder fadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public ImposeTrack.Builder fadeOutLevel​(long fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public ImposeTrack.Builder fadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html b/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html deleted file mode 100644 index 213acd7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html +++ /dev/null @@ -1,657 +0,0 @@ - - - - - -ImposeTrack (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ImposeTrack

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.ImposeTrack
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ImposeTrack
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ImposeTrack.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ImposeTrack() 
      ImposeTrack​(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.Long> startTime, - java.util.Optional<java.lang.Long> endTime, - java.util.Optional<java.lang.Long> fadeInLevel, - java.util.Optional<java.lang.Long> fadeOutLevel) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ImposeTrack.Builderbuilder() 
      java.util.Optional<java.lang.Long>endTime() -
      End time (in seconds) of the imposed audio in the video.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.Long>fadeInLevel() -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      java.util.Optional<java.lang.Long>fadeOutLevel() -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>startTime() -
      Start time (in seconds) of the imposed audio in the video.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      URL of the audio track to impose on the video.
      -
      ImposeTrackwithEndTime​(long endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithEndTime​(java.util.Optional<java.lang.Long> endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithFadeInLevel​(long fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrackwithFadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrackwithFadeOutLevel​(long fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrackwithFadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrackwithStartTime​(long startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithStartTime​(java.util.Optional<java.lang.Long> startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithUrl​(java.lang.String url) -
      URL of the audio track to impose on the video.
      -
      ImposeTrackwithUrl​(java.util.Optional<java.lang.String> url) -
      URL of the audio track to impose on the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ImposeTrack

        -
        public ImposeTrack​(java.util.Optional<java.lang.String> url,
        -                   java.util.Optional<java.lang.Long> startTime,
        -                   java.util.Optional<java.lang.Long> endTime,
        -                   java.util.Optional<java.lang.Long> fadeInLevel,
        -                   java.util.Optional<java.lang.Long> fadeOutLevel)
        -
      • -
      - - - -
        -
      • -

        ImposeTrack

        -
        public ImposeTrack()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Long> startTime()
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Long> endTime()
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public java.util.Optional<java.lang.Long> fadeInLevel()
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public java.util.Optional<java.lang.Long> fadeOutLevel()
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public ImposeTrack withUrl​(java.lang.String url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public ImposeTrack withUrl​(java.util.Optional<java.lang.String> url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public ImposeTrack withStartTime​(long startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public ImposeTrack withStartTime​(java.util.Optional<java.lang.Long> startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public ImposeTrack withEndTime​(long endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public ImposeTrack withEndTime​(java.util.Optional<java.lang.Long> endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withFadeInLevel

        -
        public ImposeTrack withFadeInLevel​(long fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeInLevel

        -
        public ImposeTrack withFadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeOutLevel

        -
        public ImposeTrack withFadeOutLevel​(long fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeOutLevel

        -
        public ImposeTrack withFadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html deleted file mode 100644 index f30b222..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -Input._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Input
    -
    -
    -
    public static final class Input._Deserializer
    -extends OneOfDeserializer<Input>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html deleted file mode 100644 index 7f041e9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - -Input (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Input
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Input
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Input._Deserializer 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static Inputof​(AudioInput value) 
      static Inputof​(SubtitleInput value) 
      static Inputof​(VideoInput value) 
      static Inputof​(WatermarkInput value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.VideoInput
        • -
        • io.fastpix.sdk.models.components.WatermarkInput
        • -
        • io.fastpix.sdk.models.components.AudioInput
        • -
        • io.fastpix.sdk.models.components.SubtitleInput
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html deleted file mode 100644 index 52bcd53..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -InputMediaSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InputMediaSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.InputMediaSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InputMediaSettings
    -
    -
    -
    public static final class InputMediaSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        reconnectWindow

        -
        public InputMediaSettings.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public InputMediaSettings.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public InputMediaSettings.Builder mediaPolicy​(MediaPolicy mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public InputMediaSettings.Builder mediaPolicy​(java.util.Optional<? extends MediaPolicy> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public InputMediaSettings.Builder metadata​(CreateLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public InputMediaSettings.Builder metadata​(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html deleted file mode 100644 index 7b67e56..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html +++ /dev/null @@ -1,607 +0,0 @@ - - - - - -InputMediaSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InputMediaSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.InputMediaSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class InputMediaSettings
    -extends java.lang.Object
    -
    InputMediaSettings - -

    Displays the result of the input Media settings.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<CreateLiveStreamRequestMaxResolution> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<MediaPolicy> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<CreateLiveStreamRequestMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withReconnectWindow

        -
        public InputMediaSettings withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public InputMediaSettings withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public InputMediaSettings withMediaPolicy​(MediaPolicy mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public InputMediaSettings withMediaPolicy​(java.util.Optional<? extends MediaPolicy> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public InputMediaSettings withMetadata​(CreateLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public InputMediaSettings withMetadata​(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html deleted file mode 100644 index f9777e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -LiveStreamDeleteResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamDeleteResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LiveStreamDeleteResponse
    -
    -
    -
    public static final class LiveStreamDeleteResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html deleted file mode 100644 index b977b6c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -LiveStreamDeleteResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamDeleteResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamDeleteResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LiveStreamDeleteResponse
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LiveStreamDeleteResponse

        -
        public LiveStreamDeleteResponse​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        LiveStreamDeleteResponse

        -
        public LiveStreamDeleteResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamDeleteResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamDeleteResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html deleted file mode 100644 index 0af0f44..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -LiveStreamResponseDTO.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamResponseDTO.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LiveStreamResponseDTO
    -
    -
    -
    public static final class LiveStreamResponseDTO.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html deleted file mode 100644 index 1b3a786..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -LiveStreamResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LiveStreamResponseDTO
    -extends java.lang.Object
    -
    LiveStreamResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LiveStreamResponseDTO

        -
        public LiveStreamResponseDTO​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
        -
      • -
      - - - -
        -
      • -

        LiveStreamResponseDTO

        -
        public LiveStreamResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamResponseDTO withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamResponseDTO withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html deleted file mode 100644 index 61c1b3f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -LivestreamgetResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LivestreamgetResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LivestreamgetResponse
    -
    -
    -
    public static final class LivestreamgetResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html deleted file mode 100644 index a84def3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -LivestreamgetResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LivestreamgetResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LivestreamgetResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LivestreamgetResponse
    -extends java.lang.Object
    -
    LivestreamgetResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LivestreamgetResponse

        -
        public LivestreamgetResponse​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
        -
      • -
      - - - -
        -
      • -

        LivestreamgetResponse

        -
        public LivestreamgetResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public LivestreamgetResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LivestreamgetResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html deleted file mode 100644 index 0fedd66..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html +++ /dev/null @@ -1,812 +0,0 @@ - - - - - -Media.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Media.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Media.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Media
    -
    -
    -
    public static final class Media.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Media.BuilderaspectRatio​(java.lang.String aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      Media.BuilderaspectRatio​(java.util.Optional<java.lang.String> aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      Mediabuild() 
      Media.BuildercreatedAt​(java.time.OffsetDateTime createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      Media.BuildercreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      Media.Builderduration​(java.lang.String duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      Media.Builderduration​(java.util.Optional<java.lang.String> duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      Media.BuilderframeRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Media.BuilderframeRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Media.Builderid​(java.lang.String id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      Media.Builderid​(java.util.Optional<java.lang.String> id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      Media.BuildermaxResolution​(MediaMaxResolution maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      Media.BuildermaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      Media.Buildermetadata​(MediaMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      Media.Buildermetadata​(java.util.Optional<? extends MediaMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      Media.Buildermp4Support​(MediaMp4Support mp4Support) -
      Determines the type of MP4 support for the media.
      -
      Media.Buildermp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support) -
      Determines the type of MP4 support for the media.
      -
      Media.BuilderplaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Media.BuilderplaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Media.BuildersourceAccess​(boolean sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      Media.BuildersourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      Media.BuildersourceResolution​(SourceResolution sourceResolution) -
      The actual resolution of the uploaded media.
      -
      Media.BuildersourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution) -
      The actual resolution of the uploaded media.
      -
      Media.Builderstatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      Media.Builderstatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      Media.Builderthumbnail​(java.lang.String thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      Media.Builderthumbnail​(java.util.Optional<java.lang.String> thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      Media.Buildertracks​(java.util.List<Track> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      Media.Buildertracks​(java.util.Optional<? extends java.util.List<Track>> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      Media.BuilderupdatedAt​(java.time.OffsetDateTime updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      Media.BuilderupdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      Media.BuilderworkspaceId​(java.lang.String workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      Media.BuilderworkspaceId​(java.util.Optional<java.lang.String> workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        thumbnail

        -
        public Media.Builder thumbnail​(java.lang.String thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        thumbnail

        -
        public Media.Builder thumbnail​(java.util.Optional<java.lang.String> thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Media.Builder id​(java.lang.String id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Media.Builder id​(java.util.Optional<java.lang.String> id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public Media.Builder workspaceId​(java.lang.String workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public Media.Builder workspaceId​(java.util.Optional<java.lang.String> workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Media.Builder metadata​(MediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Media.Builder metadata​(java.util.Optional<? extends MediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public Media.Builder maxResolution​(MediaMaxResolution maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public Media.Builder maxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public Media.Builder sourceResolution​(SourceResolution sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public Media.Builder sourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public Media.Builder status​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public Media.Builder status​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public Media.Builder mp4Support​(MediaMp4Support mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public Media.Builder mp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public Media.Builder sourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public Media.Builder sourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Media.Builder playbackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Media.Builder playbackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public Media.Builder tracks​(java.util.List<Track> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public Media.Builder tracks​(java.util.Optional<? extends java.util.List<Track>> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public Media.Builder duration​(java.lang.String duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public Media.Builder duration​(java.util.Optional<java.lang.String> duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Media.Builder frameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Media.Builder frameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public Media.Builder aspectRatio​(java.lang.String aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public Media.Builder aspectRatio​(java.util.Optional<java.lang.String> aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public Media.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public Media.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public Media.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public Media.Builder updatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Media build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html deleted file mode 100644 index eaf305c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html +++ /dev/null @@ -1,1240 +0,0 @@ - - - - - -Media (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Media

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Media
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Media
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Media.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Media() 
      Media​(java.util.Optional<java.lang.String> thumbnail, - java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> workspaceId, - java.util.Optional<? extends MediaMetadata> metadata, - java.util.Optional<? extends MediaMaxResolution> maxResolution, - java.util.Optional<? extends SourceResolution> sourceResolution, - java.util.Optional<java.lang.String> status, - java.util.Optional<? extends MediaMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends java.util.List<Track>> tracks, - java.util.Optional<java.lang.String> duration, - java.util.Optional<java.lang.String> frameRate, - java.util.Optional<java.lang.String> aspectRatio, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.time.OffsetDateTime> updatedAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.String>aspectRatio() -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      static Media.Builderbuilder() 
      java.util.Optional<java.time.OffsetDateTime>createdAt() -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      java.util.Optional<java.lang.String>duration() -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>frameRate() -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>id() -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.util.Optional<MediaMaxResolution>maxResolution() -
      The maximum resolution specified by the user for the media.
      -
      java.util.Optional<MediaMetadata>metadata() -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      java.util.Optional<MediaMp4Support>mp4Support() -
      Determines the type of MP4 support for the media.
      -
      java.util.Optional<java.util.List<PlaybackId>>playbackIds() -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      java.util.Optional<java.lang.Boolean>sourceAccess() -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      java.util.Optional<SourceResolution>sourceResolution() -
      The actual resolution of the uploaded media.
      -
      java.util.Optional<java.lang.String>status() -
      Determines the media's status, which can be one of the possible values.
      -
      java.util.Optional<java.lang.String>thumbnail() -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.util.List<Track>>tracks() -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      java.util.Optional<java.time.OffsetDateTime>updatedAt() -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithAspectRatio​(java.lang.String aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      MediawithAspectRatio​(java.util.Optional<java.lang.String> aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      MediawithCreatedAt​(java.time.OffsetDateTime createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      MediawithCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      MediawithDuration​(java.lang.String duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      MediawithDuration​(java.util.Optional<java.lang.String> duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      MediawithFrameRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      MediawithFrameRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      MediawithId​(java.lang.String id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      MediawithId​(java.util.Optional<java.lang.String> id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      MediawithMaxResolution​(MediaMaxResolution maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      MediawithMaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      MediawithMetadata​(MediaMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      MediawithMetadata​(java.util.Optional<? extends MediaMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      MediawithMp4Support​(MediaMp4Support mp4Support) -
      Determines the type of MP4 support for the media.
      -
      MediawithMp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support) -
      Determines the type of MP4 support for the media.
      -
      MediawithPlaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      MediawithPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      MediawithSourceAccess​(boolean sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      MediawithSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      MediawithSourceResolution​(SourceResolution sourceResolution) -
      The actual resolution of the uploaded media.
      -
      MediawithSourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution) -
      The actual resolution of the uploaded media.
      -
      MediawithStatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      MediawithStatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      MediawithThumbnail​(java.lang.String thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      MediawithThumbnail​(java.util.Optional<java.lang.String> thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      MediawithTracks​(java.util.List<Track> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      MediawithTracks​(java.util.Optional<? extends java.util.List<Track>> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      MediawithUpdatedAt​(java.time.OffsetDateTime updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithUpdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithWorkspaceId​(java.lang.String workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      MediawithWorkspaceId​(java.util.Optional<java.lang.String> workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      java.util.Optional<java.lang.String>workspaceId() -
      A unique identifier is generated by FastPix for the workspace.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Media

        -
        public Media​(java.util.Optional<java.lang.String> thumbnail,
        -             java.util.Optional<java.lang.String> id,
        -             java.util.Optional<java.lang.String> workspaceId,
        -             java.util.Optional<? extends MediaMetadata> metadata,
        -             java.util.Optional<? extends MediaMaxResolution> maxResolution,
        -             java.util.Optional<? extends SourceResolution> sourceResolution,
        -             java.util.Optional<java.lang.String> status,
        -             java.util.Optional<? extends MediaMp4Support> mp4Support,
        -             java.util.Optional<java.lang.Boolean> sourceAccess,
        -             java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds,
        -             java.util.Optional<? extends java.util.List<Track>> tracks,
        -             java.util.Optional<java.lang.String> duration,
        -             java.util.Optional<java.lang.String> frameRate,
        -             java.util.Optional<java.lang.String> aspectRatio,
        -             java.util.Optional<java.time.OffsetDateTime> createdAt,
        -             java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
      • -
      - - - -
        -
      • -

        Media

        -
        public Media()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        thumbnail

        -
        public java.util.Optional<java.lang.String> thumbnail()
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public java.util.Optional<java.lang.String> workspaceId()
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<MediaMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<MediaMaxResolution> maxResolution()
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public java.util.Optional<SourceResolution> sourceResolution()
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public java.util.Optional<MediaMp4Support> mp4Support()
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public java.util.Optional<java.lang.Boolean> sourceAccess()
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public java.util.Optional<java.util.List<Track>> tracks()
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public java.util.Optional<java.lang.String> duration()
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public java.util.Optional<java.lang.String> frameRate()
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public java.util.Optional<java.lang.String> aspectRatio()
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public java.util.Optional<java.time.OffsetDateTime> updatedAt()
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - - - - - -
        -
      • -

        withThumbnail

        -
        public Media withThumbnail​(java.lang.String thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        withThumbnail

        -
        public Media withThumbnail​(java.util.Optional<java.lang.String> thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Media withId​(java.lang.String id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Media withId​(java.util.Optional<java.lang.String> id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withWorkspaceId

        -
        public Media withWorkspaceId​(java.lang.String workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        withWorkspaceId

        -
        public Media withWorkspaceId​(java.util.Optional<java.lang.String> workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Media withMetadata​(MediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Media withMetadata​(java.util.Optional<? extends MediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public Media withMaxResolution​(MediaMaxResolution maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public Media withMaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        withSourceResolution

        -
        public Media withSourceResolution​(SourceResolution sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        withSourceResolution

        -
        public Media withSourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public Media withStatus​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public Media withStatus​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public Media withMp4Support​(MediaMp4Support mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public Media withMp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public Media withSourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public Media withSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Media withPlaybackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Media withPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withTracks

        -
        public Media withTracks​(java.util.List<Track> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        withTracks

        -
        public Media withTracks​(java.util.Optional<? extends java.util.List<Track>> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        withDuration

        -
        public Media withDuration​(java.lang.String duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        withDuration

        -
        public Media withDuration​(java.util.Optional<java.lang.String> duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Media withFrameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Media withFrameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withAspectRatio

        -
        public Media withAspectRatio​(java.lang.String aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        withAspectRatio

        -
        public Media withAspectRatio​(java.util.Optional<java.lang.String> aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public Media withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public Media withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public Media withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public Media withUpdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html deleted file mode 100644 index 6e01652..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -MediaMaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaMaxResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaMaxResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaMaxResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaMaxResolution>
    -
    -
    -
    public enum MediaMaxResolution
    -extends java.lang.Enum<MediaMaxResolution>
    -
    MediaMaxResolution - -

    The maximum resolution specified by the user for the media.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final MediaMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final MediaMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final MediaMaxResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final MediaMaxResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final MediaMaxResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final MediaMaxResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaMaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaMaxResolution c : MediaMaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaMaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaMaxResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html deleted file mode 100644 index ebf25e4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -MediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.MediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaMetadata
    -
    -
    -
    public static final class MediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      MediaMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html deleted file mode 100644 index 3fa5f51..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -MediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.MediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaMetadata
    -extends java.lang.Object
    -
    MediaMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaMetadata

        -
        public MediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html deleted file mode 100644 index 458cc8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html +++ /dev/null @@ -1,433 +0,0 @@ - - - - - -MediaMp4Support (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaMp4Support

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaMp4Support>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaMp4Support
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaMp4Support>
    -
    -
    -
    public enum MediaMp4Support
    -extends java.lang.Enum<MediaMp4Support>
    -
    MediaMp4Support - -

    Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<MediaMp4Support>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static MediaMp4SupportvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MediaMp4Support[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaMp4Support[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaMp4Support c : MediaMp4Support.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaMp4Support valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaMp4Support> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html deleted file mode 100644 index 2f54c16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -MediaPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaPolicy>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaPolicy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaPolicy>
    -
    -
    -
    public enum MediaPolicy
    -extends java.lang.Enum<MediaPolicy>
    -
    MediaPolicy - -

    Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<MediaPolicy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static MediaPolicyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MediaPolicy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaPolicy c : MediaPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaPolicy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html deleted file mode 100644 index a132f68..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -Moderation.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Moderation.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Moderation
    -
    -
    -
    public static final class Moderation.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html deleted file mode 100644 index 58fb00b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -Moderation (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Moderation
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Moderation
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public CreateMediaRequestType type()
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html deleted file mode 100644 index 0b5c304..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Pagination.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Pagination.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Pagination.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Pagination
    -
    -
    -
    public static final class Pagination.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Paginationbuild() 
      Pagination.BuildercurrentOffset​(long currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      Pagination.BuildercurrentOffset​(java.util.Optional<java.lang.Long> currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      Pagination.BuilderoffsetCount​(long offsetCount) -
      The offset count is expressed as total records by limit.
      -
      Pagination.BuilderoffsetCount​(java.util.Optional<java.lang.Long> offsetCount) -
      The offset count is expressed as total records by limit.
      -
      Pagination.BuildertotalRecords​(long totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      Pagination.BuildertotalRecords​(java.util.Optional<java.lang.Long> totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        totalRecords

        -
        public Pagination.Builder totalRecords​(long totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        totalRecords

        -
        public Pagination.Builder totalRecords​(java.util.Optional<java.lang.Long> totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public Pagination.Builder currentOffset​(long currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public Pagination.Builder currentOffset​(java.util.Optional<java.lang.Long> currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public Pagination.Builder offsetCount​(long offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public Pagination.Builder offsetCount​(java.util.Optional<java.lang.Long> offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html deleted file mode 100644 index 8ecf295..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Pagination (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Pagination

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Pagination
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Pagination
    -extends java.lang.Object
    -
    Pagination - -

    Pagination organizes content into pages for better readability and navigation.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Pagination.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Pagination() 
      Pagination​(java.util.Optional<java.lang.Long> totalRecords, - java.util.Optional<java.lang.Long> currentOffset, - java.util.Optional<java.lang.Long> offsetCount) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Pagination.Builderbuilder() 
      java.util.Optional<java.lang.Long>currentOffset() -
      Determines the current point for data retrieval within a paginated list.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>offsetCount() -
      The offset count is expressed as total records by limit.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.Long>totalRecords() -
      It gives the total number of media assets that are accessible overall.
      -
      PaginationwithCurrentOffset​(long currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      PaginationwithCurrentOffset​(java.util.Optional<java.lang.Long> currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      PaginationwithOffsetCount​(long offsetCount) -
      The offset count is expressed as total records by limit.
      -
      PaginationwithOffsetCount​(java.util.Optional<java.lang.Long> offsetCount) -
      The offset count is expressed as total records by limit.
      -
      PaginationwithTotalRecords​(long totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      PaginationwithTotalRecords​(java.util.Optional<java.lang.Long> totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Pagination

        -
        public Pagination​(java.util.Optional<java.lang.Long> totalRecords,
        -                  java.util.Optional<java.lang.Long> currentOffset,
        -                  java.util.Optional<java.lang.Long> offsetCount)
        -
      • -
      - - - -
        -
      • -

        Pagination

        -
        public Pagination()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        totalRecords

        -
        public java.util.Optional<java.lang.Long> totalRecords()
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public java.util.Optional<java.lang.Long> currentOffset()
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public java.util.Optional<java.lang.Long> offsetCount()
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - - - - - -
        -
      • -

        withTotalRecords

        -
        public Pagination withTotalRecords​(long totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        withTotalRecords

        -
        public Pagination withTotalRecords​(java.util.Optional<java.lang.Long> totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        withCurrentOffset

        -
        public Pagination withCurrentOffset​(long currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withCurrentOffset

        -
        public Pagination withCurrentOffset​(java.util.Optional<java.lang.Long> currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffsetCount

        -
        public Pagination withOffsetCount​(long offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        withOffsetCount

        -
        public Pagination withOffsetCount​(java.util.Optional<java.lang.Long> offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html deleted file mode 100644 index 9067417..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchLiveStreamRequest
    -
    -
    -
    public static final class PatchLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public PatchLiveStreamRequest.Builder metadata​(PatchLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchLiveStreamRequest.Builder metadata​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchLiveStreamRequest.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchLiveStreamRequest.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html deleted file mode 100644 index d458ead..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -PatchLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchLiveStreamRequest

        -
        public PatchLiveStreamRequest​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata,
        -                              java.util.Optional<java.lang.Long> reconnectWindow)
        -
      • -
      - - - -
        -
      • -

        PatchLiveStreamRequest

        -
        public PatchLiveStreamRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<PatchLiveStreamRequestMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public PatchLiveStreamRequest withMetadata​(PatchLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchLiveStreamRequest withMetadata​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchLiveStreamRequest withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchLiveStreamRequest withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html deleted file mode 100644 index 119e2b0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -PatchLiveStreamRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchLiveStreamRequestMetadata
    -
    -
    -
    public static final class PatchLiveStreamRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html deleted file mode 100644 index 6a9d61a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -PatchLiveStreamRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchLiveStreamRequestMetadata
    -extends java.lang.Object
    -
    PatchLiveStreamRequestMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchLiveStreamRequestMetadata

        -
        public PatchLiveStreamRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html deleted file mode 100644 index db7d333..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchResponseDTO.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDTO.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDTO.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseDTO
    -
    -
    -
    public static final class PatchResponseDTO.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html deleted file mode 100644 index 55e4473..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PatchResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDTO
    -extends java.lang.Object
    -
    PatchResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDTO

        -
        public PatchResponseDTO​(java.util.Optional<java.lang.Boolean> success,
        -                        java.util.Optional<? extends PatchResponseData> data)
        -
      • -
      - - - -
        -
      • -

        PatchResponseDTO

        -
        public PatchResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<PatchResponseData> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public PatchResponseDTO withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public PatchResponseDTO withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html deleted file mode 100644 index 1d83842..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html +++ /dev/null @@ -1,738 +0,0 @@ - - - - - -PatchResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseData
    -
    -
    -
    public static final class PatchResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public PatchResponseData.Builder streamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamId

        -
        public PatchResponseData.Builder streamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public PatchResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public PatchResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public PatchResponseData.Builder srtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public PatchResponseData.Builder srtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public PatchResponseData.Builder trial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public PatchResponseData.Builder trial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public PatchResponseData.Builder status​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public PatchResponseData.Builder status​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public PatchResponseData.Builder maxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public PatchResponseData.Builder maxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public PatchResponseData.Builder maxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public PatchResponseData.Builder maxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public PatchResponseData.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public PatchResponseData.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchResponseData.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchResponseData.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public PatchResponseData.Builder enableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public PatchResponseData.Builder enableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public PatchResponseData.Builder mediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public PatchResponseData.Builder mediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchResponseData.Builder metadata​(PatchResponseDataMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchResponseData.Builder metadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html deleted file mode 100644 index 329d71d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html +++ /dev/null @@ -1,1128 +0,0 @@ - - - - - -PatchResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseData
    -extends java.lang.Object
    -
    PatchResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class PatchResponseData.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      PatchResponseData() 
      PatchResponseData​(java.util.Optional<java.lang.String> streamId, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.String> srtSecret, - java.util.Optional<java.lang.Boolean> trial, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.lang.String> maxResolution, - java.util.Optional<java.lang.Long> maxDuration, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<java.lang.Boolean> enableRecording, - java.util.Optional<java.lang.String> mediaPolicy, - java.util.Optional<? extends PatchResponseDataMetadata> metadata, - java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId, - java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static PatchResponseData.Builderbuilder() 
      java.util.Optional<java.time.OffsetDateTime>createdAt() -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      java.util.Optional<java.lang.Boolean>enableRecording() -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>maxDuration() -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      java.util.Optional<java.lang.String>maxResolution() -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      java.util.Optional<java.lang.String>mediaPolicy() -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      java.util.Optional<PatchResponseDataMetadata>metadata() -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      java.util.Optional<java.util.List<PlaybackIds>>playbackId() 
      java.util.Optional<java.lang.Long>reconnectWindow() -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      java.util.Optional<PatchResponseDataSrtPlaybackResponse>srtPlaybackResponse() -
      This object contains the livestream playback response details for SRT Protocol.
      -
      java.util.Optional<java.lang.String>srtSecret() -
      A secret used for securing the SRT stream.
      -
      java.util.Optional<java.lang.String>status() -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      java.util.Optional<java.lang.String>streamId() -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.Boolean>trial() -
      FastPix allows for a to trial the live stream for free.
      -
      PatchResponseDatawithCreatedAt​(java.time.OffsetDateTime createdAt) -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      PatchResponseDatawithCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      PatchResponseDatawithEnableRecording​(boolean enableRecording) -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      PatchResponseDatawithEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording) -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      PatchResponseDatawithMaxDuration​(long maxDuration) -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      PatchResponseDatawithMaxDuration​(java.util.Optional<java.lang.Long> maxDuration) -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      PatchResponseDatawithMaxResolution​(java.lang.String maxResolution) -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      PatchResponseDatawithMaxResolution​(java.util.Optional<java.lang.String> maxResolution) -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      PatchResponseDatawithMediaPolicy​(java.lang.String mediaPolicy) -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      PatchResponseDatawithMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy) -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      PatchResponseDatawithMetadata​(PatchResponseDataMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      PatchResponseDatawithMetadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      PatchResponseDatawithPlaybackId​(java.util.List<PlaybackIds> playbackId) 
      PatchResponseDatawithPlaybackId​(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) 
      PatchResponseDatawithReconnectWindow​(long reconnectWindow) -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      PatchResponseDatawithReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow) -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      PatchResponseDatawithSrtPlaybackResponse​(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) -
      This object contains the livestream playback response details for SRT Protocol.
      -
      PatchResponseDatawithSrtPlaybackResponse​(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) -
      This object contains the livestream playback response details for SRT Protocol.
      -
      PatchResponseDatawithSrtSecret​(java.lang.String srtSecret) -
      A secret used for securing the SRT stream.
      -
      PatchResponseDatawithSrtSecret​(java.util.Optional<java.lang.String> srtSecret) -
      A secret used for securing the SRT stream.
      -
      PatchResponseDatawithStatus​(java.lang.String status) -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      PatchResponseDatawithStatus​(java.util.Optional<java.lang.String> status) -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      PatchResponseDatawithStreamId​(java.lang.String streamId) -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      PatchResponseDatawithStreamId​(java.util.Optional<java.lang.String> streamId) -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      PatchResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      PatchResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      PatchResponseDatawithTrial​(boolean trial) -
      FastPix allows for a to trial the live stream for free.
      -
      PatchResponseDatawithTrial​(java.util.Optional<java.lang.Boolean> trial) -
      FastPix allows for a to trial the live stream for free.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseData

        -
        public PatchResponseData​(java.util.Optional<java.lang.String> streamId,
        -                         java.util.Optional<java.lang.String> streamKey,
        -                         java.util.Optional<java.lang.String> srtSecret,
        -                         java.util.Optional<java.lang.Boolean> trial,
        -                         java.util.Optional<java.lang.String> status,
        -                         java.util.Optional<java.lang.String> maxResolution,
        -                         java.util.Optional<java.lang.Long> maxDuration,
        -                         java.util.Optional<java.time.OffsetDateTime> createdAt,
        -                         java.util.Optional<java.lang.Long> reconnectWindow,
        -                         java.util.Optional<java.lang.Boolean> enableRecording,
        -                         java.util.Optional<java.lang.String> mediaPolicy,
        -                         java.util.Optional<? extends PatchResponseDataMetadata> metadata,
        -                         java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId,
        -                         java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
        -
      • -
      - - - -
        -
      • -

        PatchResponseData

        -
        public PatchResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.util.Optional<java.lang.String> streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public java.util.Optional<java.lang.String> srtSecret()
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public java.util.Optional<java.lang.Boolean> trial()
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<java.lang.String> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public java.util.Optional<java.lang.Long> maxDuration()
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public java.util.Optional<java.lang.Boolean> enableRecording()
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<java.lang.String> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<PatchResponseDataMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.util.Optional<java.util.List<PlaybackIds>> playbackId()
        -
      • -
      - - - -
        -
      • -

        srtPlaybackResponse

        -
        public java.util.Optional<PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse()
        -
        This object contains the livestream playback response details for SRT Protocol.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public PatchResponseData withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamId

        -
        public PatchResponseData withStreamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public PatchResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public PatchResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public PatchResponseData withSrtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public PatchResponseData withSrtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public PatchResponseData withTrial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public PatchResponseData withTrial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public PatchResponseData withStatus​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public PatchResponseData withStatus​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PatchResponseData withMaxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PatchResponseData withMaxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public PatchResponseData withMaxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public PatchResponseData withMaxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public PatchResponseData withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public PatchResponseData withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchResponseData withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchResponseData withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public PatchResponseData withEnableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public PatchResponseData withEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public PatchResponseData withMediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public PatchResponseData withMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchResponseData withMetadata​(PatchResponseDataMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchResponseData withMetadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html deleted file mode 100644 index 274cbfa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -PatchResponseDataMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseDataMetadata
    -
    -
    -
    public static final class PatchResponseDataMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html deleted file mode 100644 index d43111f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -PatchResponseDataMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDataMetadata
    -extends java.lang.Object
    -
    PatchResponseDataMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDataMetadata

        -
        public PatchResponseDataMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html deleted file mode 100644 index 75b9d4e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchResponseDataSrtPlaybackResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataSrtPlaybackResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html deleted file mode 100644 index 13bf82f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PatchResponseDataSrtPlaybackResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataSrtPlaybackResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDataSrtPlaybackResponse
    -extends java.lang.Object
    -
    PatchResponseDataSrtPlaybackResponse - -

    This object contains the livestream playback response details for SRT Protocol.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDataSrtPlaybackResponse

        -
        public PatchResponseDataSrtPlaybackResponse​(java.util.Optional<java.lang.String> srtPlaybackStreamId,
        -                                            java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
      • -
      - - - -
        -
      • -

        PatchResponseDataSrtPlaybackResponse

        -
        public PatchResponseDataSrtPlaybackResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public java.util.Optional<java.lang.String> srtPlaybackStreamId()
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public java.util.Optional<java.lang.String> srtPlaybackSecret()
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html deleted file mode 100644 index 2faf28b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -Placement.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Placement.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Placement.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Placement
    -
    -
    -
    public static final class Placement.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        xAlign

        -
        public Placement.Builder xAlign​(java.util.Optional<? extends XAlign> xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public Placement.Builder xMargin​(java.lang.String xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public Placement.Builder xMargin​(java.util.Optional<java.lang.String> xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - - - - - -
        -
      • -

        yAlign

        -
        public Placement.Builder yAlign​(java.util.Optional<? extends YAlign> yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public Placement.Builder yMargin​(java.lang.String yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public Placement.Builder yMargin​(java.util.Optional<java.lang.String> yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html deleted file mode 100644 index 6280784..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html +++ /dev/null @@ -1,604 +0,0 @@ - - - - - -Placement (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Placement

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Placement
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Placement
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Placement.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Placement() 
      Placement​(java.util.Optional<? extends XAlign> xAlign, - java.util.Optional<java.lang.String> xMargin, - java.util.Optional<? extends YAlign> yAlign, - java.util.Optional<java.lang.String> yMargin) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Placement.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringtoString() 
      PlacementwithXAlign​(XAlign xAlign) -
      Horizontal alignment of the watermark.
      -
      PlacementwithXAlign​(java.util.Optional<? extends XAlign> xAlign) -
      Horizontal alignment of the watermark.
      -
      PlacementwithXMargin​(java.lang.String xMargin) -
      Horizontal margin from the edge of the video.
      -
      PlacementwithXMargin​(java.util.Optional<java.lang.String> xMargin) -
      Horizontal margin from the edge of the video.
      -
      PlacementwithYAlign​(YAlign yAlign) -
      Vertical alignment of the watermark.
      -
      PlacementwithYAlign​(java.util.Optional<? extends YAlign> yAlign) -
      Vertical alignment of the watermark.
      -
      PlacementwithYMargin​(java.lang.String yMargin) -
      Vertical margin from the edge of the video.
      -
      PlacementwithYMargin​(java.util.Optional<java.lang.String> yMargin) -
      Vertical margin from the edge of the video.
      -
      java.util.Optional<XAlign>xAlign() -
      Horizontal alignment of the watermark.
      -
      java.util.Optional<java.lang.String>xMargin() -
      Horizontal margin from the edge of the video.
      -
      java.util.Optional<YAlign>yAlign() -
      Vertical alignment of the watermark.
      -
      java.util.Optional<java.lang.String>yMargin() -
      Vertical margin from the edge of the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Placement

        -
        public Placement​(java.util.Optional<? extends XAlign> xAlign,
        -                 java.util.Optional<java.lang.String> xMargin,
        -                 java.util.Optional<? extends YAlign> yAlign,
        -                 java.util.Optional<java.lang.String> yMargin)
        -
      • -
      - - - -
        -
      • -

        Placement

        -
        public Placement()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        xAlign

        -
        public java.util.Optional<XAlign> xAlign()
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public java.util.Optional<java.lang.String> xMargin()
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        yAlign

        -
        public java.util.Optional<YAlign> yAlign()
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public java.util.Optional<java.lang.String> yMargin()
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - - - - - -
        -
      • -

        withXAlign

        -
        public Placement withXAlign​(XAlign xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withXAlign

        -
        public Placement withXAlign​(java.util.Optional<? extends XAlign> xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withXMargin

        -
        public Placement withXMargin​(java.lang.String xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withXMargin

        -
        public Placement withXMargin​(java.util.Optional<java.lang.String> xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withYAlign

        -
        public Placement withYAlign​(YAlign yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withYAlign

        -
        public Placement withYAlign​(java.util.Optional<? extends YAlign> yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withYMargin

        -
        public Placement withYMargin​(java.lang.String yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withYMargin

        -
        public Placement withYMargin​(java.util.Optional<java.lang.String> yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html deleted file mode 100644 index e32a69d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackId.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackId.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackId.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackId
    -
    -
    -
    public static final class PlaybackId.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public PlaybackId.Builder id​(java.lang.String id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public PlaybackId.Builder id​(java.util.Optional<java.lang.String> id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - - - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackId.Builder accessPolicy​(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public PlaybackId.Builder accessRestrictions​(PlaybackIdAccessRestrictions accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public PlaybackId.Builder accessRestrictions​(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html deleted file mode 100644 index a3a3240..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackId

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackId
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackId
    -extends java.lang.Object
    -
    PlaybackId - -

    A collection of Playback ID objects utilized for crafting HLS playback urls.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackId

        -
        public PlaybackId()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackIdAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public java.util.Optional<PlaybackIdAccessRestrictions> accessRestrictions()
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackId withId​(java.lang.String id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackId withId​(java.util.Optional<java.lang.String> id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackId withAccessPolicy​(PlaybackIdAccessPolicy accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackId withAccessPolicy​(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessRestrictions

        -
        public PlaybackId withAccessRestrictions​(PlaybackIdAccessRestrictions accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        withAccessRestrictions

        -
        public PlaybackId withAccessRestrictions​(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html deleted file mode 100644 index 60b2c0b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -PlaybackIdAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdAccessPolicy>
    -
    -
    -
    public enum PlaybackIdAccessPolicy
    -extends java.lang.Enum<PlaybackIdAccessPolicy>
    -
    PlaybackIdAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      DRM 
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<PlaybackIdAccessPolicy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static PlaybackIdAccessPolicyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static PlaybackIdAccessPolicy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdAccessPolicy c : PlaybackIdAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<PlaybackIdAccessPolicy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html deleted file mode 100644 index b472d23..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIdAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdAccessRestrictions
    -
    -
    -
    public static final class PlaybackIdAccessRestrictions.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html deleted file mode 100644 index d356aa9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PlaybackIdAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdAccessRestrictions
    -extends java.lang.Object
    -
    PlaybackIdAccessRestrictions - -

    Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdAccessRestrictions

        -
        public PlaybackIdAccessRestrictions​(java.util.Optional<? extends PlaybackIdDomains> domains,
        -                                    java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdAccessRestrictions

        -
        public PlaybackIdAccessRestrictions()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        domains

        -
        public java.util.Optional<PlaybackIdDomains> domains()
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - -
        -
      • -

        userAgents

        -
        public java.util.Optional<PlaybackIdUserAgents> userAgents()
        -
        Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
        -
      • -
      - - - - - - - -
        -
      • -

        withDomains

        -
        public PlaybackIdAccessRestrictions withDomains​(PlaybackIdDomains domains)
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - -
        -
      • -

        withDomains

        -
        public PlaybackIdAccessRestrictions withDomains​(java.util.Optional<? extends PlaybackIdDomains> domains)
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - - - - - -
        -
      • -

        withUserAgents

        -
        public PlaybackIdAccessRestrictions withUserAgents​(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
        -
        Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html deleted file mode 100644 index f166858..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackIdDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdDomains
    -
    -
    -
    public static final class PlaybackIdDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html deleted file mode 100644 index 0bcb58c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackIdDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdDomains
    -extends java.lang.Object
    -
    PlaybackIdDomains - -

    Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdDomains

        -
        public PlaybackIdDomains​(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy,
        -                         java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                         java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdDomains

        -
        public PlaybackIdDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<PlaybackIdDomainsDefaultPolicy> defaultPolicy()
        -
        This sets the default behavior for domain access (either "allow" or "deny").
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html deleted file mode 100644 index affebd0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdDomainsDefaultPolicy>
    -
    -
    -
    public enum PlaybackIdDomainsDefaultPolicy
    -extends java.lang.Enum<PlaybackIdDomainsDefaultPolicy>
    -
    PlaybackIdDomainsDefaultPolicy - -

    This sets the default behavior for domain access (either "allow" or "deny").

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ALLOW 
      DENY 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdDomainsDefaultPolicy c : PlaybackIdDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html deleted file mode 100644 index c9af544..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -PlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdRequest
    -
    -
    -
    public static final class PlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html deleted file mode 100644 index a056d5d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -PlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackIdRequest

        -
        public PlaybackIdRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackIdRequestAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdRequest withAccessPolicy​(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html deleted file mode 100644 index e5217bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdRequestAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdRequestAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdRequestAccessPolicy>
    -
    -
    -
    public enum PlaybackIdRequestAccessPolicy
    -extends java.lang.Enum<PlaybackIdRequestAccessPolicy>
    -
    PlaybackIdRequestAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdRequestAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdRequestAccessPolicy c : PlaybackIdRequestAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdRequestAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html deleted file mode 100644 index 7532e17..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -PlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdResponse
    -
    -
    -
    public static final class PlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html deleted file mode 100644 index a35d5b0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -PlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdResponse
    -extends java.lang.Object
    -
    PlaybackIdResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdResponse

        -
        public PlaybackIdResponse​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends PlaybackIdResponseData> data)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdResponse

        -
        public PlaybackIdResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public PlaybackIdResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public PlaybackIdResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html deleted file mode 100644 index 1581629..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIdResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdResponseData
    -
    -
    -
    public static final class PlaybackIdResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html deleted file mode 100644 index 5021e34..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -PlaybackIdResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdResponseData
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdResponseData

        -
        public PlaybackIdResponseData​(java.util.Optional<java.lang.String> id,
        -                              java.util.Optional<java.lang.String> accessPolicy)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdResponseData

        -
        public PlaybackIdResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<java.lang.String> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackIdResponseData withId​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackIdResponseData withId​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdResponseData withAccessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdResponseData withAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html deleted file mode 100644 index 47ec97d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackIdUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdUserAgents
    -
    -
    -
    public static final class PlaybackIdUserAgents.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html deleted file mode 100644 index b98099d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackIdUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdUserAgents
    -extends java.lang.Object
    -
    PlaybackIdUserAgents - -

    Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdUserAgents

        -
        public PlaybackIdUserAgents​(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy,
        -                            java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                            java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdUserAgents

        -
        public PlaybackIdUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
        -
        This sets the default behavior for user agent access (either "allow" or "deny").
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html deleted file mode 100644 index d9719b4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdUserAgentsDefaultPolicy>
    -
    -
    -
    public enum PlaybackIdUserAgentsDefaultPolicy
    -extends java.lang.Enum<PlaybackIdUserAgentsDefaultPolicy>
    -
    PlaybackIdUserAgentsDefaultPolicy - -

    This sets the default behavior for user agent access (either "allow" or "deny").

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ALLOW 
      DENY 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdUserAgentsDefaultPolicy c : PlaybackIdUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html deleted file mode 100644 index f036e26..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIds.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIds.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIds.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIds
    -
    -
    -
    public static final class PlaybackIds.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      PlaybackIds.BuilderaccessPolicy​(java.lang.String accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIds.BuilderaccessPolicy​(java.util.Optional<java.lang.String> accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdsbuild() 
      PlaybackIds.Builderid​(java.lang.String id) -
      Unique identifier for the playbackId
      -
      PlaybackIds.Builderid​(java.util.Optional<java.lang.String> id) -
      Unique identifier for the playbackId
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public PlaybackIds.Builder id​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        id

        -
        public PlaybackIds.Builder id​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackIds.Builder accessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackIds.Builder accessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html deleted file mode 100644 index a7c0121..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PlaybackIds (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIds

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIds
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIds
    -extends java.lang.Object
    -
    PlaybackIds - -

    A collection of Playback ID objects utilized for crafting HLS playback urls.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class PlaybackIds.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      PlaybackIds() 
      PlaybackIds​(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.String>accessPolicy() -
      Determines if access to the streamed content is kept private or available to all.
      -
      static PlaybackIds.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>id() -
      Unique identifier for the playbackId
      -
      java.lang.StringtoString() 
      PlaybackIdswithAccessPolicy​(java.lang.String accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdswithAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdswithId​(java.lang.String id) -
      Unique identifier for the playbackId
      -
      PlaybackIdswithId​(java.util.Optional<java.lang.String> id) -
      Unique identifier for the playbackId
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIds

        -
        public PlaybackIds​(java.util.Optional<java.lang.String> id,
        -                   java.util.Optional<java.lang.String> accessPolicy)
        -
      • -
      - - - -
        -
      • -

        PlaybackIds

        -
        public PlaybackIds()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<java.lang.String> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackIds withId​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackIds withId​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIds withAccessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIds withAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html deleted file mode 100644 index a21a9dd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -PlaybackSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackSettings
    -
    -
    -
    public static final class PlaybackSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html deleted file mode 100644 index c21a113..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -PlaybackSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackSettings
    -extends java.lang.Object
    -
    PlaybackSettings - -

    Displays the result of the playback settings.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackSettings

        -
        public PlaybackSettings()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackSettingsAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackSettings withAccessPolicy​(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html deleted file mode 100644 index 81f48f7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackSettingsAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackSettingsAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackSettingsAccessPolicy>
    -
    -
    -
    public enum PlaybackSettingsAccessPolicy
    -extends java.lang.Enum<PlaybackSettingsAccessPolicy>
    -
    PlaybackSettingsAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackSettingsAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackSettingsAccessPolicy c : PlaybackSettingsAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackSettingsAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html deleted file mode 100644 index 3484843..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - -Security.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Security.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Security
    -
    -
    -
    public static final class Security.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html deleted file mode 100644 index 7a80d36..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - -Security (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Security
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HasSecurity
    -
    -
    -
    public class Security
    -extends java.lang.Object
    -implements HasSecurity
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Security.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Security​(java.lang.String username, - java.lang.String password) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Security

        -
        public Security​(java.lang.String username,
        -                java.lang.String password)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        username

        -
        public java.lang.String username()
        -
      • -
      - - - -
        -
      • -

        password

        -
        public java.lang.String password()
        -
      • -
      - - - - - - - -
        -
      • -

        withUsername

        -
        public Security withUsername​(java.lang.String username)
        -
      • -
      - - - -
        -
      • -

        withPassword

        -
        public Security withPassword​(java.lang.String password)
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html deleted file mode 100644 index 533b84a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Segment1.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment1.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment1.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Segment1
    -
    -
    -
    public static final class Segment1.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Segment1build() 
      Segment1.BuilderinsertAt​(long insertAt) -
      The timestamp at which the segment should be inserted.
      -
      Segment1.Builderurl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public Segment1.Builder url​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAt

        -
        public Segment1.Builder insertAt​(long insertAt)
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Segment1 build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html deleted file mode 100644 index 828d3fd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -Segment1 (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment1

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment1
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Segment1
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Segment1.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Segment1​(java.lang.String url, - long insertAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Segment1.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      longinsertAt() -
      The timestamp at which the segment should be inserted.
      -
      java.lang.StringtoString() 
      java.lang.Stringurl() -
      URL of the segment to be added.
      -
      Segment1withInsertAt​(long insertAt) -
      The timestamp at which the segment should be inserted.
      -
      Segment1withUrl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Segment1

        -
        public Segment1​(java.lang.String url,
        -                long insertAt)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAt

        -
        public long insertAt()
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public Segment1 withUrl​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        withInsertAt

        -
        public Segment1 withInsertAt​(long insertAt)
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html deleted file mode 100644 index 2a9128c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Segment2.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment2.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment2.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Segment2
    -
    -
    -
    public static final class Segment2.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Segment2build() 
      Segment2.BuilderinsertAtEnd​(boolean insertAtEnd) -
      Flag indicating the segment should be inserted at the end.
      -
      Segment2.Builderurl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public Segment2.Builder url​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAtEnd

        -
        public Segment2.Builder insertAtEnd​(boolean insertAtEnd)
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Segment2 build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html deleted file mode 100644 index 5bca976..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -Segment2 (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment2

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment2
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Segment2
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Segment2.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Segment2​(java.lang.String url, - boolean insertAtEnd) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Segment2.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      booleaninsertAtEnd() -
      Flag indicating the segment should be inserted at the end.
      -
      java.lang.StringtoString() 
      java.lang.Stringurl() -
      URL of the segment to be added.
      -
      Segment2withInsertAtEnd​(boolean insertAtEnd) -
      Flag indicating the segment should be inserted at the end.
      -
      Segment2withUrl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Segment2

        -
        public Segment2​(java.lang.String url,
        -                boolean insertAtEnd)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAtEnd

        -
        public boolean insertAtEnd()
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public Segment2 withUrl​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        withInsertAtEnd

        -
        public Segment2 withInsertAtEnd​(boolean insertAtEnd)
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html deleted file mode 100644 index 732ad5f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -SegmentUnion._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SegmentUnion._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    SegmentUnion
    -
    -
    -
    public static final class SegmentUnion._Deserializer
    -extends OneOfDeserializer<SegmentUnion>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html deleted file mode 100644 index 7f510bf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -SegmentUnion (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SegmentUnion

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SegmentUnion
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SegmentUnion
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static SegmentUnionof​(Segment1 value) 
      static SegmentUnionof​(Segment2 value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.Segment1 - io.fastpix.sdk.models.components.Segment2 -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.Segment1
        • -
        • io.fastpix.sdk.models.components.Segment2
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html deleted file mode 100644 index 835577f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastRequest
    -
    -
    -
    public static final class SimulcastRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SimulcastRequestbuild() 
      SimulcastRequest.BuilderstreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequest.BuilderstreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequest.Builderurl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequest.Builderurl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public SimulcastRequest.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastRequest.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastRequest.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastRequest.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html deleted file mode 100644 index 826cebf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -SimulcastRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class SimulcastRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SimulcastRequest() 
      SimulcastRequest​(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequestwithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequestwithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequestwithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequestwithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastRequest

        -
        public SimulcastRequest​(java.util.Optional<java.lang.String> url,
        -                        java.util.Optional<java.lang.String> streamKey)
        -
      • -
      - - - -
        -
      • -

        SimulcastRequest

        -
        public SimulcastRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public SimulcastRequest withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastRequest withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastRequest withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastRequest withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html deleted file mode 100644 index f58248b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponse
    -
    -
    -
    public static final class SimulcastResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html deleted file mode 100644 index fd85b13..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -SimulcastResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponse
    -extends java.lang.Object
    -
    SimulcastResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponse

        -
        public SimulcastResponse​(java.util.Optional<java.lang.Boolean> success,
        -                         java.util.Optional<? extends SimulcastResponseData> data)
        -
      • -
      - - - -
        -
      • -

        SimulcastResponse

        -
        public SimulcastResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<SimulcastResponseData> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html deleted file mode 100644 index 972be80..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -SimulcastResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponseData
    -
    -
    -
    public static final class SimulcastResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastResponseData.Builder simulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastResponseData.Builder simulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastResponseData.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastResponseData.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastResponseData.Builder isEnabled​(boolean isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastResponseData.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastResponseData.Builder metadata​(SimulcastResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastResponseData.Builder metadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html deleted file mode 100644 index 5ae931d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html +++ /dev/null @@ -1,660 +0,0 @@ - - - - - -SimulcastResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponseData
    -extends java.lang.Object
    -
    SimulcastResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SimulcastResponseData() 
      SimulcastResponseData​(java.util.Optional<java.lang.String> simulcastId, - java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.Boolean> isEnabled, - java.util.Optional<? extends SimulcastResponseMetadata> metadata) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastResponseData.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Boolean>isEnabled() -
      When the value is true, the simulcast will be enabled for the given stream
      -
      java.util.Optional<SimulcastResponseMetadata>metadata() -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      java.util.Optional<java.lang.String>simulcastId() -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastResponseDatawithIsEnabled​(boolean isEnabled) -
      When the value is true, the simulcast will be enabled for the given stream
      -
      SimulcastResponseDatawithIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled) -
      When the value is true, the simulcast will be enabled for the given stream
      -
      SimulcastResponseDatawithMetadata​(SimulcastResponseMetadata metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastResponseDatawithMetadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastResponseDatawithSimulcastId​(java.lang.String simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastResponseDatawithSimulcastId​(java.util.Optional<java.lang.String> simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastResponseDatawithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastResponseDatawithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponseData

        -
        public SimulcastResponseData​(java.util.Optional<java.lang.String> simulcastId,
        -                             java.util.Optional<java.lang.String> url,
        -                             java.util.Optional<java.lang.String> streamKey,
        -                             java.util.Optional<java.lang.Boolean> isEnabled,
        -                             java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastResponseData

        -
        public SimulcastResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public java.util.Optional<java.lang.String> simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastResponseMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastResponseData withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastResponseData withSimulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastResponseData withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastResponseData withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastResponseData withIsEnabled​(boolean isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastResponseData withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastResponseData withMetadata​(SimulcastResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastResponseData withMetadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html deleted file mode 100644 index 2d3261a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponseMetadata
    -
    -
    -
    public static final class SimulcastResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html deleted file mode 100644 index 16b76c3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponseMetadata
    -extends java.lang.Object
    -
    SimulcastResponseMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponseMetadata

        -
        public SimulcastResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html deleted file mode 100644 index 7743c34..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUpdateRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateRequest
    -
    -
    -
    public static final class SimulcastUpdateRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateRequest.Builder isEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateRequest.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateRequest.Builder metadata​(SimulcastUpdateRequestMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateRequest.Builder metadata​(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html deleted file mode 100644 index d4400db..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -SimulcastUpdateRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateRequest

        -
        public SimulcastUpdateRequest​(java.util.Optional<java.lang.Boolean> isEnabled,
        -                              java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateRequest

        -
        public SimulcastUpdateRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastUpdateRequestMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateRequest withIsEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateRequest withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateRequest withMetadata​(SimulcastUpdateRequestMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateRequest withMetadata​(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html deleted file mode 100644 index 2a80dce..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastUpdateRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateRequestMetadata
    -
    -
    -
    public static final class SimulcastUpdateRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html deleted file mode 100644 index e69f6cc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastUpdateRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateRequestMetadata
    -extends java.lang.Object
    -
    SimulcastUpdateRequestMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateRequestMetadata

        -
        public SimulcastUpdateRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html deleted file mode 100644 index 29e04bd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUpdateResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponse
    -
    -
    -
    public static final class SimulcastUpdateResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html deleted file mode 100644 index b745079..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -SimulcastUpdateResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponse
    -extends java.lang.Object
    -
    SimulcastUpdateResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponse

        -
        public SimulcastUpdateResponse​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends SimulcastUpdateResponseData> data)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateResponse

        -
        public SimulcastUpdateResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUpdateResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUpdateResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html deleted file mode 100644 index 3c9c523..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -SimulcastUpdateResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponseData
    -
    -
    -
    public static final class SimulcastUpdateResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastUpdateResponseData.Builder simulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastUpdateResponseData.Builder simulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastUpdateResponseData.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastUpdateResponseData.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastUpdateResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastUpdateResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateResponseData.Builder isEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateResponseData.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - - - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateResponseData.Builder metadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html deleted file mode 100644 index cc05689..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html +++ /dev/null @@ -1,660 +0,0 @@ - - - - - -SimulcastUpdateResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponseData
    -extends java.lang.Object
    -
    SimulcastUpdateResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastUpdateResponseData.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Boolean>isEnabled() -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      java.util.Optional<SimulcastUpdateResponseMetadata>metadata() -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      java.util.Optional<java.lang.String>simulcastId() -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastUpdateResponseDatawithIsEnabled​(boolean isEnabled) -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      SimulcastUpdateResponseDatawithIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled) -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      SimulcastUpdateResponseDatawithMetadata​(SimulcastUpdateResponseMetadata metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastUpdateResponseDatawithMetadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastUpdateResponseDatawithSimulcastId​(java.lang.String simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastUpdateResponseDatawithSimulcastId​(java.util.Optional<java.lang.String> simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastUpdateResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastUpdateResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastUpdateResponseDatawithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastUpdateResponseDatawithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponseData

        -
        public SimulcastUpdateResponseData​(java.util.Optional<java.lang.String> simulcastId,
        -                                   java.util.Optional<java.lang.String> url,
        -                                   java.util.Optional<java.lang.String> streamKey,
        -                                   java.util.Optional<java.lang.Boolean> isEnabled,
        -                                   java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateResponseData

        -
        public SimulcastUpdateResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public java.util.Optional<java.lang.String> simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastUpdateResponseMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastUpdateResponseData withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastUpdateResponseData withSimulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastUpdateResponseData withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastUpdateResponseData withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastUpdateResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastUpdateResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateResponseData withIsEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateResponseData withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateResponseData withMetadata​(SimulcastUpdateResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateResponseData withMetadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html deleted file mode 100644 index f20912c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastUpdateResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponseMetadata
    -
    -
    -
    public static final class SimulcastUpdateResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html deleted file mode 100644 index c690084..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastUpdateResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponseMetadata
    -extends java.lang.Object
    -
    SimulcastUpdateResponseMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponseMetadata

        -
        public SimulcastUpdateResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html deleted file mode 100644 index 98a24e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -SimulcastdeleteResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastdeleteResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastdeleteResponse
    -
    -
    -
    public static final class SimulcastdeleteResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html deleted file mode 100644 index eb20072..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -SimulcastdeleteResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastdeleteResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastdeleteResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastdeleteResponse
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastdeleteResponse

        -
        public SimulcastdeleteResponse​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        SimulcastdeleteResponse

        -
        public SimulcastdeleteResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastdeleteResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastdeleteResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html deleted file mode 100644 index 33f5ac5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -SourceResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum SourceResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<SourceResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.SourceResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<SourceResolution>
    -
    -
    -
    public enum SourceResolution
    -extends java.lang.Enum<SourceResolution>
    -
    SourceResolution - -

    The actual resolution of the uploaded media. This represents the native quality of the source media.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final SourceResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final SourceResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final SourceResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final SourceResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final SourceResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final SourceResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static SourceResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (SourceResolution c : SourceResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static SourceResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<SourceResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html deleted file mode 100644 index 7b2ef29..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Subtitle.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitle.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Subtitle.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Subtitle
    -
    -
    -
    public static final class Subtitle.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public Subtitle.Builder languageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public Subtitle.Builder languageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Subtitle.Builder metadata​(SubtitleMetadata metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Subtitle.Builder metadata​(java.util.Optional<? extends SubtitleMetadata> metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitle.Builder languageCode​(CreateMediaRequestLanguageCode languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitle.Builder languageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Subtitle build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html deleted file mode 100644 index f358bf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Subtitle (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitle

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Subtitle
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Subtitle
    -extends java.lang.Object
    -
    Subtitle - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Subtitle.Builder 
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Subtitle.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<CreateMediaRequestLanguageCode>languageCode() -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      java.util.Optional<java.lang.String>languageName() -
      Name of the language in which the subtitles will be generated.
      -
      java.util.Optional<SubtitleMetadata>metadata() -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      java.lang.StringtoString() 
      SubtitlewithLanguageCode​(CreateMediaRequestLanguageCode languageCode) -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      SubtitlewithLanguageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode) -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      SubtitlewithLanguageName​(java.lang.String languageName) -
      Name of the language in which the subtitles will be generated.
      -
      SubtitlewithLanguageName​(java.util.Optional<java.lang.String> languageName) -
      Name of the language in which the subtitles will be generated.
      -
      SubtitlewithMetadata​(SubtitleMetadata metadata) -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      SubtitlewithMetadata​(java.util.Optional<? extends SubtitleMetadata> metadata) -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        Subtitle

        -
        public Subtitle()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public java.util.Optional<java.lang.String> languageName()
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SubtitleMetadata> metadata()
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public java.util.Optional<CreateMediaRequestLanguageCode> languageCode()
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - - - - - -
        -
      • -

        withLanguageName

        -
        public Subtitle withLanguageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public Subtitle withLanguageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitle withMetadata​(SubtitleMetadata metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitle withMetadata​(java.util.Optional<? extends SubtitleMetadata> metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitle withLanguageCode​(CreateMediaRequestLanguageCode languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitle withLanguageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html deleted file mode 100644 index 23a0692..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SubtitleInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitleInput
    -
    -
    -
    public static final class SubtitleInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html deleted file mode 100644 index 5f1ad14..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - -SubtitleInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitleInput
    -extends java.lang.Object
    -
    SubtitleInput - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitleInput

        -
        public SubtitleInput​(java.lang.String type,
        -                     java.lang.String url,
        -                     java.lang.String languageName,
        -                     SubtitleInputLanguageCode languageCode)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        The direct URL of the subtitle file.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public java.lang.String languageName()
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public SubtitleInputLanguageCode languageCode()
        -
        The BCP 47 language code representing the language of the generated track.
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public SubtitleInput withType​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SubtitleInput withUrl​(java.lang.String url)
        -
        The direct URL of the subtitle file.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public SubtitleInput withLanguageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html deleted file mode 100644 index e81ab2d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html +++ /dev/null @@ -1,1122 +0,0 @@ - - - - - -SubtitleInputLanguageCode (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum SubtitleInputLanguageCode

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<SubtitleInputLanguageCode>
    -
    -
    -
    public enum SubtitleInputLanguageCode
    -extends java.lang.Enum<SubtitleInputLanguageCode>
    -
    SubtitleInputLanguageCode - -

    The BCP 47 language code representing the language of the generated track.

    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html deleted file mode 100644 index 58744a5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SubtitleMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitleMetadata
    -
    -
    -
    public static final class SubtitleMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SubtitleMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html deleted file mode 100644 index 4d0a6b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SubtitleMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitleMetadata
    -extends java.lang.Object
    -
    SubtitleMetadata - -

    You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitleMetadata

        -
        public SubtitleMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html deleted file mode 100644 index 067616b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -Summary.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Summary.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Summary
    -
    -
    -
    public static final class Summary.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Summarybuild() 
      Summary.Buildergenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.BuildersummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      Summary.BuildersummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Summary build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html deleted file mode 100644 index 53807fd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - -Summary (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Summary
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Summary
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Summary.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Summary​(boolean generate) 
      Summary​(boolean generate, - java.util.Optional<java.lang.Long> summaryLength) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Summary.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      booleangenerate() -
      Enable or disable the summary feature for the media.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>summaryLength() -
      Specifies the desired word count for the generated summary.
      -
      java.lang.StringtoString() 
      SummarywithGenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithSummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      SummarywithSummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Summary

        -
        public Summary​(boolean generate,
        -               java.util.Optional<java.lang.Long> summaryLength)
        -
      • -
      - - - -
        -
      • -

        Summary

        -
        public Summary​(boolean generate)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public boolean generate()
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public java.util.Optional<java.lang.Long> summaryLength()
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - - - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html deleted file mode 100644 index dfbb380..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html +++ /dev/null @@ -1,455 +0,0 @@ - - - - - -Track.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Track.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Track.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Track
    -
    -
    -
    public static final class Track.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Trackbuild() 
      Track.BuilderclosedCaptions​(boolean closedCaptions) -
      Indicates if the track contains closed captions.
      -
      Track.BuilderclosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions) -
      Indicates if the track contains closed captions.
      -
      Track.BuilderframeRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Track.BuilderframeRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Track.Builderheight​(double height) -
      Track height denotes the range of height applicable to a specific track.
      -
      Track.Builderheight​(java.util.Optional<java.lang.Double> height) -
      Track height denotes the range of height applicable to a specific track.
      -
      Track.Builderid​(java.lang.String id) -
      FastPix generates a unique identifier for each track.
      -
      Track.Builderid​(java.util.Optional<java.lang.String> id) -
      FastPix generates a unique identifier for each track.
      -
      Track.Buildertype​(java.lang.String type) -
      Defines the type of input.
      -
      Track.Builderwidth​(double width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      Track.Builderwidth​(java.util.Optional<java.lang.Double> width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public Track.Builder id​(java.lang.String id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Track.Builder id​(java.util.Optional<java.lang.String> id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public Track.Builder type​(java.lang.String type)
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        width

        -
        public Track.Builder width​(double width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        width

        -
        public Track.Builder width​(java.util.Optional<java.lang.Double> width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        height

        -
        public Track.Builder height​(double height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        height

        -
        public Track.Builder height​(java.util.Optional<java.lang.Double> height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Track.Builder frameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Track.Builder frameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public Track.Builder closedCaptions​(boolean closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public Track.Builder closedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Track build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html deleted file mode 100644 index a004983..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html +++ /dev/null @@ -1,696 +0,0 @@ - - - - - -Track (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Track

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Track
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Track
    -extends java.lang.Object
    -
    Track - -

    A media consists of different media tracks, like video, audio, and subtitle, all combined.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Track.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Track​(java.lang.String type) 
      Track​(java.util.Optional<java.lang.String> id, - java.lang.String type, - java.util.Optional<java.lang.Double> width, - java.util.Optional<java.lang.Double> height, - java.util.Optional<java.lang.String> frameRate, - java.util.Optional<java.lang.Boolean> closedCaptions) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Track.Builderbuilder() 
      java.util.Optional<java.lang.Boolean>closedCaptions() -
      Indicates if the track contains closed captions.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>frameRate() -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      inthashCode() 
      java.util.Optional<java.lang.Double>height() -
      Track height denotes the range of height applicable to a specific track.
      -
      java.util.Optional<java.lang.String>id() -
      FastPix generates a unique identifier for each track.
      -
      java.lang.StringtoString() 
      java.lang.Stringtype() -
      Defines the type of input.
      -
      java.util.Optional<java.lang.Double>width() -
      Track width denotes the range of widths applicable to a specific track.
      -
      TrackwithClosedCaptions​(boolean closedCaptions) -
      Indicates if the track contains closed captions.
      -
      TrackwithClosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions) -
      Indicates if the track contains closed captions.
      -
      TrackwithFrameRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      TrackwithFrameRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      TrackwithHeight​(double height) -
      Track height denotes the range of height applicable to a specific track.
      -
      TrackwithHeight​(java.util.Optional<java.lang.Double> height) -
      Track height denotes the range of height applicable to a specific track.
      -
      TrackwithId​(java.lang.String id) -
      FastPix generates a unique identifier for each track.
      -
      TrackwithId​(java.util.Optional<java.lang.String> id) -
      FastPix generates a unique identifier for each track.
      -
      TrackwithType​(java.lang.String type) -
      Defines the type of input.
      -
      TrackwithWidth​(double width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      TrackwithWidth​(java.util.Optional<java.lang.Double> width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Track

        -
        public Track​(java.util.Optional<java.lang.String> id,
        -             java.lang.String type,
        -             java.util.Optional<java.lang.Double> width,
        -             java.util.Optional<java.lang.Double> height,
        -             java.util.Optional<java.lang.String> frameRate,
        -             java.util.Optional<java.lang.Boolean> closedCaptions)
        -
      • -
      - - - -
        -
      • -

        Track

        -
        public Track​(java.lang.String type)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        width

        -
        public java.util.Optional<java.lang.Double> width()
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        height

        -
        public java.util.Optional<java.lang.Double> height()
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public java.util.Optional<java.lang.String> frameRate()
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public java.util.Optional<java.lang.Boolean> closedCaptions()
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public Track withId​(java.lang.String id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Track withId​(java.util.Optional<java.lang.String> id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        withType

        -
        public Track withType​(java.lang.String type)
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public Track withWidth​(double width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public Track withWidth​(java.util.Optional<java.lang.Double> width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public Track withHeight​(double height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public Track withHeight​(java.util.Optional<java.lang.Double> height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Track withFrameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Track withFrameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withClosedCaptions

        -
        public Track withClosedCaptions​(boolean closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        withClosedCaptions

        -
        public Track withClosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html deleted file mode 100644 index c1725e7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html +++ /dev/null @@ -1,506 +0,0 @@ - - - - - -VideoInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class VideoInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.VideoInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    VideoInput
    -
    -
    -
    public static final class VideoInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      VideoInputbuild() 
      VideoInput.BuilderendTime​(double endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInput.BuilderendTime​(java.util.Optional<java.lang.Double> endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInput.BuilderexpungeSegments​(java.util.List<java.lang.String> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInput.BuilderexpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInput.BuilderintroUrl​(java.lang.String introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInput.BuilderintroUrl​(java.util.Optional<java.lang.String> introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInput.BuilderoutroUrl​(java.lang.String outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInput.BuilderoutroUrl​(java.util.Optional<java.lang.String> outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInput.Buildersegments​(java.util.List<SegmentUnion> segments) -
      A list of media segments to be added or processed.
      -
      VideoInput.Buildersegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) -
      A list of media segments to be added or processed.
      -
      VideoInput.BuilderstartTime​(double startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInput.BuilderstartTime​(java.util.Optional<java.lang.Double> startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInput.Buildertype​(java.lang.String type) -
      Defines the type of input.
      -
      VideoInput.Builderurl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public VideoInput.Builder type​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public VideoInput.Builder url​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public VideoInput.Builder startTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public VideoInput.Builder startTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public VideoInput.Builder endTime​(double endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public VideoInput.Builder endTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public VideoInput.Builder introUrl​(java.lang.String introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public VideoInput.Builder introUrl​(java.util.Optional<java.lang.String> introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public VideoInput.Builder outroUrl​(java.lang.String outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public VideoInput.Builder outroUrl​(java.util.Optional<java.lang.String> outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public VideoInput.Builder expungeSegments​(java.util.List<java.lang.String> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public VideoInput.Builder expungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public VideoInput.Builder segments​(java.util.List<SegmentUnion> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public VideoInput.Builder segments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html deleted file mode 100644 index 1b3f321..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html +++ /dev/null @@ -1,784 +0,0 @@ - - - - - -VideoInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class VideoInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.VideoInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class VideoInput
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class VideoInput.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      VideoInput​(java.lang.String type, - java.lang.String url) 
      VideoInput​(java.lang.String type, - java.lang.String url, - java.util.Optional<java.lang.Double> startTime, - java.util.Optional<java.lang.Double> endTime, - java.util.Optional<java.lang.String> introUrl, - java.util.Optional<java.lang.String> outroUrl, - java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments, - java.util.Optional<? extends java.util.List<SegmentUnion>> segments) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static VideoInput.Builderbuilder() 
      java.util.Optional<java.lang.Double>endTime() -
      End time indicates where encoding should end within the video file.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.util.List<java.lang.String>>expungeSegments() -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>introUrl() -
      The url of the intro video which is to be added at the start of the video.
      -
      java.util.Optional<java.lang.String>outroUrl() -
      The url of the outro video which is to be added at the end of the video.
      -
      java.util.Optional<java.util.List<SegmentUnion>>segments() -
      A list of media segments to be added or processed.
      -
      java.util.Optional<java.lang.Double>startTime() -
      Start time indicates where encoding should begin within the video file.
      -
      java.lang.StringtoString() 
      java.lang.Stringtype() -
      Defines the type of input.
      -
      java.lang.Stringurl() -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      VideoInputwithEndTime​(double endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInputwithEndTime​(java.util.Optional<java.lang.Double> endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInputwithExpungeSegments​(java.util.List<java.lang.String> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInputwithExpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInputwithIntroUrl​(java.lang.String introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInputwithIntroUrl​(java.util.Optional<java.lang.String> introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInputwithOutroUrl​(java.lang.String outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInputwithOutroUrl​(java.util.Optional<java.lang.String> outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInputwithSegments​(java.util.List<SegmentUnion> segments) -
      A list of media segments to be added or processed.
      -
      VideoInputwithSegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) -
      A list of media segments to be added or processed.
      -
      VideoInputwithStartTime​(double startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInputwithStartTime​(java.util.Optional<java.lang.Double> startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInputwithType​(java.lang.String type) -
      Defines the type of input.
      -
      VideoInputwithUrl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        VideoInput

        -
        public VideoInput​(java.lang.String type,
        -                  java.lang.String url,
        -                  java.util.Optional<java.lang.Double> startTime,
        -                  java.util.Optional<java.lang.Double> endTime,
        -                  java.util.Optional<java.lang.String> introUrl,
        -                  java.util.Optional<java.lang.String> outroUrl,
        -                  java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments,
        -                  java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
      • -
      - - - -
        -
      • -

        VideoInput

        -
        public VideoInput​(java.lang.String type,
        -                  java.lang.String url)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Double> startTime()
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Double> endTime()
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public java.util.Optional<java.lang.String> introUrl()
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public java.util.Optional<java.lang.String> outroUrl()
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public java.util.Optional<java.util.List<java.lang.String>> expungeSegments()
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public java.util.Optional<java.util.List<SegmentUnion>> segments()
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public VideoInput withType​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public VideoInput withUrl​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public VideoInput withStartTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public VideoInput withStartTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public VideoInput withEndTime​(double endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public VideoInput withEndTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withIntroUrl

        -
        public VideoInput withIntroUrl​(java.lang.String introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        withIntroUrl

        -
        public VideoInput withIntroUrl​(java.util.Optional<java.lang.String> introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        withOutroUrl

        -
        public VideoInput withOutroUrl​(java.lang.String outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        withOutroUrl

        -
        public VideoInput withOutroUrl​(java.util.Optional<java.lang.String> outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        withExpungeSegments

        -
        public VideoInput withExpungeSegments​(java.util.List<java.lang.String> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        withExpungeSegments

        -
        public VideoInput withExpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        withSegments

        -
        public VideoInput withSegments​(java.util.List<SegmentUnion> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        withSegments

        -
        public VideoInput withSegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html deleted file mode 100644 index d88f9b5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - -WatermarkInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class WatermarkInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.WatermarkInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    WatermarkInput
    -
    -
    -
    public static final class WatermarkInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html deleted file mode 100644 index 7ef7e4a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html +++ /dev/null @@ -1,701 +0,0 @@ - - - - - -WatermarkInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class WatermarkInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.WatermarkInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class WatermarkInput
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WatermarkInput

        -
        public WatermarkInput​(java.util.Optional<? extends WatermarkInputType> type,
        -                      java.util.Optional<java.lang.String> url,
        -                      java.util.Optional<? extends Placement> placement,
        -                      java.util.Optional<java.lang.String> width,
        -                      java.util.Optional<java.lang.String> height,
        -                      java.util.Optional<java.lang.String> opacity)
        -
      • -
      - - - -
        -
      • -

        WatermarkInput

        -
        public WatermarkInput()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.util.Optional<WatermarkInputType> type()
        -
        Type of overlay (currently only supports 'watermark').
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        URL of the watermark image.
        -
      • -
      - - - -
        -
      • -

        placement

        -
        public java.util.Optional<Placement> placement()
        -
      • -
      - - - -
        -
      • -

        width

        -
        public java.util.Optional<java.lang.String> width()
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        height

        -
        public java.util.Optional<java.lang.String> height()
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        opacity

        -
        public java.util.Optional<java.lang.String> opacity()
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withType

        -
        public WatermarkInput withType​(java.util.Optional<? extends WatermarkInputType> type)
        -
        Type of overlay (currently only supports 'watermark').
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public WatermarkInput withUrl​(java.lang.String url)
        -
        URL of the watermark image.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public WatermarkInput withUrl​(java.util.Optional<java.lang.String> url)
        -
        URL of the watermark image.
        -
      • -
      - - - - - - - -
        -
      • -

        withPlacement

        -
        public WatermarkInput withPlacement​(java.util.Optional<? extends Placement> placement)
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public WatermarkInput withWidth​(java.lang.String width)
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public WatermarkInput withWidth​(java.util.Optional<java.lang.String> width)
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public WatermarkInput withHeight​(java.lang.String height)
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public WatermarkInput withHeight​(java.util.Optional<java.lang.String> height)
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withOpacity

        -
        public WatermarkInput withOpacity​(java.lang.String opacity)
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - -
        -
      • -

        withOpacity

        -
        public WatermarkInput withOpacity​(java.util.Optional<java.lang.String> opacity)
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html deleted file mode 100644 index cee89c6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -WatermarkInputType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum WatermarkInputType

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<WatermarkInputType>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.WatermarkInputType
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<WatermarkInputType>
    -
    -
    -
    public enum WatermarkInputType
    -extends java.lang.Enum<WatermarkInputType>
    -
    WatermarkInputType - -

    Type of overlay (currently only supports 'watermark').

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      WATERMARK 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<WatermarkInputType>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static WatermarkInputTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static WatermarkInputType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static WatermarkInputType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (WatermarkInputType c : WatermarkInputType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static WatermarkInputType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<WatermarkInputType> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html b/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html deleted file mode 100644 index 74befa1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -XAlign (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum XAlign

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<XAlign>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.XAlign
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<XAlign>
    -
    -
    -
    public enum XAlign
    -extends java.lang.Enum<XAlign>
    -
    XAlign - -

    Horizontal alignment of the watermark.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      CENTER 
      LEFT 
      RIGHT 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<XAlign>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static XAlignvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static XAlign[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        LEFT

        -
        public static final XAlign LEFT
        -
      • -
      - - - -
        -
      • -

        CENTER

        -
        public static final XAlign CENTER
        -
      • -
      - - - -
        -
      • -

        RIGHT

        -
        public static final XAlign RIGHT
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static XAlign[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (XAlign c : XAlign.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static XAlign valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<XAlign> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html b/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html deleted file mode 100644 index 66137c5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -YAlign (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum YAlign

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<YAlign>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.YAlign
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<YAlign>
    -
    -
    -
    public enum YAlign
    -extends java.lang.Enum<YAlign>
    -
    YAlign - -

    Vertical alignment of the watermark.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      BOTTOM 
      MIDDLE 
      TOP 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<YAlign>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static YAlignvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static YAlign[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TOP

        -
        public static final YAlign TOP
        -
      • -
      - - - -
        -
      • -

        MIDDLE

        -
        public static final YAlign MIDDLE
        -
      • -
      - - - -
        -
      • -

        BOTTOM

        -
        public static final YAlign BOTTOM
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static YAlign[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (YAlign c : YAlign.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static YAlign valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<YAlign> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html deleted file mode 100644 index c983dc6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html +++ /dev/null @@ -1,895 +0,0 @@ - - - - - -io.fastpix.sdk.models.components (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.components

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html deleted file mode 100644 index 273b54e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -io.fastpix.sdk.models.components Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.components

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html deleted file mode 100644 index 4d813e8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - -APIException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class APIException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.models.errors.APIException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class APIException
    -extends java.lang.Exception
    -
    Thrown by a service call when an error response occurs. Contains details about the response.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      APIException​(java.net.http.HttpResponse<java.io.InputStream> rawResponse, - int code, - java.lang.String message, - byte[] body) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      byte[]body() 
      intcode() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.Stringmessage() 
      java.net.http.HttpResponse<java.io.InputStream>rawResponse() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        APIException

        -
        public APIException​(java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                    int code,
        -                    java.lang.String message,
        -                    byte[] body)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
      • -
      - - - -
        -
      • -

        code

        -
        public int code()
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.lang.String message()
        -
      • -
      - - - -
        -
      • -

        body

        -
        public byte[] body()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html deleted file mode 100644 index 18b99be..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - -AuthException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class AuthException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.AuthException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class AuthException
    -extends java.lang.RuntimeException
    -
    An exception associated with Authentication or Authorization.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AuthException​(int statusCode, - java.lang.String message) 
      AuthException​(java.lang.String message) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.Integer>statusCode() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AuthException

        -
        public AuthException​(int statusCode,
        -                     java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        AuthException

        -
        public AuthException​(java.lang.String message)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        statusCode

        -
        public java.util.Optional<java.lang.Integer> statusCode()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html deleted file mode 100644 index 3fd8052..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -BadRequestError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BadRequestError
    -
    -
    -
    public static final class BadRequestError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public BadRequestError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public BadRequestError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public BadRequestError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public BadRequestError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public BadRequestError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public BadRequestError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html deleted file mode 100644 index 78eeb06..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -BadRequestError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BadRequestError
    -extends java.lang.Object
    -
    BadRequestError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class BadRequestError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BadRequestError() 
      BadRequestError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static BadRequestError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      BadRequestErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      BadRequestErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      BadRequestErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      BadRequestErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      BadRequestErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      BadRequestErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BadRequestError

        -
        public BadRequestError​(java.util.Optional<java.lang.Double> code,
        -                       java.util.Optional<java.lang.String> message,
        -                       java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        BadRequestError

        -
        public BadRequestError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public BadRequestError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public BadRequestError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public BadRequestError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public BadRequestError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public BadRequestError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public BadRequestError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html deleted file mode 100644 index 7a9b8bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -BadRequestException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BadRequestException
    -
    -
    -
    public static final class BadRequestException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html deleted file mode 100644 index 405fbed..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -BadRequestException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.BadRequestException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class BadRequestException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static BadRequestException.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<BadRequestError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      BadRequestExceptionwithError​(BadRequestError error) -
      Displays details about the reasons behind the request's failure.
      -
      BadRequestExceptionwithError​(java.util.Optional<? extends BadRequestError> error) -
      Displays details about the reasons behind the request's failure.
      -
      BadRequestExceptionwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      BadRequestExceptionwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BadRequestException

        -
        public BadRequestException​(java.util.Optional<java.lang.Boolean> success,
        -                           java.util.Optional<? extends BadRequestError> error)
        -
      • -
      - - - -
        -
      • -

        BadRequestException

        -
        public BadRequestException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<BadRequestError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public BadRequestException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public BadRequestException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public BadRequestException withError​(java.util.Optional<? extends BadRequestError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html deleted file mode 100644 index 451b48e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -Field.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Field.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.Field.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Field
    -
    -
    -
    public static final class Field.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Fieldbuild() 
      Field.Builderfield​(java.lang.String field) -
      Displays the specific field associated with the error.
      -
      Field.Builderfield​(java.util.Optional<java.lang.String> field) -
      Displays the specific field associated with the error.
      -
      Field.Buildermessage​(java.lang.String message) -
      A descriptive message providing more details for the error
      -
      Field.Buildermessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        field

        -
        public Field.Builder field​(java.lang.String field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        field

        -
        public Field.Builder field​(java.util.Optional<java.lang.String> field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public Field.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        message

        -
        public Field.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Field build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html deleted file mode 100644 index 7d1c2e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -Field (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Field

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.Field
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Field
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Field.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Field() 
      Field​(java.util.Optional<java.lang.String> field, - java.util.Optional<java.lang.String> message) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Field.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>field() -
      Displays the specific field associated with the error.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error
      -
      java.lang.StringtoString() 
      FieldwithField​(java.lang.String field) -
      Displays the specific field associated with the error.
      -
      FieldwithField​(java.util.Optional<java.lang.String> field) -
      Displays the specific field associated with the error.
      -
      FieldwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error
      -
      FieldwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Field

        -
        public Field​(java.util.Optional<java.lang.String> field,
        -             java.util.Optional<java.lang.String> message)
        -
      • -
      - - - -
        -
      • -

        Field

        -
        public Field()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        field

        -
        public java.util.Optional<java.lang.String> field()
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - - - - - -
        -
      • -

        withField

        -
        public Field withField​(java.lang.String field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        withField

        -
        public Field withField​(java.util.Optional<java.lang.String> field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public Field withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public Field withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html deleted file mode 100644 index 5d0d8af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ForbiddenError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ForbiddenError
    -
    -
    -
    public static final class ForbiddenError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public ForbiddenError.Builder code​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public ForbiddenError.Builder code​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public ForbiddenError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public ForbiddenError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public ForbiddenError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public ForbiddenError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html deleted file mode 100644 index 7128f22..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ForbiddenError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ForbiddenError
    -extends java.lang.Object
    -
    ForbiddenError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ForbiddenError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ForbiddenError() 
      ForbiddenError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ForbiddenError.Builderbuilder() 
      java.util.Optional<java.lang.Long>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      ForbiddenErrorwithCode​(long code) -
      Displays the error code indicating the type of the error.
      -
      ForbiddenErrorwithCode​(java.util.Optional<java.lang.Long> code) -
      Displays the error code indicating the type of the error.
      -
      ForbiddenErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      ForbiddenErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      ForbiddenErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      ForbiddenErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ForbiddenError

        -
        public ForbiddenError​(java.util.Optional<java.lang.Long> code,
        -                      java.util.Optional<java.lang.String> message,
        -                      java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        ForbiddenError

        -
        public ForbiddenError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public ForbiddenError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public ForbiddenError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ForbiddenError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ForbiddenError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public ForbiddenError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public ForbiddenError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html deleted file mode 100644 index 1887987..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -ForbiddenException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ForbiddenException
    -
    -
    -
    public static final class ForbiddenException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html deleted file mode 100644 index 6448027..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -ForbiddenException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.ForbiddenException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class ForbiddenException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ForbiddenException.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<ForbiddenError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      ForbiddenExceptionwithError​(ForbiddenError error) -
      Displays details about the reasons behind the request's failure.
      -
      ForbiddenExceptionwithError​(java.util.Optional<? extends ForbiddenError> error) -
      Displays details about the reasons behind the request's failure.
      -
      ForbiddenExceptionwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      ForbiddenExceptionwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ForbiddenException

        -
        public ForbiddenException​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends ForbiddenError> error)
        -
      • -
      - - - -
        -
      • -

        ForbiddenException

        -
        public ForbiddenException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<ForbiddenError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public ForbiddenException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ForbiddenException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public ForbiddenException withError​(java.util.Optional<? extends ForbiddenError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html deleted file mode 100644 index 47fb7c7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -InvalidPermissionError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InvalidPermissionError
    -
    -
    -
    public static final class InvalidPermissionError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html deleted file mode 100644 index 6298e37..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -InvalidPermissionError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class InvalidPermissionError
    -extends java.lang.Object
    -
    InvalidPermissionError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      InvalidPermissionError() 
      InvalidPermissionError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InvalidPermissionError

        -
        public InvalidPermissionError​(java.util.Optional<java.lang.Long> code,
        -                              java.util.Optional<java.lang.String> message,
        -                              java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        InvalidPermissionError

        -
        public InvalidPermissionError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public InvalidPermissionError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public InvalidPermissionError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public InvalidPermissionError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public InvalidPermissionError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public InvalidPermissionError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public InvalidPermissionError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html deleted file mode 100644 index 88a58f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -InvalidPermissionException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InvalidPermissionException
    -
    -
    -
    public static final class InvalidPermissionException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html deleted file mode 100644 index b9425b2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -InvalidPermissionException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.InvalidPermissionException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class InvalidPermissionException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InvalidPermissionException

        -
        public InvalidPermissionException​(java.util.Optional<java.lang.Boolean> success,
        -                                  java.util.Optional<? extends InvalidPermissionError> error)
        -
      • -
      - - - -
        -
      • -

        InvalidPermissionException

        -
        public InvalidPermissionException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<InvalidPermissionError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public InvalidPermissionException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public InvalidPermissionException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html deleted file mode 100644 index b9a8264..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -MediaNotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaNotFoundError
    -
    -
    -
    public static final class MediaNotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public MediaNotFoundError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public MediaNotFoundError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public MediaNotFoundError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public MediaNotFoundError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public MediaNotFoundError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public MediaNotFoundError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html deleted file mode 100644 index 0dc7c76..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -MediaNotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaNotFoundError
    -extends java.lang.Object
    -
    MediaNotFoundError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      MediaNotFoundError() 
      MediaNotFoundError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static MediaNotFoundError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      MediaNotFoundErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      MediaNotFoundErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      MediaNotFoundErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      MediaNotFoundErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      MediaNotFoundErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      MediaNotFoundErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaNotFoundError

        -
        public MediaNotFoundError​(java.util.Optional<java.lang.Double> code,
        -                          java.util.Optional<java.lang.String> message,
        -                          java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        MediaNotFoundError

        -
        public MediaNotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public MediaNotFoundError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public MediaNotFoundError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaNotFoundError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaNotFoundError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaNotFoundError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaNotFoundError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html deleted file mode 100644 index 8b3ab68..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MediaNotFoundException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaNotFoundException
    -
    -
    -
    public static final class MediaNotFoundException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html deleted file mode 100644 index 285f590..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -MediaNotFoundException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.MediaNotFoundException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class MediaNotFoundException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaNotFoundException

        -
        public MediaNotFoundException​(java.util.Optional<java.lang.Boolean> success,
        -                              java.util.Optional<? extends MediaNotFoundError> error)
        -
      • -
      - - - -
        -
      • -

        MediaNotFoundException

        -
        public MediaNotFoundException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<MediaNotFoundError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public MediaNotFoundException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public MediaNotFoundException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html deleted file mode 100644 index dbc0431..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaOrPlaybackNotFoundError
    -
    -
    -
    public static final class MediaOrPlaybackNotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html deleted file mode 100644 index 843f2ad..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaOrPlaybackNotFoundError
    -extends java.lang.Object
    -
    MediaOrPlaybackNotFoundError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaOrPlaybackNotFoundError

        -
        public MediaOrPlaybackNotFoundError​(java.util.Optional<java.lang.Double> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        MediaOrPlaybackNotFoundError

        -
        public MediaOrPlaybackNotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public MediaOrPlaybackNotFoundError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public MediaOrPlaybackNotFoundError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaOrPlaybackNotFoundError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaOrPlaybackNotFoundError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaOrPlaybackNotFoundError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaOrPlaybackNotFoundError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html deleted file mode 100644 index fd8b46b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html deleted file mode 100644 index 2d0320c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class MediaOrPlaybackNotFoundException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaOrPlaybackNotFoundException

        -
        public MediaOrPlaybackNotFoundException​(java.util.Optional<java.lang.Boolean> success,
        -                                        java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
        -
      • -
      - - - -
        -
      • -

        MediaOrPlaybackNotFoundException

        -
        public MediaOrPlaybackNotFoundException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<MediaOrPlaybackNotFoundError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public MediaOrPlaybackNotFoundException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html deleted file mode 100644 index 9ded2b6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundError
    -
    -
    -
    public static final class NotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html deleted file mode 100644 index ddbe689..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundError
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundError
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class NotFoundError.Builder 
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static NotFoundError.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<NotFoundErrorError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      NotFoundErrorwithError​(NotFoundErrorError error) -
      Displays details about the reasons behind the request's failure.
      -
      NotFoundErrorwithError​(java.util.Optional<? extends NotFoundErrorError> error) -
      Displays details about the reasons behind the request's failure.
      -
      NotFoundErrorwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      NotFoundErrorwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundError

        -
        public NotFoundError​(java.util.Optional<java.lang.Boolean> success,
        -                     java.util.Optional<? extends NotFoundErrorError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundError

        -
        public NotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundError withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundError withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public NotFoundError withError​(java.util.Optional<? extends NotFoundErrorError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html deleted file mode 100644 index b105685..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorError
    -
    -
    -
    public static final class NotFoundErrorError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public NotFoundErrorError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public NotFoundErrorError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public NotFoundErrorError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public NotFoundErrorError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public NotFoundErrorError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public NotFoundErrorError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html deleted file mode 100644 index fecda6b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorError
    -extends java.lang.Object
    -
    NotFoundErrorError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      NotFoundErrorError() 
      NotFoundErrorError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static NotFoundErrorError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      NotFoundErrorErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      NotFoundErrorErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      NotFoundErrorErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      NotFoundErrorErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      NotFoundErrorErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      NotFoundErrorErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorError

        -
        public NotFoundErrorError​(java.util.Optional<java.lang.Double> code,
        -                          java.util.Optional<java.lang.String> message,
        -                          java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorError

        -
        public NotFoundErrorError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html deleted file mode 100644 index 3abde99..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundErrorPlaybackId.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackId.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorPlaybackId
    -
    -
    -
    public static final class NotFoundErrorPlaybackId.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html deleted file mode 100644 index b3efaf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundErrorPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackId

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundErrorPlaybackId
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorPlaybackId

        -
        public NotFoundErrorPlaybackId​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorPlaybackId

        -
        public NotFoundErrorPlaybackId()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorPlaybackIdError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorPlaybackId withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorPlaybackId withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html deleted file mode 100644 index 21570cb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorPlaybackIdError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackIdError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorPlaybackIdError
    -
    -
    -
    public static final class NotFoundErrorPlaybackIdError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html deleted file mode 100644 index 31710ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorPlaybackIdError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackIdError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorPlaybackIdError
    -extends java.lang.Object
    -
    NotFoundErrorPlaybackIdError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorPlaybackIdError

        -
        public NotFoundErrorPlaybackIdError​(java.util.Optional<java.lang.Double> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorPlaybackIdError

        -
        public NotFoundErrorPlaybackIdError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorPlaybackIdError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorPlaybackIdError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorPlaybackIdError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorPlaybackIdError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorPlaybackIdError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorPlaybackIdError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html deleted file mode 100644 index 9de80d7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundErrorSimulcast.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcast.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorSimulcast
    -
    -
    -
    public static final class NotFoundErrorSimulcast.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html deleted file mode 100644 index 4d5f9e8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundErrorSimulcast (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcast

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundErrorSimulcast
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorSimulcast

        -
        public NotFoundErrorSimulcast​(java.util.Optional<java.lang.Boolean> success,
        -                              java.util.Optional<? extends NotFoundErrorSimulcastError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorSimulcast

        -
        public NotFoundErrorSimulcast()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorSimulcastError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorSimulcast withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorSimulcast withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html deleted file mode 100644 index 7625f4c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorSimulcastError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcastError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorSimulcastError
    -
    -
    -
    public static final class NotFoundErrorSimulcastError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html deleted file mode 100644 index fa9c11c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorSimulcastError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcastError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorSimulcastError
    -extends java.lang.Object
    -
    NotFoundErrorSimulcastError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorSimulcastError

        -
        public NotFoundErrorSimulcastError​(java.util.Optional<java.lang.Double> code,
        -                                   java.util.Optional<java.lang.String> message,
        -                                   java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorSimulcastError

        -
        public NotFoundErrorSimulcastError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorSimulcastError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorSimulcastError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorSimulcastError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorSimulcastError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorSimulcastError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorSimulcastError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html deleted file mode 100644 index 8d57dba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -SimulcastUnavailableError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUnavailableError
    -
    -
    -
    public static final class SimulcastUnavailableError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html deleted file mode 100644 index d818fbf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -SimulcastUnavailableError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUnavailableError
    -extends java.lang.Object
    -
    SimulcastUnavailableError - -

    Returns the problem that has occured.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUnavailableError

        -
        public SimulcastUnavailableError​(java.util.Optional<java.lang.Long> code,
        -                                 java.util.Optional<java.lang.String> message,
        -                                 java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        SimulcastUnavailableError

        -
        public SimulcastUnavailableError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public SimulcastUnavailableError withCode​(long code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public SimulcastUnavailableError withCode​(java.util.Optional<java.lang.Long> code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public SimulcastUnavailableError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public SimulcastUnavailableError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public SimulcastUnavailableError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public SimulcastUnavailableError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html deleted file mode 100644 index 9b91d64..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUnavailableException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUnavailableException
    -
    -
    -
    public static final class SimulcastUnavailableException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html deleted file mode 100644 index a60ff70..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -SimulcastUnavailableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.SimulcastUnavailableException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class SimulcastUnavailableException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUnavailableException

        -
        public SimulcastUnavailableException​(java.util.Optional<java.lang.Boolean> success,
        -                                     java.util.Optional<? extends SimulcastUnavailableError> error)
        -
      • -
      - - - -
        -
      • -

        SimulcastUnavailableException

        -
        public SimulcastUnavailableException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUnavailableException withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUnavailableException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html deleted file mode 100644 index 0b31d16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -UnauthorizedError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UnauthorizedError
    -
    -
    -
    public static final class UnauthorizedError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public UnauthorizedError.Builder code​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public UnauthorizedError.Builder code​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public UnauthorizedError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public UnauthorizedError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public UnauthorizedError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public UnauthorizedError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html deleted file mode 100644 index 317aa96..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -UnauthorizedError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UnauthorizedError
    -extends java.lang.Object
    -
    UnauthorizedError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class UnauthorizedError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      UnauthorizedError() 
      UnauthorizedError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static UnauthorizedError.Builderbuilder() 
      java.util.Optional<java.lang.Long>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      UnauthorizedErrorwithCode​(long code) -
      Displays the error code indicating the type of the error.
      -
      UnauthorizedErrorwithCode​(java.util.Optional<java.lang.Long> code) -
      Displays the error code indicating the type of the error.
      -
      UnauthorizedErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      UnauthorizedErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      UnauthorizedErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      UnauthorizedErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnauthorizedError

        -
        public UnauthorizedError​(java.util.Optional<java.lang.Long> code,
        -                         java.util.Optional<java.lang.String> message,
        -                         java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        UnauthorizedError

        -
        public UnauthorizedError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public UnauthorizedError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public UnauthorizedError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public UnauthorizedError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public UnauthorizedError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public UnauthorizedError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public UnauthorizedError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html deleted file mode 100644 index fee5347..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -UnauthorizedException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UnauthorizedException
    -
    -
    -
    public static final class UnauthorizedException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html deleted file mode 100644 index f4aaf80..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -UnauthorizedException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.UnauthorizedException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class UnauthorizedException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnauthorizedException

        -
        public UnauthorizedException​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends UnauthorizedError> error)
        -
      • -
      - - - -
        -
      • -

        UnauthorizedException

        -
        public UnauthorizedException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<UnauthorizedError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public UnauthorizedException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public UnauthorizedException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html deleted file mode 100644 index 6ad54e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -ValidationErrorResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ValidationErrorResponse
    -
    -
    -
    public static final class ValidationErrorResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html deleted file mode 100644 index 193ca93..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -ValidationErrorResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.ValidationErrorResponse
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class ValidationErrorResponse
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ValidationErrorResponse

        -
        public ValidationErrorResponse​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends ValidationErrorResponseError> error)
        -
      • -
      - - - -
        -
      • -

        ValidationErrorResponse

        -
        public ValidationErrorResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public ValidationErrorResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ValidationErrorResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html deleted file mode 100644 index 2a03df0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ValidationErrorResponseError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponseError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ValidationErrorResponseError
    -
    -
    -
    public static final class ValidationErrorResponseError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html deleted file mode 100644 index b5b49a7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ValidationErrorResponseError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponseError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponseError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ValidationErrorResponseError
    -extends java.lang.Object
    -
    ValidationErrorResponseError - -

    Returns the problem that has occured

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ValidationErrorResponseError

        -
        public ValidationErrorResponseError​(java.util.Optional<java.lang.Long> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<? extends java.util.List<Field>> fields)
        -
      • -
      - - - -
        -
      • -

        ValidationErrorResponseError

        -
        public ValidationErrorResponseError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        fields

        -
        public java.util.Optional<java.util.List<Field>> fields()
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withCode

        -
        public ValidationErrorResponseError withCode​(java.util.Optional<java.lang.Long> code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ValidationErrorResponseError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ValidationErrorResponseError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withFields

        -
        public ValidationErrorResponseError withFields​(java.util.List<Field> fields)
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - -
        -
      • -

        withFields

        -
        public ValidationErrorResponseError withFields​(java.util.Optional<? extends java.util.List<Field>> fields)
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html deleted file mode 100644 index 1b7e537..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -io.fastpix.sdk.models.errors (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.errors

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html deleted file mode 100644 index 6cf2483..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - -io.fastpix.sdk.models.errors Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.errors

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html deleted file mode 100644 index ef7d274..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdAccessPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdAccessPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdAccessPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdAccessPolicy>
    -
    CreateMediaPlaybackIdAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdAccessPolicy c : CreateMediaPlaybackIdAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html deleted file mode 100644 index 239749d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html deleted file mode 100644 index 5f495aa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdAccessRestrictions
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html deleted file mode 100644 index 2c479a4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdDomains
    -
    -
    -
    public static final class CreateMediaPlaybackIdDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdDomains.Builder defaultPolicy​(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdDomains.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdDomains.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdDomains.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdDomains.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdDomains.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html deleted file mode 100644 index fa4d20a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdDomains
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdDomains

        -
        public CreateMediaPlaybackIdDomains​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdDomains

        -
        public CreateMediaPlaybackIdDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdDomains withDefaultPolicy​(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdDomains withDefaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html deleted file mode 100644 index 66b7640..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdDomainsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdDomainsDefaultPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdDomainsDefaultPolicy>
    -
    CreateMediaPlaybackIdDomainsDefaultPolicy - -

    Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdDomainsDefaultPolicy c : CreateMediaPlaybackIdDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html deleted file mode 100644 index 3e94746..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdRequest
    -
    -
    -
    public static final class CreateMediaPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html deleted file mode 100644 index ffc7c55..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdRequest

        -
        public CreateMediaPlaybackIdRequest​(java.lang.String mediaId,
        -                                    java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdRequest

        -
        public CreateMediaPlaybackIdRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withMediaId

        -
        public CreateMediaPlaybackIdRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html deleted file mode 100644 index ef08abc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html deleted file mode 100644 index afa5561..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequestBody
    -extends java.lang.Object
    -
    CreateMediaPlaybackIdRequestBody - -

    Request body for creating playback id for an media

    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html deleted file mode 100644 index 478d9c4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html deleted file mode 100644 index 713aa1e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdResponse
    -
    -
    -
    public static final class CreateMediaPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html deleted file mode 100644 index 9e03059..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateMediaPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdResponse

        -
        public CreateMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                     java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdResponse

        -
        public CreateMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateMediaPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreateMediaPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html deleted file mode 100644 index 77941ba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html deleted file mode 100644 index e5e8ed1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdResponseBody
    -extends java.lang.Object
    -
    CreateMediaPlaybackIdResponseBody - -

    Playback id for an media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdResponseBody

        -
        public CreateMediaPlaybackIdResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                         java.util.Optional<? extends Data> data)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdResponseBody

        -
        public CreateMediaPlaybackIdResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Data> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaPlaybackIdResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html deleted file mode 100644 index 0bd07e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdUserAgents
    -
    -
    -
    public static final class CreateMediaPlaybackIdUserAgents.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy​(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdUserAgents.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdUserAgents.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdUserAgents.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdUserAgents.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html deleted file mode 100644 index 88f5111..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdUserAgents
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdUserAgents

        -
        public CreateMediaPlaybackIdUserAgents​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy,
        -                                       java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                       java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdUserAgents

        -
        public CreateMediaPlaybackIdUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents withDefaultPolicy​(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents withDefaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html deleted file mode 100644 index 0185bbd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdUserAgentsDefaultPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
    -
    CreateMediaPlaybackIdUserAgentsDefaultPolicy - -

    Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdUserAgentsDefaultPolicy c : CreateMediaPlaybackIdUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html deleted file mode 100644 index 22206d7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -CreateMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html deleted file mode 100644 index 473425c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponse
    -
    -
    -
    public static final class CreateMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html deleted file mode 100644 index 7ec0e57..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                           java.util.Optional<? extends CreateMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public CreateMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public CreateMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html deleted file mode 100644 index b244055..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -CreateMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponseBody
    -
    -
    -
    public static final class CreateMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html deleted file mode 100644 index f4e0a8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -CreateMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaResponseBody
    -extends java.lang.Object
    -
    CreateMediaResponseBody - -

    Media is created successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponseBody

        -
        public CreateMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends CreateMediaResponse> data)
        -
      • -
      - - - -
        -
      • -

        CreateMediaResponseBody

        -
        public CreateMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html deleted file mode 100644 index fb1e526..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -CreateNewStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateNewStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html deleted file mode 100644 index 53fad51..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateNewStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateNewStreamResponse
    -
    -
    -
    public static final class CreateNewStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html deleted file mode 100644 index 867f714..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateNewStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateNewStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateNewStreamResponse

        -
        public CreateNewStreamResponse​(java.lang.String contentType,
        -                               int statusCode,
        -                               java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                               java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
        -
      • -
      - - - -
        -
      • -

        CreateNewStreamResponse

        -
        public CreateNewStreamResponse​(java.lang.String contentType,
        -                               int statusCode,
        -                               java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamResponseDTO

        -
        public java.util.Optional<LiveStreamResponseDTO> liveStreamResponseDTO()
        -
        Stream created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateNewStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public CreateNewStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public CreateNewStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html deleted file mode 100644 index 7484f26..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreatePlaybackIdOfStreamRequest
    -
    -
    -
    public static final class CreatePlaybackIdOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html deleted file mode 100644 index 8c06dd0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreatePlaybackIdOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreatePlaybackIdOfStreamRequest

        -
        public CreatePlaybackIdOfStreamRequest​(java.lang.String streamId,
        -                                       java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
        -
      • -
      - - - -
        -
      • -

        CreatePlaybackIdOfStreamRequest

        -
        public CreatePlaybackIdOfStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackIdRequest

        -
        public java.util.Optional<PlaybackIdRequest> playbackIdRequest()
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public CreatePlaybackIdOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html deleted file mode 100644 index fba71df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreatePlaybackIdOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html deleted file mode 100644 index acac3f7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html deleted file mode 100644 index 50a9cdb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreatePlaybackIdOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreatePlaybackIdOfStreamResponse

        -
        public CreatePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                        java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
        -
      • -
      - - - -
        -
      • -

        CreatePlaybackIdOfStreamResponse

        -
        public CreatePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        playbackIdResponse

        -
        public java.util.Optional<PlaybackIdResponse> playbackIdResponse()
        -
        New PlaybackId created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreatePlaybackIdOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreatePlaybackIdOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 79d7920..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateSimulcastOfStreamRequest
    -
    -
    -
    public static final class CreateSimulcastOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html deleted file mode 100644 index bdfd0ff..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateSimulcastOfStreamRequest

        -
        public CreateSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                      java.util.Optional<? extends SimulcastRequest> simulcastRequest)
        -
      • -
      - - - -
        -
      • -

        CreateSimulcastOfStreamRequest

        -
        public CreateSimulcastOfStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastRequest

        -
        public java.util.Optional<SimulcastRequest> simulcastRequest()
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public CreateSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index efd7030..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 435d862..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateSimulcastOfStreamResponse
    -
    -
    -
    public static final class CreateSimulcastOfStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html deleted file mode 100644 index cd0a533..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateSimulcastOfStreamResponse

        -
        public CreateSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends SimulcastResponse> simulcastResponse)
        -
      • -
      - - - -
        -
      • -

        CreateSimulcastOfStreamResponse

        -
        public CreateSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastResponse

        -
        public java.util.Optional<SimulcastResponse> simulcastResponse()
        -
        New Simulcast created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateSimulcastOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreateSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html deleted file mode 100644 index 71cdd43..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Data.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Data.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Data.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Data
    -
    -
    -
    public static final class Data.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Databuild() 
      Data.BuilderplaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Data.BuilderplaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackIds

        -
        public Data.Builder playbackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Data.Builder playbackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Data build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html deleted file mode 100644 index 6692613..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -Data (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Data

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Data
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Data
    -extends java.lang.Object
    -
    Data - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Data.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Data() 
      Data​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Data.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.util.List<PlaybackId>>playbackIds() -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      java.lang.StringtoString() 
      DatawithPlaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      DatawithPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Data

        -
        public Data​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
      • -
      - - - -
        -
      • -

        Data

        -
        public Data()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        builder

        -
        public static final Data.Builder builder()
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Data withPlaybackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Data withPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html deleted file mode 100644 index 1d3e247..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -DeleteLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteLiveStreamRequest
    -
    -
    -
    public static final class DeleteLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html deleted file mode 100644 index 421547e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -DeleteLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteLiveStreamRequest

        -
        public DeleteLiveStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeleteLiveStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html deleted file mode 100644 index 341a385..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -DeleteLiveStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteLiveStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html deleted file mode 100644 index dc843d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteLiveStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteLiveStreamResponse
    -
    -
    -
    public static final class DeleteLiveStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html deleted file mode 100644 index f48ecda..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteLiveStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteLiveStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteLiveStreamResponse

        -
        public DeleteLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeleteLiveStreamResponse

        -
        public DeleteLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamDeleteResponse

        -
        public java.util.Optional<LiveStreamDeleteResponse> liveStreamDeleteResponse()
        -
        Stream deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteLiveStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public DeleteLiveStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public DeleteLiveStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html deleted file mode 100644 index 4643193..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaPlaybackIdRequest
    -
    -
    -
    public static final class DeleteMediaPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html deleted file mode 100644 index 8ea3017..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      DeleteMediaPlaybackIdRequest​(java.lang.String mediaId, - java.lang.String playbackId) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdRequest

        -
        public DeleteMediaPlaybackIdRequest​(java.lang.String mediaId,
        -                                    java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        Return the universal unique identifier for media which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public DeleteMediaPlaybackIdRequest withMediaId​(java.lang.String mediaId)
        -
        Return the universal unique identifier for media which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withPlaybackId

        -
        public DeleteMediaPlaybackIdRequest withPlaybackId​(java.lang.String playbackId)
        -
        Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html deleted file mode 100644 index 454e391..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html deleted file mode 100644 index 3da0282..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaPlaybackIdResponse
    -
    -
    -
    public static final class DeleteMediaPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html deleted file mode 100644 index b97c2f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteMediaPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponse

        -
        public DeleteMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                     java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponse

        -
        public DeleteMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteMediaPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeleteMediaPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html deleted file mode 100644 index c48706a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html deleted file mode 100644 index bba204a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdResponseBody
    -extends java.lang.Object
    -
    DeleteMediaPlaybackIdResponseBody - -

    Deleted a Playback Id successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponseBody

        -
        public DeleteMediaPlaybackIdResponseBody​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponseBody

        -
        public DeleteMediaPlaybackIdResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaPlaybackIdResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html deleted file mode 100644 index 3f0561c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -DeleteMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaRequest
    -
    -
    -
    public static final class DeleteMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      DeleteMediaRequestbuild() 
      DeleteMediaRequest.BuildermediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public DeleteMediaRequest.Builder mediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html deleted file mode 100644 index 245f2a6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -DeleteMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      DeleteMediaRequest​(java.lang.String mediaId) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static DeleteMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringmediaId() -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.lang.StringtoString() 
      DeleteMediaRequestwithMediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaRequest

        -
        public DeleteMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public DeleteMediaRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html deleted file mode 100644 index 186cf83..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -DeleteMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html deleted file mode 100644 index 3ef62f0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaResponse
    -
    -
    -
    public static final class DeleteMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html deleted file mode 100644 index 55e43d3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaResponse

        -
        public DeleteMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                           java.util.Optional<? extends DeleteMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaResponse

        -
        public DeleteMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public DeleteMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public DeleteMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html deleted file mode 100644 index 33626c5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaResponseBody
    -
    -
    -
    public static final class DeleteMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html deleted file mode 100644 index 1ed35df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -DeleteMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaResponseBody
    -extends java.lang.Object
    -
    DeleteMediaResponseBody - -

    Delete a video media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaResponseBody

        -
        public DeleteMediaResponseBody​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaResponseBody

        -
        public DeleteMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html deleted file mode 100644 index 3b0a748..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeletePlaybackIdOfStreamRequest
    -
    -
    -
    public static final class DeletePlaybackIdOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html deleted file mode 100644 index c5ca240..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeletePlaybackIdOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeletePlaybackIdOfStreamRequest

        -
        public DeletePlaybackIdOfStreamRequest​(java.lang.String streamId,
        -                                       java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeletePlaybackIdOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html deleted file mode 100644 index e5e31a4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeletePlaybackIdOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html deleted file mode 100644 index 8532f1c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html deleted file mode 100644 index dc1120b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeletePlaybackIdOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeletePlaybackIdOfStreamResponse

        -
        public DeletePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                        java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeletePlaybackIdOfStreamResponse

        -
        public DeletePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamDeleteResponse

        -
        public java.util.Optional<LiveStreamDeleteResponse> liveStreamDeleteResponse()
        -
        Stream's playbackId deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeletePlaybackIdOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeletePlaybackIdOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 8c6e970..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteSimulcastOfStreamRequest
    -
    -
    -
    public static final class DeleteSimulcastOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html deleted file mode 100644 index 3788ea5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteSimulcastOfStreamRequest

        -
        public DeleteSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                      java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeleteSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public DeleteSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 565378e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 7b4c97e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteSimulcastOfStreamResponse
    -
    -
    -
    public static final class DeleteSimulcastOfStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html deleted file mode 100644 index 732fe7c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteSimulcastOfStreamResponse

        -
        public DeleteSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeleteSimulcastOfStreamResponse

        -
        public DeleteSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastdeleteResponse

        -
        public java.util.Optional<SimulcastdeleteResponse> simulcastdeleteResponse()
        -
        Stream's simulcast deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteSimulcastOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeleteSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html deleted file mode 100644 index ceacd19..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaAccessPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaAccessPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaAccessPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaAccessPolicy>
    -
    DirectUploadVideoMediaAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaAccessPolicy c : DirectUploadVideoMediaAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html deleted file mode 100644 index 303a74a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html deleted file mode 100644 index 8f185da..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaAccessRestrictions
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html deleted file mode 100644 index c39c969..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -DirectUploadVideoMediaDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaDomains
    -
    -
    -
    public static final class DirectUploadVideoMediaDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaDomains.Builder defaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaDomains.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaDomains.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaDomains.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaDomains.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html deleted file mode 100644 index 6d9c7d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -DirectUploadVideoMediaDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaDomains
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaDomains

        -
        public DirectUploadVideoMediaDomains​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy,
        -                                     java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                     java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaDomains

        -
        public DirectUploadVideoMediaDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaDomains withDefaultPolicy​(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaDomains withDefaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html deleted file mode 100644 index 8f95d9d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -DirectUploadVideoMediaDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaDomainsDefaultPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaDomainsDefaultPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaDomainsDefaultPolicy>
    -
    DirectUploadVideoMediaDomainsDefaultPolicy - -

    Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaDomainsDefaultPolicy c : DirectUploadVideoMediaDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html deleted file mode 100644 index 20b0911..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -DirectUploadVideoMediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaMetadata
    -
    -
    -
    public static final class DirectUploadVideoMediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html deleted file mode 100644 index 274710d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -DirectUploadVideoMediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaMetadata
    -extends java.lang.Object
    -
    DirectUploadVideoMediaMetadata - -

    Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaMetadata

        -
        public DirectUploadVideoMediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html deleted file mode 100644 index e04da9a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -DirectUploadVideoMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaRequest
    -
    -
    -
    public static final class DirectUploadVideoMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html deleted file mode 100644 index 0625798..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - -DirectUploadVideoMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaRequest
    -extends java.lang.Object
    -
    DirectUploadVideoMediaRequest - -

    Request body for direct upload

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaRequest

        -
        public DirectUploadVideoMediaRequest​(java.lang.String corsOrigin,
        -                                     java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaRequest

        -
        public DirectUploadVideoMediaRequest​(java.lang.String corsOrigin)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        corsOrigin

        -
        public java.lang.String corsOrigin()
        -
        Upload media directly from a device using the URL name or enter '*' to allow all.
        -
      • -
      - - - -
        -
      • -

        pushMediaSettings

        -
        public java.util.Optional<PushMediaSettings> pushMediaSettings()
        -
        Configuration settings for media upload.
        -
      • -
      - - - - - - - -
        -
      • -

        withCorsOrigin

        -
        public DirectUploadVideoMediaRequest withCorsOrigin​(java.lang.String corsOrigin)
        -
        Upload media directly from a device using the URL name or enter '*' to allow all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html deleted file mode 100644 index ddf4336..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DirectUploadVideoMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html deleted file mode 100644 index e6b60dc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DirectUploadVideoMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaResponse
    -
    -
    -
    public static final class DirectUploadVideoMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html deleted file mode 100644 index 116adce..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DirectUploadVideoMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DirectUploadVideoMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaResponse

        -
        public DirectUploadVideoMediaResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                      java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaResponse

        -
        public DirectUploadVideoMediaResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DirectUploadVideoMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DirectUploadVideoMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html deleted file mode 100644 index 46740d3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -DirectUploadVideoMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html deleted file mode 100644 index c9ad3de..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -DirectUploadVideoMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaResponseBody
    -extends java.lang.Object
    -
    DirectUploadVideoMediaResponseBody - -

    Direct upload created successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaResponseBody

        -
        public DirectUploadVideoMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                          java.util.Optional<? extends DirectUpload> data)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaResponseBody

        -
        public DirectUploadVideoMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<DirectUpload> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public DirectUploadVideoMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html deleted file mode 100644 index 38f4ca9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaUserAgents.Builder defaultPolicy​(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaUserAgents.Builder defaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaUserAgents.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaUserAgents.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaUserAgents.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaUserAgents.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html deleted file mode 100644 index 2c251cf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaUserAgents
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaUserAgents

        -
        public DirectUploadVideoMediaUserAgents​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy,
        -                                        java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                        java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaUserAgents

        -
        public DirectUploadVideoMediaUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaUserAgents withDefaultPolicy​(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaUserAgents withDefaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html deleted file mode 100644 index bbda6f1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaUserAgentsDefaultPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaUserAgentsDefaultPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaUserAgentsDefaultPolicy>
    -
    DirectUploadVideoMediaUserAgentsDefaultPolicy - -

    Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaUserAgentsDefaultPolicy c : DirectUploadVideoMediaUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html deleted file mode 100644 index 61612c8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -GetAllStreamsOrderBy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum GetAllStreamsOrderBy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<GetAllStreamsOrderBy>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<GetAllStreamsOrderBy>
    -
    -
    -
    public enum GetAllStreamsOrderBy
    -extends java.lang.Enum<GetAllStreamsOrderBy>
    -
    GetAllStreamsOrderBy - -

    The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ASC 
      DESC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<GetAllStreamsOrderBy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static GetAllStreamsOrderByvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static GetAllStreamsOrderBy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static GetAllStreamsOrderBy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (GetAllStreamsOrderBy c : GetAllStreamsOrderBy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static GetAllStreamsOrderBy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<GetAllStreamsOrderBy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html deleted file mode 100644 index ebcf37b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -GetAllStreamsRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetAllStreamsRequest
    -
    -
    -
    public static final class GetAllStreamsRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public GetAllStreamsRequest.Builder limit​(java.lang.String limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        limit

        -
        public GetAllStreamsRequest.Builder limit​(java.util.Optional<java.lang.String> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public GetAllStreamsRequest.Builder offset​(java.lang.String offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public GetAllStreamsRequest.Builder offset​(java.util.Optional<java.lang.String> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - - - - - -
        -
      • -

        orderBy

        -
        public GetAllStreamsRequest.Builder orderBy​(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html deleted file mode 100644 index e52b395..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - -GetAllStreamsRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetAllStreamsRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetAllStreamsRequest

        -
        public GetAllStreamsRequest​(java.util.Optional<java.lang.String> limit,
        -                            java.util.Optional<java.lang.String> offset,
        -                            java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
      • -
      - - - -
        -
      • -

        GetAllStreamsRequest

        -
        public GetAllStreamsRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public java.util.Optional<java.lang.String> limit()
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public java.util.Optional<java.lang.String> offset()
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        orderBy

        -
        public java.util.Optional<GetAllStreamsOrderBy> orderBy()
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - - - - - -
        -
      • -

        withLimit

        -
        public GetAllStreamsRequest withLimit​(java.lang.String limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withLimit

        -
        public GetAllStreamsRequest withLimit​(java.util.Optional<java.lang.String> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public GetAllStreamsRequest withOffset​(java.lang.String offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public GetAllStreamsRequest withOffset​(java.util.Optional<java.lang.String> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public GetAllStreamsRequest withOrderBy​(GetAllStreamsOrderBy orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public GetAllStreamsRequest withOrderBy​(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html deleted file mode 100644 index eea6ded..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -GetAllStreamsRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetAllStreamsRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html deleted file mode 100644 index ea5dcc2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetAllStreamsResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetAllStreamsResponse
    -
    -
    -
    public static final class GetAllStreamsResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html deleted file mode 100644 index 4c89962..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetAllStreamsResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetAllStreamsResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetAllStreamsResponse

        -
        public GetAllStreamsResponse​(java.lang.String contentType,
        -                             int statusCode,
        -                             java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                             java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
        -
      • -
      - - - -
        -
      • -

        GetAllStreamsResponse

        -
        public GetAllStreamsResponse​(java.lang.String contentType,
        -                             int statusCode,
        -                             java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        getStreamsResponse

        -
        public java.util.Optional<GetStreamsResponse> getStreamsResponse()
        -
        All streams retrieved sucessfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetAllStreamsResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetAllStreamsResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetAllStreamsResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html deleted file mode 100644 index 56f6330..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -GetLiveStreamByIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamByIdRequest
    -
    -
    -
    public static final class GetLiveStreamByIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html deleted file mode 100644 index e612c36..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -GetLiveStreamByIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamByIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamByIdRequest

        -
        public GetLiveStreamByIdRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetLiveStreamByIdRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html deleted file mode 100644 index 5036adc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -GetLiveStreamByIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamByIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html deleted file mode 100644 index 8845937..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetLiveStreamByIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamByIdResponse
    -
    -
    -
    public static final class GetLiveStreamByIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html deleted file mode 100644 index 7ee47c9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetLiveStreamByIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetLiveStreamByIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamByIdResponse

        -
        public GetLiveStreamByIdResponse​(java.lang.String contentType,
        -                                 int statusCode,
        -                                 java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                 java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
        -
      • -
      - - - -
        -
      • -

        GetLiveStreamByIdResponse

        -
        public GetLiveStreamByIdResponse​(java.lang.String contentType,
        -                                 int statusCode,
        -                                 java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        livestreamgetResponse

        -
        public java.util.Optional<LivestreamgetResponse> livestreamgetResponse()
        -
        Stream details retrieved successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetLiveStreamByIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetLiveStreamByIdResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetLiveStreamByIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html deleted file mode 100644 index 885073b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamPlaybackIdRequest
    -
    -
    -
    public static final class GetLiveStreamPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html deleted file mode 100644 index e527a3d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamPlaybackIdRequest

        -
        public GetLiveStreamPlaybackIdRequest​(java.lang.String streamId,
        -                                      java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetLiveStreamPlaybackIdRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withPlaybackId

        -
        public GetLiveStreamPlaybackIdRequest withPlaybackId​(java.lang.String playbackId)
        -
        Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html deleted file mode 100644 index 8f70645..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html deleted file mode 100644 index a8709f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamPlaybackIdResponse
    -
    -
    -
    public static final class GetLiveStreamPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html deleted file mode 100644 index 6141073..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetLiveStreamPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamPlaybackIdResponse

        -
        public GetLiveStreamPlaybackIdResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
        -
      • -
      - - - -
        -
      • -

        GetLiveStreamPlaybackIdResponse

        -
        public GetLiveStreamPlaybackIdResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        playbackIdResponse

        -
        public java.util.Optional<PlaybackIdResponse> playbackIdResponse()
        -
        Stream details retrieved successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetLiveStreamPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public GetLiveStreamPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html deleted file mode 100644 index 6333d95..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -GetMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaRequest
    -
    -
    -
    public static final class GetMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      GetMediaRequestbuild() 
      GetMediaRequest.BuildermediaId​(java.lang.String mediaId) -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public GetMediaRequest.Builder mediaId​(java.lang.String mediaId)
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html deleted file mode 100644 index bb4f258..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -GetMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class GetMediaRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      GetMediaRequest​(java.lang.String mediaId) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static GetMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringmediaId() -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      java.lang.StringtoString() 
      GetMediaRequestwithMediaId​(java.lang.String mediaId) -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaRequest

        -
        public GetMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public GetMediaRequest withMediaId​(java.lang.String mediaId)
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html deleted file mode 100644 index 5cf1c63..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -GetMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html deleted file mode 100644 index 71464b6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaResponse
    -
    -
    -
    public static final class GetMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html deleted file mode 100644 index ea19598..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaResponse

        -
        public GetMediaResponse​(java.lang.String contentType,
        -                        int statusCode,
        -                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                        java.util.Optional<? extends GetMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        GetMediaResponse

        -
        public GetMediaResponse​(java.lang.String contentType,
        -                        int statusCode,
        -                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public GetMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html deleted file mode 100644 index 08f96bb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -GetMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaResponseBody
    -
    -
    -
    public static final class GetMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html deleted file mode 100644 index cd98890..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -GetMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaResponseBody
    -extends java.lang.Object
    -
    GetMediaResponseBody - -

    Get a video media by id

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaResponseBody

        -
        public GetMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                            java.util.Optional<? extends Media> data)
        -
      • -
      - - - -
        -
      • -

        GetMediaResponseBody

        -
        public GetMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Media> data()
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public GetMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public GetMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 15b47f8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html deleted file mode 100644 index 37d2bf0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetSpecificSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamRequest

        -
        public GetSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                           java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetSpecificSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public GetSpecificSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 7b5d6f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetSpecificSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 4d29cae..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html deleted file mode 100644 index 4f0d262..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetSpecificSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamResponse

        -
        public GetSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                            int statusCode,
        -                                            java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                            java.util.Optional<? extends SimulcastResponse> simulcastResponse)
        -
      • -
      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamResponse

        -
        public GetSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                            int statusCode,
        -                                            java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastResponse

        -
        public java.util.Optional<SimulcastResponse> simulcastResponse()
        -
        Stream's simulcast details fetched successfully
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withRawResponse

        -
        public GetSpecificSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html deleted file mode 100644 index 2696e5d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -Input._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Input
    -
    -
    -
    public static final class Input._Deserializer
    -extends OneOfDeserializer<Input>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html deleted file mode 100644 index ab6840b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - -Input (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Input
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Input
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Input._Deserializer 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static Inputof​(AudioInput value) 
      static Inputof​(SubtitleInput value) 
      static Inputof​(VideoInput value) 
      static Inputof​(WatermarkInput value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.VideoInput
        • -
        • io.fastpix.sdk.models.components.WatermarkInput
        • -
        • io.fastpix.sdk.models.components.AudioInput
        • -
        • io.fastpix.sdk.models.components.SubtitleInput
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html deleted file mode 100644 index ed5424b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -LanguageCode (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum LanguageCode

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<LanguageCode>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.LanguageCode
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<LanguageCode>
    -
    -
    -
    public enum LanguageCode
    -extends java.lang.Enum<LanguageCode>
    -
    LanguageCode - -

    Language codes (BCP 47 compliant) used for text files.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      EN 
      ES 
      FR 
      IT 
      NL 
      PL 
      RU 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<LanguageCode>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static LanguageCodevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static LanguageCode[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static LanguageCode[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (LanguageCode c : LanguageCode.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static LanguageCode valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<LanguageCode> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html deleted file mode 100644 index ab9f0c1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -ListMediaOrderBy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum ListMediaOrderBy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<ListMediaOrderBy>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.ListMediaOrderBy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<ListMediaOrderBy>
    -
    -
    -
    public enum ListMediaOrderBy
    -extends java.lang.Enum<ListMediaOrderBy>
    -
    ListMediaOrderBy - -

    The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ASC 
      DESC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<ListMediaOrderBy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static ListMediaOrderByvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static ListMediaOrderBy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static ListMediaOrderBy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (ListMediaOrderBy c : ListMediaOrderBy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static ListMediaOrderBy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<ListMediaOrderBy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html deleted file mode 100644 index 67fa0bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ListMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaRequest
    -
    -
    -
    public static final class ListMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public ListMediaRequest.Builder limit​(long limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        limit

        -
        public ListMediaRequest.Builder limit​(java.util.Optional<java.lang.Long> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public ListMediaRequest.Builder offset​(long offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public ListMediaRequest.Builder offset​(java.util.Optional<java.lang.Long> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - - - - - -
        -
      • -

        orderBy

        -
        public ListMediaRequest.Builder orderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html deleted file mode 100644 index ea4f179..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - -ListMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ListMediaRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ListMediaRequest() 
      ListMediaRequest​(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ListMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>limit() -
      Limit specifies the maximum number of items to display per page.
      -
      java.util.Optional<java.lang.Long>offset() -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      java.util.Optional<ListMediaOrderBy>orderBy() -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      java.lang.StringtoString() 
      ListMediaRequestwithLimit​(long limit) -
      Limit specifies the maximum number of items to display per page.
      -
      ListMediaRequestwithLimit​(java.util.Optional<java.lang.Long> limit) -
      Limit specifies the maximum number of items to display per page.
      -
      ListMediaRequestwithOffset​(long offset) -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      ListMediaRequestwithOffset​(java.util.Optional<java.lang.Long> offset) -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      ListMediaRequestwithOrderBy​(ListMediaOrderBy orderBy) -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      ListMediaRequestwithOrderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy) -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaRequest

        -
        public ListMediaRequest​(java.util.Optional<java.lang.Long> limit,
        -                        java.util.Optional<java.lang.Long> offset,
        -                        java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
      • -
      - - - -
        -
      • -

        ListMediaRequest

        -
        public ListMediaRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public java.util.Optional<java.lang.Long> limit()
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public java.util.Optional<java.lang.Long> offset()
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        orderBy

        -
        public java.util.Optional<ListMediaOrderBy> orderBy()
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - - - - - -
        -
      • -

        withLimit

        -
        public ListMediaRequest withLimit​(long limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withLimit

        -
        public ListMediaRequest withLimit​(java.util.Optional<java.lang.Long> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public ListMediaRequest withOffset​(long offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public ListMediaRequest withOffset​(java.util.Optional<java.lang.Long> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public ListMediaRequest withOrderBy​(ListMediaOrderBy orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public ListMediaRequest withOrderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html deleted file mode 100644 index e7491f4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -ListMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html deleted file mode 100644 index 5d2432a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -ListMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaResponse
    -
    -
    -
    public static final class ListMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html deleted file mode 100644 index e5bd8c0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -ListMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class ListMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaResponse

        -
        public ListMediaResponse​(java.lang.String contentType,
        -                         int statusCode,
        -                         java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                         java.util.Optional<? extends ListMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        ListMediaResponse

        -
        public ListMediaResponse​(java.lang.String contentType,
        -                         int statusCode,
        -                         java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public ListMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public ListMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public ListMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html deleted file mode 100644 index e0f3488..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ListMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaResponseBody
    -
    -
    -
    public static final class ListMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html deleted file mode 100644 index d53c03d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ListMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaResponseBody
    -extends java.lang.Object
    -
    ListMediaResponseBody - -

    List of video media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaResponseBody

        -
        public ListMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends java.util.List<Media>> data,
        -                             java.util.Optional<? extends Pagination> pagination)
        -
      • -
      - - - -
        -
      • -

        ListMediaResponseBody

        -
        public ListMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<java.util.List<Media>> data()
        -
        Displays the result of the request.
        -
      • -
      - - - -
        -
      • -

        pagination

        -
        public java.util.Optional<Pagination> pagination()
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public ListMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ListMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withData

        -
        public ListMediaResponseBody withData​(java.util.Optional<? extends java.util.List<Media>> data)
        -
        Displays the result of the request.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public ListMediaResponseBody withPagination​(Pagination pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public ListMediaResponseBody withPagination​(java.util.Optional<? extends Pagination> pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html deleted file mode 100644 index 2948409..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -MaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MaxResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MaxResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.MaxResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MaxResolution>
    -
    -
    -
    public enum MaxResolution
    -extends java.lang.Enum<MaxResolution>
    -
    MaxResolution - -

    Determines the highest quality resolution available.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final MaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final MaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final MaxResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final MaxResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final MaxResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final MaxResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MaxResolution c : MaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MaxResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html deleted file mode 100644 index 395503b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Moderation.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Moderation.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Moderation
    -
    -
    -
    public static final class Moderation.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public Moderation.Builder type​(Type type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public Moderation.Builder type​(java.util.Optional<? extends Type> type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html deleted file mode 100644 index 42645c8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -Moderation (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Moderation
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Moderation
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Moderation

        -
        public Moderation​(java.util.Optional<? extends Type> type)
        -
      • -
      - - - -
        -
      • -

        Moderation

        -
        public Moderation()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.util.Optional<Type> type()
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public Moderation withType​(Type type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        withType

        -
        public Moderation withType​(java.util.Optional<? extends Type> type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html deleted file mode 100644 index 4d223b5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -Mp4Support (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Mp4Support

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Mp4Support>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.Mp4Support
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Mp4Support>
    -
    -
    -
    public enum Mp4Support
    -extends java.lang.Enum<Mp4Support>
    -
    Mp4Support - -

    Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<Mp4Support>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static Mp4SupportvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Mp4Support[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        CAPPED4K

        -
        public static final Mp4Support CAPPED4K
        -
      • -
      - - - -
        -
      • -

        AUDIO_ONLY

        -
        public static final Mp4Support AUDIO_ONLY
        -
      • -
      - - - -
        -
      • -

        AUDIO_ONLY_CAPPED4K

        -
        public static final Mp4Support AUDIO_ONLY_CAPPED4K
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Mp4Support[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Mp4Support c : Mp4Support.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Mp4Support valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<Mp4Support> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html deleted file mode 100644 index 002036c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html +++ /dev/null @@ -1,737 +0,0 @@ - - - - - -PushMediaSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PushMediaSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.PushMediaSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PushMediaSettings
    -
    -
    -
    public static final class PushMediaSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html deleted file mode 100644 index 4588cb9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html +++ /dev/null @@ -1,1137 +0,0 @@ - - - - - -PushMediaSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PushMediaSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.PushMediaSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PushMediaSettings
    -extends java.lang.Object
    -
    PushMediaSettings - -

    Configuration settings for media upload.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PushMediaSettings

        -
        public PushMediaSettings​(DirectUploadVideoMediaAccessPolicy accessPolicy,
        -                         java.util.Optional<java.lang.Double> startTime,
        -                         java.util.Optional<java.lang.Double> endTime,
        -                         java.util.Optional<? extends java.util.List<Input>> inputs,
        -                         java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata,
        -                         java.util.Optional<? extends Subtitles> subtitles,
        -                         java.util.Optional<java.lang.Boolean> optimizeAudio,
        -                         java.util.Optional<? extends MaxResolution> maxResolution,
        -                         java.util.Optional<java.lang.Boolean> sourceAccess,
        -                         java.util.Optional<? extends Mp4Support> mp4Support,
        -                         java.util.Optional<? extends Summary> summary,
        -                         java.util.Optional<java.lang.Boolean> chapters,
        -                         java.util.Optional<java.lang.Boolean> namedEntities,
        -                         java.util.Optional<? extends Moderation> moderation,
        -                         java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
        -
      • -
      - - - - -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Double> startTime()
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Double> endTime()
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        inputs

        -
        public java.util.Optional<java.util.List<Input>> inputs()
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<DirectUploadVideoMediaMetadata> metadata()
        -
        Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.
        -
      • -
      - - - -
        -
      • -

        subtitles

        -
        public java.util.Optional<Subtitles> subtitles()
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        optimizeAudio

        -
        public java.util.Optional<java.lang.Boolean> optimizeAudio()
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<MaxResolution> maxResolution()
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public java.util.Optional<java.lang.Boolean> sourceAccess()
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public java.util.Optional<Mp4Support> mp4Support()
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - -
        -
      • -

        summary

        -
        public java.util.Optional<Summary> summary()
        -
      • -
      - - - -
        -
      • -

        chapters

        -
        public java.util.Optional<java.lang.Boolean> chapters()
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        namedEntities

        -
        public java.util.Optional<java.lang.Boolean> namedEntities()
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        moderation

        -
        public java.util.Optional<Moderation> moderation()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withStartTime

        -
        public PushMediaSettings withStartTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public PushMediaSettings withStartTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public PushMediaSettings withEndTime​(double endTime)
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public PushMediaSettings withEndTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - - - - - -
        -
      • -

        withInputs

        -
        public PushMediaSettings withInputs​(java.util.Optional<? extends java.util.List<Input>> inputs)
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public PushMediaSettings withMetadata​(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
        -
        Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.
        -
      • -
      - - - -
        -
      • -

        withSubtitles

        -
        public PushMediaSettings withSubtitles​(Subtitles subtitles)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        withSubtitles

        -
        public PushMediaSettings withSubtitles​(java.util.Optional<? extends Subtitles> subtitles)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public PushMediaSettings withOptimizeAudio​(boolean optimizeAudio)
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public PushMediaSettings withOptimizeAudio​(java.util.Optional<java.lang.Boolean> optimizeAudio)
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PushMediaSettings withMaxResolution​(MaxResolution maxResolution)
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PushMediaSettings withMaxResolution​(java.util.Optional<? extends MaxResolution> maxResolution)
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public PushMediaSettings withSourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public PushMediaSettings withSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public PushMediaSettings withMp4Support​(Mp4Support mp4Support)
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public PushMediaSettings withMp4Support​(java.util.Optional<? extends Mp4Support> mp4Support)
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withChapters

        -
        public PushMediaSettings withChapters​(boolean chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withChapters

        -
        public PushMediaSettings withChapters​(java.util.Optional<java.lang.Boolean> chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public PushMediaSettings withNamedEntities​(boolean namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public PushMediaSettings withNamedEntities​(java.util.Optional<java.lang.Boolean> namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html deleted file mode 100644 index 23d3296..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetrieveMediaInputInfoRequest
    -
    -
    -
    public static final class RetrieveMediaInputInfoRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html deleted file mode 100644 index 41d3378..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoRequest

        -
        public RetrieveMediaInputInfoRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        Pass the list of the input objects used to create the media, along with applied settings.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public RetrieveMediaInputInfoRequest withMediaId​(java.lang.String mediaId)
        -
        Pass the list of the input objects used to create the media, along with applied settings.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html deleted file mode 100644 index 19b432c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html deleted file mode 100644 index 3bf6e0c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetrieveMediaInputInfoResponse
    -
    -
    -
    public static final class RetrieveMediaInputInfoResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html deleted file mode 100644 index 2283d2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class RetrieveMediaInputInfoResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoResponse

        -
        public RetrieveMediaInputInfoResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                      java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        RetrieveMediaInputInfoResponse

        -
        public RetrieveMediaInputInfoResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public RetrieveMediaInputInfoResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public RetrieveMediaInputInfoResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html deleted file mode 100644 index 8660063..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html deleted file mode 100644 index d4c0e96..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoResponseBody
    -extends java.lang.Object
    -
    RetrieveMediaInputInfoResponseBody - -

    Get video media input information

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoResponseBody

        -
        public RetrieveMediaInputInfoResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                          java.util.Optional<? extends java.lang.Object> data)
        -
      • -
      - - - -
        -
      • -

        RetrieveMediaInputInfoResponseBody

        -
        public RetrieveMediaInputInfoResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<java.lang.Object> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public RetrieveMediaInputInfoResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html deleted file mode 100644 index 460e4af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    InputVideo
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html deleted file mode 100644 index e866995..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html deleted file mode 100644 index 15cb00d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateNewStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateNewStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    StartLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateNewStream
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html deleted file mode 100644 index 600b33a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createPlaybackIdOfStream

        -
        CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream​(java.lang.String streamId,
        -                                                          java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
        -                                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html deleted file mode 100644 index 445301a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createSimulcastOfStream

        -
        CreateSimulcastOfStreamResponse createSimulcastOfStream​(java.lang.String streamId,
        -                                                        java.util.Optional<? extends SimulcastRequest> simulcastRequest)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html deleted file mode 100644 index eb239f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteLiveStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteLiveStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteLiveStream

        -
        DeleteLiveStreamResponse deleteLiveStream​(java.lang.String streamId)
        -                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html deleted file mode 100644 index 4077aa7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteMedia

        -
        DeleteMediaResponse deleteMedia​(java.lang.String mediaId)
        -                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html deleted file mode 100644 index 3752d90..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteMediaPlaybackId

        -
        DeleteMediaPlaybackIdResponse deleteMediaPlaybackId​(java.lang.String mediaId,
        -                                                    java.lang.String playbackId)
        -                                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html deleted file mode 100644 index 700bc24..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deletePlaybackIdOfStream

        -
        DeletePlaybackIdOfStreamResponse deletePlaybackIdOfStream​(java.lang.String streamId,
        -                                                          java.lang.String playbackId)
        -                                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html deleted file mode 100644 index 343f738..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteSimulcastOfStream

        -
        DeleteSimulcastOfStreamResponse deleteSimulcastOfStream​(java.lang.String streamId,
        -                                                        java.lang.String simulcastId)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html deleted file mode 100644 index 06c59bb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    InputVideo
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html deleted file mode 100644 index 9435d45..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetAllStreams (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetAllStreams

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetAllStreams
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getAllStreams

        -
        GetAllStreamsResponse getAllStreams​(java.util.Optional<java.lang.String> limit,
        -                                    java.util.Optional<java.lang.String> offset,
        -                                    java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html deleted file mode 100644 index 6471435..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetLiveStreamById (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetLiveStreamById

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetLiveStreamById
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLiveStreamById

        -
        GetLiveStreamByIdResponse getLiveStreamById​(java.lang.String streamId)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html deleted file mode 100644 index aa9eff5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLiveStreamPlaybackId

        -
        GetLiveStreamPlaybackIdResponse getLiveStreamPlaybackId​(java.lang.String streamId,
        -                                                        java.lang.String playbackId)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html deleted file mode 100644 index 163e9f1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMedia

        -
        GetMediaResponse getMedia​(java.lang.String mediaId)
        -                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html deleted file mode 100644 index ebf7c7a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSpecificSimulcastOfStream

        -
        GetSpecificSimulcastOfStreamResponse getSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                  java.lang.String simulcastId)
        -                                                           throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html deleted file mode 100644 index faf5c48..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallListMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallListMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallListMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        listMedia

        -
        ListMediaResponse listMedia​(java.util.Optional<java.lang.Long> limit,
        -                            java.util.Optional<java.lang.Long> offset,
        -                            java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html deleted file mode 100644 index ec4194a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retrieveMediaInputInfo

        -
        RetrieveMediaInputInfoResponse retrieveMediaInputInfo​(java.lang.String mediaId)
        -                                               throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html deleted file mode 100644 index 04cbfd3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdateLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdateLiveStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdateLiveStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateLiveStream

        -
        UpdateLiveStreamResponse updateLiveStream​(java.lang.String streamId,
        -                                          java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
        -                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html deleted file mode 100644 index 2290e59..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateSpecificSimulcastOfStream

        -
        UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                        java.lang.String simulcastId,
        -                                                                        java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
        -                                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html deleted file mode 100644 index dd349d5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdatedMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdatedMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdatedMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html deleted file mode 100644 index 1cb97b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -SDKMethodInterfaces (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SDKMethodInterfaces

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SDKMethodInterfaces
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SDKMethodInterfaces
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SDKMethodInterfaces

        -
        public SDKMethodInterfaces()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html deleted file mode 100644 index 1f3f00b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Subtitles.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitles.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Subtitles.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Subtitles
    -
    -
    -
    public static final class Subtitles.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public Subtitles.Builder languageName​(java.lang.String languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public Subtitles.Builder languageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - - - - - -
        -
      • -

        metadata

        -
        public Subtitles.Builder metadata​(java.util.Optional<? extends SubtitlesMetadata> metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitles.Builder languageCode​(LanguageCode languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitles.Builder languageCode​(java.util.Optional<? extends LanguageCode> languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html deleted file mode 100644 index ff558d6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Subtitles (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitles

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Subtitles
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Subtitles
    -extends java.lang.Object
    -
    Subtitles - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Subtitles

        -
        public Subtitles​(java.util.Optional<java.lang.String> languageName,
        -                 java.util.Optional<? extends SubtitlesMetadata> metadata,
        -                 java.util.Optional<? extends LanguageCode> languageCode)
        -
      • -
      - - - -
        -
      • -

        Subtitles

        -
        public Subtitles()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public java.util.Optional<java.lang.String> languageName()
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SubtitlesMetadata> metadata()
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public java.util.Optional<LanguageCode> languageCode()
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - - - - - -
        -
      • -

        withLanguageName

        -
        public Subtitles withLanguageName​(java.lang.String languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public Subtitles withLanguageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitles withMetadata​(SubtitlesMetadata metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitles withMetadata​(java.util.Optional<? extends SubtitlesMetadata> metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitles withLanguageCode​(LanguageCode languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitles withLanguageCode​(java.util.Optional<? extends LanguageCode> languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html deleted file mode 100644 index 3ff6846..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SubtitlesMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitlesMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SubtitlesMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitlesMetadata
    -
    -
    -
    public static final class SubtitlesMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SubtitlesMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html deleted file mode 100644 index 8d3aaa0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SubtitlesMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitlesMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SubtitlesMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitlesMetadata
    -extends java.lang.Object
    -
    SubtitlesMetadata - -

    Searchable metadata tags for the video in key-value pairs.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitlesMetadata

        -
        public SubtitlesMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html deleted file mode 100644 index ad76a6e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -Summary.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Summary.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Summary
    -
    -
    -
    public static final class Summary.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Summarybuild() 
      Summary.Buildergenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.Buildergenerate​(java.util.Optional<java.lang.Boolean> generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.BuildersummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      Summary.BuildersummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(java.util.Optional<java.lang.Boolean> generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Summary build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html deleted file mode 100644 index 61de2df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -Summary (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Summary
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Summary
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Summary.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Summary() 
      Summary​(java.util.Optional<java.lang.Boolean> generate, - java.util.Optional<java.lang.Long> summaryLength) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Summary.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.Boolean>generate() -
      Enable or disable the summary feature for the media.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>summaryLength() -
      Specifies the desired word count for the generated summary.
      -
      java.lang.StringtoString() 
      SummarywithGenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithGenerate​(java.util.Optional<java.lang.Boolean> generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithSummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      SummarywithSummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Summary

        -
        public Summary​(java.util.Optional<java.lang.Boolean> generate,
        -               java.util.Optional<java.lang.Long> summaryLength)
        -
      • -
      - - - -
        -
      • -

        Summary

        -
        public Summary()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public java.util.Optional<java.lang.Boolean> generate()
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public java.util.Optional<java.lang.Long> summaryLength()
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - - - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(java.util.Optional<java.lang.Boolean> generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html deleted file mode 100644 index 0b08b1f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -Type (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Type

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Type>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.Type
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Type>
    -
    -
    -
    public enum Type
    -extends java.lang.Enum<Type>
    -
    Type - -

    Defines the type of input. Possible values include video, audio, av.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      AUDIO 
      AV 
      VIDEO 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<Type>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static TypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Type[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        VIDEO

        -
        public static final Type VIDEO
        -
      • -
      - - - -
        -
      • -

        AUDIO

        -
        public static final Type AUDIO
        -
      • -
      - - - -
        -
      • -

        AV

        -
        public static final Type AV
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Type[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Type c : Type.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Type valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<Type> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html deleted file mode 100644 index 24f3291..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -UpdateLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdateLiveStreamRequest
    -
    -
    -
    public static final class UpdateLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html deleted file mode 100644 index 32bddfb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -UpdateLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateLiveStreamRequest

        -
        public UpdateLiveStreamRequest​(java.lang.String streamId,
        -                               java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
        -
      • -
      - - - -
        -
      • -

        UpdateLiveStreamRequest

        -
        public UpdateLiveStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public UpdateLiveStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html deleted file mode 100644 index 4475a8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -UpdateLiveStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateLiveStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html deleted file mode 100644 index 1446501..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdateLiveStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdateLiveStreamResponse
    -
    -
    -
    public static final class UpdateLiveStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html deleted file mode 100644 index b6eaf1e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdateLiveStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdateLiveStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateLiveStreamResponse

        -
        public UpdateLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
        -
      • -
      - - - -
        -
      • -

        UpdateLiveStreamResponse

        -
        public UpdateLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        patchResponseDTO

        -
        public java.util.Optional<PatchResponseDTO> patchResponseDTO()
        -
        Stream details updated successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public UpdateLiveStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public UpdateLiveStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public UpdateLiveStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index b60d174..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html deleted file mode 100644 index 075da2c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html +++ /dev/null @@ -1,510 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateSpecificSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamRequest

        -
        public UpdateSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                              java.lang.String simulcastId,
        -                                              java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
        -
      • -
      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamRequest

        -
        public UpdateSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                              java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public UpdateSpecificSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public UpdateSpecificSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 81a2f39..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateSpecificSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index a409380..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html deleted file mode 100644 index cb36e6f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdateSpecificSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                               int statusCode,
        -                                               java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                               java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
        -
      • -
      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                               int statusCode,
        -                                               java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastUpdateResponse

        -
        public java.util.Optional<SimulcastUpdateResponse> simulcastUpdateResponse()
        -
        Stream's simulcast details fetched successfully
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withRawResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html deleted file mode 100644 index e24fcf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -UpdatedMediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaMetadata
    -
    -
    -
    public static final class UpdatedMediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html deleted file mode 100644 index 670f4be..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -UpdatedMediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaMetadata
    -extends java.lang.Object
    -
    UpdatedMediaMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaMetadata

        -
        public UpdatedMediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html deleted file mode 100644 index d331edd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -UpdatedMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaRequest
    -
    -
    -
    public static final class UpdatedMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html deleted file mode 100644 index 614ac8e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -UpdatedMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaRequest

        -
        public UpdatedMediaRequest​(java.lang.String mediaId,
        -                           java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaRequest

        -
        public UpdatedMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withMediaId

        -
        public UpdatedMediaRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html deleted file mode 100644 index 266e605..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -UpdatedMediaRequestBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaRequestBody
    -
    -
    -
    public static final class UpdatedMediaRequestBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public UpdatedMediaRequestBody.Builder metadata​(UpdatedMediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public UpdatedMediaRequestBody.Builder metadata​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html deleted file mode 100644 index c2679ba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -UpdatedMediaRequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequestBody
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaRequestBody

        -
        public UpdatedMediaRequestBody​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaRequestBody

        -
        public UpdatedMediaRequestBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<UpdatedMediaMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public UpdatedMediaRequestBody withMetadata​(UpdatedMediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public UpdatedMediaRequestBody withMetadata​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html deleted file mode 100644 index 31cdfe7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -UpdatedMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html deleted file mode 100644 index b83642d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdatedMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaResponse
    -
    -
    -
    public static final class UpdatedMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html deleted file mode 100644 index c5e1585..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdatedMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdatedMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaResponse

        -
        public UpdatedMediaResponse​(java.lang.String contentType,
        -                            int statusCode,
        -                            java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                            java.util.Optional<? extends UpdatedMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaResponse

        -
        public UpdatedMediaResponse​(java.lang.String contentType,
        -                            int statusCode,
        -                            java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public UpdatedMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public UpdatedMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public UpdatedMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html deleted file mode 100644 index 49e51e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -UpdatedMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaResponseBody
    -
    -
    -
    public static final class UpdatedMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html deleted file mode 100644 index 4df80f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -UpdatedMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaResponseBody
    -extends java.lang.Object
    -
    UpdatedMediaResponseBody - -

    Media details updated successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaResponseBody

        -
        public UpdatedMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                java.util.Optional<? extends Media> data)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaResponseBody

        -
        public UpdatedMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Media> data()
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public UpdatedMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public UpdatedMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html deleted file mode 100644 index 5a654cf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html +++ /dev/null @@ -1,988 +0,0 @@ - - - - - -io.fastpix.sdk.models.operations (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.operations

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html deleted file mode 100644 index b8d6414..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -io.fastpix.sdk.models.operations Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.operations

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/package-summary.html deleted file mode 100644 index 5ecd4b2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/package-summary.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - -io.fastpix.sdk (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/package-tree.html deleted file mode 100644 index e42a2db..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/package-tree.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - -io.fastpix.sdk Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html deleted file mode 100644 index 02b4525..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - -BackoffStrategy.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BackoffStrategy.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BackoffStrategy.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BackoffStrategy
    -
    -
    -
    public static final class BackoffStrategy.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        initialInterval

        -
        public BackoffStrategy.Builder initialInterval​(long duration,
        -                                               java.util.concurrent.TimeUnit unit)
        -
        Sets the initial interval
        -
        -
        Parameters:
        -
        duration - The initial interval.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        maxInterval

        -
        public BackoffStrategy.Builder maxInterval​(long duration,
        -                                           java.util.concurrent.TimeUnit unit)
        -
        Sets the maximum interval
        -
        -
        Parameters:
        -
        duration - The maximum interval.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        maxElapsedTime

        -
        public BackoffStrategy.Builder maxElapsedTime​(long duration,
        -                                              java.util.concurrent.TimeUnit unit)
        -
        Sets the maximum elapsed time
        -
        -
        Parameters:
        -
        duration - The maximum elapsed time.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        baseFactor

        -
        public BackoffStrategy.Builder baseFactor​(double baseFactor)
        -
        Sets the backoff base factor.
        -
        -
        Parameters:
        -
        baseFactor - The base factor to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        exponent

        -
        @Deprecated
        -public BackoffStrategy.Builder exponent​(double baseFactor)
        -
        Deprecated. -
        use baseFactor(double) instead.
        -
        -
        Sets the backoff base factor.
        -
        -
        Parameters:
        -
        baseFactor - The base factor to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        jitterFactor

        -
        public BackoffStrategy.Builder jitterFactor​(double jitterFactor)
        -
        Sets the jitter factor used to randomize the backoff interval.
        -
        -
        Parameters:
        -
        jitterFactor - The jitter factor to use (default is 0.5f).
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryConnectError

        -
        public BackoffStrategy.Builder retryConnectError​(boolean retry)
        -
        Specifies whether connection errors should be retried.
        -
        -
        Parameters:
        -
        retry - Whether to retry on connection error.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        throwConnectError

        -
        public BackoffStrategy.Builder throwConnectError()
        -
        Do not retry on connection error.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryReadTimeoutError

        -
        public BackoffStrategy.Builder retryReadTimeoutError​(boolean retry)
        -
        Specifies whether Read Timeout errors should be retried.
        -
        -
        Parameters:
        -
        retry - Whether to retry on Read Timeout error.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        throwReadTimeoutError

        -
        public BackoffStrategy.Builder throwReadTimeoutError()
        -
        Do not retry on Read Timeout error.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html b/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html deleted file mode 100644 index 616a41e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - -BackoffStrategy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BackoffStrategy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BackoffStrategy
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BackoffStrategy
    -extends java.lang.Object
    -
    Exponential Backoff Strategy with Jitter - - The duration between consecutive attempts is calculated as follows: - intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r) - where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        initialIntervalMs

        -
        public long initialIntervalMs()
        -
      • -
      - - - -
        -
      • -

        maxIntervalMs

        -
        public long maxIntervalMs()
        -
      • -
      - - - -
        -
      • -

        baseFactor

        -
        public double baseFactor()
        -
      • -
      - - - -
        -
      • -

        exponent

        -
        @Deprecated
        -public double exponent()
        -
        Deprecated. -
        use baseFactor() instead.
        -
        -
      • -
      - - - -
        -
      • -

        maxElapsedTimeMs

        -
        public long maxElapsedTimeMs()
        -
      • -
      - - - -
        -
      • -

        jitterFactor

        -
        public double jitterFactor()
        -
      • -
      - - - -
        -
      • -

        retryConnectError

        -
        public boolean retryConnectError()
        -
      • -
      - - - -
        -
      • -

        retryReadTimeoutError

        -
        public boolean retryReadTimeoutError()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html deleted file mode 100644 index 402251b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -BigDecimalString.Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString.Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigDecimalString.Deserializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigDecimalString
    -
    -
    -
    public static final class BigDecimalString.Deserializer
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      BigDecimalStringdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializer

        -
        protected Deserializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public BigDecimalString deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -                             throws java.io.IOException,
        -                                    com.fasterxml.jackson.core.JacksonException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BigDecimalString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JacksonException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html deleted file mode 100644 index 34f766e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -BigDecimalString.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigDecimalString.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigDecimalString
    -
    -
    -
    public static final class BigDecimalString.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(BigDecimalString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        protected Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(BigDecimalString value,
        -                      com.fasterxml.jackson.core.JsonGenerator g,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException,
        -                      com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html deleted file mode 100644 index 5ad2155..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -BigDecimalString (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BigDecimalString
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BigDecimalString
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BigDecimalString​(java.lang.String value) 
      BigDecimalString​(java.math.BigDecimal value) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.StringtoString() 
      java.math.BigDecimalvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BigDecimalString

        -
        public BigDecimalString​(java.math.BigDecimal value)
        -
      • -
      - - - -
        -
      • -

        BigDecimalString

        -
        public BigDecimalString​(java.lang.String value)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.math.BigDecimal value()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html deleted file mode 100644 index 0c3b416..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -BigIntegerString.Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString.Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigIntegerString.Deserializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigIntegerString
    -
    -
    -
    public static final class BigIntegerString.Deserializer
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      BigIntegerStringdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializer

        -
        protected Deserializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public BigIntegerString deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -                             throws java.io.IOException,
        -                                    com.fasterxml.jackson.core.JacksonException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BigIntegerString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JacksonException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html deleted file mode 100644 index 4cc72ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -BigIntegerString.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigIntegerString.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigIntegerString
    -
    -
    -
    public static final class BigIntegerString.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(BigIntegerString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        protected Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(BigIntegerString value,
        -                      com.fasterxml.jackson.core.JsonGenerator g,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException,
        -                      com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html deleted file mode 100644 index 5e6ac9f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -BigIntegerString (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BigIntegerString
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BigIntegerString
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BigIntegerString​(java.lang.String value) 
      BigIntegerString​(java.math.BigInteger value) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.StringtoString() 
      java.math.BigIntegervalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BigIntegerString

        -
        public BigIntegerString​(java.math.BigInteger value)
        -
      • -
      - - - -
        -
      • -

        BigIntegerString

        -
        public BigIntegerString​(java.lang.String value)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.math.BigInteger value()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html b/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html deleted file mode 100644 index 6615e5f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - -Constants (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Constants

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Constants
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Constants
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Constants() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        HAS_CLIENT_CREDENTIALS_BASIC

        -
        public static final boolean HAS_CLIENT_CREDENTIALS_BASIC
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Constants

        -
        public Constants()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html b/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html deleted file mode 100644 index 1ac7e89..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - -Deserializers (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Deserializers

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Deserializers
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Deserializers
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean>BOOLEAN_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double>DOUBLE_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float>FLOAT_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer>INTEGER_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate>LOCAL_DATE_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long>LONG_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime>OFFSET_DATE_TIME_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short>SHORT_STRICT 
      static com.fasterxml.jackson.databind.ModuleSTRICT_DESERIALIZERS 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String>STRING_STRICT 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Deserializers() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        BOOLEAN_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean> BOOLEAN_STRICT
        -
      • -
      - - - -
        -
      • -

        INTEGER_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer> INTEGER_STRICT
        -
      • -
      - - - -
        -
      • -

        LONG_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long> LONG_STRICT
        -
      • -
      - - - -
        -
      • -

        SHORT_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short> SHORT_STRICT
        -
      • -
      - - - -
        -
      • -

        FLOAT_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float> FLOAT_STRICT
        -
      • -
      - - - -
        -
      • -

        DOUBLE_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double> DOUBLE_STRICT
        -
      • -
      - - - -
        -
      • -

        LOCAL_DATE_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate> LOCAL_DATE_STRICT
        -
      • -
      - - - -
        -
      • -

        OFFSET_DATE_TIME_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime> OFFSET_DATE_TIME_STRICT
        -
      • -
      - - - -
        -
      • -

        STRING_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> STRING_STRICT
        -
      • -
      - - - -
        -
      • -

        STRICT_DESERIALIZERS

        -
        public static final com.fasterxml.jackson.databind.Module STRICT_DESERIALIZERS
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializers

        -
        public Deserializers()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html deleted file mode 100644 index 300974d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -EventStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStream<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStream<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    Type Parameters:
    -
    T -
    -
    -
    -
    All Implemented Interfaces:
    -
    java.lang.AutoCloseable
    -
    -
    -
    public final class EventStream<T>
    -extends java.lang.Object
    -implements java.lang.AutoCloseable
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStream​(java.io.InputStream in, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference, - com.fasterxml.jackson.databind.ObjectMapper mapper, - java.util.Optional<java.lang.String> terminalMessage) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidclose() 
      java.util.Optional<T>next() -
      Returns the next message.
      -
      java.util.stream.Stream<T>stream() -
      Returns a Stream of events.
      -
      java.util.List<T>toList() -
      Reads all events and returns them as a List.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStream

        -
        public EventStream​(java.io.InputStream in,
        -                   com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
        -                   com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                   java.util.Optional<java.lang.String> terminalMessage)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        next

        -
        public java.util.Optional<T> next()
        -                           throws java.io.IOException
        -
        Returns the next message. If another message does not exist returns - Optional.empty().
        -
        -
        Returns:
        -
        the next message or Optional.empty() if no more messages
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toList

        -
        public java.util.List<T> toList()
        -
        Reads all events and returns them as a List. This method calls - close().
        -
        -
        Returns:
        -
        list of events
        -
        -
      • -
      - - - -
        -
      • -

        stream

        -
        public java.util.stream.Stream<T> stream()
        -
        Returns a Stream of events. Must be closed after use!
        -
        -
        Returns:
        -
        streamed events
        -
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.lang.Exception
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html deleted file mode 100644 index 625a158..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -EventStreamLineReader (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamLineReader

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.io.Reader
    • -
    • -
        -
      • io.fastpix.sdk.utils.EventStreamLineReader
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable
    -
    -
    -
    public class EventStreamLineReader
    -extends java.io.Reader
    -
    Converts CR-LF, LF, CR to LF
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class java.io.Reader

        -lock
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStreamLineReader​(java.io.Reader reader) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidclose() 
      intread() 
      intread​(char[] cbuf, - int off, - int len) 
      -
        -
      • - - -

        Methods inherited from class java.io.Reader

        -mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamLineReader

        -
        public EventStreamLineReader​(java.io.Reader reader)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        read

        -
        public int read()
        -         throws java.io.IOException
        -
        -
        Overrides:
        -
        read in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        read

        -
        public int read​(char[] cbuf,
        -                int off,
        -                int len)
        -         throws java.io.IOException
        -
        -
        Specified by:
        -
        read in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.io.IOException
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Specified by:
        -
        close in interface java.io.Closeable
        -
        Specified by:
        -
        close in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html deleted file mode 100644 index bc8d35c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -EventStreamMessage (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamMessage

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStreamMessage
    • -
    -
  • -
-
-
    -
  • -
    -
    public class EventStreamMessage
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStreamMessage​(java.util.Optional<java.lang.String> event, - java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.Integer> retryMs, - java.lang.String data) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringdata() 
      java.util.Optional<java.lang.String>event() 
      java.util.Optional<java.lang.String>id() 
      booleanisEmpty() 
      java.util.Optional<java.lang.Integer>retryMs() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamMessage

        -
        public EventStreamMessage​(java.util.Optional<java.lang.String> event,
        -                          java.util.Optional<java.lang.String> id,
        -                          java.util.Optional<java.lang.Integer> retryMs,
        -                          java.lang.String data)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        event

        -
        public java.util.Optional<java.lang.String> event()
        -
      • -
      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
      • -
      - - - -
        -
      • -

        retryMs

        -
        public java.util.Optional<java.lang.Integer> retryMs()
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.lang.String data()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html deleted file mode 100644 index 22a8110..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -EventStreamReader (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamReader

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStreamReader
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.AutoCloseable
    -
    -
    -
    public final class EventStreamReader
    -extends java.lang.Object
    -implements java.lang.AutoCloseable
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamReader

        -
        public EventStreamReader​(java.io.InputStream in)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readRawMessage

        -
        public java.lang.String readRawMessage()
        -                                throws java.io.IOException
        -
        Returns the event message (lines separated by \n) without the terminating - \n\n. Returns null when end of stream reached (and may occur with a partially - read event message that has not yet been terminated). Characters in comment - lines are discarded as read (they are not buffered).
        -
        -
        Returns:
        -
        the event message
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        readMessage

        -
        public java.util.Optional<EventStreamMessage> readMessage()
        -                                                   throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        parseMessage

        -
        public static EventStreamMessage parseMessage​(java.lang.String text)
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.lang.Exception
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html deleted file mode 100644 index 4520b6c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -HTTPClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface HTTPClient

-
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        send

        -
        java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                              throws java.io.IOException,
        -                                                     java.lang.InterruptedException,
        -                                                     java.net.URISyntaxException
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html b/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html deleted file mode 100644 index db0f661..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -HTTPRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class HTTPRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.HTTPRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class HTTPRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        HTTPRequest

        -
        public HTTPRequest​(java.lang.String baseURL,
        -                   java.lang.String method)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setBody

        -
        public void setBody​(java.util.Optional<SerializedBody> body)
        -
      • -
      - - - -
        -
      • -

        addHeader

        -
        public HTTPRequest addHeader​(java.lang.String key,
        -                             java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        addHeaders

        -
        public HTTPRequest addHeaders​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> map)
        -
      • -
      - - - - - - - -
        -
      • -

        addQueryParam

        -
        public HTTPRequest addQueryParam​(java.lang.String key,
        -                                 java.lang.String value,
        -                                 boolean allowReserved)
        -
      • -
      - - - - - - - -
        -
      • -

        build

        -
        public java.net.http.HttpRequest build()
        -
      • -
      - - - -
        -
      • -

        buildUrl

        -
        public static java.lang.String buildUrl​(java.lang.String baseURL,
        -                                        java.util.Collection<QueryParameter> queryParams)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html b/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html deleted file mode 100644 index fc0acb6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -HasSecurity (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface HasSecurity

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Security
    -
    -
    -
    public interface HasSecurity
    -
    Implemented by classes that have security annotations on fields.
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html b/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html deleted file mode 100644 index 3dcb5e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - -Helpers (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Helpers

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Helpers
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Helpers
    -extends java.lang.Object
    -
    Public helper methods for use by customers and end-users.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Helpers() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static byte[]bodyBytes​(java.net.http.HttpRequest request) -
      Returns the request body as a byte array.
      -
      static java.lang.StringbodyUtf8​(java.net.http.HttpRequest request) -
      Returns the request body as a String assuming that the bytes of the request - body are encoded with UTF-8.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Helpers

        -
        public Helpers()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest. - -

        Note that headers can be added and modified but not removed. To - remove headers use copy(HttpRequest, BiPredicate) (which applies - a filter to the headers while copying). - -

        Note also that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest) is available.

        -
        -
        Parameters:
        -
        request - request to copy
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request,
        -                                                     java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest. - -

        Note that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest, BiPredicate) is available.

        -
        -
        Parameters:
        -
        request - request to copy
        -
        filter - selects which header key-values to include in the copied request
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        bodyBytes

        -
        public static byte[] bodyBytes​(java.net.http.HttpRequest request)
        -
        Returns the request body as a byte array.
        -
        -
        Parameters:
        -
        request - http request to extract from
        -
        Returns:
        -
        byte array
        -
        -
      • -
      - - - -
        -
      • -

        bodyUtf8

        -
        public static java.lang.String bodyUtf8​(java.net.http.HttpRequest request)
        -
        Returns the request body as a String assuming that the bytes of the request - body are encoded with UTF-8.
        -
        -
        Parameters:
        -
        request - http request to extract from
        -
        Returns:
        -
        request body as a String
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html deleted file mode 100644 index a7c9c7a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -Hook.AfterError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterError

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.AfterError
    -
    Specifies what happens if a request action throws an Exception.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static Hook.AfterErrorDEFAULT -
      The default action is to rethrow the given error.
      -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>afterError​(Hook.AfterErrorContext context, - java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response, - java.util.Optional<java.lang.Exception> error) -
      Either returns an HttpResponse or throws an Exception.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.AfterError DEFAULT
        -
        The default action is to rethrow the given error.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        afterError

        -
        java.net.http.HttpResponse<java.io.InputStream> afterError​(Hook.AfterErrorContext context,
        -                                                           java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response,
        -                                                           java.util.Optional<java.lang.Exception> error)
        -                                                    throws java.lang.Exception
        -
        Either returns an HttpResponse or throws an Exception. Must be passed either - a response or an error (both can't be absent).
        -
        -
        Parameters:
        -
        context - context for the error
        -
        response - response information if available.
        -
        error - the optional exception. If response present then the error is for-info - only, it was the last error in the chain of AfterError hook - calls leading to this one
        -
        Returns:
        -
        HTTP response if method decides that an exception is not to be thrown
        -
        Throws:
        -
        java.lang.Exception - if error to be propagated
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html deleted file mode 100644 index 1443112..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.AfterErrorContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterErrorContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html deleted file mode 100644 index 9e24e04..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.AfterErrorContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.AfterErrorContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AfterErrorContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AfterErrorContextImpl

        -
        public AfterErrorContextImpl​(java.lang.String baseUrl,
        -                             java.lang.String operationId,
        -                             java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                             java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html deleted file mode 100644 index 9eb49d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - -Hook.AfterSuccess (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterSuccess

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.AfterSuccess
    -
    Specifies how a response is transformed before response processing.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static Hook.AfterSuccessDEFAULT -
      The default action is to return the response untouched.
      -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>afterSuccess​(Hook.AfterSuccessContext context, - java.net.http.HttpResponse<java.io.InputStream> response) -
      Transforms the given response before response processing occurs.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.AfterSuccess DEFAULT
        -
        The default action is to return the response untouched.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        afterSuccess

        -
        java.net.http.HttpResponse<java.io.InputStream> afterSuccess​(Hook.AfterSuccessContext context,
        -                                                             java.net.http.HttpResponse<java.io.InputStream> response)
        -                                                      throws java.lang.Exception
        -
        Transforms the given response before response processing occurs.
        -
        -
        Parameters:
        -
        context - context for the hook call
        -
        response - response to be transformed
        -
        Returns:
        -
        transformed response
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html deleted file mode 100644 index f71e188..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.AfterSuccessContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterSuccessContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html deleted file mode 100644 index 40d7b65..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.AfterSuccessContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.AfterSuccessContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AfterSuccessContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AfterSuccessContextImpl

        -
        public AfterSuccessContextImpl​(java.lang.String baseUrl,
        -                               java.lang.String operationId,
        -                               java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                               java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html deleted file mode 100644 index 1bd972b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -Hook.BeforeRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.BeforeRequest

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hook.IdempotencyHook, Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.BeforeRequest
    -
    Specifies how a request is transformed before sending.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.BeforeRequest DEFAULT
        -
        The default action is to return the request untouched.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        beforeRequest

        -
        java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                        java.net.http.HttpRequest request)
        -                                 throws java.lang.Exception
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html deleted file mode 100644 index f8e3c3c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.BeforeRequestContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.BeforeRequestContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html deleted file mode 100644 index 14a6f0f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.BeforeRequestContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.BeforeRequestContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BeforeRequestContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BeforeRequestContextImpl

        -
        public BeforeRequestContextImpl​(java.lang.String baseUrl,
        -                                java.lang.String operationId,
        -                                java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                                java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html deleted file mode 100644 index 6ae42ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -Hook.HookContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.HookContext

-
-
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        baseUrl

        -
        java.lang.String baseUrl()
        -
      • -
      - - - -
        -
      • -

        operationId

        -
        java.lang.String operationId()
        -
      • -
      - - - -
        -
      • -

        oauthScopes

        -
        java.util.Optional<java.util.List<java.lang.String>> oauthScopes()
        -
      • -
      - - - -
        -
      • -

        securitySource

        -
        java.util.Optional<SecuritySource> securitySource()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html deleted file mode 100644 index 3cb702f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -Hook.IdempotencyHook (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.IdempotencyHook

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.IdempotencyHook
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      IdempotencyHook() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpRequestbeforeRequest​(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) -
      Transforms the given HttpRequest before sending.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IdempotencyHook

        -
        public IdempotencyHook()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        beforeRequest

        -
        public java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                               java.net.http.HttpRequest request)
        -                                        throws java.lang.Exception
        -
        Description copied from interface: Hook.BeforeRequest
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        beforeRequest in interface Hook.BeforeRequest
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html deleted file mode 100644 index 14d15af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - -Hook.SdkInit (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.SdkInit

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.SdkInit
    -
    Transforms the HTTPClient before use.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.SdkInit DEFAULT
        -
        The default action is to return the client untouched.
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html deleted file mode 100644 index 8b2d95e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -Hook.SdkInitData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.SdkInitData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.SdkInitData
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static final class Hook.SdkInitData
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SdkInitData​(java.lang.String baseUrl, - HTTPClient client) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      HTTPClientclient() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SdkInitData

        -
        public SdkInitData​(java.lang.String baseUrl,
        -                   HTTPClient client)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        baseUrl

        -
        public java.lang.String baseUrl()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html deleted file mode 100644 index d905c45..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -Hook (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Hook
    -extends java.lang.Object
    -
    Holder class for hook-associated types. This class does not get - instantiated.
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html deleted file mode 100644 index 6ae9e2b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - -Hooks.FailEarlyException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hooks.FailEarlyException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.utils.Hooks.FailEarlyException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Hooks
    -
    -
    -
    public static final class Hooks.FailEarlyException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      FailEarlyException​(java.lang.Exception e) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FailEarlyException

        -
        public FailEarlyException​(java.lang.Exception e)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html deleted file mode 100644 index 2f6fb06..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html +++ /dev/null @@ -1,615 +0,0 @@ - - - - - -Hooks (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hooks

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hooks
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Hooks

        -
        public Hooks()
        -
        Constructor.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        registerBeforeRequest

        -
        public Hooks registerBeforeRequest​(Hook.BeforeRequest beforeRequest)
        -
        Registers a Hook.BeforeRequest hook to be applied in order of - registration. The result of the first BeforeRequest hook will be passed to - the second BeforeRequest hook and processed similarly for the rest of the - registered hooks. If a BeforeRequest hook throws then that Exception will - not be passed to the Hook.AfterError hooks.
        -
        -
        Parameters:
        -
        beforeRequest - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerAfterSuccess

        -
        public Hooks registerAfterSuccess​(Hook.AfterSuccess afterSuccess)
        -
        Registers an Hook.AfterSuccess hook to be applied in order of registration - (multiple can be registered). The result of the first AfterSuccess hook will - be passed to the second AfterSuccess hook and processed similarly for the - rest of the registered hooks. If an AfterSuccess hook throws then that - Exception will not be passed to the Hook.AfterError hooks.
        -
        -
        Parameters:
        -
        afterSuccess - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerAfterError

        -
        public Hooks registerAfterError​(Hook.AfterError afterError)
        -
        Registers an Hook.AfterError hook to be applied in order of registration - (multiple can be registered). If the first AfterError hook throws then the - second hook will be called with that exception (and no response object) and - so on for the rest of the registered hooks. If an AfterError hook returns - normally then its result will be passed through to the next AfterError hook - with the latest thrown Exception.
        -
        -
        Parameters:
        -
        afterError - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerSdkInit

        -
        public Hooks registerSdkInit​(Hook.SdkInit SdkInit)
        -
        Registers a Hook.SdkInit hook to be applied in order of registration - (multiple can be registered).
        -
        -
        Parameters:
        -
        SdkInit - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        beforeRequest

        -
        public java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                               java.net.http.HttpRequest request)
        -                                        throws java.lang.Exception
        -
        Description copied from interface: Hook.BeforeRequest
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        beforeRequest in interface Hook.BeforeRequest
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      - - - -
        -
      • -

        afterSuccess

        -
        public java.net.http.HttpResponse<java.io.InputStream> afterSuccess​(Hook.AfterSuccessContext context,
        -                                                                    java.net.http.HttpResponse<java.io.InputStream> response)
        -                                                             throws java.lang.Exception
        -
        Description copied from interface: Hook.AfterSuccess
        -
        Transforms the given response before response processing occurs.
        -
        -
        Specified by:
        -
        afterSuccess in interface Hook.AfterSuccess
        -
        Parameters:
        -
        context - context for the hook call
        -
        response - response to be transformed
        -
        Returns:
        -
        transformed response
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      - - - -
        -
      • -

        afterError

        -
        public java.net.http.HttpResponse<java.io.InputStream> afterError​(Hook.AfterErrorContext context,
        -                                                                  java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response,
        -                                                                  java.util.Optional<java.lang.Exception> error)
        -                                                           throws java.lang.Exception
        -
        Description copied from interface: Hook.AfterError
        -
        Either returns an HttpResponse or throws an Exception. Must be passed either - a response or an error (both can't be absent).
        -
        -
        Specified by:
        -
        afterError in interface Hook.AfterError
        -
        Parameters:
        -
        context - context for the error
        -
        response - response information if available.
        -
        error - the optional exception. If response present then the error is for-info - only, it was the last error in the chain of AfterError hook - calls leading to this one
        -
        Returns:
        -
        HTTP response if method decides that an exception is not to be thrown
        -
        Throws:
        -
        java.lang.Exception - if error to be propagated
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html b/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html deleted file mode 100644 index 47f0fe8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - -JSON (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class JSON

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.JSON
    • -
    -
  • -
-
-
    -
  • -
    -
    public class JSON
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      JSON() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static com.fasterxml.jackson.databind.ObjectMappergetMapper() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        JSON

        -
        public JSON()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMapper

        -
        public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html b/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html deleted file mode 100644 index ee1fd6f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -LazySingletonValue (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LazySingletonValue<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.LazySingletonValue<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class LazySingletonValue<T>
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      LazySingletonValue​(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Tvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LazySingletonValue

        -
        public LazySingletonValue​(java.lang.String name,
        -                          java.lang.String json,
        -                          com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public T value()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html deleted file mode 100644 index d2024e7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - -Multipart.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Multipart.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Multipart.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Multipart
    -
    -
    -
    public static final class Multipart.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Builder() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Multipart.BuilderaddPart​(java.lang.String name, - java.lang.String value) 
      Multipart.BuilderaddPart​(java.lang.String name, - java.lang.String value, - java.lang.String contentType) 
      Multipart.BuilderaddPart​(java.lang.String name, - java.util.function.Supplier<java.io.InputStream> stream, - java.lang.String filename, - java.util.Optional<java.lang.String> contentType) 
      Multipartbuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Builder

        -
        public Builder()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.lang.String value,
        -                                 java.lang.String contentType)
        -
      • -
      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.util.function.Supplier<java.io.InputStream> stream,
        -                                 java.lang.String filename,
        -                                 java.util.Optional<java.lang.String> contentType)
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html deleted file mode 100644 index b662e2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -Multipart.PartType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Multipart.PartType

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Multipart.PartTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Multipart.PartType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Multipart.PartType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Multipart.PartType c : Multipart.PartType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Multipart.PartType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html deleted file mode 100644 index 268c57b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -Multipart (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Multipart

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Multipart
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Multipart
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        bodyPublisher

        -
        public java.net.http.HttpRequest.BodyPublisher bodyPublisher()
        -
      • -
      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html deleted file mode 100644 index d5ad30f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - -OneOfDeserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class OneOfDeserializer<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
      • -
      • -
          -
        • io.fastpix.sdk.utils.OneOfDeserializer<T>
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Direct Known Subclasses:
    -
    Input._Deserializer, Input._Deserializer, SegmentUnion._Deserializer
    -
    -
    -
    public class OneOfDeserializer<T>
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static <T> java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>>applyMatchPreferences​(java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> matches, - java.lang.String json) 
      Tdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      static booleanmatchPossible​(com.fasterxml.jackson.databind.JavaType type, - java.lang.String json) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        OneOfDeserializer

        -
        protected OneOfDeserializer​(java.lang.Class<T> cls,
        -                            boolean strict,
        -                            Utils.TypeReferenceWithShape... typeReferences)
        -
        Constructor.
        -
        -
        Parameters:
        -
        cls - oneOf type
        -
        strict - if true then when multiple matches encountered an - exception is thrown. If false then when multiple - matches encountered the first match from the - typeReferences array is used as deserialization result.
        -
        typeReferences - the types of the oneOf subschemas. When strict is false - the first matching member of this array will be the - type of the deserialization result.
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public T deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -              throws java.io.IOException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        matchPossible

        -
        public static boolean matchPossible​(com.fasterxml.jackson.databind.JavaType type,
        -                                    java.lang.String json)
        -
      • -
      - - - -
        -
      • -

        applyMatchPreferences

        -
        public static <T> java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> applyMatchPreferences​(java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> matches,
        -                                                                                                        java.lang.String json)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html deleted file mode 100644 index f3c62d6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - -Options.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Options.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Options.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Options
    -
    -
    -
    public static final class Options.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retryConfig

        -
        public Options.Builder retryConfig​(RetryConfig retryConfig)
        -                            throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - -
        -
      • -

        retryConfig

        -
        public Options.Builder retryConfig​(java.util.Optional<RetryConfig> retryConfig)
        -                            throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Options build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html deleted file mode 100644 index 255459b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - -Options.Option (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Options.Option

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Options.Option>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Options.Option
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Options.Option>
    -
    -
    -
    Enclosing class:
    -
    Options
    -
    -
    -
    public static enum Options.Option
    -extends java.lang.Enum<Options.Option>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      RETRY_CONFIG 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Options.OptionvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Options.Option[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        RETRY_CONFIG

        -
        public static final Options.Option RETRY_CONFIG
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Options.Option[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Options.Option c : Options.Option.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Options.Option valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.html deleted file mode 100644 index dff184f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -Options (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Options

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Options
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Options
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retryConfig

        -
        public java.util.Optional<RetryConfig> retryConfig()
        -
      • -
      - - - -
        -
      • -

        validate

        -
        public final void validate​(java.util.List<Options.Option> supportedOptions)
        -                    throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html b/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html deleted file mode 100644 index 1138a0b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - -QueryParameter (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class QueryParameter

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.QueryParameter
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class QueryParameter
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanallowReserved() 
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.Stringname() 
      static QueryParameterof​(java.lang.String name, - java.lang.String value, - boolean allowReserved) 
      java.lang.StringtoString() 
      java.lang.Stringvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        of

        -
        public static QueryParameter of​(java.lang.String name,
        -                                java.lang.String value,
        -                                boolean allowReserved)
        -
      • -
      - - - -
        -
      • -

        name

        -
        public java.lang.String name()
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        allowReserved

        -
        public boolean allowReserved()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html b/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html deleted file mode 100644 index 5dca58b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -QueryParameters (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class QueryParameters

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.QueryParameters
    • -
    -
  • -
-
-
    -
  • -
    -
    public class QueryParameters
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      QueryParameters() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static <T> java.util.List<QueryParameter>parseQueryParams​(java.lang.Class<T> type, - T queryParams, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        QueryParameters

        -
        public QueryParameters()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        parseQueryParams

        -
        public static <T> java.util.List<QueryParameter> parseQueryParams​(java.lang.Class<T> type,
        -                                                                  T queryParams,
        -                                                                  java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                           throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html deleted file mode 100644 index 3a87b92..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -RecordingClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RecordingClient

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RecordingClient
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HTTPClient
    -
    -
    -
    public final class RecordingClient
    -extends java.lang.Object
    -implements HTTPClient
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      RecordingClient() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      RecordingClientafterResponse​(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook) 
      RecordingClientbeforeRequest​(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook) 
      java.util.List<java.net.http.HttpRequest>requests() 
      voidreset() 
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RecordingClient

        -
        public RecordingClient()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        send

        -
        public java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                                     throws java.io.IOException,
        -                                                            java.lang.InterruptedException,
        -                                                            java.net.URISyntaxException
        -
        Description copied from interface: HTTPClient
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        send in interface HTTPClient
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      - - - -
        -
      • -

        requests

        -
        public java.util.List<java.net.http.HttpRequest> requests()
        -
      • -
      - - - -
        -
      • -

        beforeRequest

        -
        public RecordingClient beforeRequest​(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook)
        -
      • -
      - - - -
        -
      • -

        afterResponse

        -
        public RecordingClient afterResponse​(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook)
        -
      • -
      - - - -
        -
      • -

        reset

        -
        public void reset()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html b/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html deleted file mode 100644 index 11b3f38..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - -RequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class RequestBody
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SerializedBodyserialize​(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) 
      static SerializedBodyserializeFormData​(java.lang.Object value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public static SerializedBody serialize​(java.lang.Object request,
        -                                       java.lang.String requestField,
        -                                       java.lang.String serializationMethod,
        -                                       boolean nullable)
        -                                throws java.lang.NoSuchFieldException,
        -                                       java.lang.IllegalArgumentException,
        -                                       java.lang.IllegalAccessException,
        -                                       java.lang.UnsupportedOperationException,
        -                                       java.io.IOException
        -
        -
        Throws:
        -
        java.lang.NoSuchFieldException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        java.lang.UnsupportedOperationException
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        serializeFormData

        -
        public static SerializedBody serializeFormData​(java.lang.Object value)
        -                                        throws java.io.IOException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Response.html b/build/docs/javadoc/io/fastpix/sdk/utils/Response.html deleted file mode 100644 index f91b360..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Response.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -Response (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Response

-
-
- -
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.lang.StringcontentType() -
      Returns the value of the Content-Type header.
      -
      java.net.http.HttpResponse<java.io.InputStream>rawResponse() -
      Returns the raw response.
      -
      intstatusCode() -
      Returns the HTTP status code.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        java.lang.String contentType()
        -
        Returns the value of the Content-Type header.
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        int statusCode()
        -
        Returns the HTTP status code.
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Returns the raw response.
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html deleted file mode 100644 index ddd19fa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -Retries.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Retries.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Retries.Builderaction​(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action) -
      Sets the HTTP callback to be retried.
      -
      Retriesbuild() 
      Retries.BuilderretryConfig​(RetryConfig retryConfig) -
      Defines the retry configuration.
      -
      Retries.BuilderstatusCodes​(java.util.List<java.lang.String> statusCodes) -
      Defines the status codes that should be considered as errors.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        action

        -
        public Retries.Builder action​(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action)
        -
        Sets the HTTP callback to be retried.
        -
        -
        Parameters:
        -
        action - The function called on retry.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryConfig

        -
        public Retries.Builder retryConfig​(RetryConfig retryConfig)
        -
        Defines the retry configuration.
        -
        -
        Parameters:
        -
        retryConfig - The retry configuration to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        statusCodes

        -
        public Retries.Builder statusCodes​(java.util.List<java.lang.String> statusCodes)
        -
        Defines the status codes that should be considered as errors.
        -
        -
        Parameters:
        -
        statusCodes - The list of status codes to treat as errors.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Retries build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html deleted file mode 100644 index b5af3e2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -Retries.NonRetryableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.NonRetryableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.utils.Retries.NonRetryableException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.NonRetryableException
    -extends java.lang.Exception
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      NonRetryableException​(java.lang.Exception exception) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Exceptionexception() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NonRetryableException

        -
        public NonRetryableException​(java.lang.Exception exception)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        exception

        -
        public java.lang.Exception exception()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html deleted file mode 100644 index f10a348..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -Retries.RetryableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.RetryableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.utils.Retries.RetryableException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.RetryableException
    -extends java.lang.Exception
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      RetryableException​(java.net.http.HttpResponse<java.io.InputStream> response) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>response() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetryableException

        -
        public RetryableException​(java.net.http.HttpResponse<java.io.InputStream> response)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        response

        -
        public java.net.http.HttpResponse<java.io.InputStream> response()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html deleted file mode 100644 index 5cf81f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - -Retries (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Retries
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Retries
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public java.net.http.HttpResponse<java.io.InputStream> run()
        -                                                    throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html deleted file mode 100644 index d60b068..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -RetryConfig.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetryConfig.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RetryConfig.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetryConfig
    -
    -
    -
    public static final class RetryConfig.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        noRetries

        -
        public RetryConfig.Builder noRetries()
        -
        Disables retries (sets strategy to "none").
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        enable

        -
        public RetryConfig.Builder enable()
        -
        Enables the selected strategy.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        enable

        -
        public RetryConfig.Builder enable​(boolean enable)
        -
        Enables or disables the selected strategy.
        -
        -
        Parameters:
        -
        enable - Whether to enable the current strategy.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        backoff

        -
        public RetryConfig.Builder backoff​(BackoffStrategy backoff)
        -
        Selects and configures the backoff retry strategy.
        -
        -
        Parameters:
        -
        backoff - The backoff strategy to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        backoff

        -
        public RetryConfig.Builder backoff()
        -
        Selects the default backoff retry strategy.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html deleted file mode 100644 index 122409e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -RetryConfig.Strategy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum RetryConfig.Strategy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      BACKOFF 
      NONE 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static RetryConfig.StrategyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static RetryConfig.Strategy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static RetryConfig.Strategy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (RetryConfig.Strategy c : RetryConfig.Strategy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static RetryConfig.Strategy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html deleted file mode 100644 index b82911f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -RetryConfig (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetryConfig

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RetryConfig
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetryConfig
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Security.html b/build/docs/javadoc/io/fastpix/sdk/utils/Security.html deleted file mode 100644 index 75577c2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Security.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -Security (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Security
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Security
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        configureSecurity

        -
        public static HTTPRequest configureSecurity​(HTTPRequest request,
        -                                            java.lang.Object security)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        findComplexObjectWithNonEmptyAnnotatedField

        -
        public static java.util.Optional<java.lang.Object> findComplexObjectWithNonEmptyAnnotatedField​(java.lang.Object object,
        -                                                                                               java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findFieldsWhereMetadataContainsRegexes

        -
        public static java.util.stream.Stream<java.lang.reflect.Field> findFieldsWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                                      java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findStringValueWhereMetadataContainsRegexes

        -
        public static java.util.Optional<java.lang.String> findStringValueWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                               java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findStringValueWhereMetadataNameIs

        -
        public static java.util.Optional<java.lang.String> findStringValueWhereMetadataNameIs​(java.lang.Object o,
        -                                                                                      java.lang.String name)
        -
      • -
      - - - -
        -
      • -

        findValueWhereMetadataContainsRegexes

        -
        public static java.util.Optional<java.lang.Object> findValueWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                         java.lang.String... regexes)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html b/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html deleted file mode 100644 index 68fa243..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -SerializedBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SerializedBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SerializedBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SerializedBody
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SerializedBody​(java.lang.String contentType, - java.net.http.HttpRequest.BodyPublisher body) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpRequest.BodyPublisherbody() 
      java.lang.StringcontentType() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SerializedBody

        -
        public SerializedBody​(java.lang.String contentType,
        -                      java.net.http.HttpRequest.BodyPublisher body)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
      • -
      - - - -
        -
      • -

        body

        -
        public java.net.http.HttpRequest.BodyPublisher body()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html deleted file mode 100644 index 39c6243..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - -SessionManager.HasSessionKey (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SessionManager.HasSessionKey

-
-
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sessionKey

        -
        java.lang.String sessionKey()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html deleted file mode 100644 index 7cfe3af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -SessionManager.Session (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SessionManager.Session<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SessionManager.Session<T>
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Session​(T credentials, - java.util.Optional<java.lang.String> token, - java.util.List<java.lang.String> scopes, - java.util.Optional<java.time.OffsetDateTime> expiresAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Tcredentials() 
      java.util.Optional<java.time.OffsetDateTime>expiresAt() 
      java.util.List<java.lang.String>scopes() 
      java.util.Optional<java.lang.String>token() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - -
        -
      • -

        Session

        -
        public Session​(T credentials,
        -               java.util.Optional<java.lang.String> token,
        -               java.util.List<java.lang.String> scopes,
        -               java.util.Optional<java.time.OffsetDateTime> expiresAt)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        credentials

        -
        public T credentials()
        -
      • -
      - - - -
        -
      • -

        token

        -
        public java.util.Optional<java.lang.String> token()
        -
      • -
      - - - -
        -
      • -

        scopes

        -
        public java.util.List<java.lang.String> scopes()
        -
      • -
      - - - -
        -
      • -

        expiresAt

        -
        public java.util.Optional<java.time.OffsetDateTime> expiresAt()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html deleted file mode 100644 index ed7dc1a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -SessionManager (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SessionManager<T extends SessionManager.HasSessionKey>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SessionManager<T>
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        REFRESH_BEFORE_EXPIRY_SECONDS

        -
        public static final int REFRESH_BEFORE_EXPIRY_SECONDS
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SessionManager

        -
        public SessionManager()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        getSession

        -
        public SessionManager.Session<T> getSession​(T credentials,
        -                                            java.util.Optional<java.util.List<java.lang.String>> scopes,
        -                                            java.util.function.Function<java.util.List<java.lang.String>,​SessionManager.Session<T>> tokenProvider)
        -
      • -
      - - - -
        -
      • -

        shouldCreateNewSession

        -
        public static <T extends SessionManager.HasSessionKey> boolean shouldCreateNewSession​(java.util.Optional<SessionManager.Session<T>> currentSession,
        -                                                                                      java.util.Optional<java.util.List<java.lang.String>> oauthScopes)
        -
      • -
      - - - -
        -
      • -

        hasTokenExpired

        -
        public static boolean hasTokenExpired​(java.util.Optional<java.time.OffsetDateTime> expiresAt,
        -                                      java.time.OffsetDateTime now)
        -
      • -
      - - - -
        -
      • -

        hasRequiredScopes

        -
        public static boolean hasRequiredScopes​(java.util.List<java.lang.String> sessionScopes,
        -                                        java.util.Optional<java.util.List<java.lang.String>> requiredScopes)
        -
      • -
      - - - -
        -
      • -

        remove

        -
        public void remove​(java.lang.String sessionKey)
        -
      • -
      - - - - - -
        -
      • -

        requestOAuth2Token

        -
        public static <T extends SessionManager.HasSessionKeySessionManager.Session<T> requestOAuth2Token​(HTTPClient client,
        -                                                                                                    T credentials,
        -                                                                                                    java.util.List<java.lang.String> scopes,
        -                                                                                                    java.util.Map<java.lang.String,​java.lang.String> body,
        -                                                                                                    java.util.Map<java.lang.String,​java.lang.String> headers,
        -                                                                                                    java.net.URI tokenUri)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html deleted file mode 100644 index 5409b90..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -SpeakeasyHTTPClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SpeakeasyHTTPClient

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SpeakeasyHTTPClient
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HTTPClient
    -
    -
    -
    public class SpeakeasyHTTPClient
    -extends java.lang.Object
    -implements HTTPClient
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      static voidsetDebugLogging​(boolean enabled) -
      Experimental, may be changed anytime.
      -
      static voidsetLogger​(java.util.function.Consumer<? super java.lang.String> logger) 
      static voidsetRedactedHeaders​(java.util.Collection<java.lang.String> headerNames) -
      Experimental, may be changed anytime.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SpeakeasyHTTPClient

        -
        public SpeakeasyHTTPClient()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setDebugLogging

        -
        public static void setDebugLogging​(boolean enabled)
        -
        Experimental, may be changed anytime. Sets debug logging on or off for - requests and responses including bodies for JSON content. WARNING: this - setting may expose sensitive information in logs (like Authorization - headers), and should only be enabled temporarily for local debugging - purposes. By default, Authorization headers are redacted in the logs - ( printed with a value of [*******]). Header suppression is controlled - with the setRedactedHeaders(Collection) method.
        -
        -
        Parameters:
        -
        enabled - true to enable debug logging, false to disable it
        -
        -
      • -
      - - - -
        -
      • -

        setRedactedHeaders

        -
        public static void setRedactedHeaders​(java.util.Collection<java.lang.String> headerNames)
        -
        Experimental, may be changed anytime. When debug logging is enabled this - method controls the suppression of header values in the logs. By default, - Authorization headers are redacted in the logs (printed with a value - of [*******]). Header suppression is controlled with the - setRedactedHeaders(Collection) method.
        -
        -
        Parameters:
        -
        headerNames - the names (case-insensitive) of the headers whose values - will be redacted in the logs
        -
        -
      • -
      - - - -
        -
      • -

        setLogger

        -
        public static void setLogger​(java.util.function.Consumer<? super java.lang.String> logger)
        -
      • -
      - - - -
        -
      • -

        send

        -
        public java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                                     throws java.io.IOException,
        -                                                            java.lang.InterruptedException,
        -                                                            java.net.URISyntaxException
        -
        Description copied from interface: HTTPClient
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        send in interface HTTPClient
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html b/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html deleted file mode 100644 index e016f9e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -SpeakeasyMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Annotation Type SpeakeasyMetadata

-
-
-
-
    -
  • -
    -
    @Retention(RUNTIME)
    -@Target(FIELD)
    -public @interface SpeakeasyMetadata
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional ElementDescription
      java.lang.Stringvalue 
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        java.lang.String value
        -
        -
        Default:
        -
        ""
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html deleted file mode 100644 index 183485c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -TypedObject.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class TypedObject.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
      • -
      • -
          -
        • io.fastpix.sdk.utils.TypedObject.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    TypedObject
    -
    -
    -
    public static final class TypedObject.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(TypedObject value, - com.fasterxml.jackson.core.JsonGenerator gen, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        public Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(TypedObject value,
        -                      com.fasterxml.jackson.core.JsonGenerator gen,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html b/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html deleted file mode 100644 index 1b8c264..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -TypedObject (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class TypedObject

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.TypedObject
    • -
    -
  • -
-
-
    -
  • -
    -
    public class TypedObject
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class TypedObject.Serializer 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
      • -
      - - - -
        -
      • -

        typeReference

        -
        public com.fasterxml.jackson.core.type.TypeReference<?> typeReference()
        -
      • -
      - - - - - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - - - -
        -
      • -

        of

        -
        public static <T> TypedObject of​(T value,
        -                                 Utils.JsonShape shape,
        -                                 com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Types.html b/build/docs/javadoc/io/fastpix/sdk/utils/Types.html deleted file mode 100644 index 8d974b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Types.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - -Types (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Types

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Types>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Types
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Types>
    -
    -
    -
    public enum Types
    -extends java.lang.Enum<Types>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ARRAY 
      ENUM 
      MAP 
      OBJECT 
      PRIMITIVE 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static TypesgetType​(java.lang.Class<?> clazz) 
      static TypesvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Types[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        PRIMITIVE

        -
        public static final Types PRIMITIVE
        -
      • -
      - - - -
        -
      • -

        ARRAY

        -
        public static final Types ARRAY
        -
      • -
      - - - -
        -
      • -

        MAP

        -
        public static final Types MAP
        -
      • -
      - - - -
        -
      • -

        OBJECT

        -
        public static final Types OBJECT
        -
      • -
      - - - -
        -
      • -

        ENUM

        -
        public static final Types ENUM
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Types[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Types c : Types.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Types valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public static Types getType​(java.lang.Class<?> clazz)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html deleted file mode 100644 index 2f4376c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -Utf8UrlEncoder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utf8UrlEncoder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utf8UrlEncoder
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Utf8UrlEncoder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        allowReserved

        -
        public static Utf8UrlEncoder allowReserved​(boolean allowReserved)
        -
      • -
      - - - -
        -
      • -

        encode

        -
        public java.lang.String encode​(java.lang.String s)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html deleted file mode 100644 index 0054a2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - -Utils.Function (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Utils.Function<S,​T>

-
-
-
-
    -
  • -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static interface Utils.Function<S,​T>
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        apply

        -
        T apply​(S value)
        - throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html deleted file mode 100644 index 251a28c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html +++ /dev/null @@ -1,511 +0,0 @@ - - - - - -Utils.HttpResponseCached (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils.HttpResponseCached

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils.HttpResponseCached
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.net.http.HttpResponse<java.io.InputStream>
    -
    -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static final class Utils.HttpResponseCached
    -extends java.lang.Object
    -implements java.net.http.HttpResponse<java.io.InputStream>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface java.net.http.HttpResponse

        -java.net.http.HttpResponse.BodyHandler<T extends java.lang.Object>, java.net.http.HttpResponse.BodyHandlers, java.net.http.HttpResponse.BodySubscriber<T extends java.lang.Object>, java.net.http.HttpResponse.BodySubscribers, java.net.http.HttpResponse.PushPromiseHandler<T extends java.lang.Object>, java.net.http.HttpResponse.ResponseInfo
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      HttpResponseCached​(java.net.http.HttpResponse<java.io.InputStream> response) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.io.InputStreambody() 
      byte[]bodyAsBytes() 
      java.lang.StringbodyAsUtf8() 
      java.net.http.HttpHeadersheaders() 
      java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>>previousResponse() 
      java.net.http.HttpRequestrequest() 
      java.util.Optional<javax.net.ssl.SSLSession>sslSession() 
      intstatusCode() 
      java.lang.StringtoString() 
      java.net.URIuri() 
      java.net.http.HttpClient.Versionversion() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        HttpResponseCached

        -
        public HttpResponseCached​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                   throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        bodyAsUtf8

        -
        public java.lang.String bodyAsUtf8()
        -
      • -
      - - - -
        -
      • -

        bodyAsBytes

        -
        public byte[] bodyAsBytes()
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        -
        Specified by:
        -
        statusCode in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        request

        -
        public java.net.http.HttpRequest request()
        -
        -
        Specified by:
        -
        request in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        previousResponse

        -
        public java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> previousResponse()
        -
        -
        Specified by:
        -
        previousResponse in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        headers

        -
        public java.net.http.HttpHeaders headers()
        -
        -
        Specified by:
        -
        headers in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        body

        -
        public java.io.InputStream body()
        -
        -
        Specified by:
        -
        body in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        sslSession

        -
        public java.util.Optional<javax.net.ssl.SSLSession> sslSession()
        -
        -
        Specified by:
        -
        sslSession in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        uri

        -
        public java.net.URI uri()
        -
        -
        Specified by:
        -
        uri in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        version

        -
        public java.net.http.HttpClient.Version version()
        -
        -
        Specified by:
        -
        version in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html deleted file mode 100644 index 0b92ac7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -Utils.JsonShape (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Utils.JsonShape

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Utils.JsonShape>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Utils.JsonShape
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Utils.JsonShape>
    -
    -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static enum Utils.JsonShape
    -extends java.lang.Enum<Utils.JsonShape>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      DEFAULT 
      STRING 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Utils.JsonShapevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Utils.JsonShape[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Utils.JsonShape[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Utils.JsonShape c : Utils.JsonShape.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Utils.JsonShape valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html deleted file mode 100644 index 1eb6086..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -Utils.TypeReferenceWithShape (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils.TypeReferenceWithShape

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils.TypeReferenceWithShape
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static final class Utils.TypeReferenceWithShape
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html deleted file mode 100644 index f6ba8c0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html +++ /dev/null @@ -1,1441 +0,0 @@ - - - - - -Utils (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Utils
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static booleanallowIntrospection​(java.lang.Class<?> cls) 
      static <T> TasType​(EventStreamMessage x, - com.fasterxml.jackson.databind.ObjectMapper mapper, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      static Utils.HttpResponseCachedcache​(java.net.http.HttpResponse<java.io.InputStream> response) -
      Fully reads the body of the given response and caches it in memory.
      -
      static voidcheckArgument​(boolean expression, - java.lang.String message) 
      static <T> TcheckNotNull​(T object, - java.lang.String name) 
      static HTTPRequestconfigureSecurity​(HTTPRequest request, - java.lang.Object security) 
      static booleancontentTypeMatches​(java.lang.String contentType, - java.lang.String pattern) 
      static java.lang.ObjectconvertToShape​(java.lang.Object o, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<?> typeReference) 
      static com.fasterxml.jackson.databind.JavaTypeconvertToStringShape​(com.fasterxml.jackson.databind.type.TypeFactory f, - com.fasterxml.jackson.databind.JavaType a) 
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static HTTPClientcreateTestHTTPClient​(SpeakeasyHTTPClient client, - java.lang.String testName) 
      static HTTPClientcreateTestHTTPClient​(java.lang.String testName) 
      static java.lang.StringdiscriminatorToString​(java.lang.Object o) 
      static <K,​V>
      java.util.Map<K,​V>
      emptyMapIfNull​(java.util.Map<K,​V> map) 
      static java.lang.StringenvironmentVariable​(java.lang.String name, - java.lang.String defaultValue) -
      Internal use.
      -
      static byte[]extractByteArrayFromBody​(java.net.http.HttpResponse<java.io.InputStream> response) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - java.util.Optional<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - org.openapitools.jackson.nullable.JsonNullable<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - T params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static java.lang.StringgenerateURL​(java.lang.String baseURL, - java.lang.String path) 
      static java.util.Map<java.lang.String,​java.util.List<java.lang.String>>getHeadersFromMetadata​(java.lang.Object headers, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - java.util.Optional<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - org.openapitools.jackson.nullable.JsonNullable<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - T params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static booleanisPresentAndNotNull​(java.util.Optional<?> x) 
      static booleanisPresentAndNotNull​(org.openapitools.jackson.nullable.JsonNullable<?> x) 
      static java.lang.Stringjson​(EventStreamMessage m, - com.fasterxml.jackson.databind.ObjectMapper mapper, - boolean dataIsPlainText) 
      static com.fasterxml.jackson.databind.ObjectMappermapper() 
      static java.lang.ObjectpopulateGlobal​(java.lang.Object value, - java.lang.String fieldName, - java.lang.String paramType, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static java.lang.StringprefixBearer​(java.lang.String authHeaderValue) 
      static byte[]readBytes​(java.io.File file) 
      static byte[]readBytes​(java.io.InputStream in) 
      static byte[]readBytes​(java.lang.String filename) 
      static byte[]readBytesAndClose​(java.io.InputStream in) 
      static <T> TreadDefaultOrConstValue​(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      static voidrecordTest​(java.lang.String id) 
      static booleanreferenceEquals​(java.lang.Object a, - java.lang.Object b) 
      static java.lang.ObjectresolveOptionals​(java.lang.Object o) 
      static SerializedBodyserializeRequestBody​(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) 
      static java.lang.StringsessionKey​(java.lang.String... items) 
      static voidsetSseSentinel​(java.lang.Object o, - java.lang.String value) 
      static java.lang.StringsortJSONObjectKeys​(java.lang.String json, - java.lang.String... fields) 
      static java.lang.StringsortQueryParameters​(java.lang.String url) -
      Returns an equivalent url with query parameters sorted by name.
      -
      static java.lang.ObjectsortSerializedMaps​(java.lang.Object input, - java.lang.String regex, - java.lang.String delim) 
      static booleanstatusCodeMatches​(int statusCode, - java.lang.String... expectedStatusCodes) 
      static booleanstatusCodeMatchesOne​(int statusCode, - java.lang.String expectedStatusCode) 
      static <T> java.util.stream.Stream<T>stream​(java.util.concurrent.Callable<java.util.Optional<T>> first, - Utils.Function<T,​java.util.Optional<T>> next) 
      static java.lang.StringtemplateUrl​(java.lang.String url, - java.util.Map<java.lang.String,​java.lang.String> params) 
      static byte[]toByteArrayAndClose​(java.io.InputStream in) 
      static java.lang.StringtoHex​(byte[] bytes) 
      static java.util.List<?>toList​(java.lang.Object o) 
      static <T> java.util.Optional<T>toOptional​(org.openapitools.jackson.nullable.JsonNullable<T> a) 
      static java.lang.StringtoString​(java.lang.Class<?> cls, - java.lang.Object... items) 
      static java.lang.StringtoUtf8AndClose​(java.io.InputStream in) 
      static java.lang.StringvalToString​(java.lang.Object value) 
      static <T> TvalueOrElse​(java.util.Optional<T> value, - T valueIfNotPresent) 
      static <T> TvalueOrElse​(org.openapitools.jackson.nullable.JsonNullable<T> value, - T valueIfNotPresent) 
      static <T> TvalueOrElse​(T value, - T valueIfNotPresent) 
      static <T> TvalueOrNull​(java.util.Optional<T> value) 
      static <T> TvalueOrNull​(org.openapitools.jackson.nullable.JsonNullable<T> value) 
      static <T> TvalueOrNull​(T value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        referenceEquals

        -
        public static boolean referenceEquals​(java.lang.Object a,
        -                                      java.lang.Object b)
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static java.lang.String generateURL​(java.lang.String baseURL,
        -                                           java.lang.String path)
        -                                    throws java.lang.IllegalArgumentException,
        -                                           java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               org.openapitools.jackson.nullable.JsonNullable<? extends T> params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws com.fasterxml.jackson.core.JsonProcessingException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               java.util.Optional<? extends T> params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws com.fasterxml.jackson.core.JsonProcessingException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               T params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException,
        -                                               com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      - - - -
        -
      • -

        contentTypeMatches

        -
        public static boolean contentTypeMatches​(java.lang.String contentType,
        -                                         java.lang.String pattern)
        -
      • -
      - - - -
        -
      • -

        allowIntrospection

        -
        public static boolean allowIntrospection​(java.lang.Class<?> cls)
        -
      • -
      - - - -
        -
      • -

        serializeRequestBody

        -
        public static SerializedBody serializeRequestBody​(java.lang.Object request,
        -                                                  java.lang.String requestField,
        -                                                  java.lang.String serializationMethod,
        -                                                  boolean nullable)
        -                                           throws java.lang.NoSuchFieldException,
        -                                                  java.lang.IllegalArgumentException,
        -                                                  java.lang.IllegalAccessException,
        -                                                  java.lang.UnsupportedOperationException,
        -                                                  java.io.IOException
        -
        -
        Throws:
        -
        java.lang.NoSuchFieldException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        java.lang.UnsupportedOperationException
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                java.util.Optional<? extends T> params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                org.openapitools.jackson.nullable.JsonNullable<? extends T> params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                T params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        configureSecurity

        -
        public static HTTPRequest configureSecurity​(HTTPRequest request,
        -                                            java.lang.Object security)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        templateUrl

        -
        public static java.lang.String templateUrl​(java.lang.String url,
        -                                           java.util.Map<java.lang.String,​java.lang.String> params)
        -
      • -
      - - - -
        -
      • -

        getHeadersFromMetadata

        -
        public static java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getHeadersFromMetadata​(java.lang.Object headers,
        -                                                                                                            java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                                                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        valToString

        -
        public static java.lang.String valToString​(java.lang.Object value)
        -
      • -
      - - - -
        -
      • -

        prefixBearer

        -
        public static java.lang.String prefixBearer​(java.lang.String authHeaderValue)
        -
      • -
      - - - -
        -
      • -

        populateGlobal

        -
        public static java.lang.Object populateGlobal​(java.lang.Object value,
        -                                              java.lang.String fieldName,
        -                                              java.lang.String paramType,
        -                                              java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -
      • -
      - - - - - -
        -
      • -

        checkNotNull

        -
        public static <T> T checkNotNull​(T object,
        -                                 java.lang.String name)
        -
      • -
      - - - -
        -
      • -

        checkArgument

        -
        public static void checkArgument​(boolean expression,
        -                                 java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        emptyMapIfNull

        -
        public static <K,​V> java.util.Map<K,​V> emptyMapIfNull​(java.util.Map<K,​V> map)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public static java.lang.String toString​(java.lang.Class<?> cls,
        -                                        java.lang.Object... items)
        -
      • -
      - - - -
        -
      • -

        resolveOptionals

        -
        public static java.lang.Object resolveOptionals​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        toList

        -
        public static java.util.List<?> toList​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        readDefaultOrConstValue

        -
        public static <T> T readDefaultOrConstValue​(java.lang.String name,
        -                                            java.lang.String json,
        -                                            com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      - - - -
        -
      • -

        extractByteArrayFromBody

        -
        public static byte[] extractByteArrayFromBody​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                                       throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toByteArrayAndClose

        -
        public static byte[] toByteArrayAndClose​(java.io.InputStream in)
        -                                  throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toUtf8AndClose

        -
        public static java.lang.String toUtf8AndClose​(java.io.InputStream in)
        -                                       throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        convertToShape

        -
        public static java.lang.Object convertToShape​(java.lang.Object o,
        -                                              Utils.JsonShape shape,
        -                                              com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
        -
      • -
      - - - -
        -
      • -

        convertToStringShape

        -
        public static com.fasterxml.jackson.databind.JavaType convertToStringShape​(com.fasterxml.jackson.databind.type.TypeFactory f,
        -                                                                           com.fasterxml.jackson.databind.JavaType a)
        -
      • -
      - - - -
        -
      • -

        stream

        -
        public static <T> java.util.stream.Stream<T> stream​(java.util.concurrent.Callable<java.util.Optional<T>> first,
        -                                                    Utils.Function<T,​java.util.Optional<T>> next)
        -
      • -
      - - - -
        -
      • -

        statusCodeMatches

        -
        public static boolean statusCodeMatches​(int statusCode,
        -                                        java.lang.String... expectedStatusCodes)
        -
      • -
      - - - -
        -
      • -

        statusCodeMatchesOne

        -
        public static boolean statusCodeMatchesOne​(int statusCode,
        -                                           java.lang.String expectedStatusCode)
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
        -
        -
        Parameters:
        -
        request - request to copy
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request,
        -                                                     java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
        -
        -
        Parameters:
        -
        request - request to copy
        -
        filter - selects which header key-values to include in the copied request
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        mapper

        -
        public static com.fasterxml.jackson.databind.ObjectMapper mapper()
        -
      • -
      - - - -
        -
      • -

        asType

        -
        public static <T> T asType​(EventStreamMessage x,
        -                           com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                           com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      - - - -
        -
      • -

        json

        -
        public static java.lang.String json​(EventStreamMessage m,
        -                                    com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                                    boolean dataIsPlainText)
        -                             throws com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      - - - -
        -
      • -

        cache

        -
        public static Utils.HttpResponseCached cache​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                                      throws java.io.IOException
        -
        Fully reads the body of the given response and caches it in memory. The - returned response has utility methods to view the body - (bodyAsUtf8(), bodyAsBytes() and the body() method can be - called multiple times, each returning a fresh InputStream that will - read from the cached byte array. - -

        - This method is most likely to be used in a diagnostic/logging situtation so - that the contents of a response can be viewed without affecting processing. - Using this method with a very large body may be problematic in - terms of memory use.

        -
        -
        Parameters:
        -
        response - response to cache
        -
        Returns:
        -
        response with a cached body
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.lang.String filename)
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.io.File file)
        -
      • -
      - - - -
        -
      • -

        readBytesAndClose

        -
        public static byte[] readBytesAndClose​(java.io.InputStream in)
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.io.InputStream in)
        -
      • -
      - - - -
        -
      • -

        toHex

        -
        public static java.lang.String toHex​(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        discriminatorToString

        -
        public static java.lang.String discriminatorToString​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        recordTest

        -
        public static void recordTest​(java.lang.String id)
        -
      • -
      - - - -
        -
      • -

        sortQueryParameters

        -
        public static java.lang.String sortQueryParameters​(java.lang.String url)
        -
        Returns an equivalent url with query parameters sorted by name. Sort is - stable in that parameters with the same name will not be reordered.
        -
        -
        Parameters:
        -
        url - input
        -
        Returns:
        -
        url with query parameters sorted by name
        -
        -
      • -
      - - - -
        -
      • -

        sortSerializedMaps

        -
        public static java.lang.Object sortSerializedMaps​(java.lang.Object input,
        -                                                  java.lang.String regex,
        -                                                  java.lang.String delim)
        -
      • -
      - - - -
        -
      • -

        isPresentAndNotNull

        -
        public static boolean isPresentAndNotNull​(java.util.Optional<?> x)
        -
      • -
      - - - -
        -
      • -

        isPresentAndNotNull

        -
        public static boolean isPresentAndNotNull​(org.openapitools.jackson.nullable.JsonNullable<?> x)
        -
      • -
      - - - -
        -
      • -

        setSseSentinel

        -
        public static void setSseSentinel​(java.lang.Object o,
        -                                  java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        sessionKey

        -
        public static java.lang.String sessionKey​(java.lang.String... items)
        -
      • -
      - - - -
        -
      • -

        createTestHTTPClient

        -
        public static HTTPClient createTestHTTPClient​(java.lang.String testName)
        -
      • -
      - - - - - - - -
        -
      • -

        environmentVariable

        -
        public static java.lang.String environmentVariable​(java.lang.String name,
        -                                                   java.lang.String defaultValue)
        -
        Internal use. Returns the system property with key = "env." + name - and if doesn't exist returns the value of the environment variable with the - given name of if it doesn't exist returns defaultValue.
        -
        -
        Parameters:
        -
        name - variable name
        -
        defaultValue - default value if system property and environment variable - don't exist
        -
        Returns:
        -
        system property with name prepended with ".env" or environment - variable of given name or default value
        -
        -
      • -
      - - - -
        -
      • -

        toOptional

        -
        public static <T> java.util.Optional<T> toOptional​(org.openapitools.jackson.nullable.JsonNullable<T> a)
        -
      • -
      - - - -
        -
      • -

        sortJSONObjectKeys

        -
        public static java.lang.String sortJSONObjectKeys​(java.lang.String json,
        -                                                  java.lang.String... fields)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(T value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(java.util.Optional<T> value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(org.openapitools.jackson.nullable.JsonNullable<T> value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(T value)
        -
      • -
      - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(java.util.Optional<T> value)
        -
      • -
      - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(org.openapitools.jackson.nullable.JsonNullable<T> value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html deleted file mode 100644 index 47c3a16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html +++ /dev/null @@ -1,521 +0,0 @@ - - - - - -io.fastpix.sdk.utils (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.utils

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html deleted file mode 100644 index 527749e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -io.fastpix.sdk.utils Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.utils

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Annotation Type Hierarchy

-
    -
  • io.fastpix.sdk.utils.SpeakeasyMetadata (implements java.lang.annotation.Annotation)
  • -
-
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/jquery-ui.overrides.css b/build/docs/javadoc/jquery-ui.overrides.css deleted file mode 100644 index facf852..0000000 --- a/build/docs/javadoc/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/build/docs/javadoc/jquery/external/jquery/jquery.js b/build/docs/javadoc/jquery/external/jquery/jquery.js deleted file mode 100644 index 5093733..0000000 --- a/build/docs/javadoc/jquery/external/jquery/jquery.js +++ /dev/null @@ -1,10872 +0,0 @@ -/*! - * jQuery JavaScript Library v3.5.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2020-05-04T22:49Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.5.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.5 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2020-03-14 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem.namespaceURI, - docElem = ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px"; - tr.style.height = "1px"; - trChild.style.height = "9px"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( - dataPriv.get( cur, "events" ) || Object.create( null ) - )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script - if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "\r\n"; - -// inject VBScript -document.write(IEBinaryToArray_ByteStr_Script); - -global.JSZipUtils._getBinaryFromXHR = function (xhr) { - var binary = xhr.responseBody; - var byteMapping = {}; - for ( var i = 0; i < 256; i++ ) { - for ( var j = 0; j < 256; j++ ) { - byteMapping[ String.fromCharCode( i + (j << 8) ) ] = - String.fromCharCode(i) + String.fromCharCode(j); - } - } - var rawBytes = IEBinaryToArray_ByteStr(binary); - var lastChr = IEBinaryToArray_ByteStr_Last(binary); - return rawBytes.replace(/[\s\S]/g, function( match ) { - return byteMapping[match]; - }) + lastChr; -}; - -// enforcing Stuk's coding style -// vim: set shiftwidth=4 softtabstop=4: - -},{}]},{},[1]) -; diff --git a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js b/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js deleted file mode 100644 index 93d8bc8..0000000 --- a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/*! - -JSZipUtils - A collection of cross-browser utilities to go along with JSZip. - - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g\r\n";document.write(b),a.JSZipUtils._getBinaryFromXHR=function(a){for(var b=a.responseBody,c={},d=0;256>d;d++)for(var e=0;256>e;e++)c[String.fromCharCode(d+(e<<8))]=String.fromCharCode(d)+String.fromCharCode(e);var f=IEBinaryToArray_ByteStr(b),g=IEBinaryToArray_ByteStr_Last(b);return f.replace(/[\s\S]/g,function(a){return c[a]})+g}},{}]},{},[1]); diff --git a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js b/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js deleted file mode 100644 index 775895e..0000000 --- a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js +++ /dev/null @@ -1,118 +0,0 @@ -/*! - -JSZipUtils - A collection of cross-browser utilities to go along with JSZip. - - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.JSZipUtils=e():"undefined"!=typeof global?global.JSZipUtils=e():"undefined"!=typeof self&&(self.JSZipUtils=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function(a){"object"==typeof exports?module.exports=a():"function"==typeof define&&define.amd?define(a):"undefined"!=typeof window?window.JSZipUtils=a():"undefined"!=typeof global?global.JSZipUtils=a():"undefined"!=typeof self&&(self.JSZipUtils=a())}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g - -(c) 2009-2016 Stuart Knightley -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown. - -JSZip uses the library pako released under the MIT license : -https://github.com/nodeca/pako/blob/master/LICENSE -*/ - -(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.JSZip = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o> 2; - enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); - enc3 = remainingBytes > 1 ? (((chr2 & 15) << 2) | (chr3 >> 6)) : 64; - enc4 = remainingBytes > 2 ? (chr3 & 63) : 64; - - output.push(_keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(enc4)); - - } - - return output.join(""); -}; - -// public method for decoding -exports.decode = function(input) { - var chr1, chr2, chr3; - var enc1, enc2, enc3, enc4; - var i = 0, resultIndex = 0; - - var dataUrlPrefix = "data:"; - - if (input.substr(0, dataUrlPrefix.length) === dataUrlPrefix) { - // This is a common error: people give a data url - // (data:image/png;base64,iVBOR...) with a {base64: true} and - // wonders why things don't work. - // We can detect that the string input looks like a data url but we - // *can't* be sure it is one: removing everything up to the comma would - // be too dangerous. - throw new Error("Invalid base64 input, it looks like a data url."); - } - - input = input.replace(/[^A-Za-z0-9\+\/\=]/g, ""); - - var totalLength = input.length * 3 / 4; - if(input.charAt(input.length - 1) === _keyStr.charAt(64)) { - totalLength--; - } - if(input.charAt(input.length - 2) === _keyStr.charAt(64)) { - totalLength--; - } - if (totalLength % 1 !== 0) { - // totalLength is not an integer, the length does not match a valid - // base64 content. That can happen if: - // - the input is not a base64 content - // - the input is *almost* a base64 content, with a extra chars at the - // beginning or at the end - // - the input uses a base64 variant (base64url for example) - throw new Error("Invalid base64 input, bad content length."); - } - var output; - if (support.uint8array) { - output = new Uint8Array(totalLength|0); - } else { - output = new Array(totalLength|0); - } - - while (i < input.length) { - - enc1 = _keyStr.indexOf(input.charAt(i++)); - enc2 = _keyStr.indexOf(input.charAt(i++)); - enc3 = _keyStr.indexOf(input.charAt(i++)); - enc4 = _keyStr.indexOf(input.charAt(i++)); - - chr1 = (enc1 << 2) | (enc2 >> 4); - chr2 = ((enc2 & 15) << 4) | (enc3 >> 2); - chr3 = ((enc3 & 3) << 6) | enc4; - - output[resultIndex++] = chr1; - - if (enc3 !== 64) { - output[resultIndex++] = chr2; - } - if (enc4 !== 64) { - output[resultIndex++] = chr3; - } - - } - - return output; -}; - -},{"./support":30,"./utils":32}],2:[function(require,module,exports){ -'use strict'; - -var external = require("./external"); -var DataWorker = require('./stream/DataWorker'); -var Crc32Probe = require('./stream/Crc32Probe'); -var DataLengthProbe = require('./stream/DataLengthProbe'); - -/** - * Represent a compressed object, with everything needed to decompress it. - * @constructor - * @param {number} compressedSize the size of the data compressed. - * @param {number} uncompressedSize the size of the data after decompression. - * @param {number} crc32 the crc32 of the decompressed file. - * @param {object} compression the type of compression, see lib/compressions.js. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the compressed data. - */ -function CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) { - this.compressedSize = compressedSize; - this.uncompressedSize = uncompressedSize; - this.crc32 = crc32; - this.compression = compression; - this.compressedContent = data; -} - -CompressedObject.prototype = { - /** - * Create a worker to get the uncompressed content. - * @return {GenericWorker} the worker. - */ - getContentWorker: function () { - var worker = new DataWorker(external.Promise.resolve(this.compressedContent)) - .pipe(this.compression.uncompressWorker()) - .pipe(new DataLengthProbe("data_length")); - - var that = this; - worker.on("end", function () { - if (this.streamInfo['data_length'] !== that.uncompressedSize) { - throw new Error("Bug : uncompressed data size mismatch"); - } - }); - return worker; - }, - /** - * Create a worker to get the compressed content. - * @return {GenericWorker} the worker. - */ - getCompressedWorker: function () { - return new DataWorker(external.Promise.resolve(this.compressedContent)) - .withStreamInfo("compressedSize", this.compressedSize) - .withStreamInfo("uncompressedSize", this.uncompressedSize) - .withStreamInfo("crc32", this.crc32) - .withStreamInfo("compression", this.compression) - ; - } -}; - -/** - * Chain the given worker with other workers to compress the content with the - * given compression. - * @param {GenericWorker} uncompressedWorker the worker to pipe. - * @param {Object} compression the compression object. - * @param {Object} compressionOptions the options to use when compressing. - * @return {GenericWorker} the new worker compressing the content. - */ -CompressedObject.createWorkerFrom = function (uncompressedWorker, compression, compressionOptions) { - return uncompressedWorker - .pipe(new Crc32Probe()) - .pipe(new DataLengthProbe("uncompressedSize")) - .pipe(compression.compressWorker(compressionOptions)) - .pipe(new DataLengthProbe("compressedSize")) - .withStreamInfo("compression", compression); -}; - -module.exports = CompressedObject; - -},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require("./stream/GenericWorker"); - -exports.STORE = { - magic: "\x00\x00", - compressWorker : function (compressionOptions) { - return new GenericWorker("STORE compression"); - }, - uncompressWorker : function () { - return new GenericWorker("STORE decompression"); - } -}; -exports.DEFLATE = require('./flate'); - -},{"./flate":7,"./stream/GenericWorker":28}],4:[function(require,module,exports){ -'use strict'; - -var utils = require('./utils'); - -/** - * The following functions come from pako, from pako/lib/zlib/crc32.js - * released under the MIT license, see pako https://github.com/nodeca/pako/ - */ - -// Use ordinary array, since untyped makes no boost here -function makeTable() { - var c, table = []; - - for(var n =0; n < 256; n++){ - c = n; - for(var k =0; k < 8; k++){ - c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); - } - table[n] = c; - } - - return table; -} - -// Create table on load. Just 255 signed longs. Not a problem. -var crcTable = makeTable(); - - -function crc32(crc, buf, len, pos) { - var t = crcTable, end = pos + len; - - crc = crc ^ (-1); - - for (var i = pos; i < end; i++ ) { - crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF]; - } - - return (crc ^ (-1)); // >>> 0; -} - -// That's all for the pako functions. - -/** - * Compute the crc32 of a string. - * This is almost the same as the function crc32, but for strings. Using the - * same function for the two use cases leads to horrible performances. - * @param {Number} crc the starting value of the crc. - * @param {String} str the string to use. - * @param {Number} len the length of the string. - * @param {Number} pos the starting position for the crc32 computation. - * @return {Number} the computed crc32. - */ -function crc32str(crc, str, len, pos) { - var t = crcTable, end = pos + len; - - crc = crc ^ (-1); - - for (var i = pos; i < end; i++ ) { - crc = (crc >>> 8) ^ t[(crc ^ str.charCodeAt(i)) & 0xFF]; - } - - return (crc ^ (-1)); // >>> 0; -} - -module.exports = function crc32wrapper(input, crc) { - if (typeof input === "undefined" || !input.length) { - return 0; - } - - var isArray = utils.getTypeOf(input) !== "string"; - - if(isArray) { - return crc32(crc|0, input, input.length, 0); - } else { - return crc32str(crc|0, input, input.length, 0); - } -}; - -},{"./utils":32}],5:[function(require,module,exports){ -'use strict'; -exports.base64 = false; -exports.binary = false; -exports.dir = false; -exports.createFolders = true; -exports.date = null; -exports.compression = null; -exports.compressionOptions = null; -exports.comment = null; -exports.unixPermissions = null; -exports.dosPermissions = null; - -},{}],6:[function(require,module,exports){ -/* global Promise */ -'use strict'; - -// load the global object first: -// - it should be better integrated in the system (unhandledRejection in node) -// - the environment may have a custom Promise implementation (see zone.js) -var ES6Promise = null; -if (typeof Promise !== "undefined") { - ES6Promise = Promise; -} else { - ES6Promise = require("lie"); -} - -/** - * Let the user use/change some implementations. - */ -module.exports = { - Promise: ES6Promise -}; - -},{"lie":37}],7:[function(require,module,exports){ -'use strict'; -var USE_TYPEDARRAY = (typeof Uint8Array !== 'undefined') && (typeof Uint16Array !== 'undefined') && (typeof Uint32Array !== 'undefined'); - -var pako = require("pako"); -var utils = require("./utils"); -var GenericWorker = require("./stream/GenericWorker"); - -var ARRAY_TYPE = USE_TYPEDARRAY ? "uint8array" : "array"; - -exports.magic = "\x08\x00"; - -/** - * Create a worker that uses pako to inflate/deflate. - * @constructor - * @param {String} action the name of the pako function to call : either "Deflate" or "Inflate". - * @param {Object} options the options to use when (de)compressing. - */ -function FlateWorker(action, options) { - GenericWorker.call(this, "FlateWorker/" + action); - - this._pako = null; - this._pakoAction = action; - this._pakoOptions = options; - // the `meta` object from the last chunk received - // this allow this worker to pass around metadata - this.meta = {}; -} - -utils.inherits(FlateWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -FlateWorker.prototype.processChunk = function (chunk) { - this.meta = chunk.meta; - if (this._pako === null) { - this._createPako(); - } - this._pako.push(utils.transformTo(ARRAY_TYPE, chunk.data), false); -}; - -/** - * @see GenericWorker.flush - */ -FlateWorker.prototype.flush = function () { - GenericWorker.prototype.flush.call(this); - if (this._pako === null) { - this._createPako(); - } - this._pako.push([], true); -}; -/** - * @see GenericWorker.cleanUp - */ -FlateWorker.prototype.cleanUp = function () { - GenericWorker.prototype.cleanUp.call(this); - this._pako = null; -}; - -/** - * Create the _pako object. - * TODO: lazy-loading this object isn't the best solution but it's the - * quickest. The best solution is to lazy-load the worker list. See also the - * issue #446. - */ -FlateWorker.prototype._createPako = function () { - this._pako = new pako[this._pakoAction]({ - raw: true, - level: this._pakoOptions.level || -1 // default compression - }); - var self = this; - this._pako.onData = function(data) { - self.push({ - data : data, - meta : self.meta - }); - }; -}; - -exports.compressWorker = function (compressionOptions) { - return new FlateWorker("Deflate", compressionOptions); -}; -exports.uncompressWorker = function () { - return new FlateWorker("Inflate", {}); -}; - -},{"./stream/GenericWorker":28,"./utils":32,"pako":38}],8:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('../stream/GenericWorker'); -var utf8 = require('../utf8'); -var crc32 = require('../crc32'); -var signature = require('../signature'); - -/** - * Transform an integer into a string in hexadecimal. - * @private - * @param {number} dec the number to convert. - * @param {number} bytes the number of bytes to generate. - * @returns {string} the result. - */ -var decToHex = function(dec, bytes) { - var hex = "", i; - for (i = 0; i < bytes; i++) { - hex += String.fromCharCode(dec & 0xff); - dec = dec >>> 8; - } - return hex; -}; - -/** - * Generate the UNIX part of the external file attributes. - * @param {Object} unixPermissions the unix permissions or null. - * @param {Boolean} isDir true if the entry is a directory, false otherwise. - * @return {Number} a 32 bit integer. - * - * adapted from http://unix.stackexchange.com/questions/14705/the-zip-formats-external-file-attribute : - * - * TTTTsstrwxrwxrwx0000000000ADVSHR - * ^^^^____________________________ file type, see zipinfo.c (UNX_*) - * ^^^_________________________ setuid, setgid, sticky - * ^^^^^^^^^________________ permissions - * ^^^^^^^^^^______ not used ? - * ^^^^^^ DOS attribute bits : Archive, Directory, Volume label, System file, Hidden, Read only - */ -var generateUnixExternalFileAttr = function (unixPermissions, isDir) { - - var result = unixPermissions; - if (!unixPermissions) { - // I can't use octal values in strict mode, hence the hexa. - // 040775 => 0x41fd - // 0100664 => 0x81b4 - result = isDir ? 0x41fd : 0x81b4; - } - return (result & 0xFFFF) << 16; -}; - -/** - * Generate the DOS part of the external file attributes. - * @param {Object} dosPermissions the dos permissions or null. - * @param {Boolean} isDir true if the entry is a directory, false otherwise. - * @return {Number} a 32 bit integer. - * - * Bit 0 Read-Only - * Bit 1 Hidden - * Bit 2 System - * Bit 3 Volume Label - * Bit 4 Directory - * Bit 5 Archive - */ -var generateDosExternalFileAttr = function (dosPermissions, isDir) { - - // the dir flag is already set for compatibility - return (dosPermissions || 0) & 0x3F; -}; - -/** - * Generate the various parts used in the construction of the final zip file. - * @param {Object} streamInfo the hash with information about the compressed file. - * @param {Boolean} streamedContent is the content streamed ? - * @param {Boolean} streamingEnded is the stream finished ? - * @param {number} offset the current offset from the start of the zip file. - * @param {String} platform let's pretend we are this platform (change platform dependents fields) - * @param {Function} encodeFileName the function to encode the file name / comment. - * @return {Object} the zip parts. - */ -var generateZipParts = function(streamInfo, streamedContent, streamingEnded, offset, platform, encodeFileName) { - var file = streamInfo['file'], - compression = streamInfo['compression'], - useCustomEncoding = encodeFileName !== utf8.utf8encode, - encodedFileName = utils.transformTo("string", encodeFileName(file.name)), - utfEncodedFileName = utils.transformTo("string", utf8.utf8encode(file.name)), - comment = file.comment, - encodedComment = utils.transformTo("string", encodeFileName(comment)), - utfEncodedComment = utils.transformTo("string", utf8.utf8encode(comment)), - useUTF8ForFileName = utfEncodedFileName.length !== file.name.length, - useUTF8ForComment = utfEncodedComment.length !== comment.length, - dosTime, - dosDate, - extraFields = "", - unicodePathExtraField = "", - unicodeCommentExtraField = "", - dir = file.dir, - date = file.date; - - - var dataInfo = { - crc32 : 0, - compressedSize : 0, - uncompressedSize : 0 - }; - - // if the content is streamed, the sizes/crc32 are only available AFTER - // the end of the stream. - if (!streamedContent || streamingEnded) { - dataInfo.crc32 = streamInfo['crc32']; - dataInfo.compressedSize = streamInfo['compressedSize']; - dataInfo.uncompressedSize = streamInfo['uncompressedSize']; - } - - var bitflag = 0; - if (streamedContent) { - // Bit 3: the sizes/crc32 are set to zero in the local header. - // The correct values are put in the data descriptor immediately - // following the compressed data. - bitflag |= 0x0008; - } - if (!useCustomEncoding && (useUTF8ForFileName || useUTF8ForComment)) { - // Bit 11: Language encoding flag (EFS). - bitflag |= 0x0800; - } - - - var extFileAttr = 0; - var versionMadeBy = 0; - if (dir) { - // dos or unix, we set the dos dir flag - extFileAttr |= 0x00010; - } - if(platform === "UNIX") { - versionMadeBy = 0x031E; // UNIX, version 3.0 - extFileAttr |= generateUnixExternalFileAttr(file.unixPermissions, dir); - } else { // DOS or other, fallback to DOS - versionMadeBy = 0x0014; // DOS, version 2.0 - extFileAttr |= generateDosExternalFileAttr(file.dosPermissions, dir); - } - - // date - // @see http://www.delorie.com/djgpp/doc/rbinter/it/52/13.html - // @see http://www.delorie.com/djgpp/doc/rbinter/it/65/16.html - // @see http://www.delorie.com/djgpp/doc/rbinter/it/66/16.html - - dosTime = date.getUTCHours(); - dosTime = dosTime << 6; - dosTime = dosTime | date.getUTCMinutes(); - dosTime = dosTime << 5; - dosTime = dosTime | date.getUTCSeconds() / 2; - - dosDate = date.getUTCFullYear() - 1980; - dosDate = dosDate << 4; - dosDate = dosDate | (date.getUTCMonth() + 1); - dosDate = dosDate << 5; - dosDate = dosDate | date.getUTCDate(); - - if (useUTF8ForFileName) { - // set the unicode path extra field. unzip needs at least one extra - // field to correctly handle unicode path, so using the path is as good - // as any other information. This could improve the situation with - // other archive managers too. - // This field is usually used without the utf8 flag, with a non - // unicode path in the header (winrar, winzip). This helps (a bit) - // with the messy Windows' default compressed folders feature but - // breaks on p7zip which doesn't seek the unicode path extra field. - // So for now, UTF-8 everywhere ! - unicodePathExtraField = - // Version - decToHex(1, 1) + - // NameCRC32 - decToHex(crc32(encodedFileName), 4) + - // UnicodeName - utfEncodedFileName; - - extraFields += - // Info-ZIP Unicode Path Extra Field - "\x75\x70" + - // size - decToHex(unicodePathExtraField.length, 2) + - // content - unicodePathExtraField; - } - - if(useUTF8ForComment) { - - unicodeCommentExtraField = - // Version - decToHex(1, 1) + - // CommentCRC32 - decToHex(crc32(encodedComment), 4) + - // UnicodeName - utfEncodedComment; - - extraFields += - // Info-ZIP Unicode Path Extra Field - "\x75\x63" + - // size - decToHex(unicodeCommentExtraField.length, 2) + - // content - unicodeCommentExtraField; - } - - var header = ""; - - // version needed to extract - header += "\x0A\x00"; - // general purpose bit flag - header += decToHex(bitflag, 2); - // compression method - header += compression.magic; - // last mod file time - header += decToHex(dosTime, 2); - // last mod file date - header += decToHex(dosDate, 2); - // crc-32 - header += decToHex(dataInfo.crc32, 4); - // compressed size - header += decToHex(dataInfo.compressedSize, 4); - // uncompressed size - header += decToHex(dataInfo.uncompressedSize, 4); - // file name length - header += decToHex(encodedFileName.length, 2); - // extra field length - header += decToHex(extraFields.length, 2); - - - var fileRecord = signature.LOCAL_FILE_HEADER + header + encodedFileName + extraFields; - - var dirRecord = signature.CENTRAL_FILE_HEADER + - // version made by (00: DOS) - decToHex(versionMadeBy, 2) + - // file header (common to file and central directory) - header + - // file comment length - decToHex(encodedComment.length, 2) + - // disk number start - "\x00\x00" + - // internal file attributes TODO - "\x00\x00" + - // external file attributes - decToHex(extFileAttr, 4) + - // relative offset of local header - decToHex(offset, 4) + - // file name - encodedFileName + - // extra field - extraFields + - // file comment - encodedComment; - - return { - fileRecord: fileRecord, - dirRecord: dirRecord - }; -}; - -/** - * Generate the EOCD record. - * @param {Number} entriesCount the number of entries in the zip file. - * @param {Number} centralDirLength the length (in bytes) of the central dir. - * @param {Number} localDirLength the length (in bytes) of the local dir. - * @param {String} comment the zip file comment as a binary string. - * @param {Function} encodeFileName the function to encode the comment. - * @return {String} the EOCD record. - */ -var generateCentralDirectoryEnd = function (entriesCount, centralDirLength, localDirLength, comment, encodeFileName) { - var dirEnd = ""; - var encodedComment = utils.transformTo("string", encodeFileName(comment)); - - // end of central dir signature - dirEnd = signature.CENTRAL_DIRECTORY_END + - // number of this disk - "\x00\x00" + - // number of the disk with the start of the central directory - "\x00\x00" + - // total number of entries in the central directory on this disk - decToHex(entriesCount, 2) + - // total number of entries in the central directory - decToHex(entriesCount, 2) + - // size of the central directory 4 bytes - decToHex(centralDirLength, 4) + - // offset of start of central directory with respect to the starting disk number - decToHex(localDirLength, 4) + - // .ZIP file comment length - decToHex(encodedComment.length, 2) + - // .ZIP file comment - encodedComment; - - return dirEnd; -}; - -/** - * Generate data descriptors for a file entry. - * @param {Object} streamInfo the hash generated by a worker, containing information - * on the file entry. - * @return {String} the data descriptors. - */ -var generateDataDescriptors = function (streamInfo) { - var descriptor = ""; - descriptor = signature.DATA_DESCRIPTOR + - // crc-32 4 bytes - decToHex(streamInfo['crc32'], 4) + - // compressed size 4 bytes - decToHex(streamInfo['compressedSize'], 4) + - // uncompressed size 4 bytes - decToHex(streamInfo['uncompressedSize'], 4); - - return descriptor; -}; - - -/** - * A worker to concatenate other workers to create a zip file. - * @param {Boolean} streamFiles `true` to stream the content of the files, - * `false` to accumulate it. - * @param {String} comment the comment to use. - * @param {String} platform the platform to use, "UNIX" or "DOS". - * @param {Function} encodeFileName the function to encode file names and comments. - */ -function ZipFileWorker(streamFiles, comment, platform, encodeFileName) { - GenericWorker.call(this, "ZipFileWorker"); - // The number of bytes written so far. This doesn't count accumulated chunks. - this.bytesWritten = 0; - // The comment of the zip file - this.zipComment = comment; - // The platform "generating" the zip file. - this.zipPlatform = platform; - // the function to encode file names and comments. - this.encodeFileName = encodeFileName; - // Should we stream the content of the files ? - this.streamFiles = streamFiles; - // If `streamFiles` is false, we will need to accumulate the content of the - // files to calculate sizes / crc32 (and write them *before* the content). - // This boolean indicates if we are accumulating chunks (it will change a lot - // during the lifetime of this worker). - this.accumulate = false; - // The buffer receiving chunks when accumulating content. - this.contentBuffer = []; - // The list of generated directory records. - this.dirRecords = []; - // The offset (in bytes) from the beginning of the zip file for the current source. - this.currentSourceOffset = 0; - // The total number of entries in this zip file. - this.entriesCount = 0; - // the name of the file currently being added, null when handling the end of the zip file. - // Used for the emitted metadata. - this.currentFile = null; - - - - this._sources = []; -} -utils.inherits(ZipFileWorker, GenericWorker); - -/** - * @see GenericWorker.push - */ -ZipFileWorker.prototype.push = function (chunk) { - - var currentFilePercent = chunk.meta.percent || 0; - var entriesCount = this.entriesCount; - var remainingFiles = this._sources.length; - - if(this.accumulate) { - this.contentBuffer.push(chunk); - } else { - this.bytesWritten += chunk.data.length; - - GenericWorker.prototype.push.call(this, { - data : chunk.data, - meta : { - currentFile : this.currentFile, - percent : entriesCount ? (currentFilePercent + 100 * (entriesCount - remainingFiles - 1)) / entriesCount : 100 - } - }); - } -}; - -/** - * The worker started a new source (an other worker). - * @param {Object} streamInfo the streamInfo object from the new source. - */ -ZipFileWorker.prototype.openedSource = function (streamInfo) { - this.currentSourceOffset = this.bytesWritten; - this.currentFile = streamInfo['file'].name; - - var streamedContent = this.streamFiles && !streamInfo['file'].dir; - - // don't stream folders (because they don't have any content) - if(streamedContent) { - var record = generateZipParts(streamInfo, streamedContent, false, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); - this.push({ - data : record.fileRecord, - meta : {percent:0} - }); - } else { - // we need to wait for the whole file before pushing anything - this.accumulate = true; - } -}; - -/** - * The worker finished a source (an other worker). - * @param {Object} streamInfo the streamInfo object from the finished source. - */ -ZipFileWorker.prototype.closedSource = function (streamInfo) { - this.accumulate = false; - var streamedContent = this.streamFiles && !streamInfo['file'].dir; - var record = generateZipParts(streamInfo, streamedContent, true, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); - - this.dirRecords.push(record.dirRecord); - if(streamedContent) { - // after the streamed file, we put data descriptors - this.push({ - data : generateDataDescriptors(streamInfo), - meta : {percent:100} - }); - } else { - // the content wasn't streamed, we need to push everything now - // first the file record, then the content - this.push({ - data : record.fileRecord, - meta : {percent:0} - }); - while(this.contentBuffer.length) { - this.push(this.contentBuffer.shift()); - } - } - this.currentFile = null; -}; - -/** - * @see GenericWorker.flush - */ -ZipFileWorker.prototype.flush = function () { - - var localDirLength = this.bytesWritten; - for(var i = 0; i < this.dirRecords.length; i++) { - this.push({ - data : this.dirRecords[i], - meta : {percent:100} - }); - } - var centralDirLength = this.bytesWritten - localDirLength; - - var dirEnd = generateCentralDirectoryEnd(this.dirRecords.length, centralDirLength, localDirLength, this.zipComment, this.encodeFileName); - - this.push({ - data : dirEnd, - meta : {percent:100} - }); -}; - -/** - * Prepare the next source to be read. - */ -ZipFileWorker.prototype.prepareNextSource = function () { - this.previous = this._sources.shift(); - this.openedSource(this.previous.streamInfo); - if (this.isPaused) { - this.previous.pause(); - } else { - this.previous.resume(); - } -}; - -/** - * @see GenericWorker.registerPrevious - */ -ZipFileWorker.prototype.registerPrevious = function (previous) { - this._sources.push(previous); - var self = this; - - previous.on('data', function (chunk) { - self.processChunk(chunk); - }); - previous.on('end', function () { - self.closedSource(self.previous.streamInfo); - if(self._sources.length) { - self.prepareNextSource(); - } else { - self.end(); - } - }); - previous.on('error', function (e) { - self.error(e); - }); - return this; -}; - -/** - * @see GenericWorker.resume - */ -ZipFileWorker.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if (!this.previous && this._sources.length) { - this.prepareNextSource(); - return true; - } - if (!this.previous && !this._sources.length && !this.generatedError) { - this.end(); - return true; - } -}; - -/** - * @see GenericWorker.error - */ -ZipFileWorker.prototype.error = function (e) { - var sources = this._sources; - if(!GenericWorker.prototype.error.call(this, e)) { - return false; - } - for(var i = 0; i < sources.length; i++) { - try { - sources[i].error(e); - } catch(e) { - // the `error` exploded, nothing to do - } - } - return true; -}; - -/** - * @see GenericWorker.lock - */ -ZipFileWorker.prototype.lock = function () { - GenericWorker.prototype.lock.call(this); - var sources = this._sources; - for(var i = 0; i < sources.length; i++) { - sources[i].lock(); - } -}; - -module.exports = ZipFileWorker; - -},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(require,module,exports){ -'use strict'; - -var compressions = require('../compressions'); -var ZipFileWorker = require('./ZipFileWorker'); - -/** - * Find the compression to use. - * @param {String} fileCompression the compression defined at the file level, if any. - * @param {String} zipCompression the compression defined at the load() level. - * @return {Object} the compression object to use. - */ -var getCompression = function (fileCompression, zipCompression) { - - var compressionName = fileCompression || zipCompression; - var compression = compressions[compressionName]; - if (!compression) { - throw new Error(compressionName + " is not a valid compression method !"); - } - return compression; -}; - -/** - * Create a worker to generate a zip file. - * @param {JSZip} zip the JSZip instance at the right root level. - * @param {Object} options to generate the zip file. - * @param {String} comment the comment to use. - */ -exports.generateWorker = function (zip, options, comment) { - - var zipFileWorker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.encodeFileName); - var entriesCount = 0; - try { - - zip.forEach(function (relativePath, file) { - entriesCount++; - var compression = getCompression(file.options.compression, options.compression); - var compressionOptions = file.options.compressionOptions || options.compressionOptions || {}; - var dir = file.dir, date = file.date; - - file._compressWorker(compression, compressionOptions) - .withStreamInfo("file", { - name : relativePath, - dir : dir, - date : date, - comment : file.comment || "", - unixPermissions : file.unixPermissions, - dosPermissions : file.dosPermissions - }) - .pipe(zipFileWorker); - }); - zipFileWorker.entriesCount = entriesCount; - } catch (e) { - zipFileWorker.error(e); - } - - return zipFileWorker; -}; - -},{"../compressions":3,"./ZipFileWorker":8}],10:[function(require,module,exports){ -'use strict'; - -/** - * Representation a of zip file in js - * @constructor - */ -function JSZip() { - // if this constructor is used without `new`, it adds `new` before itself: - if(!(this instanceof JSZip)) { - return new JSZip(); - } - - if(arguments.length) { - throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide."); - } - - // object containing the files : - // { - // "folder/" : {...}, - // "folder/data.txt" : {...} - // } - // NOTE: we use a null prototype because we do not - // want filenames like "toString" coming from a zip file - // to overwrite methods and attributes in a normal Object. - this.files = Object.create(null); - - this.comment = null; - - // Where we are in the hierarchy - this.root = ""; - this.clone = function() { - var newObj = new JSZip(); - for (var i in this) { - if (typeof this[i] !== "function") { - newObj[i] = this[i]; - } - } - return newObj; - }; -} -JSZip.prototype = require('./object'); -JSZip.prototype.loadAsync = require('./load'); -JSZip.support = require('./support'); -JSZip.defaults = require('./defaults'); - -// TODO find a better way to handle this version, -// a require('package.json').version doesn't work with webpack, see #327 -JSZip.version = "3.7.1"; - -JSZip.loadAsync = function (content, options) { - return new JSZip().loadAsync(content, options); -}; - -JSZip.external = require("./external"); -module.exports = JSZip; - -},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(require,module,exports){ -'use strict'; -var utils = require('./utils'); -var external = require("./external"); -var utf8 = require('./utf8'); -var ZipEntries = require('./zipEntries'); -var Crc32Probe = require('./stream/Crc32Probe'); -var nodejsUtils = require("./nodejsUtils"); - -/** - * Check the CRC32 of an entry. - * @param {ZipEntry} zipEntry the zip entry to check. - * @return {Promise} the result. - */ -function checkEntryCRC32(zipEntry) { - return new external.Promise(function (resolve, reject) { - var worker = zipEntry.decompressed.getContentWorker().pipe(new Crc32Probe()); - worker.on("error", function (e) { - reject(e); - }) - .on("end", function () { - if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) { - reject(new Error("Corrupted zip : CRC32 mismatch")); - } else { - resolve(); - } - }) - .resume(); - }); -} - -module.exports = function (data, options) { - var zip = this; - options = utils.extend(options || {}, { - base64: false, - checkCRC32: false, - optimizedBinaryString: false, - createFolders: false, - decodeFileName: utf8.utf8decode - }); - - if (nodejsUtils.isNode && nodejsUtils.isStream(data)) { - return external.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")); - } - - return utils.prepareContent("the loaded zip file", data, true, options.optimizedBinaryString, options.base64) - .then(function (data) { - var zipEntries = new ZipEntries(options); - zipEntries.load(data); - return zipEntries; - }).then(function checkCRC32(zipEntries) { - var promises = [external.Promise.resolve(zipEntries)]; - var files = zipEntries.files; - if (options.checkCRC32) { - for (var i = 0; i < files.length; i++) { - promises.push(checkEntryCRC32(files[i])); - } - } - return external.Promise.all(promises); - }).then(function addFiles(results) { - var zipEntries = results.shift(); - var files = zipEntries.files; - for (var i = 0; i < files.length; i++) { - var input = files[i]; - zip.file(input.fileNameStr, input.decompressed, { - binary: true, - optimizedBinaryString: true, - date: input.date, - dir: input.dir, - comment: input.fileCommentStr.length ? input.fileCommentStr : null, - unixPermissions: input.unixPermissions, - dosPermissions: input.dosPermissions, - createFolders: options.createFolders - }); - } - if (zipEntries.zipComment.length) { - zip.comment = zipEntries.zipComment; - } - - return zip; - }); -}; - -},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(require,module,exports){ -"use strict"; - -var utils = require('../utils'); -var GenericWorker = require('../stream/GenericWorker'); - -/** - * A worker that use a nodejs stream as source. - * @constructor - * @param {String} filename the name of the file entry for this stream. - * @param {Readable} stream the nodejs stream. - */ -function NodejsStreamInputAdapter(filename, stream) { - GenericWorker.call(this, "Nodejs stream input adapter for " + filename); - this._upstreamEnded = false; - this._bindStream(stream); -} - -utils.inherits(NodejsStreamInputAdapter, GenericWorker); - -/** - * Prepare the stream and bind the callbacks on it. - * Do this ASAP on node 0.10 ! A lazy binding doesn't always work. - * @param {Stream} stream the nodejs stream to use. - */ -NodejsStreamInputAdapter.prototype._bindStream = function (stream) { - var self = this; - this._stream = stream; - stream.pause(); - stream - .on("data", function (chunk) { - self.push({ - data: chunk, - meta : { - percent : 0 - } - }); - }) - .on("error", function (e) { - if(self.isPaused) { - this.generatedError = e; - } else { - self.error(e); - } - }) - .on("end", function () { - if(self.isPaused) { - self._upstreamEnded = true; - } else { - self.end(); - } - }); -}; -NodejsStreamInputAdapter.prototype.pause = function () { - if(!GenericWorker.prototype.pause.call(this)) { - return false; - } - this._stream.pause(); - return true; -}; -NodejsStreamInputAdapter.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if(this._upstreamEnded) { - this.end(); - } else { - this._stream.resume(); - } - - return true; -}; - -module.exports = NodejsStreamInputAdapter; - -},{"../stream/GenericWorker":28,"../utils":32}],13:[function(require,module,exports){ -'use strict'; - -var Readable = require('readable-stream').Readable; - -var utils = require('../utils'); -utils.inherits(NodejsStreamOutputAdapter, Readable); - -/** -* A nodejs stream using a worker as source. -* @see the SourceWrapper in http://nodejs.org/api/stream.html -* @constructor -* @param {StreamHelper} helper the helper wrapping the worker -* @param {Object} options the nodejs stream options -* @param {Function} updateCb the update callback. -*/ -function NodejsStreamOutputAdapter(helper, options, updateCb) { - Readable.call(this, options); - this._helper = helper; - - var self = this; - helper.on("data", function (data, meta) { - if (!self.push(data)) { - self._helper.pause(); - } - if(updateCb) { - updateCb(meta); - } - }) - .on("error", function(e) { - self.emit('error', e); - }) - .on("end", function () { - self.push(null); - }); -} - - -NodejsStreamOutputAdapter.prototype._read = function() { - this._helper.resume(); -}; - -module.exports = NodejsStreamOutputAdapter; - -},{"../utils":32,"readable-stream":16}],14:[function(require,module,exports){ -'use strict'; - -module.exports = { - /** - * True if this is running in Nodejs, will be undefined in a browser. - * In a browser, browserify won't include this file and the whole module - * will be resolved an empty object. - */ - isNode : typeof Buffer !== "undefined", - /** - * Create a new nodejs Buffer from an existing content. - * @param {Object} data the data to pass to the constructor. - * @param {String} encoding the encoding to use. - * @return {Buffer} a new Buffer. - */ - newBufferFrom: function(data, encoding) { - if (Buffer.from && Buffer.from !== Uint8Array.from) { - return Buffer.from(data, encoding); - } else { - if (typeof data === "number") { - // Safeguard for old Node.js versions. On newer versions, - // Buffer.from(number) / Buffer(number, encoding) already throw. - throw new Error("The \"data\" argument must not be a number"); - } - return new Buffer(data, encoding); - } - }, - /** - * Create a new nodejs Buffer with the specified size. - * @param {Integer} size the size of the buffer. - * @return {Buffer} a new Buffer. - */ - allocBuffer: function (size) { - if (Buffer.alloc) { - return Buffer.alloc(size); - } else { - var buf = new Buffer(size); - buf.fill(0); - return buf; - } - }, - /** - * Find out if an object is a Buffer. - * @param {Object} b the object to test. - * @return {Boolean} true if the object is a Buffer, false otherwise. - */ - isBuffer : function(b){ - return Buffer.isBuffer(b); - }, - - isStream : function (obj) { - return obj && - typeof obj.on === "function" && - typeof obj.pause === "function" && - typeof obj.resume === "function"; - } -}; - -},{}],15:[function(require,module,exports){ -'use strict'; -var utf8 = require('./utf8'); -var utils = require('./utils'); -var GenericWorker = require('./stream/GenericWorker'); -var StreamHelper = require('./stream/StreamHelper'); -var defaults = require('./defaults'); -var CompressedObject = require('./compressedObject'); -var ZipObject = require('./zipObject'); -var generate = require("./generate"); -var nodejsUtils = require("./nodejsUtils"); -var NodejsStreamInputAdapter = require("./nodejs/NodejsStreamInputAdapter"); - - -/** - * Add a file in the current folder. - * @private - * @param {string} name the name of the file - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data of the file - * @param {Object} originalOptions the options of the file - * @return {Object} the new file. - */ -var fileAdd = function(name, data, originalOptions) { - // be sure sub folders exist - var dataType = utils.getTypeOf(data), - parent; - - - /* - * Correct options. - */ - - var o = utils.extend(originalOptions || {}, defaults); - o.date = o.date || new Date(); - if (o.compression !== null) { - o.compression = o.compression.toUpperCase(); - } - - if (typeof o.unixPermissions === "string") { - o.unixPermissions = parseInt(o.unixPermissions, 8); - } - - // UNX_IFDIR 0040000 see zipinfo.c - if (o.unixPermissions && (o.unixPermissions & 0x4000)) { - o.dir = true; - } - // Bit 4 Directory - if (o.dosPermissions && (o.dosPermissions & 0x0010)) { - o.dir = true; - } - - if (o.dir) { - name = forceTrailingSlash(name); - } - if (o.createFolders && (parent = parentFolder(name))) { - folderAdd.call(this, parent, true); - } - - var isUnicodeString = dataType === "string" && o.binary === false && o.base64 === false; - if (!originalOptions || typeof originalOptions.binary === "undefined") { - o.binary = !isUnicodeString; - } - - - var isCompressedEmpty = (data instanceof CompressedObject) && data.uncompressedSize === 0; - - if (isCompressedEmpty || o.dir || !data || data.length === 0) { - o.base64 = false; - o.binary = true; - data = ""; - o.compression = "STORE"; - dataType = "string"; - } - - /* - * Convert content to fit. - */ - - var zipObjectContent = null; - if (data instanceof CompressedObject || data instanceof GenericWorker) { - zipObjectContent = data; - } else if (nodejsUtils.isNode && nodejsUtils.isStream(data)) { - zipObjectContent = new NodejsStreamInputAdapter(name, data); - } else { - zipObjectContent = utils.prepareContent(name, data, o.binary, o.optimizedBinaryString, o.base64); - } - - var object = new ZipObject(name, zipObjectContent, o); - this.files[name] = object; - /* - TODO: we can't throw an exception because we have async promises - (we can have a promise of a Date() for example) but returning a - promise is useless because file(name, data) returns the JSZip - object for chaining. Should we break that to allow the user - to catch the error ? - - return external.Promise.resolve(zipObjectContent) - .then(function () { - return object; - }); - */ -}; - -/** - * Find the parent folder of the path. - * @private - * @param {string} path the path to use - * @return {string} the parent folder, or "" - */ -var parentFolder = function (path) { - if (path.slice(-1) === '/') { - path = path.substring(0, path.length - 1); - } - var lastSlash = path.lastIndexOf('/'); - return (lastSlash > 0) ? path.substring(0, lastSlash) : ""; -}; - -/** - * Returns the path with a slash at the end. - * @private - * @param {String} path the path to check. - * @return {String} the path with a trailing slash. - */ -var forceTrailingSlash = function(path) { - // Check the name ends with a / - if (path.slice(-1) !== "/") { - path += "/"; // IE doesn't like substr(-1) - } - return path; -}; - -/** - * Add a (sub) folder in the current folder. - * @private - * @param {string} name the folder's name - * @param {boolean=} [createFolders] If true, automatically create sub - * folders. Defaults to false. - * @return {Object} the new folder. - */ -var folderAdd = function(name, createFolders) { - createFolders = (typeof createFolders !== 'undefined') ? createFolders : defaults.createFolders; - - name = forceTrailingSlash(name); - - // Does this folder already exist? - if (!this.files[name]) { - fileAdd.call(this, name, null, { - dir: true, - createFolders: createFolders - }); - } - return this.files[name]; -}; - -/** -* Cross-window, cross-Node-context regular expression detection -* @param {Object} object Anything -* @return {Boolean} true if the object is a regular expression, -* false otherwise -*/ -function isRegExp(object) { - return Object.prototype.toString.call(object) === "[object RegExp]"; -} - -// return the actual prototype of JSZip -var out = { - /** - * @see loadAsync - */ - load: function() { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); - }, - - - /** - * Call a callback function for each entry at this folder level. - * @param {Function} cb the callback function: - * function (relativePath, file) {...} - * It takes 2 arguments : the relative path and the file. - */ - forEach: function(cb) { - var filename, relativePath, file; - /* jshint ignore:start */ - // ignore warning about unwanted properties because this.files is a null prototype object - for (filename in this.files) { - file = this.files[filename]; - relativePath = filename.slice(this.root.length, filename.length); - if (relativePath && filename.slice(0, this.root.length) === this.root) { // the file is in the current root - cb(relativePath, file); // TODO reverse the parameters ? need to be clean AND consistent with the filter search fn... - } - } - /* jshint ignore:end */ - }, - - /** - * Filter nested files/folders with the specified function. - * @param {Function} search the predicate to use : - * function (relativePath, file) {...} - * It takes 2 arguments : the relative path and the file. - * @return {Array} An array of matching elements. - */ - filter: function(search) { - var result = []; - this.forEach(function (relativePath, entry) { - if (search(relativePath, entry)) { // the file matches the function - result.push(entry); - } - - }); - return result; - }, - - /** - * Add a file to the zip file, or search a file. - * @param {string|RegExp} name The name of the file to add (if data is defined), - * the name of the file to find (if no data) or a regex to match files. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data The file data, either raw or base64 encoded - * @param {Object} o File options - * @return {JSZip|Object|Array} this JSZip object (when adding a file), - * a file (when searching by string) or an array of files (when searching by regex). - */ - file: function(name, data, o) { - if (arguments.length === 1) { - if (isRegExp(name)) { - var regexp = name; - return this.filter(function(relativePath, file) { - return !file.dir && regexp.test(relativePath); - }); - } - else { // text - var obj = this.files[this.root + name]; - if (obj && !obj.dir) { - return obj; - } else { - return null; - } - } - } - else { // more than one argument : we have data ! - name = this.root + name; - fileAdd.call(this, name, data, o); - } - return this; - }, - - /** - * Add a directory to the zip file, or search. - * @param {String|RegExp} arg The name of the directory to add, or a regex to search folders. - * @return {JSZip} an object with the new directory as the root, or an array containing matching folders. - */ - folder: function(arg) { - if (!arg) { - return this; - } - - if (isRegExp(arg)) { - return this.filter(function(relativePath, file) { - return file.dir && arg.test(relativePath); - }); - } - - // else, name is a new folder - var name = this.root + arg; - var newFolder = folderAdd.call(this, name); - - // Allow chaining by returning a new object with this folder as the root - var ret = this.clone(); - ret.root = newFolder.name; - return ret; - }, - - /** - * Delete a file, or a directory and all sub-files, from the zip - * @param {string} name the name of the file to delete - * @return {JSZip} this JSZip object - */ - remove: function(name) { - name = this.root + name; - var file = this.files[name]; - if (!file) { - // Look for any folders - if (name.slice(-1) !== "/") { - name += "/"; - } - file = this.files[name]; - } - - if (file && !file.dir) { - // file - delete this.files[name]; - } else { - // maybe a folder, delete recursively - var kids = this.filter(function(relativePath, file) { - return file.name.slice(0, name.length) === name; - }); - for (var i = 0; i < kids.length; i++) { - delete this.files[kids[i].name]; - } - } - - return this; - }, - - /** - * Generate the complete zip file - * @param {Object} options the options to generate the zip file : - * - compression, "STORE" by default. - * - type, "base64" by default. Values are : string, base64, uint8array, arraybuffer, blob. - * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the zip file - */ - generate: function(options) { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); - }, - - /** - * Generate the complete zip file as an internal stream. - * @param {Object} options the options to generate the zip file : - * - compression, "STORE" by default. - * - type, "base64" by default. Values are : string, base64, uint8array, arraybuffer, blob. - * @return {StreamHelper} the streamed zip file. - */ - generateInternalStream: function(options) { - var worker, opts = {}; - try { - opts = utils.extend(options || {}, { - streamFiles: false, - compression: "STORE", - compressionOptions : null, - type: "", - platform: "DOS", - comment: null, - mimeType: 'application/zip', - encodeFileName: utf8.utf8encode - }); - - opts.type = opts.type.toLowerCase(); - opts.compression = opts.compression.toUpperCase(); - - // "binarystring" is preferred but the internals use "string". - if(opts.type === "binarystring") { - opts.type = "string"; - } - - if (!opts.type) { - throw new Error("No output type specified."); - } - - utils.checkSupport(opts.type); - - // accept nodejs `process.platform` - if( - opts.platform === 'darwin' || - opts.platform === 'freebsd' || - opts.platform === 'linux' || - opts.platform === 'sunos' - ) { - opts.platform = "UNIX"; - } - if (opts.platform === 'win32') { - opts.platform = "DOS"; - } - - var comment = opts.comment || this.comment || ""; - worker = generate.generateWorker(this, opts, comment); - } catch (e) { - worker = new GenericWorker("error"); - worker.error(e); - } - return new StreamHelper(worker, opts.type || "string", opts.mimeType); - }, - /** - * Generate the complete zip file asynchronously. - * @see generateInternalStream - */ - generateAsync: function(options, onUpdate) { - return this.generateInternalStream(options).accumulate(onUpdate); - }, - /** - * Generate the complete zip file asynchronously. - * @see generateInternalStream - */ - generateNodeStream: function(options, onUpdate) { - options = options || {}; - if (!options.type) { - options.type = "nodebuffer"; - } - return this.generateInternalStream(options).toNodejsStream(onUpdate); - } -}; -module.exports = out; - -},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(require,module,exports){ -/* - * This file is used by module bundlers (browserify/webpack/etc) when - * including a stream implementation. We use "readable-stream" to get a - * consistent behavior between nodejs versions but bundlers often have a shim - * for "stream". Using this shim greatly improve the compatibility and greatly - * reduce the final size of the bundle (only one stream implementation, not - * two). - */ -module.exports = require("stream"); - -},{"stream":undefined}],17:[function(require,module,exports){ -'use strict'; -var DataReader = require('./DataReader'); -var utils = require('../utils'); - -function ArrayReader(data) { - DataReader.call(this, data); - for(var i = 0; i < this.data.length; i++) { - data[i] = data[i] & 0xFF; - } -} -utils.inherits(ArrayReader, DataReader); -/** - * @see DataReader.byteAt - */ -ArrayReader.prototype.byteAt = function(i) { - return this.data[this.zero + i]; -}; -/** - * @see DataReader.lastIndexOfSignature - */ -ArrayReader.prototype.lastIndexOfSignature = function(sig) { - var sig0 = sig.charCodeAt(0), - sig1 = sig.charCodeAt(1), - sig2 = sig.charCodeAt(2), - sig3 = sig.charCodeAt(3); - for (var i = this.length - 4; i >= 0; --i) { - if (this.data[i] === sig0 && this.data[i + 1] === sig1 && this.data[i + 2] === sig2 && this.data[i + 3] === sig3) { - return i - this.zero; - } - } - - return -1; -}; -/** - * @see DataReader.readAndCheckSignature - */ -ArrayReader.prototype.readAndCheckSignature = function (sig) { - var sig0 = sig.charCodeAt(0), - sig1 = sig.charCodeAt(1), - sig2 = sig.charCodeAt(2), - sig3 = sig.charCodeAt(3), - data = this.readData(4); - return sig0 === data[0] && sig1 === data[1] && sig2 === data[2] && sig3 === data[3]; -}; -/** - * @see DataReader.readData - */ -ArrayReader.prototype.readData = function(size) { - this.checkOffset(size); - if(size === 0) { - return []; - } - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = ArrayReader; - -},{"../utils":32,"./DataReader":18}],18:[function(require,module,exports){ -'use strict'; -var utils = require('../utils'); - -function DataReader(data) { - this.data = data; // type : see implementation - this.length = data.length; - this.index = 0; - this.zero = 0; -} -DataReader.prototype = { - /** - * Check that the offset will not go too far. - * @param {string} offset the additional offset to check. - * @throws {Error} an Error if the offset is out of bounds. - */ - checkOffset: function(offset) { - this.checkIndex(this.index + offset); - }, - /** - * Check that the specified index will not be too far. - * @param {string} newIndex the index to check. - * @throws {Error} an Error if the index is out of bounds. - */ - checkIndex: function(newIndex) { - if (this.length < this.zero + newIndex || newIndex < 0) { - throw new Error("End of data reached (data length = " + this.length + ", asked index = " + (newIndex) + "). Corrupted zip ?"); - } - }, - /** - * Change the index. - * @param {number} newIndex The new index. - * @throws {Error} if the new index is out of the data. - */ - setIndex: function(newIndex) { - this.checkIndex(newIndex); - this.index = newIndex; - }, - /** - * Skip the next n bytes. - * @param {number} n the number of bytes to skip. - * @throws {Error} if the new index is out of the data. - */ - skip: function(n) { - this.setIndex(this.index + n); - }, - /** - * Get the byte at the specified index. - * @param {number} i the index to use. - * @return {number} a byte. - */ - byteAt: function(i) { - // see implementations - }, - /** - * Get the next number with a given byte size. - * @param {number} size the number of bytes to read. - * @return {number} the corresponding number. - */ - readInt: function(size) { - var result = 0, - i; - this.checkOffset(size); - for (i = this.index + size - 1; i >= this.index; i--) { - result = (result << 8) + this.byteAt(i); - } - this.index += size; - return result; - }, - /** - * Get the next string with a given byte size. - * @param {number} size the number of bytes to read. - * @return {string} the corresponding string. - */ - readString: function(size) { - return utils.transformTo("string", this.readData(size)); - }, - /** - * Get raw data without conversion, bytes. - * @param {number} size the number of bytes to read. - * @return {Object} the raw data, implementation specific. - */ - readData: function(size) { - // see implementations - }, - /** - * Find the last occurrence of a zip signature (4 bytes). - * @param {string} sig the signature to find. - * @return {number} the index of the last occurrence, -1 if not found. - */ - lastIndexOfSignature: function(sig) { - // see implementations - }, - /** - * Read the signature (4 bytes) at the current position and compare it with sig. - * @param {string} sig the expected signature - * @return {boolean} true if the signature matches, false otherwise. - */ - readAndCheckSignature: function(sig) { - // see implementations - }, - /** - * Get the next date. - * @return {Date} the date. - */ - readDate: function() { - var dostime = this.readInt(4); - return new Date(Date.UTC( - ((dostime >> 25) & 0x7f) + 1980, // year - ((dostime >> 21) & 0x0f) - 1, // month - (dostime >> 16) & 0x1f, // day - (dostime >> 11) & 0x1f, // hour - (dostime >> 5) & 0x3f, // minute - (dostime & 0x1f) << 1)); // second - } -}; -module.exports = DataReader; - -},{"../utils":32}],19:[function(require,module,exports){ -'use strict'; -var Uint8ArrayReader = require('./Uint8ArrayReader'); -var utils = require('../utils'); - -function NodeBufferReader(data) { - Uint8ArrayReader.call(this, data); -} -utils.inherits(NodeBufferReader, Uint8ArrayReader); - -/** - * @see DataReader.readData - */ -NodeBufferReader.prototype.readData = function(size) { - this.checkOffset(size); - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = NodeBufferReader; - -},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(require,module,exports){ -'use strict'; -var DataReader = require('./DataReader'); -var utils = require('../utils'); - -function StringReader(data) { - DataReader.call(this, data); -} -utils.inherits(StringReader, DataReader); -/** - * @see DataReader.byteAt - */ -StringReader.prototype.byteAt = function(i) { - return this.data.charCodeAt(this.zero + i); -}; -/** - * @see DataReader.lastIndexOfSignature - */ -StringReader.prototype.lastIndexOfSignature = function(sig) { - return this.data.lastIndexOf(sig) - this.zero; -}; -/** - * @see DataReader.readAndCheckSignature - */ -StringReader.prototype.readAndCheckSignature = function (sig) { - var data = this.readData(4); - return sig === data; -}; -/** - * @see DataReader.readData - */ -StringReader.prototype.readData = function(size) { - this.checkOffset(size); - // this will work because the constructor applied the "& 0xff" mask. - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = StringReader; - -},{"../utils":32,"./DataReader":18}],21:[function(require,module,exports){ -'use strict'; -var ArrayReader = require('./ArrayReader'); -var utils = require('../utils'); - -function Uint8ArrayReader(data) { - ArrayReader.call(this, data); -} -utils.inherits(Uint8ArrayReader, ArrayReader); -/** - * @see DataReader.readData - */ -Uint8ArrayReader.prototype.readData = function(size) { - this.checkOffset(size); - if(size === 0) { - // in IE10, when using subarray(idx, idx), we get the array [0x00] instead of []. - return new Uint8Array(0); - } - var result = this.data.subarray(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = Uint8ArrayReader; - -},{"../utils":32,"./ArrayReader":17}],22:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var support = require('../support'); -var ArrayReader = require('./ArrayReader'); -var StringReader = require('./StringReader'); -var NodeBufferReader = require('./NodeBufferReader'); -var Uint8ArrayReader = require('./Uint8ArrayReader'); - -/** - * Create a reader adapted to the data. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data to read. - * @return {DataReader} the data reader. - */ -module.exports = function (data) { - var type = utils.getTypeOf(data); - utils.checkSupport(type); - if (type === "string" && !support.uint8array) { - return new StringReader(data); - } - if (type === "nodebuffer") { - return new NodeBufferReader(data); - } - if (support.uint8array) { - return new Uint8ArrayReader(utils.transformTo("uint8array", data)); - } - return new ArrayReader(utils.transformTo("array", data)); -}; - -},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(require,module,exports){ -'use strict'; -exports.LOCAL_FILE_HEADER = "PK\x03\x04"; -exports.CENTRAL_FILE_HEADER = "PK\x01\x02"; -exports.CENTRAL_DIRECTORY_END = "PK\x05\x06"; -exports.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK\x06\x07"; -exports.ZIP64_CENTRAL_DIRECTORY_END = "PK\x06\x06"; -exports.DATA_DESCRIPTOR = "PK\x07\x08"; - -},{}],24:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require('./GenericWorker'); -var utils = require('../utils'); - -/** - * A worker which convert chunks to a specified type. - * @constructor - * @param {String} destType the destination type. - */ -function ConvertWorker(destType) { - GenericWorker.call(this, "ConvertWorker to " + destType); - this.destType = destType; -} -utils.inherits(ConvertWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -ConvertWorker.prototype.processChunk = function (chunk) { - this.push({ - data : utils.transformTo(this.destType, chunk.data), - meta : chunk.meta - }); -}; -module.exports = ConvertWorker; - -},{"../utils":32,"./GenericWorker":28}],25:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require('./GenericWorker'); -var crc32 = require('../crc32'); -var utils = require('../utils'); - -/** - * A worker which calculate the crc32 of the data flowing through. - * @constructor - */ -function Crc32Probe() { - GenericWorker.call(this, "Crc32Probe"); - this.withStreamInfo("crc32", 0); -} -utils.inherits(Crc32Probe, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Crc32Probe.prototype.processChunk = function (chunk) { - this.streamInfo.crc32 = crc32(chunk.data, this.streamInfo.crc32 || 0); - this.push(chunk); -}; -module.exports = Crc32Probe; - -},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('./GenericWorker'); - -/** - * A worker which calculate the total length of the data flowing through. - * @constructor - * @param {String} propName the name used to expose the length - */ -function DataLengthProbe(propName) { - GenericWorker.call(this, "DataLengthProbe for " + propName); - this.propName = propName; - this.withStreamInfo(propName, 0); -} -utils.inherits(DataLengthProbe, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -DataLengthProbe.prototype.processChunk = function (chunk) { - if(chunk) { - var length = this.streamInfo[this.propName] || 0; - this.streamInfo[this.propName] = length + chunk.data.length; - } - GenericWorker.prototype.processChunk.call(this, chunk); -}; -module.exports = DataLengthProbe; - - -},{"../utils":32,"./GenericWorker":28}],27:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('./GenericWorker'); - -// the size of the generated chunks -// TODO expose this as a public variable -var DEFAULT_BLOCK_SIZE = 16 * 1024; - -/** - * A worker that reads a content and emits chunks. - * @constructor - * @param {Promise} dataP the promise of the data to split - */ -function DataWorker(dataP) { - GenericWorker.call(this, "DataWorker"); - var self = this; - this.dataIsReady = false; - this.index = 0; - this.max = 0; - this.data = null; - this.type = ""; - - this._tickScheduled = false; - - dataP.then(function (data) { - self.dataIsReady = true; - self.data = data; - self.max = data && data.length || 0; - self.type = utils.getTypeOf(data); - if(!self.isPaused) { - self._tickAndRepeat(); - } - }, function (e) { - self.error(e); - }); -} - -utils.inherits(DataWorker, GenericWorker); - -/** - * @see GenericWorker.cleanUp - */ -DataWorker.prototype.cleanUp = function () { - GenericWorker.prototype.cleanUp.call(this); - this.data = null; -}; - -/** - * @see GenericWorker.resume - */ -DataWorker.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if (!this._tickScheduled && this.dataIsReady) { - this._tickScheduled = true; - utils.delay(this._tickAndRepeat, [], this); - } - return true; -}; - -/** - * Trigger a tick a schedule an other call to this function. - */ -DataWorker.prototype._tickAndRepeat = function() { - this._tickScheduled = false; - if(this.isPaused || this.isFinished) { - return; - } - this._tick(); - if(!this.isFinished) { - utils.delay(this._tickAndRepeat, [], this); - this._tickScheduled = true; - } -}; - -/** - * Read and push a chunk. - */ -DataWorker.prototype._tick = function() { - - if(this.isPaused || this.isFinished) { - return false; - } - - var size = DEFAULT_BLOCK_SIZE; - var data = null, nextIndex = Math.min(this.max, this.index + size); - if (this.index >= this.max) { - // EOF - return this.end(); - } else { - switch(this.type) { - case "string": - data = this.data.substring(this.index, nextIndex); - break; - case "uint8array": - data = this.data.subarray(this.index, nextIndex); - break; - case "array": - case "nodebuffer": - data = this.data.slice(this.index, nextIndex); - break; - } - this.index = nextIndex; - return this.push({ - data : data, - meta : { - percent : this.max ? this.index / this.max * 100 : 0 - } - }); - } -}; - -module.exports = DataWorker; - -},{"../utils":32,"./GenericWorker":28}],28:[function(require,module,exports){ -'use strict'; - -/** - * A worker that does nothing but passing chunks to the next one. This is like - * a nodejs stream but with some differences. On the good side : - * - it works on IE 6-9 without any issue / polyfill - * - it weights less than the full dependencies bundled with browserify - * - it forwards errors (no need to declare an error handler EVERYWHERE) - * - * A chunk is an object with 2 attributes : `meta` and `data`. The former is an - * object containing anything (`percent` for example), see each worker for more - * details. The latter is the real data (String, Uint8Array, etc). - * - * @constructor - * @param {String} name the name of the stream (mainly used for debugging purposes) - */ -function GenericWorker(name) { - // the name of the worker - this.name = name || "default"; - // an object containing metadata about the workers chain - this.streamInfo = {}; - // an error which happened when the worker was paused - this.generatedError = null; - // an object containing metadata to be merged by this worker into the general metadata - this.extraStreamInfo = {}; - // true if the stream is paused (and should not do anything), false otherwise - this.isPaused = true; - // true if the stream is finished (and should not do anything), false otherwise - this.isFinished = false; - // true if the stream is locked to prevent further structure updates (pipe), false otherwise - this.isLocked = false; - // the event listeners - this._listeners = { - 'data':[], - 'end':[], - 'error':[] - }; - // the previous worker, if any - this.previous = null; -} - -GenericWorker.prototype = { - /** - * Push a chunk to the next workers. - * @param {Object} chunk the chunk to push - */ - push : function (chunk) { - this.emit("data", chunk); - }, - /** - * End the stream. - * @return {Boolean} true if this call ended the worker, false otherwise. - */ - end : function () { - if (this.isFinished) { - return false; - } - - this.flush(); - try { - this.emit("end"); - this.cleanUp(); - this.isFinished = true; - } catch (e) { - this.emit("error", e); - } - return true; - }, - /** - * End the stream with an error. - * @param {Error} e the error which caused the premature end. - * @return {Boolean} true if this call ended the worker with an error, false otherwise. - */ - error : function (e) { - if (this.isFinished) { - return false; - } - - if(this.isPaused) { - this.generatedError = e; - } else { - this.isFinished = true; - - this.emit("error", e); - - // in the workers chain exploded in the middle of the chain, - // the error event will go downward but we also need to notify - // workers upward that there has been an error. - if(this.previous) { - this.previous.error(e); - } - - this.cleanUp(); - } - return true; - }, - /** - * Add a callback on an event. - * @param {String} name the name of the event (data, end, error) - * @param {Function} listener the function to call when the event is triggered - * @return {GenericWorker} the current object for chainability - */ - on : function (name, listener) { - this._listeners[name].push(listener); - return this; - }, - /** - * Clean any references when a worker is ending. - */ - cleanUp : function () { - this.streamInfo = this.generatedError = this.extraStreamInfo = null; - this._listeners = []; - }, - /** - * Trigger an event. This will call registered callback with the provided arg. - * @param {String} name the name of the event (data, end, error) - * @param {Object} arg the argument to call the callback with. - */ - emit : function (name, arg) { - if (this._listeners[name]) { - for(var i = 0; i < this._listeners[name].length; i++) { - this._listeners[name][i].call(this, arg); - } - } - }, - /** - * Chain a worker with an other. - * @param {Worker} next the worker receiving events from the current one. - * @return {worker} the next worker for chainability - */ - pipe : function (next) { - return next.registerPrevious(this); - }, - /** - * Same as `pipe` in the other direction. - * Using an API with `pipe(next)` is very easy. - * Implementing the API with the point of view of the next one registering - * a source is easier, see the ZipFileWorker. - * @param {Worker} previous the previous worker, sending events to this one - * @return {Worker} the current worker for chainability - */ - registerPrevious : function (previous) { - if (this.isLocked) { - throw new Error("The stream '" + this + "' has already been used."); - } - - // sharing the streamInfo... - this.streamInfo = previous.streamInfo; - // ... and adding our own bits - this.mergeStreamInfo(); - this.previous = previous; - var self = this; - previous.on('data', function (chunk) { - self.processChunk(chunk); - }); - previous.on('end', function () { - self.end(); - }); - previous.on('error', function (e) { - self.error(e); - }); - return this; - }, - /** - * Pause the stream so it doesn't send events anymore. - * @return {Boolean} true if this call paused the worker, false otherwise. - */ - pause : function () { - if(this.isPaused || this.isFinished) { - return false; - } - this.isPaused = true; - - if(this.previous) { - this.previous.pause(); - } - return true; - }, - /** - * Resume a paused stream. - * @return {Boolean} true if this call resumed the worker, false otherwise. - */ - resume : function () { - if(!this.isPaused || this.isFinished) { - return false; - } - this.isPaused = false; - - // if true, the worker tried to resume but failed - var withError = false; - if(this.generatedError) { - this.error(this.generatedError); - withError = true; - } - if(this.previous) { - this.previous.resume(); - } - - return !withError; - }, - /** - * Flush any remaining bytes as the stream is ending. - */ - flush : function () {}, - /** - * Process a chunk. This is usually the method overridden. - * @param {Object} chunk the chunk to process. - */ - processChunk : function(chunk) { - this.push(chunk); - }, - /** - * Add a key/value to be added in the workers chain streamInfo once activated. - * @param {String} key the key to use - * @param {Object} value the associated value - * @return {Worker} the current worker for chainability - */ - withStreamInfo : function (key, value) { - this.extraStreamInfo[key] = value; - this.mergeStreamInfo(); - return this; - }, - /** - * Merge this worker's streamInfo into the chain's streamInfo. - */ - mergeStreamInfo : function () { - for(var key in this.extraStreamInfo) { - if (!this.extraStreamInfo.hasOwnProperty(key)) { - continue; - } - this.streamInfo[key] = this.extraStreamInfo[key]; - } - }, - - /** - * Lock the stream to prevent further updates on the workers chain. - * After calling this method, all calls to pipe will fail. - */ - lock: function () { - if (this.isLocked) { - throw new Error("The stream '" + this + "' has already been used."); - } - this.isLocked = true; - if (this.previous) { - this.previous.lock(); - } - }, - - /** - * - * Pretty print the workers chain. - */ - toString : function () { - var me = "Worker " + this.name; - if (this.previous) { - return this.previous + " -> " + me; - } else { - return me; - } - } -}; - -module.exports = GenericWorker; - -},{}],29:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var ConvertWorker = require('./ConvertWorker'); -var GenericWorker = require('./GenericWorker'); -var base64 = require('../base64'); -var support = require("../support"); -var external = require("../external"); - -var NodejsStreamOutputAdapter = null; -if (support.nodestream) { - try { - NodejsStreamOutputAdapter = require('../nodejs/NodejsStreamOutputAdapter'); - } catch(e) {} -} - -/** - * Apply the final transformation of the data. If the user wants a Blob for - * example, it's easier to work with an U8intArray and finally do the - * ArrayBuffer/Blob conversion. - * @param {String} type the name of the final type - * @param {String|Uint8Array|Buffer} content the content to transform - * @param {String} mimeType the mime type of the content, if applicable. - * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the content in the right format. - */ -function transformZipOutput(type, content, mimeType) { - switch(type) { - case "blob" : - return utils.newBlob(utils.transformTo("arraybuffer", content), mimeType); - case "base64" : - return base64.encode(content); - default : - return utils.transformTo(type, content); - } -} - -/** - * Concatenate an array of data of the given type. - * @param {String} type the type of the data in the given array. - * @param {Array} dataArray the array containing the data chunks to concatenate - * @return {String|Uint8Array|Buffer} the concatenated data - * @throws Error if the asked type is unsupported - */ -function concat (type, dataArray) { - var i, index = 0, res = null, totalLength = 0; - for(i = 0; i < dataArray.length; i++) { - totalLength += dataArray[i].length; - } - switch(type) { - case "string": - return dataArray.join(""); - case "array": - return Array.prototype.concat.apply([], dataArray); - case "uint8array": - res = new Uint8Array(totalLength); - for(i = 0; i < dataArray.length; i++) { - res.set(dataArray[i], index); - index += dataArray[i].length; - } - return res; - case "nodebuffer": - return Buffer.concat(dataArray); - default: - throw new Error("concat : unsupported type '" + type + "'"); - } -} - -/** - * Listen a StreamHelper, accumulate its content and concatenate it into a - * complete block. - * @param {StreamHelper} helper the helper to use. - * @param {Function} updateCallback a callback called on each update. Called - * with one arg : - * - the metadata linked to the update received. - * @return Promise the promise for the accumulation. - */ -function accumulate(helper, updateCallback) { - return new external.Promise(function (resolve, reject){ - var dataArray = []; - var chunkType = helper._internalType, - resultType = helper._outputType, - mimeType = helper._mimeType; - helper - .on('data', function (data, meta) { - dataArray.push(data); - if(updateCallback) { - updateCallback(meta); - } - }) - .on('error', function(err) { - dataArray = []; - reject(err); - }) - .on('end', function (){ - try { - var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType); - resolve(result); - } catch (e) { - reject(e); - } - dataArray = []; - }) - .resume(); - }); -} - -/** - * An helper to easily use workers outside of JSZip. - * @constructor - * @param {Worker} worker the worker to wrap - * @param {String} outputType the type of data expected by the use - * @param {String} mimeType the mime type of the content, if applicable. - */ -function StreamHelper(worker, outputType, mimeType) { - var internalType = outputType; - switch(outputType) { - case "blob": - case "arraybuffer": - internalType = "uint8array"; - break; - case "base64": - internalType = "string"; - break; - } - - try { - // the type used internally - this._internalType = internalType; - // the type used to output results - this._outputType = outputType; - // the mime type - this._mimeType = mimeType; - utils.checkSupport(internalType); - this._worker = worker.pipe(new ConvertWorker(internalType)); - // the last workers can be rewired without issues but we need to - // prevent any updates on previous workers. - worker.lock(); - } catch(e) { - this._worker = new GenericWorker("error"); - this._worker.error(e); - } -} - -StreamHelper.prototype = { - /** - * Listen a StreamHelper, accumulate its content and concatenate it into a - * complete block. - * @param {Function} updateCb the update callback. - * @return Promise the promise for the accumulation. - */ - accumulate : function (updateCb) { - return accumulate(this, updateCb); - }, - /** - * Add a listener on an event triggered on a stream. - * @param {String} evt the name of the event - * @param {Function} fn the listener - * @return {StreamHelper} the current helper. - */ - on : function (evt, fn) { - var self = this; - - if(evt === "data") { - this._worker.on(evt, function (chunk) { - fn.call(self, chunk.data, chunk.meta); - }); - } else { - this._worker.on(evt, function () { - utils.delay(fn, arguments, self); - }); - } - return this; - }, - /** - * Resume the flow of chunks. - * @return {StreamHelper} the current helper. - */ - resume : function () { - utils.delay(this._worker.resume, [], this._worker); - return this; - }, - /** - * Pause the flow of chunks. - * @return {StreamHelper} the current helper. - */ - pause : function () { - this._worker.pause(); - return this; - }, - /** - * Return a nodejs stream for this helper. - * @param {Function} updateCb the update callback. - * @return {NodejsStreamOutputAdapter} the nodejs stream. - */ - toNodejsStream : function (updateCb) { - utils.checkSupport("nodestream"); - if (this._outputType !== "nodebuffer") { - // an object stream containing blob/arraybuffer/uint8array/string - // is strange and I don't know if it would be useful. - // I you find this comment and have a good usecase, please open a - // bug report ! - throw new Error(this._outputType + " is not supported by this method"); - } - - return new NodejsStreamOutputAdapter(this, { - objectMode : this._outputType !== "nodebuffer" - }, updateCb); - } -}; - - -module.exports = StreamHelper; - -},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(require,module,exports){ -'use strict'; - -exports.base64 = true; -exports.array = true; -exports.string = true; -exports.arraybuffer = typeof ArrayBuffer !== "undefined" && typeof Uint8Array !== "undefined"; -exports.nodebuffer = typeof Buffer !== "undefined"; -// contains true if JSZip can read/generate Uint8Array, false otherwise. -exports.uint8array = typeof Uint8Array !== "undefined"; - -if (typeof ArrayBuffer === "undefined") { - exports.blob = false; -} -else { - var buffer = new ArrayBuffer(0); - try { - exports.blob = new Blob([buffer], { - type: "application/zip" - }).size === 0; - } - catch (e) { - try { - var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder; - var builder = new Builder(); - builder.append(buffer); - exports.blob = builder.getBlob('application/zip').size === 0; - } - catch (e) { - exports.blob = false; - } - } -} - -try { - exports.nodestream = !!require('readable-stream').Readable; -} catch(e) { - exports.nodestream = false; -} - -},{"readable-stream":16}],31:[function(require,module,exports){ -'use strict'; - -var utils = require('./utils'); -var support = require('./support'); -var nodejsUtils = require('./nodejsUtils'); -var GenericWorker = require('./stream/GenericWorker'); - -/** - * The following functions come from pako, from pako/lib/utils/strings - * released under the MIT license, see pako https://github.com/nodeca/pako/ - */ - -// Table with utf8 lengths (calculated by first byte of sequence) -// Note, that 5 & 6-byte values and some 4-byte values can not be represented in JS, -// because max possible codepoint is 0x10ffff -var _utf8len = new Array(256); -for (var i=0; i<256; i++) { - _utf8len[i] = (i >= 252 ? 6 : i >= 248 ? 5 : i >= 240 ? 4 : i >= 224 ? 3 : i >= 192 ? 2 : 1); -} -_utf8len[254]=_utf8len[254]=1; // Invalid sequence start - -// convert string to array (typed, when possible) -var string2buf = function (str) { - var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; - - // count binary size - for (m_pos = 0; m_pos < str_len; m_pos++) { - c = str.charCodeAt(m_pos); - if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) { - c2 = str.charCodeAt(m_pos+1); - if ((c2 & 0xfc00) === 0xdc00) { - c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); - m_pos++; - } - } - buf_len += c < 0x80 ? 1 : c < 0x800 ? 2 : c < 0x10000 ? 3 : 4; - } - - // allocate buffer - if (support.uint8array) { - buf = new Uint8Array(buf_len); - } else { - buf = new Array(buf_len); - } - - // convert - for (i=0, m_pos = 0; i < buf_len; m_pos++) { - c = str.charCodeAt(m_pos); - if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) { - c2 = str.charCodeAt(m_pos+1); - if ((c2 & 0xfc00) === 0xdc00) { - c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); - m_pos++; - } - } - if (c < 0x80) { - /* one byte */ - buf[i++] = c; - } else if (c < 0x800) { - /* two bytes */ - buf[i++] = 0xC0 | (c >>> 6); - buf[i++] = 0x80 | (c & 0x3f); - } else if (c < 0x10000) { - /* three bytes */ - buf[i++] = 0xE0 | (c >>> 12); - buf[i++] = 0x80 | (c >>> 6 & 0x3f); - buf[i++] = 0x80 | (c & 0x3f); - } else { - /* four bytes */ - buf[i++] = 0xf0 | (c >>> 18); - buf[i++] = 0x80 | (c >>> 12 & 0x3f); - buf[i++] = 0x80 | (c >>> 6 & 0x3f); - buf[i++] = 0x80 | (c & 0x3f); - } - } - - return buf; -}; - -// Calculate max possible position in utf8 buffer, -// that will not break sequence. If that's not possible -// - (very small limits) return max size as is. -// -// buf[] - utf8 bytes array -// max - length limit (mandatory); -var utf8border = function(buf, max) { - var pos; - - max = max || buf.length; - if (max > buf.length) { max = buf.length; } - - // go back from last position, until start of sequence found - pos = max-1; - while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; } - - // Fuckup - very small and broken sequence, - // return max, because we should return something anyway. - if (pos < 0) { return max; } - - // If we came to start of buffer - that means vuffer is too small, - // return max too. - if (pos === 0) { return max; } - - return (pos + _utf8len[buf[pos]] > max) ? pos : max; -}; - -// convert array to string -var buf2string = function (buf) { - var str, i, out, c, c_len; - var len = buf.length; - - // Reserve max possible length (2 words per char) - // NB: by unknown reasons, Array is significantly faster for - // String.fromCharCode.apply than Uint16Array. - var utf16buf = new Array(len*2); - - for (out=0, i=0; i 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; } - - // apply mask on first byte - c &= c_len === 2 ? 0x1f : c_len === 3 ? 0x0f : 0x07; - // join the rest - while (c_len > 1 && i < len) { - c = (c << 6) | (buf[i++] & 0x3f); - c_len--; - } - - // terminated by end of string? - if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } - - if (c < 0x10000) { - utf16buf[out++] = c; - } else { - c -= 0x10000; - utf16buf[out++] = 0xd800 | ((c >> 10) & 0x3ff); - utf16buf[out++] = 0xdc00 | (c & 0x3ff); - } - } - - // shrinkBuf(utf16buf, out) - if (utf16buf.length !== out) { - if(utf16buf.subarray) { - utf16buf = utf16buf.subarray(0, out); - } else { - utf16buf.length = out; - } - } - - // return String.fromCharCode.apply(null, utf16buf); - return utils.applyFromCharCode(utf16buf); -}; - - -// That's all for the pako functions. - - -/** - * Transform a javascript string into an array (typed if possible) of bytes, - * UTF-8 encoded. - * @param {String} str the string to encode - * @return {Array|Uint8Array|Buffer} the UTF-8 encoded string. - */ -exports.utf8encode = function utf8encode(str) { - if (support.nodebuffer) { - return nodejsUtils.newBufferFrom(str, "utf-8"); - } - - return string2buf(str); -}; - - -/** - * Transform a bytes array (or a representation) representing an UTF-8 encoded - * string into a javascript string. - * @param {Array|Uint8Array|Buffer} buf the data de decode - * @return {String} the decoded string. - */ -exports.utf8decode = function utf8decode(buf) { - if (support.nodebuffer) { - return utils.transformTo("nodebuffer", buf).toString("utf-8"); - } - - buf = utils.transformTo(support.uint8array ? "uint8array" : "array", buf); - - return buf2string(buf); -}; - -/** - * A worker to decode utf8 encoded binary chunks into string chunks. - * @constructor - */ -function Utf8DecodeWorker() { - GenericWorker.call(this, "utf-8 decode"); - // the last bytes if a chunk didn't end with a complete codepoint. - this.leftOver = null; -} -utils.inherits(Utf8DecodeWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Utf8DecodeWorker.prototype.processChunk = function (chunk) { - - var data = utils.transformTo(support.uint8array ? "uint8array" : "array", chunk.data); - - // 1st step, re-use what's left of the previous chunk - if (this.leftOver && this.leftOver.length) { - if(support.uint8array) { - var previousData = data; - data = new Uint8Array(previousData.length + this.leftOver.length); - data.set(this.leftOver, 0); - data.set(previousData, this.leftOver.length); - } else { - data = this.leftOver.concat(data); - } - this.leftOver = null; - } - - var nextBoundary = utf8border(data); - var usableData = data; - if (nextBoundary !== data.length) { - if (support.uint8array) { - usableData = data.subarray(0, nextBoundary); - this.leftOver = data.subarray(nextBoundary, data.length); - } else { - usableData = data.slice(0, nextBoundary); - this.leftOver = data.slice(nextBoundary, data.length); - } - } - - this.push({ - data : exports.utf8decode(usableData), - meta : chunk.meta - }); -}; - -/** - * @see GenericWorker.flush - */ -Utf8DecodeWorker.prototype.flush = function () { - if(this.leftOver && this.leftOver.length) { - this.push({ - data : exports.utf8decode(this.leftOver), - meta : {} - }); - this.leftOver = null; - } -}; -exports.Utf8DecodeWorker = Utf8DecodeWorker; - -/** - * A worker to endcode string chunks into utf8 encoded binary chunks. - * @constructor - */ -function Utf8EncodeWorker() { - GenericWorker.call(this, "utf-8 encode"); -} -utils.inherits(Utf8EncodeWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Utf8EncodeWorker.prototype.processChunk = function (chunk) { - this.push({ - data : exports.utf8encode(chunk.data), - meta : chunk.meta - }); -}; -exports.Utf8EncodeWorker = Utf8EncodeWorker; - -},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(require,module,exports){ -'use strict'; - -var support = require('./support'); -var base64 = require('./base64'); -var nodejsUtils = require('./nodejsUtils'); -var setImmediate = require('set-immediate-shim'); -var external = require("./external"); - - -/** - * Convert a string that pass as a "binary string": it should represent a byte - * array but may have > 255 char codes. Be sure to take only the first byte - * and returns the byte array. - * @param {String} str the string to transform. - * @return {Array|Uint8Array} the string in a binary format. - */ -function string2binary(str) { - var result = null; - if (support.uint8array) { - result = new Uint8Array(str.length); - } else { - result = new Array(str.length); - } - return stringToArrayLike(str, result); -} - -/** - * Create a new blob with the given content and the given type. - * @param {String|ArrayBuffer} part the content to put in the blob. DO NOT use - * an Uint8Array because the stock browser of android 4 won't accept it (it - * will be silently converted to a string, "[object Uint8Array]"). - * - * Use only ONE part to build the blob to avoid a memory leak in IE11 / Edge: - * when a large amount of Array is used to create the Blob, the amount of - * memory consumed is nearly 100 times the original data amount. - * - * @param {String} type the mime type of the blob. - * @return {Blob} the created blob. - */ -exports.newBlob = function(part, type) { - exports.checkSupport("blob"); - - try { - // Blob constructor - return new Blob([part], { - type: type - }); - } - catch (e) { - - try { - // deprecated, browser only, old way - var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder; - var builder = new Builder(); - builder.append(part); - return builder.getBlob(type); - } - catch (e) { - - // well, fuck ?! - throw new Error("Bug : can't construct the Blob."); - } - } - - -}; -/** - * The identity function. - * @param {Object} input the input. - * @return {Object} the same input. - */ -function identity(input) { - return input; -} - -/** - * Fill in an array with a string. - * @param {String} str the string to use. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to fill in (will be mutated). - * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated array. - */ -function stringToArrayLike(str, array) { - for (var i = 0; i < str.length; ++i) { - array[i] = str.charCodeAt(i) & 0xFF; - } - return array; -} - -/** - * An helper for the function arrayLikeToString. - * This contains static information and functions that - * can be optimized by the browser JIT compiler. - */ -var arrayToStringHelper = { - /** - * Transform an array of int into a string, chunk by chunk. - * See the performances notes on arrayLikeToString. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @param {String} type the type of the array. - * @param {Integer} chunk the chunk size. - * @return {String} the resulting string. - * @throws Error if the chunk is too big for the stack. - */ - stringifyByChunk: function(array, type, chunk) { - var result = [], k = 0, len = array.length; - // shortcut - if (len <= chunk) { - return String.fromCharCode.apply(null, array); - } - while (k < len) { - if (type === "array" || type === "nodebuffer") { - result.push(String.fromCharCode.apply(null, array.slice(k, Math.min(k + chunk, len)))); - } - else { - result.push(String.fromCharCode.apply(null, array.subarray(k, Math.min(k + chunk, len)))); - } - k += chunk; - } - return result.join(""); - }, - /** - * Call String.fromCharCode on every item in the array. - * This is the naive implementation, which generate A LOT of intermediate string. - * This should be used when everything else fail. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @return {String} the result. - */ - stringifyByChar: function(array){ - var resultStr = ""; - for(var i = 0; i < array.length; i++) { - resultStr += String.fromCharCode(array[i]); - } - return resultStr; - }, - applyCanBeUsed : { - /** - * true if the browser accepts to use String.fromCharCode on Uint8Array - */ - uint8array : (function () { - try { - return support.uint8array && String.fromCharCode.apply(null, new Uint8Array(1)).length === 1; - } catch (e) { - return false; - } - })(), - /** - * true if the browser accepts to use String.fromCharCode on nodejs Buffer. - */ - nodebuffer : (function () { - try { - return support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length === 1; - } catch (e) { - return false; - } - })() - } -}; - -/** - * Transform an array-like object to a string. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @return {String} the result. - */ -function arrayLikeToString(array) { - // Performances notes : - // -------------------- - // String.fromCharCode.apply(null, array) is the fastest, see - // see http://jsperf.com/converting-a-uint8array-to-a-string/2 - // but the stack is limited (and we can get huge arrays !). - // - // result += String.fromCharCode(array[i]); generate too many strings ! - // - // This code is inspired by http://jsperf.com/arraybuffer-to-string-apply-performance/2 - // TODO : we now have workers that split the work. Do we still need that ? - var chunk = 65536, - type = exports.getTypeOf(array), - canUseApply = true; - if (type === "uint8array") { - canUseApply = arrayToStringHelper.applyCanBeUsed.uint8array; - } else if (type === "nodebuffer") { - canUseApply = arrayToStringHelper.applyCanBeUsed.nodebuffer; - } - - if (canUseApply) { - while (chunk > 1) { - try { - return arrayToStringHelper.stringifyByChunk(array, type, chunk); - } catch (e) { - chunk = Math.floor(chunk / 2); - } - } - } - - // no apply or chunk error : slow and painful algorithm - // default browser on android 4.* - return arrayToStringHelper.stringifyByChar(array); -} - -exports.applyFromCharCode = arrayLikeToString; - - -/** - * Copy the data from an array-like to an other array-like. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayFrom the origin array. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayTo the destination array which will be mutated. - * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated destination array. - */ -function arrayLikeToArrayLike(arrayFrom, arrayTo) { - for (var i = 0; i < arrayFrom.length; i++) { - arrayTo[i] = arrayFrom[i]; - } - return arrayTo; -} - -// a matrix containing functions to transform everything into everything. -var transform = {}; - -// string to ? -transform["string"] = { - "string": identity, - "array": function(input) { - return stringToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return transform["string"]["uint8array"](input).buffer; - }, - "uint8array": function(input) { - return stringToArrayLike(input, new Uint8Array(input.length)); - }, - "nodebuffer": function(input) { - return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length)); - } -}; - -// array to ? -transform["array"] = { - "string": arrayLikeToString, - "array": identity, - "arraybuffer": function(input) { - return (new Uint8Array(input)).buffer; - }, - "uint8array": function(input) { - return new Uint8Array(input); - }, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(input); - } -}; - -// arraybuffer to ? -transform["arraybuffer"] = { - "string": function(input) { - return arrayLikeToString(new Uint8Array(input)); - }, - "array": function(input) { - return arrayLikeToArrayLike(new Uint8Array(input), new Array(input.byteLength)); - }, - "arraybuffer": identity, - "uint8array": function(input) { - return new Uint8Array(input); - }, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(new Uint8Array(input)); - } -}; - -// uint8array to ? -transform["uint8array"] = { - "string": arrayLikeToString, - "array": function(input) { - return arrayLikeToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return input.buffer; - }, - "uint8array": identity, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(input); - } -}; - -// nodebuffer to ? -transform["nodebuffer"] = { - "string": arrayLikeToString, - "array": function(input) { - return arrayLikeToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return transform["nodebuffer"]["uint8array"](input).buffer; - }, - "uint8array": function(input) { - return arrayLikeToArrayLike(input, new Uint8Array(input.length)); - }, - "nodebuffer": identity -}; - -/** - * Transform an input into any type. - * The supported output type are : string, array, uint8array, arraybuffer, nodebuffer. - * If no output type is specified, the unmodified input will be returned. - * @param {String} outputType the output type. - * @param {String|Array|ArrayBuffer|Uint8Array|Buffer} input the input to convert. - * @throws {Error} an Error if the browser doesn't support the requested output type. - */ -exports.transformTo = function(outputType, input) { - if (!input) { - // undefined, null, etc - // an empty string won't harm. - input = ""; - } - if (!outputType) { - return input; - } - exports.checkSupport(outputType); - var inputType = exports.getTypeOf(input); - var result = transform[inputType][outputType](input); - return result; -}; - -/** - * Return the type of the input. - * The type will be in a format valid for JSZip.utils.transformTo : string, array, uint8array, arraybuffer. - * @param {Object} input the input to identify. - * @return {String} the (lowercase) type of the input. - */ -exports.getTypeOf = function(input) { - if (typeof input === "string") { - return "string"; - } - if (Object.prototype.toString.call(input) === "[object Array]") { - return "array"; - } - if (support.nodebuffer && nodejsUtils.isBuffer(input)) { - return "nodebuffer"; - } - if (support.uint8array && input instanceof Uint8Array) { - return "uint8array"; - } - if (support.arraybuffer && input instanceof ArrayBuffer) { - return "arraybuffer"; - } -}; - -/** - * Throw an exception if the type is not supported. - * @param {String} type the type to check. - * @throws {Error} an Error if the browser doesn't support the requested type. - */ -exports.checkSupport = function(type) { - var supported = support[type.toLowerCase()]; - if (!supported) { - throw new Error(type + " is not supported by this platform"); - } -}; - -exports.MAX_VALUE_16BITS = 65535; -exports.MAX_VALUE_32BITS = -1; // well, "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF" is parsed as -1 - -/** - * Prettify a string read as binary. - * @param {string} str the string to prettify. - * @return {string} a pretty string. - */ -exports.pretty = function(str) { - var res = '', - code, i; - for (i = 0; i < (str || "").length; i++) { - code = str.charCodeAt(i); - res += '\\x' + (code < 16 ? "0" : "") + code.toString(16).toUpperCase(); - } - return res; -}; - -/** - * Defer the call of a function. - * @param {Function} callback the function to call asynchronously. - * @param {Array} args the arguments to give to the callback. - */ -exports.delay = function(callback, args, self) { - setImmediate(function () { - callback.apply(self || null, args || []); - }); -}; - -/** - * Extends a prototype with an other, without calling a constructor with - * side effects. Inspired by nodejs' `utils.inherits` - * @param {Function} ctor the constructor to augment - * @param {Function} superCtor the parent constructor to use - */ -exports.inherits = function (ctor, superCtor) { - var Obj = function() {}; - Obj.prototype = superCtor.prototype; - ctor.prototype = new Obj(); -}; - -/** - * Merge the objects passed as parameters into a new one. - * @private - * @param {...Object} var_args All objects to merge. - * @return {Object} a new object with the data of the others. - */ -exports.extend = function() { - var result = {}, i, attr; - for (i = 0; i < arguments.length; i++) { // arguments is not enumerable in some browsers - for (attr in arguments[i]) { - if (arguments[i].hasOwnProperty(attr) && typeof result[attr] === "undefined") { - result[attr] = arguments[i][attr]; - } - } - } - return result; -}; - -/** - * Transform arbitrary content into a Promise. - * @param {String} name a name for the content being processed. - * @param {Object} inputData the content to process. - * @param {Boolean} isBinary true if the content is not an unicode string - * @param {Boolean} isOptimizedBinaryString true if the string content only has one byte per character. - * @param {Boolean} isBase64 true if the string content is encoded with base64. - * @return {Promise} a promise in a format usable by JSZip. - */ -exports.prepareContent = function(name, inputData, isBinary, isOptimizedBinaryString, isBase64) { - - // if inputData is already a promise, this flatten it. - var promise = external.Promise.resolve(inputData).then(function(data) { - - - var isBlob = support.blob && (data instanceof Blob || ['[object File]', '[object Blob]'].indexOf(Object.prototype.toString.call(data)) !== -1); - - if (isBlob && typeof FileReader !== "undefined") { - return new external.Promise(function (resolve, reject) { - var reader = new FileReader(); - - reader.onload = function(e) { - resolve(e.target.result); - }; - reader.onerror = function(e) { - reject(e.target.error); - }; - reader.readAsArrayBuffer(data); - }); - } else { - return data; - } - }); - - return promise.then(function(data) { - var dataType = exports.getTypeOf(data); - - if (!dataType) { - return external.Promise.reject( - new Error("Can't read the data of '" + name + "'. Is it " + - "in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?") - ); - } - // special case : it's way easier to work with Uint8Array than with ArrayBuffer - if (dataType === "arraybuffer") { - data = exports.transformTo("uint8array", data); - } else if (dataType === "string") { - if (isBase64) { - data = base64.decode(data); - } - else if (isBinary) { - // optimizedBinaryString === true means that the file has already been filtered with a 0xFF mask - if (isOptimizedBinaryString !== true) { - // this is a string, not in a base64 format. - // Be sure that this is a correct "binary string" - data = string2binary(data); - } - } - } - return data; - }); -}; - -},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,"set-immediate-shim":54}],33:[function(require,module,exports){ -'use strict'; -var readerFor = require('./reader/readerFor'); -var utils = require('./utils'); -var sig = require('./signature'); -var ZipEntry = require('./zipEntry'); -var utf8 = require('./utf8'); -var support = require('./support'); -// class ZipEntries {{{ -/** - * All the entries in the zip file. - * @constructor - * @param {Object} loadOptions Options for loading the stream. - */ -function ZipEntries(loadOptions) { - this.files = []; - this.loadOptions = loadOptions; -} -ZipEntries.prototype = { - /** - * Check that the reader is on the specified signature. - * @param {string} expectedSignature the expected signature. - * @throws {Error} if it is an other signature. - */ - checkSignature: function(expectedSignature) { - if (!this.reader.readAndCheckSignature(expectedSignature)) { - this.reader.index -= 4; - var signature = this.reader.readString(4); - throw new Error("Corrupted zip or bug: unexpected signature " + "(" + utils.pretty(signature) + ", expected " + utils.pretty(expectedSignature) + ")"); - } - }, - /** - * Check if the given signature is at the given index. - * @param {number} askedIndex the index to check. - * @param {string} expectedSignature the signature to expect. - * @return {boolean} true if the signature is here, false otherwise. - */ - isSignature: function(askedIndex, expectedSignature) { - var currentIndex = this.reader.index; - this.reader.setIndex(askedIndex); - var signature = this.reader.readString(4); - var result = signature === expectedSignature; - this.reader.setIndex(currentIndex); - return result; - }, - /** - * Read the end of the central directory. - */ - readBlockEndOfCentral: function() { - this.diskNumber = this.reader.readInt(2); - this.diskWithCentralDirStart = this.reader.readInt(2); - this.centralDirRecordsOnThisDisk = this.reader.readInt(2); - this.centralDirRecords = this.reader.readInt(2); - this.centralDirSize = this.reader.readInt(4); - this.centralDirOffset = this.reader.readInt(4); - - this.zipCommentLength = this.reader.readInt(2); - // warning : the encoding depends of the system locale - // On a linux machine with LANG=en_US.utf8, this field is utf8 encoded. - // On a windows machine, this field is encoded with the localized windows code page. - var zipComment = this.reader.readData(this.zipCommentLength); - var decodeParamType = support.uint8array ? "uint8array" : "array"; - // To get consistent behavior with the generation part, we will assume that - // this is utf8 encoded unless specified otherwise. - var decodeContent = utils.transformTo(decodeParamType, zipComment); - this.zipComment = this.loadOptions.decodeFileName(decodeContent); - }, - /** - * Read the end of the Zip 64 central directory. - * Not merged with the method readEndOfCentral : - * The end of central can coexist with its Zip64 brother, - * I don't want to read the wrong number of bytes ! - */ - readBlockZip64EndOfCentral: function() { - this.zip64EndOfCentralSize = this.reader.readInt(8); - this.reader.skip(4); - // this.versionMadeBy = this.reader.readString(2); - // this.versionNeeded = this.reader.readInt(2); - this.diskNumber = this.reader.readInt(4); - this.diskWithCentralDirStart = this.reader.readInt(4); - this.centralDirRecordsOnThisDisk = this.reader.readInt(8); - this.centralDirRecords = this.reader.readInt(8); - this.centralDirSize = this.reader.readInt(8); - this.centralDirOffset = this.reader.readInt(8); - - this.zip64ExtensibleData = {}; - var extraDataSize = this.zip64EndOfCentralSize - 44, - index = 0, - extraFieldId, - extraFieldLength, - extraFieldValue; - while (index < extraDataSize) { - extraFieldId = this.reader.readInt(2); - extraFieldLength = this.reader.readInt(4); - extraFieldValue = this.reader.readData(extraFieldLength); - this.zip64ExtensibleData[extraFieldId] = { - id: extraFieldId, - length: extraFieldLength, - value: extraFieldValue - }; - } - }, - /** - * Read the end of the Zip 64 central directory locator. - */ - readBlockZip64EndOfCentralLocator: function() { - this.diskWithZip64CentralDirStart = this.reader.readInt(4); - this.relativeOffsetEndOfZip64CentralDir = this.reader.readInt(8); - this.disksCount = this.reader.readInt(4); - if (this.disksCount > 1) { - throw new Error("Multi-volumes zip are not supported"); - } - }, - /** - * Read the local files, based on the offset read in the central part. - */ - readLocalFiles: function() { - var i, file; - for (i = 0; i < this.files.length; i++) { - file = this.files[i]; - this.reader.setIndex(file.localHeaderOffset); - this.checkSignature(sig.LOCAL_FILE_HEADER); - file.readLocalPart(this.reader); - file.handleUTF8(); - file.processAttributes(); - } - }, - /** - * Read the central directory. - */ - readCentralDir: function() { - var file; - - this.reader.setIndex(this.centralDirOffset); - while (this.reader.readAndCheckSignature(sig.CENTRAL_FILE_HEADER)) { - file = new ZipEntry({ - zip64: this.zip64 - }, this.loadOptions); - file.readCentralPart(this.reader); - this.files.push(file); - } - - if (this.centralDirRecords !== this.files.length) { - if (this.centralDirRecords !== 0 && this.files.length === 0) { - // We expected some records but couldn't find ANY. - // This is really suspicious, as if something went wrong. - throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length); - } else { - // We found some records but not all. - // Something is wrong but we got something for the user: no error here. - // console.warn("expected", this.centralDirRecords, "records in central dir, got", this.files.length); - } - } - }, - /** - * Read the end of central directory. - */ - readEndOfCentral: function() { - var offset = this.reader.lastIndexOfSignature(sig.CENTRAL_DIRECTORY_END); - if (offset < 0) { - // Check if the content is a truncated zip or complete garbage. - // A "LOCAL_FILE_HEADER" is not required at the beginning (auto - // extractible zip for example) but it can give a good hint. - // If an ajax request was used without responseType, we will also - // get unreadable data. - var isGarbage = !this.isSignature(0, sig.LOCAL_FILE_HEADER); - - if (isGarbage) { - throw new Error("Can't find end of central directory : is this a zip file ? " + - "If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html"); - } else { - throw new Error("Corrupted zip: can't find end of central directory"); - } - - } - this.reader.setIndex(offset); - var endOfCentralDirOffset = offset; - this.checkSignature(sig.CENTRAL_DIRECTORY_END); - this.readBlockEndOfCentral(); - - - /* extract from the zip spec : - 4) If one of the fields in the end of central directory - record is too small to hold required data, the field - should be set to -1 (0xFFFF or 0xFFFFFFFF) and the - ZIP64 format record should be created. - 5) The end of central directory record and the - Zip64 end of central directory locator record must - reside on the same disk when splitting or spanning - an archive. - */ - if (this.diskNumber === utils.MAX_VALUE_16BITS || this.diskWithCentralDirStart === utils.MAX_VALUE_16BITS || this.centralDirRecordsOnThisDisk === utils.MAX_VALUE_16BITS || this.centralDirRecords === utils.MAX_VALUE_16BITS || this.centralDirSize === utils.MAX_VALUE_32BITS || this.centralDirOffset === utils.MAX_VALUE_32BITS) { - this.zip64 = true; - - /* - Warning : the zip64 extension is supported, but ONLY if the 64bits integer read from - the zip file can fit into a 32bits integer. This cannot be solved : JavaScript represents - all numbers as 64-bit double precision IEEE 754 floating point numbers. - So, we have 53bits for integers and bitwise operations treat everything as 32bits. - see https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Bitwise_Operators - and http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf section 8.5 - */ - - // should look for a zip64 EOCD locator - offset = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR); - if (offset < 0) { - throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator"); - } - this.reader.setIndex(offset); - this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR); - this.readBlockZip64EndOfCentralLocator(); - - // now the zip64 EOCD record - if (!this.isSignature(this.relativeOffsetEndOfZip64CentralDir, sig.ZIP64_CENTRAL_DIRECTORY_END)) { - // console.warn("ZIP64 end of central directory not where expected."); - this.relativeOffsetEndOfZip64CentralDir = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_END); - if (this.relativeOffsetEndOfZip64CentralDir < 0) { - throw new Error("Corrupted zip: can't find the ZIP64 end of central directory"); - } - } - this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir); - this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END); - this.readBlockZip64EndOfCentral(); - } - - var expectedEndOfCentralDirOffset = this.centralDirOffset + this.centralDirSize; - if (this.zip64) { - expectedEndOfCentralDirOffset += 20; // end of central dir 64 locator - expectedEndOfCentralDirOffset += 12 /* should not include the leading 12 bytes */ + this.zip64EndOfCentralSize; - } - - var extraBytes = endOfCentralDirOffset - expectedEndOfCentralDirOffset; - - if (extraBytes > 0) { - // console.warn(extraBytes, "extra bytes at beginning or within zipfile"); - if (this.isSignature(endOfCentralDirOffset, sig.CENTRAL_FILE_HEADER)) { - // The offsets seem wrong, but we have something at the specified offset. - // So… we keep it. - } else { - // the offset is wrong, update the "zero" of the reader - // this happens if data has been prepended (crx files for example) - this.reader.zero = extraBytes; - } - } else if (extraBytes < 0) { - throw new Error("Corrupted zip: missing " + Math.abs(extraBytes) + " bytes."); - } - }, - prepareReader: function(data) { - this.reader = readerFor(data); - }, - /** - * Read a zip file and create ZipEntries. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the binary string representing a zip file. - */ - load: function(data) { - this.prepareReader(data); - this.readEndOfCentral(); - this.readCentralDir(); - this.readLocalFiles(); - } -}; -// }}} end of ZipEntries -module.exports = ZipEntries; - -},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utf8":31,"./utils":32,"./zipEntry":34}],34:[function(require,module,exports){ -'use strict'; -var readerFor = require('./reader/readerFor'); -var utils = require('./utils'); -var CompressedObject = require('./compressedObject'); -var crc32fn = require('./crc32'); -var utf8 = require('./utf8'); -var compressions = require('./compressions'); -var support = require('./support'); - -var MADE_BY_DOS = 0x00; -var MADE_BY_UNIX = 0x03; - -/** - * Find a compression registered in JSZip. - * @param {string} compressionMethod the method magic to find. - * @return {Object|null} the JSZip compression object, null if none found. - */ -var findCompression = function(compressionMethod) { - for (var method in compressions) { - if (!compressions.hasOwnProperty(method)) { - continue; - } - if (compressions[method].magic === compressionMethod) { - return compressions[method]; - } - } - return null; -}; - -// class ZipEntry {{{ -/** - * An entry in the zip file. - * @constructor - * @param {Object} options Options of the current file. - * @param {Object} loadOptions Options for loading the stream. - */ -function ZipEntry(options, loadOptions) { - this.options = options; - this.loadOptions = loadOptions; -} -ZipEntry.prototype = { - /** - * say if the file is encrypted. - * @return {boolean} true if the file is encrypted, false otherwise. - */ - isEncrypted: function() { - // bit 1 is set - return (this.bitFlag & 0x0001) === 0x0001; - }, - /** - * say if the file has utf-8 filename/comment. - * @return {boolean} true if the filename/comment is in utf-8, false otherwise. - */ - useUTF8: function() { - // bit 11 is set - return (this.bitFlag & 0x0800) === 0x0800; - }, - /** - * Read the local part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readLocalPart: function(reader) { - var compression, localExtraFieldsLength; - - // we already know everything from the central dir ! - // If the central dir data are false, we are doomed. - // On the bright side, the local part is scary : zip64, data descriptors, both, etc. - // The less data we get here, the more reliable this should be. - // Let's skip the whole header and dash to the data ! - reader.skip(22); - // in some zip created on windows, the filename stored in the central dir contains \ instead of /. - // Strangely, the filename here is OK. - // I would love to treat these zip files as corrupted (see http://www.info-zip.org/FAQ.html#backslashes - // or APPNOTE#4.4.17.1, "All slashes MUST be forward slashes '/'") but there are a lot of bad zip generators... - // Search "unzip mismatching "local" filename continuing with "central" filename version" on - // the internet. - // - // I think I see the logic here : the central directory is used to display - // content and the local directory is used to extract the files. Mixing / and \ - // may be used to display \ to windows users and use / when extracting the files. - // Unfortunately, this lead also to some issues : http://seclists.org/fulldisclosure/2009/Sep/394 - this.fileNameLength = reader.readInt(2); - localExtraFieldsLength = reader.readInt(2); // can't be sure this will be the same as the central dir - // the fileName is stored as binary data, the handleUTF8 method will take care of the encoding. - this.fileName = reader.readData(this.fileNameLength); - reader.skip(localExtraFieldsLength); - - if (this.compressedSize === -1 || this.uncompressedSize === -1) { - throw new Error("Bug or corrupted zip : didn't get enough information from the central directory " + "(compressedSize === -1 || uncompressedSize === -1)"); - } - - compression = findCompression(this.compressionMethod); - if (compression === null) { // no compression found - throw new Error("Corrupted zip : compression " + utils.pretty(this.compressionMethod) + " unknown (inner file : " + utils.transformTo("string", this.fileName) + ")"); - } - this.decompressed = new CompressedObject(this.compressedSize, this.uncompressedSize, this.crc32, compression, reader.readData(this.compressedSize)); - }, - - /** - * Read the central part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readCentralPart: function(reader) { - this.versionMadeBy = reader.readInt(2); - reader.skip(2); - // this.versionNeeded = reader.readInt(2); - this.bitFlag = reader.readInt(2); - this.compressionMethod = reader.readString(2); - this.date = reader.readDate(); - this.crc32 = reader.readInt(4); - this.compressedSize = reader.readInt(4); - this.uncompressedSize = reader.readInt(4); - var fileNameLength = reader.readInt(2); - this.extraFieldsLength = reader.readInt(2); - this.fileCommentLength = reader.readInt(2); - this.diskNumberStart = reader.readInt(2); - this.internalFileAttributes = reader.readInt(2); - this.externalFileAttributes = reader.readInt(4); - this.localHeaderOffset = reader.readInt(4); - - if (this.isEncrypted()) { - throw new Error("Encrypted zip are not supported"); - } - - // will be read in the local part, see the comments there - reader.skip(fileNameLength); - this.readExtraFields(reader); - this.parseZIP64ExtraField(reader); - this.fileComment = reader.readData(this.fileCommentLength); - }, - - /** - * Parse the external file attributes and get the unix/dos permissions. - */ - processAttributes: function () { - this.unixPermissions = null; - this.dosPermissions = null; - var madeBy = this.versionMadeBy >> 8; - - // Check if we have the DOS directory flag set. - // We look for it in the DOS and UNIX permissions - // but some unknown platform could set it as a compatibility flag. - this.dir = this.externalFileAttributes & 0x0010 ? true : false; - - if(madeBy === MADE_BY_DOS) { - // first 6 bits (0 to 5) - this.dosPermissions = this.externalFileAttributes & 0x3F; - } - - if(madeBy === MADE_BY_UNIX) { - this.unixPermissions = (this.externalFileAttributes >> 16) & 0xFFFF; - // the octal permissions are in (this.unixPermissions & 0x01FF).toString(8); - } - - // fail safe : if the name ends with a / it probably means a folder - if (!this.dir && this.fileNameStr.slice(-1) === '/') { - this.dir = true; - } - }, - - /** - * Parse the ZIP64 extra field and merge the info in the current ZipEntry. - * @param {DataReader} reader the reader to use. - */ - parseZIP64ExtraField: function(reader) { - - if (!this.extraFields[0x0001]) { - return; - } - - // should be something, preparing the extra reader - var extraReader = readerFor(this.extraFields[0x0001].value); - - // I really hope that these 64bits integer can fit in 32 bits integer, because js - // won't let us have more. - if (this.uncompressedSize === utils.MAX_VALUE_32BITS) { - this.uncompressedSize = extraReader.readInt(8); - } - if (this.compressedSize === utils.MAX_VALUE_32BITS) { - this.compressedSize = extraReader.readInt(8); - } - if (this.localHeaderOffset === utils.MAX_VALUE_32BITS) { - this.localHeaderOffset = extraReader.readInt(8); - } - if (this.diskNumberStart === utils.MAX_VALUE_32BITS) { - this.diskNumberStart = extraReader.readInt(4); - } - }, - /** - * Read the central part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readExtraFields: function(reader) { - var end = reader.index + this.extraFieldsLength, - extraFieldId, - extraFieldLength, - extraFieldValue; - - if (!this.extraFields) { - this.extraFields = {}; - } - - while (reader.index + 4 < end) { - extraFieldId = reader.readInt(2); - extraFieldLength = reader.readInt(2); - extraFieldValue = reader.readData(extraFieldLength); - - this.extraFields[extraFieldId] = { - id: extraFieldId, - length: extraFieldLength, - value: extraFieldValue - }; - } - - reader.setIndex(end); - }, - /** - * Apply an UTF8 transformation if needed. - */ - handleUTF8: function() { - var decodeParamType = support.uint8array ? "uint8array" : "array"; - if (this.useUTF8()) { - this.fileNameStr = utf8.utf8decode(this.fileName); - this.fileCommentStr = utf8.utf8decode(this.fileComment); - } else { - var upath = this.findExtraFieldUnicodePath(); - if (upath !== null) { - this.fileNameStr = upath; - } else { - // ASCII text or unsupported code page - var fileNameByteArray = utils.transformTo(decodeParamType, this.fileName); - this.fileNameStr = this.loadOptions.decodeFileName(fileNameByteArray); - } - - var ucomment = this.findExtraFieldUnicodeComment(); - if (ucomment !== null) { - this.fileCommentStr = ucomment; - } else { - // ASCII text or unsupported code page - var commentByteArray = utils.transformTo(decodeParamType, this.fileComment); - this.fileCommentStr = this.loadOptions.decodeFileName(commentByteArray); - } - } - }, - - /** - * Find the unicode path declared in the extra field, if any. - * @return {String} the unicode path, null otherwise. - */ - findExtraFieldUnicodePath: function() { - var upathField = this.extraFields[0x7075]; - if (upathField) { - var extraReader = readerFor(upathField.value); - - // wrong version - if (extraReader.readInt(1) !== 1) { - return null; - } - - // the crc of the filename changed, this field is out of date. - if (crc32fn(this.fileName) !== extraReader.readInt(4)) { - return null; - } - - return utf8.utf8decode(extraReader.readData(upathField.length - 5)); - } - return null; - }, - - /** - * Find the unicode comment declared in the extra field, if any. - * @return {String} the unicode comment, null otherwise. - */ - findExtraFieldUnicodeComment: function() { - var ucommentField = this.extraFields[0x6375]; - if (ucommentField) { - var extraReader = readerFor(ucommentField.value); - - // wrong version - if (extraReader.readInt(1) !== 1) { - return null; - } - - // the crc of the comment changed, this field is out of date. - if (crc32fn(this.fileComment) !== extraReader.readInt(4)) { - return null; - } - - return utf8.utf8decode(extraReader.readData(ucommentField.length - 5)); - } - return null; - } -}; -module.exports = ZipEntry; - -},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(require,module,exports){ -'use strict'; - -var StreamHelper = require('./stream/StreamHelper'); -var DataWorker = require('./stream/DataWorker'); -var utf8 = require('./utf8'); -var CompressedObject = require('./compressedObject'); -var GenericWorker = require('./stream/GenericWorker'); - -/** - * A simple object representing a file in the zip file. - * @constructor - * @param {string} name the name of the file - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data - * @param {Object} options the options of the file - */ -var ZipObject = function(name, data, options) { - this.name = name; - this.dir = options.dir; - this.date = options.date; - this.comment = options.comment; - this.unixPermissions = options.unixPermissions; - this.dosPermissions = options.dosPermissions; - - this._data = data; - this._dataBinary = options.binary; - // keep only the compression - this.options = { - compression : options.compression, - compressionOptions : options.compressionOptions - }; -}; - -ZipObject.prototype = { - /** - * Create an internal stream for the content of this object. - * @param {String} type the type of each chunk. - * @return StreamHelper the stream. - */ - internalStream: function (type) { - var result = null, outputType = "string"; - try { - if (!type) { - throw new Error("No output type specified."); - } - outputType = type.toLowerCase(); - var askUnicodeString = outputType === "string" || outputType === "text"; - if (outputType === "binarystring" || outputType === "text") { - outputType = "string"; - } - result = this._decompressWorker(); - - var isUnicodeString = !this._dataBinary; - - if (isUnicodeString && !askUnicodeString) { - result = result.pipe(new utf8.Utf8EncodeWorker()); - } - if (!isUnicodeString && askUnicodeString) { - result = result.pipe(new utf8.Utf8DecodeWorker()); - } - } catch (e) { - result = new GenericWorker("error"); - result.error(e); - } - - return new StreamHelper(result, outputType, ""); - }, - - /** - * Prepare the content in the asked type. - * @param {String} type the type of the result. - * @param {Function} onUpdate a function to call on each internal update. - * @return Promise the promise of the result. - */ - async: function (type, onUpdate) { - return this.internalStream(type).accumulate(onUpdate); - }, - - /** - * Prepare the content as a nodejs stream. - * @param {String} type the type of each chunk. - * @param {Function} onUpdate a function to call on each internal update. - * @return Stream the stream. - */ - nodeStream: function (type, onUpdate) { - return this.internalStream(type || "nodebuffer").toNodejsStream(onUpdate); - }, - - /** - * Return a worker for the compressed content. - * @private - * @param {Object} compression the compression object to use. - * @param {Object} compressionOptions the options to use when compressing. - * @return Worker the worker. - */ - _compressWorker: function (compression, compressionOptions) { - if ( - this._data instanceof CompressedObject && - this._data.compression.magic === compression.magic - ) { - return this._data.getCompressedWorker(); - } else { - var result = this._decompressWorker(); - if(!this._dataBinary) { - result = result.pipe(new utf8.Utf8EncodeWorker()); - } - return CompressedObject.createWorkerFrom(result, compression, compressionOptions); - } - }, - /** - * Return a worker for the decompressed content. - * @private - * @return Worker the worker. - */ - _decompressWorker : function () { - if (this._data instanceof CompressedObject) { - return this._data.getContentWorker(); - } else if (this._data instanceof GenericWorker) { - return this._data; - } else { - return new DataWorker(this._data); - } - } -}; - -var removedMethods = ["asText", "asBinary", "asNodeBuffer", "asUint8Array", "asArrayBuffer"]; -var removedFn = function () { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); -}; - -for(var i = 0; i < removedMethods.length; i++) { - ZipObject.prototype[removedMethods[i]] = removedFn; -} -module.exports = ZipObject; - -},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(require,module,exports){ -(function (global){ -'use strict'; -var Mutation = global.MutationObserver || global.WebKitMutationObserver; - -var scheduleDrain; - -{ - if (Mutation) { - var called = 0; - var observer = new Mutation(nextTick); - var element = global.document.createTextNode(''); - observer.observe(element, { - characterData: true - }); - scheduleDrain = function () { - element.data = (called = ++called % 2); - }; - } else if (!global.setImmediate && typeof global.MessageChannel !== 'undefined') { - var channel = new global.MessageChannel(); - channel.port1.onmessage = nextTick; - scheduleDrain = function () { - channel.port2.postMessage(0); - }; - } else if ('document' in global && 'onreadystatechange' in global.document.createElement('script')) { - scheduleDrain = function () { - - // Create a - - - +