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.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)
NOTEAccount.Builder
Account.Builder. objectCount(long objectCount)
Account.Builder
Account. toBuilder()
-