
com.googlecode.googleplus.MomentsOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-plus-java-api Show documentation
Show all versions of google-plus-java-api Show documentation
A Java client for the Google+ API
The newest version!
package com.googlecode.googleplus;
import com.googlecode.googleplus.model.moments.Moment;
import com.googlecode.googleplus.model.moments.MomentCollection;
import com.googlecode.googleplus.model.moments.MomentFeed;
public interface MomentsOperations {
void insert(Moment moment, MomentCollection collection);
MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter);
MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter, Paging paging);
void remove(String momentId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy