Class DSRecipientViewDefinition

java.lang.Object
com.liferay.digital.signature.rest.dto.v1_0.DSRecipientViewDefinition
All Implemented Interfaces:
Serializable

@Generated("") public class DSRecipientViewDefinition extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • authenticationMethod

      protected String authenticationMethod
    • dsClientUserId

      protected String dsClientUserId
    • emailAddress

      protected String emailAddress
    • returnURL

      protected String returnURL
    • userName

      protected String userName
    • xClassName

      public String xClassName
  • Constructor Details

    • DSRecipientViewDefinition

      public DSRecipientViewDefinition()
  • Method Details

    • toDTO

      public static DSRecipientViewDefinition toDTO(String json)
    • unsafeToDTO

      public static DSRecipientViewDefinition unsafeToDTO(String json)
    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • setAuthenticationMethod

      public void setAuthenticationMethod(String authenticationMethod)
    • setAuthenticationMethod

      public void setAuthenticationMethod(com.liferay.petra.function.UnsafeSupplier<String,Exception> authenticationMethodUnsafeSupplier)
    • getDsClientUserId

      public String getDsClientUserId()
    • setDsClientUserId

      public void setDsClientUserId(String dsClientUserId)
    • setDsClientUserId

      public void setDsClientUserId(com.liferay.petra.function.UnsafeSupplier<String,Exception> dsClientUserIdUnsafeSupplier)
    • getEmailAddress

      public String getEmailAddress()
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • setEmailAddress

      public void setEmailAddress(com.liferay.petra.function.UnsafeSupplier<String,Exception> emailAddressUnsafeSupplier)
    • getReturnURL

      public String getReturnURL()
    • setReturnURL

      public void setReturnURL(String returnURL)
    • setReturnURL

      public void setReturnURL(com.liferay.petra.function.UnsafeSupplier<String,Exception> returnURLUnsafeSupplier)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • setUserName

      public void setUserName(com.liferay.petra.function.UnsafeSupplier<String,Exception> userNameUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object