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

Packages that use Application
com.cloudcontrolled.api.response   
 

Uses of Application in com.cloudcontrolled.api.response
 

Methods in com.cloudcontrolled.api.response that return Application
 Application CreateApplicationResponse.getApplication()
           Getter for the field application.
 Application ApplicationResponse.getApplication()
           Getter for the field application.
 Application[] ListApplicationResponse.getApplications()
           Getter for the field applications.
 

Methods in com.cloudcontrolled.api.response with parameters of type Application
 void CreateApplicationResponse.setApplication(Application application)
           Setter for the field application.
 void ApplicationResponse.setApplication(Application application)
           Setter for the field application.
 void ListApplicationResponse.setApplications(Application[] applications)
           Setter for the field applications.
 



Copyright © 2012. All Rights Reserved.