public static interface OptedOutNumberInformation.Builder extends SdkPojo, CopyableBuilder<OptedOutNumberInformation.Builder,OptedOutNumberInformation>
| Modifier and Type | Method and Description |
|---|---|
OptedOutNumberInformation.Builder |
endUserOptedOut(Boolean endUserOptedOut)
This is set to true if it was the end recipient that opted out.
|
OptedOutNumberInformation.Builder |
optedOutNumber(String optedOutNumber)
The phone number that is opted out.
|
OptedOutNumberInformation.Builder |
optedOutTimestamp(Instant optedOutTimestamp)
The time that the op tout occurred, in UNIX epoch time format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOptedOutNumberInformation.Builder optedOutNumber(String optedOutNumber)
The phone number that is opted out.
optedOutNumber - The phone number that is opted out.OptedOutNumberInformation.Builder optedOutTimestamp(Instant optedOutTimestamp)
The time that the op tout occurred, in UNIX epoch time format.
optedOutTimestamp - The time that the op tout occurred, in UNIX epoch time
format.OptedOutNumberInformation.Builder endUserOptedOut(Boolean endUserOptedOut)
This is set to true if it was the end recipient that opted out.
endUserOptedOut - This is set to true if it was the end recipient that opted out.Copyright © 2023. All rights reserved.