Class OrchestratorEventUtil
java.lang.Object
net.spreadsheetspace.sdk.orchestrator.OrchestratorEventUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intnewViewEvent(String orchestratorServer, String username, String password, String token, OrchestratorNewViewRequest obj) static intrefreshViewEvent(String orchestratorServer, String username, String password, String token, RefreshEvent obj) static intupdateViewEvent(String orchestratorServer, String username, String password, String token, UpdateEvent obj)
-
Constructor Details
-
OrchestratorEventUtil
public OrchestratorEventUtil()
-
-
Method Details
-
newViewEvent
public static int newViewEvent(String orchestratorServer, String username, String password, String token, OrchestratorNewViewRequest obj) -
updateViewEvent
public static int updateViewEvent(String orchestratorServer, String username, String password, String token, UpdateEvent obj) -
refreshViewEvent
public static int refreshViewEvent(String orchestratorServer, String username, String password, String token, RefreshEvent obj)
-