Uses of Class
org.ovirt.vdsm.jsonrpc.client.RequestBuilder
Packages that use RequestBuilder
-
Uses of RequestBuilder in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return RequestBuilderModifier and TypeMethodDescriptionRequestBuilder.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.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.withOptionalParameterAsList(String name, List value) AddsListof values which is optional by method runtime and if not provided default value will be used during method execution.RequestBuilder.withOptionalParameterAsMap(String name, Map value) AddsMapof values which is optional by method runtime and if not provided default value will be used during method execution.RequestBuilder.withParameter(String name, Object value) Adds parameter which is required by method runtime.RequestBuilder.withParameter(String name, String value) Adds parameter which is required by method runtime.