AzureAppPushReceiver Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. AzureAppPushReceiver
- com.
Implements
public final class AzureAppPushReceiver
implements JsonSerializable<AzureAppPushReceiver>
The Azure mobile App push notification receiver.
Constructor Summary
Constructor | Description |
---|---|
AzureAppPushReceiver() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
emailAddress()
Get the email |
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
name()
Get the name property: The name of the Azure mobile app push receiver. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Azure |
withEmailAddress(String emailAddress)
Set the email |
Azure |
withName(String name)
Set the name property: The name of the Azure mobile app push receiver. |
Methods inherited from java.lang.Object
Constructor Details
AzureAppPushReceiver
public AzureAppPushReceiver()
Creates an instance of AzureAppPushReceiver class.
Method Details
emailAddress
public String emailAddress()
Get the emailAddress property: The email address registered for the Azure mobile app.
Returns:
fromJson
public static AzureAppPushReceiver fromJson(JsonReader jsonReader)
Reads an instance of AzureAppPushReceiver from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEmailAddress
public AzureAppPushReceiver withEmailAddress(String emailAddress)
Set the emailAddress property: The email address registered for the Azure mobile app.
Parameters:
Returns:
withName
public AzureAppPushReceiver withName(String name)
Set the name property: The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.
Parameters:
Returns:
Applies to
Azure SDK for Java