Uses of Class
com.oracle.bmc.objectstorage.model.ArchivalState
-
Packages that use ArchivalState Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses -
-
Uses of ArchivalState in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ArchivalState Modifier and Type Method Description static ArchivalState
ArchivalState. create(String key)
ArchivalState
ObjectSummary. getArchivalState()
Archival state of an object.ArchivalState
ObjectVersionSummary. getArchivalState()
Archival state of an object.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.objectstorage.model with parameters of type ArchivalState Modifier and Type Method Description ObjectSummary.Builder
ObjectSummary.Builder. archivalState(ArchivalState archivalState)
Archival state of an object.ObjectVersionSummary.Builder
ObjectVersionSummary.Builder. archivalState(ArchivalState archivalState)
Archival state of an object.Constructors in com.oracle.bmc.objectstorage.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.ObjectVersionSummary(String name, Long size, String md5, Date timeCreated, Date timeModified, String etag, StorageTier storageTier, ArchivalState archivalState, String versionId, Boolean isDeleteMarker)
Deprecated. -
Uses of ArchivalState in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ArchivalState Modifier and Type Method Description ArchivalState
GetObjectResponse. getArchivalState()
Archival state of an object.ArchivalState
HeadObjectResponse. getArchivalState()
Archival state of an object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ArchivalState Modifier and Type Method Description GetObjectResponse.Builder
GetObjectResponse.Builder. archivalState(ArchivalState archivalState)
Archival state of an object.HeadObjectResponse.Builder
HeadObjectResponse.Builder. archivalState(ArchivalState archivalState)
Archival state of an object.
-