Package org.jclouds.b2.domain
Class Bucket
- java.lang.Object
-
- org.jclouds.b2.domain.Bucket
-
public abstract class Bucket extends Object
-
-
Constructor Summary
Constructors Constructor Description Bucket()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
accountId()
abstract String
bucketId()
abstract String
bucketName()
abstract BucketType
bucketType()
static Bucket
create(String bucketId, String accountId, String bucketName, BucketType bucketType)
-
-
-
Method Detail
-
bucketId
public abstract String bucketId()
-
accountId
public abstract String accountId()
-
bucketName
public abstract String bucketName()
-
bucketType
public abstract BucketType bucketType()
-
create
public static Bucket create(String bucketId, String accountId, String bucketName, BucketType bucketType)
-
-