Uses of Class
org.jclouds.openstack.swift.v1.domain.Account.Builder

Packages that use Account.Builder
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
static Account.Builder Account.builder()
           
 Account.Builder Account.Builder.bytesUsed(long bytesUsed)
           
 Account.Builder Account.Builder.containerCount(long containerCount)
           
 Account.Builder Account.Builder.fromAccount(Account from)
           
 Account.Builder Account.Builder.headers(com.google.common.collect.Multimap<String,String> headers)
           
 Account.Builder Account.Builder.metadata(Map<String,String> metadata)
          NOTE
 Account.Builder Account.Builder.objectCount(long objectCount)
           
 Account.Builder Account.toBuilder()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.