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

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

The newest version!






ActivityFeed (Google+ API v1-rev20190328-1.30.10)












com.google.api.services.plus.model

Class ActivityFeed

    • Constructor Detail

      • ActivityFeed

        public ActivityFeed()
    • Method Detail

      • getEtag

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

        public ActivityFeed 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 collection of activities. Deprecated.
        Returns:
        value or null for none
      • setId

        public ActivityFeed setId(String id)
        The ID of this collection of activities. Deprecated.
        Parameters:
        id - id or null for none
      • getItems

        public List<Activity> getItems()
        The activities in this page of results.
        Returns:
        value or null for none
      • setItems

        public ActivityFeed setItems(List<Activity> items)
        The activities in this page of results.
        Parameters:
        items - items or null for none
      • getKind

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

        public ActivityFeed setKind(String kind)
        Identifies this resource as a collection of activities. Value: "plus#activityFeed".
        Parameters:
        kind - kind or null for none
      • getNextLink

        public String getNextLink()
        Link to the next page of activities.
        Returns:
        value or null for none
      • setNextLink

        public ActivityFeed setNextLink(String nextLink)
        Link to the next page of activities.
        Parameters:
        nextLink - nextLink or null for none
      • getNextPageToken

        public String getNextPageToken()
        The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
        Returns:
        value or null for none
      • setNextPageToken

        public ActivityFeed setNextPageToken(String nextPageToken)
        The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
        Parameters:
        nextPageToken - nextPageToken or null for none
      • getSelfLink

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

        public ActivityFeed setSelfLink(String selfLink)
        Link to this activity resource.
        Parameters:
        selfLink - selfLink or null for none
      • getTitle

        public String getTitle()
        The title of this collection of activities, which is a truncated portion of the content.
        Returns:
        value or null for none
      • setTitle

        public ActivityFeed setTitle(String title)
        The title of this collection of activities, which is a truncated portion of the content.
        Parameters:
        title - title or null for none
      • getUpdated

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

        public ActivityFeed setUpdated(DateTime updated)
        The time at which this collection of activities was last updated. Formatted as an RFC 3339 timestamp.
        Parameters:
        updated - updated or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy