Package | Description |
---|---|
org.ovirt.engine.sdk.decorators |
Modifier and Type | Method and Description |
---|---|
Tag |
Tags.add(Tag tag)
Adds Tag object.
|
Tag |
Tags.add(Tag tag,
String correlationId)
Adds Tag object.
|
Tag |
Tags.add(Tag tag,
String correlationId,
String expect)
Adds Tag object.
|
Tag |
Tags.get(UUID id)
Fetches Tag object by id.
|
Tag |
Tags.getById(String id)
Fetches Tag object by id.
|
Tag |
Tag.update()
Updates Tag object.
|
Tag |
Tag.update(String correlationId)
Updates Tag object.
|
Tag |
Tag.update(String correlationId,
Boolean async)
Updates Tag object.
|
Tag |
Tag.update(String correlationId,
Boolean async,
String expect)
Updates Tag object.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Tags.list()
Lists Tag objects.
|
List<Tag> |
Tags.list(Integer max)
Lists Tag objects.
|
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0