Package com.docusign.esign.model
Class CloudStorageProvider
- java.lang.Object
-
- com.docusign.esign.model.CloudStorageProvider
-
- All Implemented Interfaces:
Serializable
public class CloudStorageProvider extends Object implements Serializable
Contains details about a specific cloud storage provider..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloudStorageProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudStorageProviderauthenticationUrl(String authenticationUrl)authenticationUrl.booleanequals(Object o)Compares objects.CloudStorageProvidererrorDetails(ErrorDetails errorDetails)errorDetails.StringgetAuthenticationUrl()The authentication URL used for the cloud storage provider.ErrorDetailsgetErrorDetails()Array or errors..StringgetRedirectUrl()The URL the user is redirected to after the cloud storage provider authenticates the user.StringgetService()The service name for the cloud storage provider..StringgetServiceId()The DocuSign generated ID for the cloud storage provider.inthashCode()Returns the HashCode.CloudStorageProviderredirectUrl(String redirectUrl)redirectUrl.CloudStorageProviderservice(String service)service.CloudStorageProviderserviceId(String serviceId)serviceId.voidsetAuthenticationUrl(String authenticationUrl)setAuthenticationUrl.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetRedirectUrl(String redirectUrl)setRedirectUrl.voidsetService(String service)setService.voidsetServiceId(String serviceId)setServiceId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
authenticationUrl
public CloudStorageProvider authenticationUrl(String authenticationUrl)
authenticationUrl.- Returns:
- CloudStorageProvider
-
getAuthenticationUrl
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. .- Returns:
- authenticationUrl
-
setAuthenticationUrl
public void setAuthenticationUrl(String authenticationUrl)
setAuthenticationUrl.
-
errorDetails
public CloudStorageProvider errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- CloudStorageProvider
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
redirectUrl
public CloudStorageProvider redirectUrl(String redirectUrl)
redirectUrl.- Returns:
- CloudStorageProvider
-
getRedirectUrl
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. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains..- Returns:
- redirectUrl
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
setRedirectUrl.
-
service
public CloudStorageProvider service(String service)
service.- Returns:
- CloudStorageProvider
-
getService
public String getService()
The service name for the cloud storage provider..- Returns:
- service
-
setService
public void setService(String service)
setService.
-
serviceId
public CloudStorageProvider serviceId(String serviceId)
serviceId.- Returns:
- CloudStorageProvider
-
getServiceId
public String getServiceId()
The DocuSign generated ID for the cloud storage provider.- Returns:
- serviceId
-
setServiceId
public void setServiceId(String serviceId)
setServiceId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-