Class ViewServerUtil
java.lang.Object
net.spreadsheetspace.sdk.viewserver.ViewServerUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Longstatic ValuesViewDescriptorgetValues(String view_id, String view_server, String username, String password, String token, String userId, String private_key, String excelTemplate) static PullResponsepull(PullRequest pullRequest, String username, String password, String token) static PushResponsestatic PushResponsepush(PushRequest pushRequest, String username, String password, String token)
-
Field Details
-
log
public static org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
ViewServerUtil
public ViewServerUtil()
-
-
Method Details
-
push
public static PushResponse push(PushRequest pushRequest, String username, String password, String token) throws IOException - Throws:
IOException
-
push
public static PushResponse push(String viewIdPath, PushRequest pushRequest, String username, String password, String token) -
pull
public static PullResponse pull(PullRequest pullRequest, String username, String password, String token) -
getValues
-
getSeqNumber
-