public static class SuppressionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SuppressionSummary |
build() |
SuppressionSummary.Builder |
compartmentId(String compartmentId)
The OCID for the compartment.
|
SuppressionSummary.Builder |
copy(SuppressionSummary model) |
SuppressionSummary.Builder |
emailAddress(String emailAddress)
The email address of the suppression.
|
SuppressionSummary.Builder |
id(String id)
The unique OCID of the suppression.
|
SuppressionSummary.Builder |
reason(SuppressionReason reason)
The reason that the email address was suppressed.
|
SuppressionSummary.Builder |
timeCreated(Date timeCreated)
The date and time a recipient’s email address was added to the suppression list, in
“YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC
3339.
|
public SuppressionSummary.Builder compartmentId(String compartmentId)
The OCID for the compartment.
compartmentId
- the value to setpublic SuppressionSummary.Builder emailAddress(String emailAddress)
The email address of the suppression.
emailAddress
- the value to setpublic SuppressionSummary.Builder id(String id)
The unique OCID of the suppression.
id
- the value to setpublic SuppressionSummary.Builder reason(SuppressionReason reason)
The reason that the email address was suppressed.
reason
- the value to setpublic SuppressionSummary.Builder timeCreated(Date timeCreated)
The date and time a recipient’s email address was added to the suppression list, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC 3339.
timeCreated
- the value to setpublic SuppressionSummary build()
public SuppressionSummary.Builder copy(SuppressionSummary model)
Copyright © 2016–2024. All rights reserved.