Class GUIDocuSignSettings
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIDocuSignSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAccountId
(String accountId) void
setApiBaseUrl
(String apiBaseUrl) void
setAuthBaseUrl
(String authBaseUrl) void
setCallbackUrl
(String callbackUrl) void
setDocumentIds
(List<Long> documentIds) void
void
setIntegrationKey
(String integrationKey) void
setMessage
(String message) void
setRefreshToken
(String refreshToken) void
setSecretKey
(String secretKey) void
setSubject
(String subject)
-
Constructor Details
-
GUIDocuSignSettings
public GUIDocuSignSettings()
-
-
Method Details
-
getApiBaseUrl
-
setApiBaseUrl
-
getAuthBaseUrl
-
setAuthBaseUrl
-
getAccountId
-
setAccountId
-
getIntegrationKey
-
setIntegrationKey
-
getSecretKey
-
setSecretKey
-
getRefreshToken
-
setRefreshToken
-
getCallbackUrl
-
setCallbackUrl
-
getSubject
-
setSubject
-
getMessage
-
setMessage
-
getExpire
-
setExpire
-
getDocumentIds
-
setDocumentIds
-