Uses of Class
org.jclouds.gogrid.domain.Customer

Packages that use Customer
org.jclouds.gogrid.domain   
 

Uses of Customer in org.jclouds.gogrid.domain
 

Fields in org.jclouds.gogrid.domain declared as Customer
protected  Customer ServerImage.Builder.owner
           
 

Methods in org.jclouds.gogrid.domain that return Customer
 Customer Customer.Builder.build()
           
 Customer ServerImage.getOwner()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type Customer
 T Customer.Builder.fromCustomer(Customer in)
           
 T ServerImage.Builder.owner(Customer owner)
           
 

Constructors in org.jclouds.gogrid.domain with parameters of type Customer
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)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.