public abstract class GroupsApiService extends Object
| Constructor and Description |
|---|
GroupsApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
groupsGet(Integer startIndex,
Integer count,
String filter,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
groupsIdDelete(String id,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
groupsIdGet(String id,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
groupsIdPut(String id,
GroupDTO body,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
groupsPost(GroupDTO body,
org.wso2.msf4j.Request request) |
public abstract javax.ws.rs.core.Response groupsGet(Integer startIndex, Integer count, String filter, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response groupsIdDelete(String id, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response groupsIdGet(String id, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response groupsIdPut(String id, GroupDTO body, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response groupsPost(GroupDTO body, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.