Uses of Class
video.api.client.api.models.UploadToken
| Package | Description |
|---|---|
| video.api.client.api.clients | |
| video.api.client.api.models |
-
Uses of UploadToken in video.api.client.api.clients
Methods in video.api.client.api.clients that return UploadToken Modifier and Type Method Description UploadTokenUploadTokensApi. createToken(TokenCreatePayload tokenCreatePayload)Generate an upload token Use this endpoint to generate an upload token.UploadTokenVideosDelegatedUploadApi. createToken(TokenCreatePayload tokenCreatePayload)Generate an upload token Use this endpoint to generate an upload token.UploadTokenUploadTokensApi. getToken(java.lang.String uploadToken)Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token.UploadTokenVideosDelegatedUploadApi. getToken(java.lang.String uploadToken)Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token.Methods in video.api.client.api.clients that return types with arguments of type UploadToken Modifier and Type Method Description ApiResponse<UploadToken>UploadTokensApi. createTokenWithHttpInfo(TokenCreatePayload tokenCreatePayload)Generate an upload token Use this endpoint to generate an upload token.ApiResponse<UploadToken>VideosDelegatedUploadApi. createTokenWithHttpInfo(TokenCreatePayload tokenCreatePayload)Generate an upload token Use this endpoint to generate an upload token.Page<UploadToken>UploadTokensApi.APIlistRequest. execute()Execute list requestPage<UploadToken>VideosDelegatedUploadApi.APIlistTokensRequest. execute()Execute listTokens requestApiResponse<UploadToken>UploadTokensApi. getTokenWithHttpInfo(java.lang.String uploadToken)Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token.ApiResponse<UploadToken>VideosDelegatedUploadApi. getTokenWithHttpInfo(java.lang.String uploadToken)Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token. -
Uses of UploadToken in video.api.client.api.models
Methods in video.api.client.api.models that return UploadToken Modifier and Type Method Description UploadTokenUploadToken. createdAt(java.time.OffsetDateTime createdAt)UploadTokenUploadToken. expiresAt(java.time.OffsetDateTime expiresAt)UploadTokenUploadToken. token(java.lang.String token)UploadTokenUploadToken. ttl(java.lang.Integer ttl)Methods in video.api.client.api.models that return types with arguments of type UploadToken Modifier and Type Method Description java.util.List<UploadToken>TokenListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type UploadToken Modifier and Type Method Description TokenListResponseTokenListResponse. addDataItem(UploadToken dataItem)Method parameters in video.api.client.api.models with type arguments of type UploadToken Modifier and Type Method Description TokenListResponseTokenListResponse. data(java.util.List<UploadToken> data)voidTokenListResponse. setData(java.util.List<UploadToken> data)