Class StatesApi
Inheritance
System.Object
    StatesApi
  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.States
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class StatesApi
  Constructors
StatesApi(IBitmovinApiClientFactory)
Declaration
public StatesApi(IBitmovinApiClientFactory apiClientFactory)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IBitmovinApiClientFactory | apiClientFactory | 
Properties
Builder
Fluent builder for creating an instance of StatesApi
Declaration
public static BitmovinApiBuilder<StatesApi> Builder { get; }
  Property Value
| Type | Description | 
|---|---|
| BitmovinApiBuilder<StatesApi> | 
Methods
ListAsync(String, String, Func<StatesApi.ListQueryParams, StatesApi.ListQueryParams>[])
List Notification State History (Specific Resource)
Declaration
public Task<PaginationResponse<NotificationStateEntry>> ListAsync(string notificationId, string resourceId, params Func<StatesApi.ListQueryParams, StatesApi.ListQueryParams>[] queryParams)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | notificationId | Id of the notification (required)  | 
      
| System.String | resourceId | Id of the resource, e.g. encoding id (required)  | 
      
| System.Func<StatesApi.ListQueryParams, StatesApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional)  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<PaginationResponse<NotificationStateEntry>> |