org.sonar.wsclient.services
Class UserPropertyDeleteQuery

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

public class UserPropertyDeleteQuery
extends DeleteQuery

Since:
2.2

Field Summary
 
Fields inherited from class org.sonar.wsclient.services.AbstractQuery
DEFAULT_TIMEOUT_MILLISECONDS
 
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, encode, getBody, getLocale, getTimeoutMilliseconds, setLocale, setTimeoutMilliseconds
 
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

IMPORTANT: In implementations of this method we must use helper methods to construct URL.

Specified by:
getUrl in class AbstractQuery
See Also:
AbstractQuery.encode(String), AbstractQuery.appendUrlParameter(StringBuilder, String, Object), AbstractQuery.appendUrlParameter(StringBuilder, String, Object[]), AbstractQuery.appendUrlParameter(StringBuilder, String, Date, boolean)


Copyright © 2009-2012 SonarSource. All Rights Reserved.