@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()
public void setAuthenticationUrl(String authenticationUrl)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public String getService()
public void setService(String service)
public String getServiceId()
public void setServiceId(String serviceId)
Copyright © 2017. All rights reserved.