Package com.docusign.esign.model
Class CloudStorageProvider
- java.lang.Object
-
- com.docusign.esign.model.CloudStorageProvider
-
public class CloudStorageProvider extends java.lang.ObjectCloudStorageProvider.
-
-
Constructor Summary
Constructors Constructor Description CloudStorageProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudStorageProviderauthenticationUrl(java.lang.String authenticationUrl)authenticationUrl.booleanequals(java.lang.Object o)Compares objects.CloudStorageProvidererrorDetails(ErrorDetails errorDetails)errorDetails.java.lang.StringgetAuthenticationUrl()The authentication URL used for the cloud storage provider.ErrorDetailsgetErrorDetails()Get errorDetails.java.lang.StringgetRedirectUrl()The URL the user is redirected to after the cloud storage provider authenticates the user.java.lang.StringgetService()The service name for the cloud storage provider..java.lang.StringgetServiceId()The DocuSign generated ID for the cloud storage provider.inthashCode()Returns the HashCode.CloudStorageProviderredirectUrl(java.lang.String redirectUrl)redirectUrl.CloudStorageProviderservice(java.lang.String service)service.CloudStorageProviderserviceId(java.lang.String serviceId)serviceId.voidsetAuthenticationUrl(java.lang.String authenticationUrl)setAuthenticationUrl.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetRedirectUrl(java.lang.String redirectUrl)setRedirectUrl.voidsetService(java.lang.String service)setService.voidsetServiceId(java.lang.String serviceId)setServiceId.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
authenticationUrl
public CloudStorageProvider authenticationUrl(java.lang.String authenticationUrl)
authenticationUrl.- Returns:
- CloudStorageProvider
-
getAuthenticationUrl
public java.lang.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(java.lang.String authenticationUrl)
setAuthenticationUrl.
-
errorDetails
public CloudStorageProvider errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- CloudStorageProvider
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
redirectUrl
public CloudStorageProvider redirectUrl(java.lang.String redirectUrl)
redirectUrl.- Returns:
- CloudStorageProvider
-
getRedirectUrl
public java.lang.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(java.lang.String redirectUrl)
setRedirectUrl.
-
service
public CloudStorageProvider service(java.lang.String service)
service.- Returns:
- CloudStorageProvider
-
getService
public java.lang.String getService()
The service name for the cloud storage provider..- Returns:
- service
-
setService
public void setService(java.lang.String service)
setService.
-
serviceId
public CloudStorageProvider serviceId(java.lang.String serviceId)
serviceId.- Returns:
- CloudStorageProvider
-
getServiceId
public java.lang.String getServiceId()
The DocuSign generated ID for the cloud storage provider.- Returns:
- serviceId
-
setServiceId
public void setServiceId(java.lang.String serviceId)
setServiceId.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-