Uses of Class
org.graylog2.rest.models.tools.responses.ContainsStringTesterResponse.Match
Packages that use ContainsStringTesterResponse.Match
-
Uses of ContainsStringTesterResponse.Match in org.graylog2.rest.models.tools.responses
Methods in org.graylog2.rest.models.tools.responses that return ContainsStringTesterResponse.MatchModifier and TypeMethodDescriptionContainsStringTesterResponse.Match.create(int start, int end) abstract ContainsStringTesterResponse.MatchContainsStringTesterResponse.match()Methods in org.graylog2.rest.models.tools.responses with parameters of type ContainsStringTesterResponse.MatchModifier and TypeMethodDescriptionstatic ContainsStringTesterResponseContainsStringTesterResponse.create(boolean matched, ContainsStringTesterResponse.Match match, String searchString, String string)