Uses of Class
com.oracle.bmc.opsi.model.ArchivalState
-
Packages that use ArchivalState Package Description com.oracle.bmc.opsi.model -
-
Uses of ArchivalState in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ArchivalState Modifier and Type Method Description static ArchivalState
ArchivalState. create(String key)
ArchivalState
ObjectSummary. getArchivalState()
Archival state of an object for those in the archival tier.static ArchivalState
ArchivalState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArchivalState[]
ArchivalState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type ArchivalState Modifier and Type Method Description ObjectSummary.Builder
ObjectSummary.Builder. archivalState(ArchivalState archivalState)
Archival state of an object for those in the archival tier.Constructors in com.oracle.bmc.opsi.model with parameters of type ArchivalState Constructor Description ObjectSummary(String name, Long size, String md5, Date timeCreated, String etag, StorageTier storageTier, ArchivalState archivalState, Date timeModified)
Deprecated.
-