Show / Hide Table of Contents

Class GeneralApi

Inheritance
System.Object
GeneralApi
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.General
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class GeneralApi

Constructors

GeneralApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of GeneralApi

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

ErrorDefinitions

Declaration
public ErrorDefinitionsApi ErrorDefinitions { get; }
Property Value
Type Description
ErrorDefinitionsApi
Back to top Generated by DocFX