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

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

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> PropertyUpdateQuery.getModelClass()
           
 Class<Property> PropertyQuery.getModelClass()
           
 Class<Property> PropertyCreateQuery.getModelClass()
           
 

Constructors in org.sonar.wsclient.services with parameters of type Property
PropertyCreateQuery(Property property)
           
PropertyDeleteQuery(Property property)
           
PropertyUpdateQuery(Property 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(Object json)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.