Package com.kaltura.client.types
Class RemoteStorageResources
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Resource
-
- com.kaltura.client.types.ContentResource
-
- com.kaltura.client.types.RemoteStorageResources
-
- All Implemented Interfaces:
ResponseType,Serializable
public class RemoteStorageResources extends ContentResource
Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won't be downloaded but a file sync object of URL type will point to the media URL.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRemoteStorageResources.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description RemoteStorageResources()RemoteStorageResources(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RemoteStorageResource>getResources()voidsetResources(List<RemoteStorageResource> resources)ParamstoParams()-
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
-
RemoteStorageResources
public RemoteStorageResources()
-
RemoteStorageResources
public RemoteStorageResources(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getResources
public List<RemoteStorageResource> getResources()
-
setResources
public void setResources(List<RemoteStorageResource> resources)
-
toParams
public Params toParams()
- Overrides:
toParamsin classContentResource
-
-