Class ProjectApi.ListLabelsRequest
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.ProjectApi.ListLabelsRequest
-
- Enclosing interface:
- ProjectApi
public abstract static class ProjectApi.ListLabelsRequest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
inherited
-
Constructor Summary
Constructors Constructor Description ListLabelsRequest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<LabelDefinitionInfo>
get()
ProjectApi.ListLabelsRequest
withInherited(boolean inherited)
-
-
-
Method Detail
-
get
public abstract List<LabelDefinitionInfo> get() throws RestApiException
- Throws:
RestApiException
-
withInherited
public ProjectApi.ListLabelsRequest withInherited(boolean inherited)
-
-