Class SdkFilter

All Implemented Interfaces:
Comparable<SdkFilter>

public class SdkFilter extends HATEOASFilter<SdkFilter>
  • Constructor Details

    • SdkFilter

      public SdkFilter()
  • Method Details

    • run

      public void run(Request req, Response res) throws ApiException
      Description copied from class: Action
      Override this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.
      Overrides:
      run in class Action<SdkFilter>
      Parameters:
      req - the Request being serviced
      res - the Reponse being generated
      Throws:
      ApiException