Class ProjectApi.ListLabelsRequest
java.lang.Object
com.google.gerrit.extensions.api.projects.ProjectApi.ListLabelsRequest
- Enclosing interface:
- ProjectApi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<LabelDefinitionInfo>
get()
withInherited
(boolean inherited)
-
Field Details
-
inherited
protected boolean inherited
-
-
Constructor Details
-
ListLabelsRequest
public ListLabelsRequest()
-
-
Method Details
-
get
- Throws:
RestApiException
-
withInherited
-