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 Use this endpoint to generate an upload token.UploadTokenUploadTokensApi. getToken(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(TokenCreationPayload tokenCreationPayload)Generate an upload token Use this endpoint to generate an upload token.Page<UploadToken>UploadTokensApi.APIlistRequest. execute()Execute list requestApiResponse<UploadToken>UploadTokensApi. getTokenWithHttpInfo(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(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)
-