Class CloudStorageProvider


  • public class CloudStorageProvider
    extends java.lang.Object
    CloudStorageProvider.
    • Constructor Detail

      • CloudStorageProvider

        public CloudStorageProvider()
    • 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.
      • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object