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

target.apidocs.com.google.api.services.calendar.Calendar.Settings.Watch.html Maven / Gradle / Ivy

The newest version!






Calendar.Settings.Watch (Calendar API v3-rev20241101-2.0.0)












com.google.api.services.calendar

Class Calendar.Settings.Watch

    • Constructor Detail

      • Watch

        protected Watch(Channel content)
        Watch for changes to Settings resources. Create a request for the method "settings.watch". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

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

        Parameters:
        content - the Channel
        Since:
        1.13
    • Method Detail

      • getMaxResults

        public Integer getMaxResults()
        Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. [minimum: 1]
      • setMaxResults

        public Calendar.Settings.Watch setMaxResults(Integer maxResults)
        Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
      • getPageToken

        public String getPageToken()
        Token specifying which result page to return. Optional.
      • getSyncToken

        public String getSyncToken()
        Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
      • setSyncToken

        public Calendar.Settings.Watch setSyncToken(String syncToken)
        Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy