public abstract class UsersApiService extends Object
| Constructor and Description |
|---|
UsersApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
usersGet(Integer startIndex,
Integer count,
String filter,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
usersIdDelete(String id,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
usersIdGet(String id,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
usersIdPut(String id,
UserDTO body,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
usersPost(UserDTO body,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
usersSearchPost(UserSearchDTO body,
org.wso2.msf4j.Request request) |
public abstract javax.ws.rs.core.Response usersGet(Integer startIndex, Integer count, String filter, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response usersIdDelete(String id, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response usersIdGet(String id, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response usersIdPut(String id, UserDTO body, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response usersPost(UserDTO body, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response usersSearchPost(UserSearchDTO body, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.