public class AzureAppPushReceiver extends Object
Constructor and Description |
---|
AzureAppPushReceiver() |
Modifier and Type | Method and Description |
---|---|
String |
emailAddress()
Get the email address registered for the Azure mobile app.
|
String |
name()
Get the name of the Azure mobile app push receiver.
|
AzureAppPushReceiver |
withEmailAddress(String emailAddress)
Set the email address registered for the Azure mobile app.
|
AzureAppPushReceiver |
withName(String name)
Set the name of the Azure mobile app push receiver.
|
public String name()
public AzureAppPushReceiver withName(String name)
name
- the name value to setpublic String emailAddress()
public AzureAppPushReceiver withEmailAddress(String emailAddress)
emailAddress
- the emailAddress value to setCopyright © 2019. All rights reserved.