Class UpdateOperationOptions

    • Method Detail

      • setSnapshots

        public void setSnapshots​(boolean snapshots)
        Set whether or not snapshots are included when the Syncany API is queried for updates.
      • setApiEndpoint

        public void setApiEndpoint​(java.lang.String apiEndpoint)
        Set an alternative API endpoint. If left as set by default, the default API endpoint will be used.
      • isSnapshots

        public boolean isSnapshots()
        Get whether or not snapshots are included when the Syncany API is queried.
      • getApiEndpoint

        public java.lang.String getApiEndpoint()
        Return the API endpoint (if changed), or null otherwise.