Class EndpointCategoryCall<Self>
java.lang.Object
de.xima.fc.api.rest.pub.client.generic.ApiCall<Self>
de.xima.fc.api.rest.pub.client.generic.EndpointCategoryCall<Self>
- Type Parameters:
Self- The sub type that extends this call.
- Direct Known Subclasses:
DefaultApi.GetEntryPoint, PingApi.Ping
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public abstract class EndpointCategoryCall<Self>
extends ApiCall<Self>
Represents an API call made from a certain
EndpointCategory.-
Field Summary
Fields inherited from class ApiCall
accept, apiCallInterceptor, authentications, authNames, body, cookieParams, headerParams, method, path, properties, queryParams, returnTypes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ApiCall
accept, accept, apiCallInterceptor, apiCallInterceptor, authentication, authentications, authentications, authNames, authNames, body, body, body, cookieParam, cookieParams, cookieParams, headerParam, headerParams, headerParams, method, method, path, path, properties, properties, property, queryParam, queryParams, queryParams, returnTypes, returnTypes, self
-
Constructor Details
-
EndpointCategoryCall
public EndpointCategoryCall()
-
-
Method Details
-
endpointCategory
- Returns:
- The endpoint category that created this API call.
-