org.jclouds.glesys.domain
Class Archive.Builder
java.lang.Object
org.jclouds.glesys.domain.Archive.Builder
- Direct Known Subclasses:
- ArchiveDetails.Builder
- Enclosing class:
- Archive
public static class Archive.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
protected String username
totalSize
protected String totalSize
freeSize
protected String freeSize
locked
protected boolean locked
Archive.Builder
public Archive.Builder()
username
public Archive.Builder username(String username)
totalSize
public Archive.Builder totalSize(String totalSize)
freeSize
public Archive.Builder freeSize(String freeSize)
locked
public Archive.Builder locked(boolean locked)
build
public Archive build()
fromArchive
public Archive.Builder fromArchive(Archive in)
Copyright © 2009-2012 jclouds. All Rights Reserved.