public final class AzureAppPushReceiver extends Object
| Constructor and Description |
|---|
AzureAppPushReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
emailAddress()
Get the emailAddress property: The email address registered for the Azure mobile app.
|
String |
name()
Get the name property: The name of the Azure mobile app push receiver.
|
void |
validate()
Validates the instance.
|
AzureAppPushReceiver |
withEmailAddress(String emailAddress)
Set the emailAddress property: The email address registered for the Azure mobile app.
|
AzureAppPushReceiver |
withName(String name)
Set the name property: The name of the Azure mobile app push receiver.
|
public String name()
public AzureAppPushReceiver withName(String name)
name - the name value to set.public String emailAddress()
public AzureAppPushReceiver withEmailAddress(String emailAddress)
emailAddress - the emailAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.