Uses of Class
io.gitea.model.InlineResponse200
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of InlineResponse200 in io.gitea.api
Methods in io.gitea.api that return InlineResponse200 Modifier and Type Method Description InlineResponse200OrganizationApi. teamSearch(java.lang.String org, java.lang.String q, java.lang.Boolean includeDesc, java.lang.Integer page, java.lang.Integer limit)Search for teams within an organizationMethods in io.gitea.api that return types with arguments of type InlineResponse200 Modifier and Type Method Description ApiResponse<InlineResponse200>OrganizationApi. teamSearchWithHttpInfo(java.lang.String org, java.lang.String q, java.lang.Boolean includeDesc, java.lang.Integer page, java.lang.Integer limit)Search for teams within an organizationMethod parameters in io.gitea.api with type arguments of type InlineResponse200 Modifier and Type Method Description com.squareup.okhttp.CallOrganizationApi. teamSearchAsync(java.lang.String org, java.lang.String q, java.lang.Boolean includeDesc, java.lang.Integer page, java.lang.Integer limit, ApiCallback<InlineResponse200> callback)Search for teams within an organization (asynchronously) -
Uses of InlineResponse200 in io.gitea.model
Methods in io.gitea.model that return InlineResponse200 Modifier and Type Method Description InlineResponse200InlineResponse200. addDataItem(Team dataItem)InlineResponse200InlineResponse200. data(java.util.List<Team> data)InlineResponse200InlineResponse200. ok(java.lang.Boolean ok)