Class Groups.ListRequest
java.lang.Object
com.google.gerrit.extensions.api.groups.Groups.ListRequest
- Enclosing interface:
- Groups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOption
(ListGroupsOption option) addOptions
(ListGroupsOption... options) addOptions
(Iterable<ListGroupsOption> options) get()
getAsMap()
int
getLimit()
boolean
getOwned()
getRegex()
int
getStart()
getUser()
boolean
withLimit
(int limit) withOwned
(boolean owned) withOwnedBy
(String ownedBy) withProject
(String project) withStart
(int start) withSubstring
(String substring) withSuggest
(String suggest) withVisibleToAll
(boolean visible)
-
Constructor Details
-
ListRequest
public ListRequest()
-
-
Method Details
-
get
- Throws:
RestApiException
-
getAsMap
- Throws:
RestApiException
-
addOption
-
addOptions
-
addOptions
-
withProject
-
addGroup
-
withVisibleToAll
-
withUser
-
withOwned
-
withLimit
-
withStart
-
withSubstring
-
withRegex
-
withSuggest
-
withOwnedBy
-
getOptions
-
getProjects
-
getGroups
-
getVisibleToAll
public boolean getVisibleToAll() -
getUser
-
getOwned
public boolean getOwned() -
getLimit
public int getLimit() -
getStart
public int getStart() -
getSubstring
-
getRegex
-
getSuggest
-
getOwnedBy
-