Class FilterResponse


  • public class FilterResponse
    extends Object
    JSON body response.
    • Field Detail

      • filterId

        private String filterId
        Required. The ID of the filter that was created. Cannot start with a { as this character is used to determine if the filter provided is inline JSON or a previously declared filter by homeservers on some APIs.
    • Constructor Detail

      • FilterResponse

        public FilterResponse()
    • Method Detail

      • getFilterId

        public String getFilterId()
      • setFilterId

        public void setFilterId​(String filterId)