Uses of Class
io.gitea.model.InlineResponse2001
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of InlineResponse2001 in io.gitea.api
Methods in io.gitea.api that return InlineResponse2001 Modifier and Type Method Description InlineResponse2001UserApi. userSearch(java.lang.String q, java.lang.Long uid, java.lang.Integer page, java.lang.Integer limit)Search for usersMethods in io.gitea.api that return types with arguments of type InlineResponse2001 Modifier and Type Method Description ApiResponse<InlineResponse2001>UserApi. userSearchWithHttpInfo(java.lang.String q, java.lang.Long uid, java.lang.Integer page, java.lang.Integer limit)Search for usersMethod parameters in io.gitea.api with type arguments of type InlineResponse2001 Modifier and Type Method Description com.squareup.okhttp.CallUserApi. userSearchAsync(java.lang.String q, java.lang.Long uid, java.lang.Integer page, java.lang.Integer limit, ApiCallback<InlineResponse2001> callback)Search for users (asynchronously) -
Uses of InlineResponse2001 in io.gitea.model
Methods in io.gitea.model that return InlineResponse2001 Modifier and Type Method Description InlineResponse2001InlineResponse2001. addDataItem(User dataItem)InlineResponse2001InlineResponse2001. data(java.util.List<User> data)InlineResponse2001InlineResponse2001. ok(java.lang.Boolean ok)