Uses of Class
com.cloudcontrolled.api.model.Addon

Packages that use Addon
com.cloudcontrolled.api.response   
 

Uses of Addon in com.cloudcontrolled.api.response
 

Methods in com.cloudcontrolled.api.response that return Addon
 Addon AddonResponse.getAddon()
           Getter for the field addon.
 Addon AddAddonResponse.getAddon()
           Getter for the field addon.
 Addon AmendAddonResponse.getAddon()
           Getter for the field addon.
 Addon[] ListAddonResponse.getAddons()
           Getter for the field addons.
 

Methods in com.cloudcontrolled.api.response with parameters of type Addon
 void AddonResponse.setAddon(Addon addon)
           Setter for the field addon.
 void AddAddonResponse.setAddon(Addon addon)
           Setter for the field addon.
 void AmendAddonResponse.setAddon(Addon addon)
           Setter for the field addon.
 void ListAddonResponse.setAddons(Addon[] addons)
           Setter for the field addons.
 



Copyright © 2012. All Rights Reserved.