@Path(value="/api/identity/scim2/v1.[\\d]+/Me") @Consumes(value="application/json") @Produces(value="application/json") @ApplicationPath(value="/Me") public class MeApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
MeApi() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
meGet(org.wso2.msf4j.Request request) |
@OPTIONS
@GET
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response meGet(@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.