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

com.googlecode.googleplus.CommentOperations Maven / Gradle / Ivy

The newest version!
package com.googlecode.googleplus;

import com.googlecode.googleplus.model.comment.Comment;
import com.googlecode.googleplus.model.comment.CommentFeed;

public interface CommentOperations {

    CommentFeed list(String activityId, Paging paging);
    CommentFeed list(String activityId);

    Comment get(String commentId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy