org.sonar.wsclient.services
Class UserPropertyDeleteQuery

java.lang.Object
  extended by org.sonar.wsclient.services.AbstractQuery<MODEL>
      extended by org.sonar.wsclient.services.DeleteQuery
          extended by org.sonar.wsclient.services.UserPropertyDeleteQuery

public class UserPropertyDeleteQuery
extends DeleteQuery

Since:
2.2

Constructor Summary
UserPropertyDeleteQuery(Property property)
           
UserPropertyDeleteQuery(String key)
           
 
Method Summary
 String getKey()
           
 String getUrl()
          Must start with a slash, for example: /api/metrics
 UserPropertyDeleteQuery setKey(String key)
           
 
Methods inherited from class org.sonar.wsclient.services.AbstractQuery
appendUrlParameter, appendUrlParameter, appendUrlParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPropertyDeleteQuery

public UserPropertyDeleteQuery(String key)

UserPropertyDeleteQuery

public UserPropertyDeleteQuery(Property property)
Method Detail

getKey

public String getKey()

setKey

public UserPropertyDeleteQuery setKey(String key)

getUrl

public String getUrl()
Description copied from class: AbstractQuery
Must start with a slash, for example: /api/metrics

Specified by:
getUrl in class AbstractQuery


Copyright © 2009-2010 SonarSource. All Rights Reserved.