Uses of Class
org.jclouds.gogrid.domain.Customer
-
Packages that use Customer Package Description org.jclouds.gogrid.domain -
-
Uses of Customer in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as Customer Modifier and Type Field Description protected Customer
ServerImage.Builder. owner
Methods in org.jclouds.gogrid.domain that return Customer Modifier and Type Method Description Customer
Customer.Builder. build()
Customer
ServerImage. getOwner()
Methods in org.jclouds.gogrid.domain with parameters of type Customer Modifier and Type Method Description T
Customer.Builder. fromCustomer(Customer in)
T
ServerImage.Builder. owner(Customer owner)
Constructors in org.jclouds.gogrid.domain with parameters of type Customer 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)
-