Interface IMessageRequestParams

All Superinterfaces:
pl.matsuo.core.params.IQueryRequestParams, pl.matsuo.core.params.IRequestParams, pl.matsuo.core.params.ISearchRequestParams

public interface IMessageRequestParams
extends pl.matsuo.core.params.IQueryRequestParams
  • Method Summary

    Modifier and Type Method Description
    Integer getIdParty()  

    Methods inherited from interface pl.matsuo.core.params.IQueryRequestParams

    getQuery

    Methods inherited from interface pl.matsuo.core.params.ISearchRequestParams

    getLimit, getOffset
  • Method Details