Class CloudStorageProvider


  • public class CloudStorageProvider
    extends Object
    Contains details about a specific cloud storage provider..
    • Constructor Detail

      • CloudStorageProvider

        public CloudStorageProvider()
    • 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.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        This object describes errors that occur. It is only valid for responses and ignored in requests..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • 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.
      • getService

        public String getService()
        The service name for the cloud storage provider..
        Returns:
        service
      • setService

        public void setService​(String service)
        setService.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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