All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.restroutes.generated.MessageResource Maven / Gradle / Ivy


package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class MessageResource {


    public PathMethod analyze(String index) {
        return new PathMethod("GET", "/messages/"+com.google.common.net.UrlEscapers.urlPathSegmentEscaper().escape(index)+"/analyze");
    }

    public PathMethod search(String index, String messageId) {
        return new PathMethod("GET", "/messages/"+com.google.common.net.UrlEscapers.urlPathSegmentEscaper().escape(index)+"/"+com.google.common.net.UrlEscapers.urlPathSegmentEscaper().escape(messageId)+"");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy