Uses of Class
org.sonar.wsclient.services.Property

Packages that use Property
org.sonar.wsclient.gwt.unmarshallers   
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Property in org.sonar.wsclient.gwt.unmarshallers
 

Methods in org.sonar.wsclient.gwt.unmarshallers that return Property
protected  Property PropertyUnmarshaller.parse(com.google.gwt.json.client.JSONObject json)
           
 

Uses of Property in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Property
 Property Property.setKey(String key)
           
 Property Property.setValue(String value)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Property
 Class<Property> UserPropertyQuery.getModelClass()
           
 Class<Property> UserPropertyCreateQuery.getModelClass()
           
 Class<Property> PropertyQuery.getModelClass()
           
 

Constructors in org.sonar.wsclient.services with parameters of type Property
UserPropertyCreateQuery(Property property)
           
UserPropertyDeleteQuery(Property property)
           
 

Uses of Property in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Property
protected  Property PropertyUnmarshaller.parse(org.json.simple.JSONObject json)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.