Package org.ovirt.engine.sdk4.services
Interface SchedulingPolicyService.GetRequest
-
- All Superinterfaces:
Request<SchedulingPolicyService.GetRequest,SchedulingPolicyService.GetResponse>
- Enclosing interface:
- SchedulingPolicyService
public static interface SchedulingPolicyService.GetRequest extends Request<SchedulingPolicyService.GetRequest,SchedulingPolicyService.GetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchedulingPolicyService.GetRequest
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.SchedulingPolicyService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
filter
SchedulingPolicyService.GetRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
-
follow
SchedulingPolicyService.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.
-
-