Interface EndpointCategory
- All Known Implementing Classes:
AuthenticationApi, AuthenticatorsApi
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public interface EndpointCategory
Base interface for a collection of API calls under the same category. The category
is usually the tag of the endpoint.
-
Method Summary
-
Method Details
-
category
String category()- Returns:
- The name of this category.
-