Package com.kaltura.client.types
Interface StorageJobData.Tokenizer
-
- All Superinterfaces:
JobData.Tokenizer,ObjectBase.Tokenizer
- All Known Subinterfaces:
AmazonS3StorageExportJobData.Tokenizer,KontikiStorageDeleteJobData.Tokenizer,KontikiStorageExportJobData.Tokenizer,StorageDeleteJobData.Tokenizer,StorageExportJobData.Tokenizer
- Enclosing class:
- StorageJobData
public static interface StorageJobData.Tokenizer extends JobData.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdestFileSyncStoredPath()StringftpPassiveMode()StringserverPassPhrase()StringserverPassword()StringserverPrivateKey()StringserverPublicKey()StringserverUrl()StringserverUsername()StringsrcFileEncryptionKey()StringsrcFileSyncId()StringsrcFileSyncLocalPath()
-
-
-
Method Detail
-
serverUrl
String serverUrl()
-
serverUsername
String serverUsername()
-
serverPassword
String serverPassword()
-
serverPrivateKey
String serverPrivateKey()
-
serverPublicKey
String serverPublicKey()
-
serverPassPhrase
String serverPassPhrase()
-
ftpPassiveMode
String ftpPassiveMode()
-
srcFileSyncLocalPath
String srcFileSyncLocalPath()
-
srcFileEncryptionKey
String srcFileEncryptionKey()
-
srcFileSyncId
String srcFileSyncId()
-
destFileSyncStoredPath
String destFileSyncStoredPath()
-
-