Class SubOrganizationsApi
Inheritance
System.Object
SubOrganizationsApi
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.Account.Organizations.SubOrganizations
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SubOrganizationsApi
Constructors
SubOrganizationsApi(IBitmovinApiClientFactory)
Declaration
public SubOrganizationsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of SubOrganizationsApi
Declaration
public static BitmovinApiBuilder<SubOrganizationsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<SubOrganizationsApi> |
Methods
ListAsync(String, Func<SubOrganizationsApi.ListQueryParams, SubOrganizationsApi.ListQueryParams>[])
Organizations under given parent organization
Declaration
public Task<PaginationResponse<Organization>> ListAsync(string organizationId, params Func<SubOrganizationsApi.ListQueryParams, SubOrganizationsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | organizationId | ID of the parent organization (required) |
System.Func<SubOrganizationsApi.ListQueryParams, SubOrganizationsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<Organization>> |