Class AddressAttributes

java.lang.Object
com.sparkpost.model.Base
com.sparkpost.model.AddressAttributes

public class AddressAttributes
extends Base
DTO for storing an address (email, name, header_to)
  • Constructor Details

    • AddressAttributes

      public AddressAttributes()
    • AddressAttributes

      public AddressAttributes​(String email)
    • AddressAttributes

      public AddressAttributes​(String email, String name, String headerTo)