Class DefaultApi
java.lang.Object
de.xima.fc.api.rest.pub.client.generic.api.DefaultApi
- All Implemented Interfaces:
EndpointCategory
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public final class DefaultApi
extends Object
implements EndpointCategory
The API for making structured REST API calls to the "DefaultApi" endpoint.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classHandler for thegetEntryPointAPI method that lets you choose the content type via theAcceptheader. -
Constructor Summary
ConstructorsConstructorDescriptionDefaultApi(ApiClient apiClient) Creates a new API handler that uses the given client to send the HTTP requests. -
Method Summary
Modifier and TypeMethodDescriptioncategory()Lists all the entry points of the API Retrieves all the entry points of the API and is necessary for the HATEOAS constraint.
-
Constructor Details
-
DefaultApi
Creates a new API handler that uses the given client to send the HTTP requests.- Parameters:
apiClient- The client to use for HTTP requests.
-
-
Method Details
-
category
- Specified by:
categoryin interfaceEndpointCategory- Returns:
- The name of this category.
-
getEntryPoint
Lists all the entry points of the API Retrieves all the entry points of the API and is necessary for the HATEOAS constraint.- Returns:
- A handler for making a call to the API with a given content type (accept header).
- Throws:
IllegalArgumentException- When a required parameter is missing or a parameter does not confirm to the expected format.
-