@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class NotificationSettingsFromEmailAddress extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
From email address to be used in the notification emails
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite -
required: true - returned: always - type: complex - uniqueness: none
Note: Objects should always be created or deserialized using the NotificationSettingsFromEmailAddress.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the NotificationSettingsFromEmailAddress.Builder
, which maintain a
set of all explicitly set fields called NotificationSettingsFromEmailAddress.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
NotificationSettingsFromEmailAddress.Builder |
static class |
NotificationSettingsFromEmailAddress.Validate
From address verification mode.
|
static class |
NotificationSettingsFromEmailAddress.ValidationStatus
Validation status for the From email address
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
NotificationSettingsFromEmailAddress(String value,
NotificationSettingsFromEmailAddress.ValidationStatus validationStatus,
NotificationSettingsFromEmailAddress.Validate validate,
String displayName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NotificationSettingsFromEmailAddress.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDisplayName()
Display name for the From email address
|
NotificationSettingsFromEmailAddress.Validate |
getValidate()
From address verification mode.
|
NotificationSettingsFromEmailAddress.ValidationStatus |
getValidationStatus()
Validation status for the From email address
|
String |
getValue()
Value of the From email address
|
int |
hashCode() |
NotificationSettingsFromEmailAddress.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"value","validationStatus","validate","displayName"}) public NotificationSettingsFromEmailAddress(String value, NotificationSettingsFromEmailAddress.ValidationStatus validationStatus, NotificationSettingsFromEmailAddress.Validate validate, String displayName)
public static NotificationSettingsFromEmailAddress.Builder builder()
Create a new builder.
public NotificationSettingsFromEmailAddress.Builder toBuilder()
public String getValue()
Value of the From email address
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string
public NotificationSettingsFromEmailAddress.ValidationStatus getValidationStatus()
Validation status for the From email address
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: string
public NotificationSettingsFromEmailAddress.Validate getValidate()
From address verification mode. If postmaster account is available then ‘domain’ mode is used or entire valid email can be verified using ‘email’ mode
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
public String getDisplayName()
Display name for the From email address
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.