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