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

target.apidocs.com.google.api.services.plus.Plus.People.Search.html Maven / Gradle / Ivy

The newest version!






Plus.People.Search (Google+ API v1-rev20190328-1.30.10)












com.google.api.services.plus

Class Plus.People.Search

    • Constructor Detail

      • Search

        protected Search(String query)
        Shut down. See https://developers.google.com/+/api-shutdown for more details. Create a request for the method "people.search". This request holds the parameters needed by the the plus server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Plus.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        query - Specify a query string for full text search of public text in all profiles.
        Since:
        1.13
    • Method Detail

      • buildHttpRequestUsingHead

        public HttpRequest buildHttpRequestUsingHead()
                                              throws IOException
        Overrides:
        buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PeopleFeed>
        Throws:
        IOException
      • getQuery

        public String getQuery()
        Specify a query string for full text search of public text in all profiles.
      • setQuery

        public Plus.People.Search setQuery(String query)
        Specify a query string for full text search of public text in all profiles.
      • getLanguage

        public String getLanguage()
        Specify the preferred language to search with. See search language codes for available values. [default: en-US]
      • setLanguage

        public Plus.People.Search setLanguage(String language)
        Specify the preferred language to search with. See search language codes for available values.
      • getMaxResults

        public Long getMaxResults()
        The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults. [default: 25] [minimum: 1] [maximum: 50]
      • setMaxResults

        public Plus.People.Search setMaxResults(Long maxResults)
        The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
      • getPageToken

        public String getPageToken()
        The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token can be of any length.
      • setPageToken

        public Plus.People.Search setPageToken(String pageToken)
        The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token can be of any length.

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy