Class EndpointCategoryCall<Self>

java.lang.Object
de.xima.fc.api.rest.pub.client.user.ApiCall<Self>
de.xima.fc.api.rest.pub.client.user.EndpointCategoryCall<Self>
Type Parameters:
Self - The sub type that extends this call.
Direct Known Subclasses:
ProfileApi.GetProfile, UserProfileImageApi.DownloadProfileImage

@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.
  • Constructor Details

    • EndpointCategoryCall

      public EndpointCategoryCall()
  • Method Details

    • endpointCategory

      public abstract Class<? extends EndpointCategory> endpointCategory()
      Returns:
      The endpoint category that created this API call.