Package org.ovirt.engine.sdk4.services
Interface GlusterHookService.GetRequest
-
- All Superinterfaces:
Request<GlusterHookService.GetRequest,GlusterHookService.GetResponse>
- Enclosing interface:
- GlusterHookService
public static interface GlusterHookService.GetRequest extends Request<GlusterHookService.GetRequest,GlusterHookService.GetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlusterHookService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
GlusterHookService.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.
-
-