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 CustomerServerImage.Builder. ownerMethods in org.jclouds.gogrid.domain that return Customer Modifier and Type Method Description CustomerCustomer.Builder. build()CustomerServerImage. getOwner()Methods in org.jclouds.gogrid.domain with parameters of type Customer Modifier and Type Method Description TCustomer.Builder. fromCustomer(Customer in)TServerImage.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) 
 -