public class DeleteAccountResponse extends Object implements Serializable
Java class for deleteAccountResponse complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected ContactDeleteResult |
contactDeleteResult |
Constructor and Description |
---|
DeleteAccountResponse() |
Modifier and Type | Method and Description |
---|---|
ContactDeleteResult |
getContactDeleteResult()
Gets the value of the contactDeleteResult property.
|
void |
setContactDeleteResult(ContactDeleteResult value)
Sets the value of the contactDeleteResult property.
|
protected ContactDeleteResult contactDeleteResult
public ContactDeleteResult getContactDeleteResult()
ContactDeleteResult
public void setContactDeleteResult(ContactDeleteResult value)
value
- allowed object is
ContactDeleteResult
Copyright © 2021. All rights reserved.