Uses of Class
org.jclouds.openstack.swift.v1.domain.Account.Builder
- 
Packages that use Account.Builder Package Description org.jclouds.openstack.swift.v1.domain  - 
- 
Uses of Account.Builder in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return Account.Builder Modifier and Type Method Description static Account.BuilderAccount. builder()Account.BuilderAccount.Builder. bytesUsed(long bytesUsed)Account.BuilderAccount.Builder. containerCount(long containerCount)Account.BuilderAccount.Builder. fromAccount(Account from)Account.BuilderAccount.Builder. headers(com.google.common.collect.Multimap<String,String> headers)Account.BuilderAccount.Builder. metadata(Map<String,String> metadata)NOTEAccount.BuilderAccount.Builder. objectCount(long objectCount)Account.BuilderAccount. toBuilder() 
 -