@Path(value="/api/identity/scim2/v1.[\\d]+/Groups") @Consumes(value="application/json") @Produces(value="application/json") @ApplicationPath(value="/Groups") public class GroupsApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
GroupsApi() |
| 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) |
@OPTIONS
@GET
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response groupsGet(@DefaultValue(value="0") @QueryParam(value="startIndex")
Integer startIndex,
@DefaultValue(value="25") @QueryParam(value="count")
Integer count,
@QueryParam(value="filter")
String filter,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@OPTIONS
@DELETE
@Path(value="/{id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response groupsIdDelete(@PathParam(value="id")
String id,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@OPTIONS
@GET
@Path(value="/{id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response groupsIdGet(@PathParam(value="id")
String id,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@OPTIONS
@PUT
@Path(value="/{id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response groupsIdPut(@PathParam(value="id")
String id,
GroupDTO body,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@OPTIONS @POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response groupsPost(GroupDTO body, @Context org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.