All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.contactlab.hub.sdk.java.models.AbstractSoftSpam Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package it.contactlab.hub.sdk.java.models;

import org.immutables.value.Value;

import java.util.Optional;

/**
 * Customer's consents information - part of softspam's consents.
 */
@Value.Immutable
@Value.Style(typeImmutable = "*")
public abstract class AbstractSoftSpam {

  /**
   * Consent for e-mail softspam.
   */
  public abstract Optional email();

  /**
   * Consent for papery softspam.
   */
  public abstract Optional papery();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy