Class DefaultApi.GetEntryPoint

Enclosing class:
DefaultApi

public final class DefaultApi.GetEntryPoint extends EndpointCategoryCall<DefaultApi.GetEntryPoint>
Handler for the getEntryPoint API method that lets you choose the content type via the Accept header.
  • Method Details

    • self

      protected DefaultApi.GetEntryPoint self()
      Specified by:
      self in class ApiCall<DefaultApi.GetEntryPoint>
    • endpointCategory

      public Class<? extends EndpointCategory> endpointCategory()
      Specified by:
      endpointCategory in class EndpointCategoryCall<DefaultApi.GetEntryPoint>
      Returns:
      The endpoint category that created this API call.
    • requestJson

      public ApiInvocation<Map<String,String>> requestJson()
      Calls the API with the Accept header set to application/json; charset=utf-8.

      Lists all the entry points of the API Retrieves all the entry points of the API and is necessary for the HATEOAS constraint.

      Status codes that may be returned by this API call:

      • 200 - List of entry points.
      Returns:
      A completion stage that resolves with the data returned by the API.
    • requestJson_v1_0

      public ApiInvocation<Map<String,String>> requestJson_v1_0()
      Calls the API with the Accept header set to application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8.

      Lists all the entry points of the API Retrieves all the entry points of the API and is necessary for the HATEOAS constraint.

      Status codes that may be returned by this API call:

      • 200 - List of entry points.
      Returns:
      A completion stage that resolves with the data returned by the API.