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. billingTokens
Methods in org.jclouds.gogrid.domain that return BillingToken Modifier and Type Method Description BillingToken
BillingToken.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 T
ServerImage.Builder. billingTokens(BillingToken... in)
int
BillingToken. compareTo(BillingToken o)
T
BillingToken.Builder. fromBillingToken(BillingToken in)
Method parameters in org.jclouds.gogrid.domain with type arguments of type BillingToken Modifier and Type Method Description T
ServerImage.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)
-