Class ForceResyncClient
- java.lang.Object
-
- com.merge.api.resources.hris.forceresync.ForceResyncClient
-
public class ForceResyncClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ForceResyncClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SyncStatus>syncStatusResyncCreate()Force re-sync of all models.java.util.List<SyncStatus>syncStatusResyncCreate(RequestOptions requestOptions)Force re-sync of all models.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ForceResyncClient
public ForceResyncClient(ClientOptions clientOptions)
-
-
Method Detail
-
syncStatusResyncCreate
public java.util.List<SyncStatus> syncStatusResyncCreate()
Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
-
syncStatusResyncCreate
public java.util.List<SyncStatus> syncStatusResyncCreate(RequestOptions requestOptions)
Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
-
-