public static interface APIApplication.Endpoint
Modifier and Type | Interface and Description |
---|---|
static class |
APIApplication.Endpoint.RetrieveType |
static class |
APIApplication.Endpoint.Scope |
Modifier and Type | Method and Description |
---|---|
APIApplication.Filter |
getFilter() |
com.liferay.portal.kernel.util.Http.Method |
getMethod() |
java.lang.String |
getPath() |
java.lang.String |
getPathParameter() |
APIApplication.Schema |
getRequestSchema() |
APIApplication.Schema |
getResponseSchema() |
APIApplication.Endpoint.RetrieveType |
getRetrieveType() |
APIApplication.Endpoint.Scope |
getScope() |
APIApplication.Sort |
getSort() |
APIApplication.Filter getFilter()
com.liferay.portal.kernel.util.Http.Method getMethod()
java.lang.String getPath()
java.lang.String getPathParameter()
APIApplication.Schema getRequestSchema()
APIApplication.Schema getResponseSchema()
APIApplication.Endpoint.RetrieveType getRetrieveType()
APIApplication.Endpoint.Scope getScope()
APIApplication.Sort getSort()