Package api

Class FilesApi.APIlistExternalLinksRequest

java.lang.Object
api.FilesApi.APIlistExternalLinksRequest
Enclosing class:
FilesApi

public class FilesApi.APIlistExternalLinksRequest extends Object
  • Method Details

    • sort

      Set sort
      Parameters:
      sort - Specify key to be used for sorting the collection (optional)
      Returns:
      APIlistExternalLinksRequest
    • afterCursor

      public FilesApi.APIlistExternalLinksRequest afterCursor(String afterCursor)
      Set afterCursor
      Parameters:
      afterCursor - Return every resource created after the cursor value. (optional)
      Returns:
      APIlistExternalLinksRequest
    • limit

      Set limit
      Parameters:
      limit - The numbers of items to return (optional)
      Returns:
      APIlistExternalLinksRequest
    • id

      Set id
      Parameters:
      id - Filter by id (optional)
      Returns:
      APIlistExternalLinksRequest
    • createdAtGte

      public FilesApi.APIlistExternalLinksRequest createdAtGte(String createdAtGte)
      Set createdAtGte
      Parameters:
      createdAtGte - Filter where created_at is after the given date. (optional)
      Returns:
      APIlistExternalLinksRequest
    • createdAtLte

      public FilesApi.APIlistExternalLinksRequest createdAtLte(String createdAtLte)
      Set createdAtLte
      Parameters:
      createdAtLte - Filter where created_at is before the given date. (optional)
      Returns:
      APIlistExternalLinksRequest
    • updatedAtGte

      public FilesApi.APIlistExternalLinksRequest updatedAtGte(String updatedAtGte)
      Set updatedAtGte
      Parameters:
      updatedAtGte - Filter where updated_at is after the given date (optional)
      Returns:
      APIlistExternalLinksRequest
    • updatedAtLte

      public FilesApi.APIlistExternalLinksRequest updatedAtLte(String updatedAtLte)
      Set updatedAtLte
      Parameters:
      updatedAtLte - Filter where updated_at is before the given date (optional)
      Returns:
      APIlistExternalLinksRequest
    • beforeCursor

      public FilesApi.APIlistExternalLinksRequest beforeCursor(String beforeCursor)
      Set beforeCursor
      Parameters:
      beforeCursor - Return every resource created before the cursor value. (optional)
      Returns:
      APIlistExternalLinksRequest
    • buildCall

      public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
      Build call for listExternalLinks
      Parameters:
      _callback - ApiCallback API callback
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of external_link objects -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable -
    • execute

      public ExternalLinksList execute() throws ApiException
      Execute listExternalLinks request
      Returns:
      ExternalLinksList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of external_link objects -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable -
    • executeWithHttpInfo

      public ApiResponse<ExternalLinksList> executeWithHttpInfo() throws ApiException
      Execute listExternalLinks request with HTTP info returned
      Returns:
      ApiResponse<ExternalLinksList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 List of external_link objects -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable -
    • executeAsync

      public okhttp3.Call executeAsync(ApiCallback<ExternalLinksList> _callback) throws ApiException
      Execute listExternalLinks request (asynchronously)
      Parameters:
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 List of external_link objects -
      401 Authentication information is missing or invalid * finix-apiuser-role -
      * date -
      * x-request-id -
      403 Forbidden * finix-apiuser-role -
      * date -
      * x-request-id -
      404 Object does not exist * finix-apiuser-role -
      * date -
      * x-request-id -
      406 Not Acceptable -