Uses of Class
com.oracle.bmc.objectstorage.model.WorkRequestResource.ActionType
-
Packages that use WorkRequestResource.ActionType Package Description com.oracle.bmc.objectstorage.model -
-
Uses of WorkRequestResource.ActionType in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return WorkRequestResource.ActionType Modifier and Type Method Description static WorkRequestResource.ActionTypeWorkRequestResource.ActionType. create(String key)WorkRequestResource.ActionTypeWorkRequestResource. getActionType()The status of the work request.static WorkRequestResource.ActionTypeWorkRequestResource.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkRequestResource.ActionType[]WorkRequestResource.ActionType. 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 WorkRequestResource.ActionType Modifier and Type Method Description WorkRequestResource.BuilderWorkRequestResource.Builder. actionType(WorkRequestResource.ActionType actionType)The status of the work request.Constructors in com.oracle.bmc.objectstorage.model with parameters of type WorkRequestResource.ActionType Constructor Description WorkRequestResource(WorkRequestResource.ActionType actionType, String entityType, String identifier, String entityUri, Map<String,String> metadata)Deprecated.
-