Uses of Class
com.oracle.bmc.filestorage.model.SnapshotSummary.SnapshotType
-
Packages that use SnapshotSummary.SnapshotType Package Description com.oracle.bmc.filestorage.model -
-
Uses of SnapshotSummary.SnapshotType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return SnapshotSummary.SnapshotType Modifier and Type Method Description static SnapshotSummary.SnapshotType
SnapshotSummary.SnapshotType. create(String key)
SnapshotSummary.SnapshotType
SnapshotSummary. getSnapshotType()
Specifies the generation type of the snapshot.static SnapshotSummary.SnapshotType
SnapshotSummary.SnapshotType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapshotSummary.SnapshotType[]
SnapshotSummary.SnapshotType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type SnapshotSummary.SnapshotType Modifier and Type Method Description SnapshotSummary.Builder
SnapshotSummary.Builder. snapshotType(SnapshotSummary.SnapshotType snapshotType)
Specifies the generation type of the snapshot.Constructors in com.oracle.bmc.filestorage.model with parameters of type SnapshotSummary.SnapshotType Constructor Description SnapshotSummary(String fileSystemId, String id, SnapshotSummary.LifecycleState lifecycleState, String name, Date timeCreated, List<ResourceLock> locks, SnapshotSummary.SnapshotType snapshotType, Date snapshotTime, Date expirationTime, String provenanceId, Boolean isCloneSource, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-