
com.activitystream.EventType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
For a description please see https://github.com/activitystream/as-sdk-java
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