@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CloudStorageProvider extends Object
| Constructor and Description |
|---|
CloudStorageProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticationUrl()
The authentication URL used for the cloud storage provider.
|
ErrorDetails |
getErrorDetails() |
String |
getRedirectUrl()
The URL the user is redirected to after the cloud storage provider authenticates the user.
|
String |
getService()
The service name for the cloud storage provider.
|
String |
getServiceId()
The DocuSign generated ID for the cloud storage provider
|
int |
hashCode() |
void |
setAuthenticationUrl(String authenticationUrl) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setRedirectUrl(String redirectUrl) |
void |
setService(String service) |
void |
setServiceId(String serviceId) |
String |
toString() |
public String getAuthenticationUrl()
The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl.
public void setAuthenticationUrl(String authenticationUrl)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getRedirectUrl()
The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl.\n\nThe redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.
public void setRedirectUrl(String redirectUrl)
public String getService()
The service name for the cloud storage provider.
public void setService(String service)
public String getServiceId()
The DocuSign generated ID for the cloud storage provider
public void setServiceId(String serviceId)
Copyright © 2017. All Rights Reserved.