Class HttpsApi
Inheritance
System.Object
HttpsApi
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.Encoding.Inputs.Https
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class HttpsApi
Constructors
HttpsApi(IBitmovinApiClientFactory)
Declaration
public HttpsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of HttpsApi
Declaration
public static BitmovinApiBuilder<HttpsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<HttpsApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(HttpsInput)
Create HTTPS Input
Declaration
public Task<HttpsInput> CreateAsync(HttpsInput httpsInput)
Parameters
Type | Name | Description |
---|---|---|
HttpsInput | httpsInput | The Https input to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HttpsInput> |
DeleteAsync(String)
Delete HTTPS Input
Declaration
public Task<HttpsInput> DeleteAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HttpsInput> |
GetAsync(String)
HTTPS Input Details
Declaration
public Task<HttpsInput> GetAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HttpsInput> |
ListAsync(Func<HttpsApi.ListQueryParams, HttpsApi.ListQueryParams>[])
List HTTPS Inputs
Declaration
public Task<PaginationResponse<HttpsInput>> ListAsync(params Func<HttpsApi.ListQueryParams, HttpsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<HttpsApi.ListQueryParams, HttpsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<HttpsInput>> |