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 Integer
age()
static Bucket.LifeCycle.Rule.Condition
create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
abstract Date
createdBefore()
abstract Boolean
isLive()
abstract Integer
numNewerVersions()
-
-
-
Method Detail
-
create
public static Bucket.LifeCycle.Rule.Condition create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
-
-