Class SignatureFrameSettings


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.8.0")
    public class SignatureFrameSettings
    extends Object
    SignatureFrameSettings
    • Constructor Detail

      • SignatureFrameSettings

        public SignatureFrameSettings()
    • Method Detail

      • getEnableSignatureFrame

        @Nullable
        public Boolean getEnableSignatureFrame()
        Get enableSignatureFrame
        Returns:
        enableSignatureFrame
      • setEnableSignatureFrame

        public void setEnableSignatureFrame​(Boolean enableSignatureFrame)
      • getShowRecipientName

        @Nullable
        public Boolean getShowRecipientName()
        Get showRecipientName
        Returns:
        showRecipientName
      • setShowRecipientName

        public void setShowRecipientName​(Boolean showRecipientName)
      • getShowRecipientEmail

        @Nullable
        public Boolean getShowRecipientEmail()
        Get showRecipientEmail
        Returns:
        showRecipientEmail
      • setShowRecipientEmail

        public void setShowRecipientEmail​(Boolean showRecipientEmail)
      • getShowTimeStamp

        @Nullable
        public Boolean getShowTimeStamp()
        Get showTimeStamp
        Returns:
        showTimeStamp
      • setShowTimeStamp

        public void setShowTimeStamp​(Boolean showTimeStamp)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to SignatureFrameSettings
      • fromJson

        public static SignatureFrameSettings fromJson​(String jsonString)
                                               throws IOException
        Create an instance of SignatureFrameSettings given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of SignatureFrameSettings
        Throws:
        IOException - if the JSON string is invalid with respect to SignatureFrameSettings
      • toJson

        public String toJson()
        Convert an instance of SignatureFrameSettings to an JSON string
        Returns:
        JSON string