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

org.riversun.xternal.simpleslackapi.impl.GenericSlackReplyImpl Maven / Gradle / Ivy

The newest version!
package org.riversun.xternal.simpleslackapi.impl;

import org.riversun.xternal.simpleslackapi.replies.GenericSlackReply;

class GenericSlackReplyImpl implements GenericSlackReply
{
    private String obj;

    public GenericSlackReplyImpl(String obj)
    {
        this.obj = obj;
    }

    @Override
    public String getPlainAnswer()
    {
        return obj;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy