public abstract class SetValues extends Request
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
cascadeCreate
Sets whether the entity should be created if not present in the database.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
values
The values for the individual properties.
|
Constructor and Description |
---|
SetValues(java.util.Map<java.lang.String,java.lang.Object> values)
Construct the request
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBodyParameters()
Get body parameters
|
boolean |
getCascadeCreate() |
HTTPMethod |
getHTTPMethod() |
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParameters()
Get query parameters
|
java.util.Map<java.lang.String,java.lang.Object> |
getValues() |
SetValues |
setCascadeCreate(boolean cascadeCreate) |
getEnsureHttps, getPath, getTimeout, setTimeout
protected java.util.Map<java.lang.String,java.lang.Object> values
protected java.lang.Boolean cascadeCreate
public SetValues(java.util.Map<java.lang.String,java.lang.Object> values)
values
- The values for the individual properties. Key in the Map is the name of the property and value is the value to be set.public java.util.Map<java.lang.String,java.lang.Object> getValues()
public SetValues setCascadeCreate(boolean cascadeCreate)
cascadeCreate
- Sets whether the entity should be created if not present in the database.public boolean getCascadeCreate()
public HTTPMethod getHTTPMethod()
getHTTPMethod
in class Request
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