Package org.ovirt.engine.sdk4.services
Interface AffinityLabelService.GetRequest
-
- All Superinterfaces:
Request<AffinityLabelService.GetRequest,AffinityLabelService.GetResponse>
- Enclosing interface:
- AffinityLabelService
public static interface AffinityLabelService.GetRequest extends Request<AffinityLabelService.GetRequest,AffinityLabelService.GetResponse>
Retrieves the details of a label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AffinityLabelService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
AffinityLabelService.GetRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
-