### YamlMime:JavaType uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact" name: "CustomerContact" nameWithType: "CustomerContact" summary: "CustomerContact resource properties." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **CustomerContact**
implements <>" constructors: - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.CustomerContact()" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.CustomerContact()" name: "CustomerContact()" nameWithType: "CustomerContact.CustomerContact()" summary: "Creates an instance of CustomerContact class." syntax: "public CustomerContact()" desc: "Creates an instance of CustomerContact class." methods: - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.email()" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.email()" name: "email()" nameWithType: "CustomerContact.email()" summary: "Get the email property: The email address used by Oracle to send notifications regarding databases and infrastructure." syntax: "public String email()" desc: "Get the email property: The email address used by Oracle to send notifications regarding databases and infrastructure." returns: description: "the email value." type: "String" - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "CustomerContact.fromJson(JsonReader jsonReader)" summary: "Reads an instance of CustomerContact from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static CustomerContact fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads an instance of CustomerContact from the JsonReader." returns: description: "An instance of CustomerContact if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "CustomerContact.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.validate()" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.validate()" name: "validate()" nameWithType: "CustomerContact.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.withEmail(java.lang.String)" fullName: "com.azure.resourcemanager.oracledatabase.models.CustomerContact.withEmail(String email)" name: "withEmail(String email)" nameWithType: "CustomerContact.withEmail(String email)" summary: "Set the email property: The email address used by Oracle to send notifications regarding databases and infrastructure." parameters: - description: "the email value to set." name: "email" type: "String" syntax: "public CustomerContact withEmail(String email)" desc: "Set the email property: The email address used by Oracle to send notifications regarding databases and infrastructure." returns: description: "the CustomerContact object itself." type: "" type: "class" desc: "CustomerContact resource properties." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.oracledatabase.models" artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0