Show / Hide Table of Contents

Class ManifestApi

Inheritance
System.Object
ManifestApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Notifications.Webhooks.Encoding.Manifest
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ManifestApi

Constructors

ManifestApi(IBitmovinApiClientFactory)

Declaration
public ManifestApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of ManifestApi

Declaration
public static BitmovinApiBuilder<ManifestApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<ManifestApi>

Error

Declaration
public ErrorApi Error { get; }
Property Value
Type Description
ErrorApi

Finished

Declaration
public FinishedApi Finished { get; }
Property Value
Type Description
FinishedApi

Methods

ListAsync(String, Func<ManifestApi.ListQueryParams, ManifestApi.ListQueryParams>[])

List Webhook Notifications (Specific Manifest)

Declaration
public Task<PaginationResponse<Notification>> ListAsync(string manifestId, params Func<ManifestApi.ListQueryParams, ManifestApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String manifestId

Id of the manifest resource (required)

System.Func<ManifestApi.ListQueryParams, ManifestApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<Notification>>
Back to top Generated by DocFX