Class TemplateAddUserRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class TemplateAddUserRequest
    extends java.lang.Object
    TemplateAddUserRequest
    • Field Detail

      • JSON_PROPERTY_ACCOUNT_ID

        public static final java.lang.String JSON_PROPERTY_ACCOUNT_ID
        See Also:
        Constant Field Values
      • JSON_PROPERTY_EMAIL_ADDRESS

        public static final java.lang.String JSON_PROPERTY_EMAIL_ADDRESS
        See Also:
        Constant Field Values
      • JSON_PROPERTY_SKIP_NOTIFICATION

        public static final java.lang.String JSON_PROPERTY_SKIP_NOTIFICATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • TemplateAddUserRequest

        public TemplateAddUserRequest()
    • Method Detail

      • getAccountId

        @Nullable
        public java.lang.String getAccountId()
        The id of the Account to give access to the Template. <b>Note</b> The account id prevails if email address is also provided.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(java.lang.String accountId)
      • getEmailAddress

        @Nullable
        public java.lang.String getEmailAddress()
        The email address of the Account to give access to the Template. <b>Note</b> The account id prevails if it is also provided.
        Returns:
        emailAddress
      • setEmailAddress

        public void setEmailAddress​(java.lang.String emailAddress)
      • getSkipNotification

        @Nullable
        public java.lang.Boolean getSkipNotification()
        If set to `true`, the user does not receive an email notification when a template has been shared with them. Defaults to `false`.
        Returns:
        skipNotification
      • setSkipNotification

        public void setSkipNotification​(java.lang.Boolean skipNotification)
      • equals

        public boolean equals​(java.lang.Object o)
        Return true if this TemplateAddUserRequest object is equal to o.
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException