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

target.apidocs.com.google.api.services.plus.model.Comment.html Maven / Gradle / Ivy

The newest version!






Comment (Google+ API v1-rev20190328-1.30.10)












com.google.api.services.plus.model

Class Comment

    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getActor

        public Comment.Actor getActor()
        The person who posted this comment.
        Returns:
        value or null for none
      • setActor

        public Comment setActor(Comment.Actor actor)
        The person who posted this comment.
        Parameters:
        actor - actor or null for none
      • getEtag

        public String getEtag()
        ETag of this response for caching purposes.
        Returns:
        value or null for none
      • setEtag

        public Comment setEtag(String etag)
        ETag of this response for caching purposes.
        Parameters:
        etag - etag or null for none
      • getId

        public String getId()
        The ID of this comment.
        Returns:
        value or null for none
      • setId

        public Comment setId(String id)
        The ID of this comment.
        Parameters:
        id - id or null for none
      • getInReplyTo

        public List<Comment.InReplyTo> getInReplyTo()
        The activity this comment replied to.
        Returns:
        value or null for none
      • setInReplyTo

        public Comment setInReplyTo(List<Comment.InReplyTo> inReplyTo)
        The activity this comment replied to.
        Parameters:
        inReplyTo - inReplyTo or null for none
      • getKind

        public String getKind()
        Identifies this resource as a comment. Value: "plus#comment".
        Returns:
        value or null for none
      • setKind

        public Comment setKind(String kind)
        Identifies this resource as a comment. Value: "plus#comment".
        Parameters:
        kind - kind or null for none
      • getObject

        public Comment.PlusObject getObject()
        The object of this comment.
        Returns:
        value or null for none
      • setObject

        public Comment setObject(Comment.PlusObject object__)
        The object of this comment.
        Parameters:
        object__ - object__ or null for none
      • getPlusoners

        public Comment.Plusoners getPlusoners()
        People who +1'd this comment.
        Returns:
        value or null for none
      • setPlusoners

        public Comment setPlusoners(Comment.Plusoners plusoners)
        People who +1'd this comment.
        Parameters:
        plusoners - plusoners or null for none
      • getPublished

        public DateTime getPublished()
        The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.
        Returns:
        value or null for none
      • setPublished

        public Comment setPublished(DateTime published)
        The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.
        Parameters:
        published - published or null for none
      • getSelfLink

        public String getSelfLink()
        Link to this comment resource.
        Returns:
        value or null for none
      • setSelfLink

        public Comment setSelfLink(String selfLink)
        Link to this comment resource.
        Parameters:
        selfLink - selfLink or null for none
      • getUpdated

        public DateTime getUpdated()
        The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.
        Returns:
        value or null for none
      • setUpdated

        public Comment setUpdated(DateTime updated)
        The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.
        Parameters:
        updated - updated or null for none
      • getVerb

        public String getVerb()
        This comment's verb, indicating what action was performed. Possible values are: - "post" - Publish content to the stream.
        Returns:
        value or null for none
      • setVerb

        public Comment setVerb(String verb)
        This comment's verb, indicating what action was performed. Possible values are: - "post" - Publish content to the stream.
        Parameters:
        verb - verb or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy