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 SummaryFields Modifier and Type Field Description protected booleaninherited
 - 
Constructor SummaryConstructors Constructor Description ListLabelsRequest()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<LabelDefinitionInfo>get()ProjectApi.ListLabelsRequestwithInherited(boolean inherited)
 
- 
- 
- 
Method Detail- 
getpublic abstract List<LabelDefinitionInfo> get() throws RestApiException - Throws:
- RestApiException
 
 - 
withInheritedpublic ProjectApi.ListLabelsRequest withInherited(boolean inherited) 
 
- 
 
-