public class SftpApi extends Object
Modifier and Type | Field and Description |
---|---|
CustomdataApi |
customdata |
Constructor and Description |
---|
SftpApi(BitmovinApiClientFactory clientFactory) |
Modifier and Type | Method and Description |
---|---|
static BitmovinApiBuilder<SftpApi> |
builder()
Fluent builder for creating an instance of SftpApi
|
SftpInput |
create(SftpInput sftpInput)
Create SFTP Input
|
SftpInput |
delete(String inputId)
Delete SFTP Input
|
SftpInput |
get(String inputId)
SFTP Input Details
|
PaginationResponse<SftpInput> |
list()
List SFTP Inputs
|
PaginationResponse<SftpInput> |
list(SftpInputListQueryParams queryParams)
List SFTP Inputs
|
public final CustomdataApi customdata
public SftpApi(BitmovinApiClientFactory clientFactory)
public static BitmovinApiBuilder<SftpApi> builder()
public SftpInput create(SftpInput sftpInput) throws BitmovinException
sftpInput
- The SFTP input to be created (required)BitmovinException
- if fails to make API callpublic SftpInput delete(String inputId) throws BitmovinException
inputId
- Id of the input (required)BitmovinException
- if fails to make API callpublic SftpInput get(String inputId) throws BitmovinException
inputId
- Id of the input (required)BitmovinException
- if fails to make API callpublic PaginationResponse<SftpInput> list() throws BitmovinException
BitmovinException
- if fails to make API callpublic PaginationResponse<SftpInput> list(SftpInputListQueryParams queryParams) throws BitmovinException
queryParams
- The query parameters for sorting, filtering and paging options (optional)BitmovinException
- if fails to make API callCopyright © 2022. All rights reserved.