CustomHeader

public final class CustomHeader

Custom headers to be used when drafting or sending an email.

Constructors

Link copied to clipboard
public CustomHeader CustomHeader(@Json(name = "name") String name, @Json(name = "value") String value)

Types

Link copied to clipboard
public final class Builder

Builder for CustomHeader.

Properties

Link copied to clipboard
private final String name

The name of the custom header.

Link copied to clipboard
private final String value

The value of the custom header.

Functions

Link copied to clipboard
public final String getName()

The name of the custom header.

Link copied to clipboard
public final String getValue()

The value of the custom header.