Class Bucket.LifeCycle.Rule.Action
- java.lang.Object
-
- org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle.Rule.Action
-
- Enclosing class:
- Bucket.LifeCycle.Rule
public abstract static class Bucket.LifeCycle.Rule.Action extends Object
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Bucket.LifeCycle.Rule.Action
create(String type)
abstract String
type()
-
-
-
Method Detail
-
type
public abstract String type()
-
create
public static Bucket.LifeCycle.Rule.Action create(String type)
-
-