public class GetUserPropertyInfo extends Request
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
propertyName
Name of the property about which the information is to be retrieved.
|
Constructor and Description |
---|
GetUserPropertyInfo(java.lang.String propertyName)
Construct the request
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBodyParameters()
Get body parameters
|
HTTPMethod |
getHTTPMethod() |
java.lang.String |
getPath() |
java.lang.String |
getPropertyName() |
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParameters()
Get query parameters
|
getEnsureHttps, getTimeout, setTimeout
protected java.lang.String propertyName
public GetUserPropertyInfo(java.lang.String propertyName)
propertyName
- Name of the property about which the information is to be retrieved.public java.lang.String getPropertyName()
public HTTPMethod getHTTPMethod()
getHTTPMethod
in class Request
public java.lang.String getPath()
public java.util.Map<java.lang.String,java.lang.Object> getQueryParameters()
getQueryParameters
in class Request
public java.util.Map<java.lang.String,java.lang.Object> getBodyParameters()
getBodyParameters
in class Request