| Package | Description |
|---|---|
| org.ovirt.engine.api.common.util | |
| org.ovirt.engine.api.model |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinkHelper.addLink(String url,
BaseResource resource,
String rel,
LinkHelper.LinkFlags flags,
ParametersSet params)
Adds searchable links to resource
|
static void |
LinkHelper.addLink(String url,
BaseResource resource,
String rel,
ParametersSet params)
Adds searchable links to resource
|
static String |
LinkHelper.combine(String head,
ParametersSet params)
Combine URL params to URI path.
|
static DetailedLink |
LinkHelper.createLink(String url,
String rel,
LinkHelper.LinkFlags flags,
ParametersSet params)
Create a search link with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
static String |
LinkHelper.combine(String head,
List<ParametersSet> params)
Combine URL params to URI path.
|
static Link |
LinkHelper.createLink(String url,
String rel,
List<ParametersSet> params)
Create a search link with the given parameters
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ParametersSet> |
Body.parametersSets |
protected List<ParametersSet> |
Url.parametersSets |
| Modifier and Type | Method and Description |
|---|---|
ParametersSet |
ObjectFactory.createParametersSet()
Create an instance of
ParametersSet |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ParametersSet> |
ObjectFactory.createParametersSet(ParametersSet value)
|
List<ParametersSet> |
Body.getParametersSets()
Gets the value of the parametersSets property.
|
List<ParametersSet> |
Url.getParametersSets()
Gets the value of the parametersSets property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ParametersSet> |
ObjectFactory.createParametersSet(ParametersSet value)
|
Copyright © 2012. All Rights Reserved.