Package | Description |
---|---|
org.ovirt.vdsm.jsonrpc.client |
Modifier and Type | Method and Description |
---|---|
RequestBuilder |
RequestBuilder.withOptionalParameter(String name,
Object value)
Adds parameter which is optional by method runtime and if not
provided default value will be used during method execution.
|
RequestBuilder |
RequestBuilder.withOptionalParameter(String name,
String value)
Adds parameter which is optional by method runtime and if not
provided default value will be used during method execution.
|
RequestBuilder |
RequestBuilder.withOptionalParameterAsList(String name,
List value)
Adds
List of values which is optional by method
runtime and if not provided default value will be used during
method execution. |
RequestBuilder |
RequestBuilder.withOptionalParameterAsMap(String name,
Map value)
Adds
Map of values which is optional by method
runtime and if not provided default value will be used during
method execution. |
RequestBuilder |
RequestBuilder.withParameter(String name,
Object value)
Adds parameter which is required by method runtime.
|
RequestBuilder |
RequestBuilder.withParameter(String name,
String value)
Adds parameter which is required by method runtime.
|
Copyright © 2016. All rights reserved.