Class Bucket.LifeCycle.Rule.Condition
- java.lang.Object
-
- org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle.Rule.Condition
-
- Enclosing class:
- Bucket.LifeCycle.Rule
public abstract static class Bucket.LifeCycle.Rule.Condition extends Object
-
-
Constructor Summary
Constructors Constructor Description Condition()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Integerage()static Bucket.LifeCycle.Rule.Conditioncreate(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)abstract DatecreatedBefore()abstract BooleanisLive()abstract IntegernumNewerVersions()
-
-
-
Method Detail
-
create
public static Bucket.LifeCycle.Rule.Condition create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
-
-