public class SubOrganizationsApi extends Object
Constructor and Description |
---|
SubOrganizationsApi(BitmovinApiClientFactory clientFactory) |
Modifier and Type | Method and Description |
---|---|
static BitmovinApiBuilder<SubOrganizationsApi> |
builder()
Fluent builder for creating an instance of SubOrganizationsApi
|
PaginationResponse<Organization> |
list(String organizationId)
Organizations under given parent organization
|
PaginationResponse<Organization> |
list(String organizationId,
OrganizationListQueryParams queryParams)
Organizations under given parent organization
|
public SubOrganizationsApi(BitmovinApiClientFactory clientFactory)
public static BitmovinApiBuilder<SubOrganizationsApi> builder()
public PaginationResponse<Organization> list(String organizationId) throws BitmovinException
organizationId
- ID of the parent organization (required)BitmovinException
- if fails to make API callpublic PaginationResponse<Organization> list(String organizationId, OrganizationListQueryParams queryParams) throws BitmovinException
organizationId
- ID of the parent organization (required)queryParams
- The query parameters for sorting, filtering and paging options (optional)BitmovinException
- if fails to make API callCopyright © 2022. All rights reserved.