public class SyncTokenRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
account_ids
Accounts to sync
|
boolean |
auto_continue
Should the sync process continue on errors without asking for response
|
boolean |
disable_notifications
Indicates whether notifications should be sent to your application
|
int |
if_not_synced_since
Sync accounts only which have not been synchronized within the specified number of minutes
|
String |
redirect_uri
URL to redirect to when the synchronization finished
|
String |
state
State to return when coming back to the calling application after the synchronization finished
|
List<String> |
sync_tasks
Tasks to sync
|
| Constructor and Description |
|---|
SyncTokenRequest(String state,
String redirect_uri) |
SyncTokenRequest(String state,
String redirect_uri,
List<String> sync_tasks) |
SyncTokenRequest(String state,
String redirect_uri,
List<String> sync_tasks,
List<String> account_ids) |
SyncTokenRequest(String state,
String redirect_uri,
List<String> sync_tasks,
List<String> account_ids,
boolean disable_notifications,
int if_not_synced_since,
boolean auto_continue) |
public String state
public String redirect_uri
public boolean disable_notifications
public int if_not_synced_since
public boolean auto_continue
public SyncTokenRequest(String state, String redirect_uri)
state - redirect_uri - public SyncTokenRequest(String state, String redirect_uri, List<String> sync_tasks)
state - redirect_uri - sync_tasks - public SyncTokenRequest(String state, String redirect_uri, List<String> sync_tasks, List<String> account_ids)
state - redirect_uri - sync_tasks - account_ids - public SyncTokenRequest(String state, String redirect_uri, List<String> sync_tasks, List<String> account_ids, boolean disable_notifications, int if_not_synced_since, boolean auto_continue)
state - redirect_uri - sync_tasks - account_ids - disable_notifications - if_not_synced_since - auto_continue - Copyright © 2016 figo GmbH. All rights reserved.