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

org.openlca.collaboration.client.AnnouncementInvocation Maven / Gradle / Ivy

package org.openlca.collaboration.client;

import org.openlca.collaboration.client.WebRequests.Type;

class AnnouncementInvocation extends Invocation {

	AnnouncementInvocation() {
		super(Type.GET, "public/announcements", Announcement.class);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy