Search
Preparing search index...
The search index is not available
@bitmovin/api-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CustomXmlElementsApi
Class CustomXmlElementsApi
Hierarchy
BaseAPI
CustomXmlElementsApi
Index
Constructors
constructor
Properties
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Custom
Xml
Elements
Api
(
configuration
:
Configuration
)
:
CustomXmlElementsApi
Parameters
configuration:
Configuration
Returns
CustomXmlElementsApi
Properties
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
manifestId
:
string
, periodId
:
string
, customXmlElement
:
CustomXmlElement
)
:
Promise
<
CustomXmlElement
>
Parameters
manifestId:
string
periodId:
string
Optional
customXmlElement:
CustomXmlElement
Returns
Promise
<
CustomXmlElement
>
delete
delete
(
manifestId
:
string
, periodId
:
string
, customXmlElementId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
periodId:
string
customXmlElementId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
manifestId
:
string
, periodId
:
string
, customXmlElementId
:
string
)
:
Promise
<
CustomXmlElement
>
Parameters
manifestId:
string
periodId:
string
customXmlElementId:
string
Returns
Promise
<
CustomXmlElement
>
list
list
(
manifestId
:
string
, periodId
:
string
, queryParameters
:
CustomXmlElementListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
CustomXmlElement
>
>
Parameters
manifestId:
string
periodId:
string
Optional
queryParameters:
CustomXmlElementListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
CustomXmlElement
>
>
Globals
Custom
Xml
Elements
Api
constructor
rest
Client
create
delete
get
list
Generated using
TypeDoc