Package com.kaltura.client.types
Class ScpDropFolder
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.DropFolder
-
- com.kaltura.client.types.RemoteDropFolder
-
- com.kaltura.client.types.SshDropFolder
-
- com.kaltura.client.types.ScpDropFolder
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ScpDropFolder extends SshDropFolder
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScpDropFolder.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ScpDropFolder()ScpDropFolder(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamstoParams()-
Methods inherited from class com.kaltura.client.types.SshDropFolder
getHost, getPassPhrase, getPassword, getPort, getPrivateKey, getPublicKey, getUsername, host, passPhrase, password, port, privateKey, publicKey, setHost, setPassPhrase, setPassword, setPort, setPrivateKey, setPublicKey, setUsername, username
-
Methods inherited from class com.kaltura.client.types.DropFolder
autoFileDeleteDays, categoriesMetadataFieldName, conversionProfileId, dc, description, enforceEntitlement, errorCode, errorDescription, fileDeletePolicy, fileDeleteRegex, fileHandlerType, fileNamePatterns, fileSizeCheckInterval, getAutoFileDeleteDays, getCategoriesMetadataFieldName, getConversionProfileId, getCreatedAt, getDc, getDescription, getEnforceEntitlement, getErrorCode, getErrorDescription, getFileDeletePolicy, getFileDeleteRegex, getFileHandlerConfig, getFileHandlerType, getFileNamePatterns, getFileSizeCheckInterval, getId, getIgnoreFileNamePatterns, getIncremental, getLastAccessedAt, getLastFileTimestamp, getMetadataProfileId, getName, getPartnerId, getPath, getShouldValidateKS, getStatus, getTags, getType, getUpdatedAt, ignoreFileNamePatterns, incremental, lastAccessedAt, lastFileTimestamp, metadataProfileId, name, partnerId, path, setAutoFileDeleteDays, setCategoriesMetadataFieldName, setConversionProfileId, setDc, setDescription, setEnforceEntitlement, setErrorCode, setErrorDescription, setFileDeletePolicy, setFileDeleteRegex, setFileHandlerConfig, setFileHandlerType, setFileNamePatterns, setFileSizeCheckInterval, setIgnoreFileNamePatterns, setIncremental, setLastAccessedAt, setLastFileTimestamp, setMetadataProfileId, setName, setPartnerId, setPath, setShouldValidateKS, setStatus, setTags, setType, shouldValidateKS, status, tags, type
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
ScpDropFolder
public ScpDropFolder()
-
ScpDropFolder
public ScpDropFolder(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
toParams
public Params toParams()
- Overrides:
toParamsin classSshDropFolder
-
-