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

com.activitystream.EventType Maven / Gradle / Ivy

Go to download

For a description please see https://github.com/activitystream/as-sdk-java

There is a newer version: 0.5.8
Show newest version
package com.activitystream;

public class EventType {
    public String id;

    public EventType(String id) {

        this.id = id;
    }

    @Override
    public String toString() {
        return "EventID: " + id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy