Class Snapshots
- java.lang.Object
-
- org.opencastproject.assetmanager.api.fn.Snapshots
-
-
Field Summary
Fields Modifier and Type Field Description static com.entwinemedia.fn.Fn<Snapshot,Date>getArchivalDateGet the archival date of a snapshot.static com.entwinemedia.fn.Fn<Snapshot,org.opencastproject.mediapackage.MediaPackage>getMediaPackageGet the media package of a snapshot.static com.entwinemedia.fn.Fn<Snapshot,String>getMediaPackageIdGet the media package id of a snapshot.static com.entwinemedia.fn.Fn<Snapshot,String>getOrganizationIdGet the organization ID of a snapshot.static com.entwinemedia.fn.Fn<Snapshot,com.entwinemedia.fn.data.Opt<String>>getSeriesIdGet the series ID of a snapshot.static com.entwinemedia.fn.Fn<Snapshot,Version>getVersionGet the version of a snapshot.
-
-
-
Field Detail
-
getVersion
public static final com.entwinemedia.fn.Fn<Snapshot,Version> getVersion
Get the version of a snapshot.- See Also:
Snapshot.getVersion()
-
getMediaPackage
public static final com.entwinemedia.fn.Fn<Snapshot,org.opencastproject.mediapackage.MediaPackage> getMediaPackage
Get the media package of a snapshot.- See Also:
Snapshot.getMediaPackage()
-
getMediaPackageId
public static final com.entwinemedia.fn.Fn<Snapshot,String> getMediaPackageId
Get the media package id of a snapshot.- See Also:
Snapshot.getMediaPackage()
-
getOrganizationId
public static final com.entwinemedia.fn.Fn<Snapshot,String> getOrganizationId
Get the organization ID of a snapshot.- See Also:
Snapshot.getOrganizationId()
-
getSeriesId
public static final com.entwinemedia.fn.Fn<Snapshot,com.entwinemedia.fn.data.Opt<String>> getSeriesId
Get the series ID of a snapshot.
-
-