Interface NeedsParams


public interface NeedsParams
Optional interface for RestCollection.

Collections that implement this interface can get to know about the request parameters. The request parameters are passed only if the collection is the endpoint, e.g. /changes/?q=abc would trigger, but /changes/100/?q=abc does not.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the request parameter.