CustomerContact Class
- java.
lang. Object - com.
azure. resourcemanager. oracledatabase. models. CustomerContact
- com.
Implements
public final class CustomerContact
implements JsonSerializable<CustomerContact>
CustomerContact resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerContact() |
Creates an instance of Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
email()
Get the email property: The email address used by Oracle to send notifications regarding databases and infrastructure. |
|
static
Customer |
fromJson(JsonReader jsonReader)
Reads an instance of Customer |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Customer |
withEmail(String email)
Set the email property: The email address used by Oracle to send notifications regarding databases and infrastructure. |
Methods inherited from java.lang.Object
Constructor Details
CustomerContact
public CustomerContact()
Creates an instance of CustomerContact class.
Method Details
public String email()
Get the email property: The email address used by Oracle to send notifications regarding databases and infrastructure.
Returns:
fromJson
public static CustomerContact fromJson(JsonReader jsonReader)
Reads an instance of CustomerContact from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withEmail
public CustomerContact withEmail(String email)
Set the email property: The email address used by Oracle to send notifications regarding databases and infrastructure.
Parameters:
Returns: