Interface APIApplication.Endpoint
- Enclosing interface:
- APIApplication
public static interface APIApplication.Endpoint
-
Method Details
-
getFilter
APIApplication.Filter getFilter() -
getMethod
com.liferay.portal.kernel.util.Http.Method getMethod() -
getPath
String getPath() -
getPathParameter
String getPathParameter() -
getRequestSchema
APIApplication.Schema getRequestSchema() -
getResponseSchema
APIApplication.Schema getResponseSchema() -
getRetrieveType
APIApplication.Endpoint.RetrieveType getRetrieveType() -
getScope
APIApplication.Endpoint.Scope getScope() -
getSort
APIApplication.Sort getSort()
-