Uses of Class
video.api.client.api.models.UploadToken
-
Packages that use 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(TokenCreationPayload tokenCreationPayload)Generate an upload token Generates an upload token that can be used to replace the API Key.UploadTokenUploadTokensApi. getToken(String uploadToken)Retrieve upload token Retrieve details about a specific upload token by id.Methods in video.api.client.api.clients that return types with arguments of type UploadToken Modifier and Type Method Description ApiResponse<UploadToken>UploadTokensApi. createTokenWithHttpInfo(TokenCreationPayload tokenCreationPayload)Generate an upload token Generates an upload token that can be used to replace the API Key.Page<UploadToken>UploadTokensApi.APIlistRequest. execute()Execute list requestApiResponse<UploadToken>UploadTokensApi. getTokenWithHttpInfo(String uploadToken)Retrieve upload token Retrieve details about a specific upload token by id.Method parameters in video.api.client.api.clients with type arguments of type UploadToken Modifier and Type Method Description okhttp3.CallUploadTokensApi. createTokenAsync(TokenCreationPayload tokenCreationPayload, ApiCallback<UploadToken> _callback)Generate an upload token (asynchronously) Generates an upload token that can be used to replace the API Key.okhttp3.CallUploadTokensApi.APIlistRequest. executeAsync(ApiCallback<Page<UploadToken>> _callback)Execute list request (asynchronously)okhttp3.CallUploadTokensApi. getTokenAsync(String uploadToken, ApiCallback<UploadToken> _callback)Retrieve upload token (asynchronously) Retrieve details about a specific upload token by id. -
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(OffsetDateTime createdAt)UploadTokenUploadToken. expiresAt(OffsetDateTime expiresAt)UploadTokenUploadToken. token(String token)UploadTokenUploadToken. ttl(Integer ttl)Methods in video.api.client.api.models that return types with arguments of type UploadToken Modifier and Type Method Description 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(List<UploadToken> data)voidTokenListResponse. setData(List<UploadToken> data)
-