Uses of Class
org.jclouds.gogrid.domain.BillingToken
- 
Packages that use BillingToken Package Description org.jclouds.gogrid.domain  - 
- 
Uses of BillingToken in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain with type parameters of type BillingToken Modifier and Type Field Description protected Set<BillingToken>ServerImage.Builder. billingTokensMethods in org.jclouds.gogrid.domain that return BillingToken Modifier and Type Method Description BillingTokenBillingToken.Builder. build()Methods in org.jclouds.gogrid.domain that return types with arguments of type BillingToken Modifier and Type Method Description Set<BillingToken>ServerImage. getBillingTokens()Methods in org.jclouds.gogrid.domain with parameters of type BillingToken Modifier and Type Method Description TServerImage.Builder. billingTokens(BillingToken... in)intBillingToken. compareTo(BillingToken o)TBillingToken.Builder. fromBillingToken(BillingToken in)Method parameters in org.jclouds.gogrid.domain with type arguments of type BillingToken Modifier and Type Method Description TServerImage.Builder. billingTokens(Set<BillingToken> billingTokens)Constructor parameters in org.jclouds.gogrid.domain with type arguments of type BillingToken Constructor Description ServerImage(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean isActive, boolean isPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner) 
 -