public class ADMFields extends PushModelObject
Modifier and Type | Class and Description |
---|---|
static class |
ADMFields.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<String> |
getAlert()
Get the alert.
|
Optional<String> |
getIcon()
Get the icon.
|
Optional<String> |
getIconColor()
Get the icon color.
|
Optional<String> |
getSummary()
Get the summary
A string representing a summary/subtitle of the notification.
|
Optional<String> |
getTitle()
Get the title.
|
int |
hashCode() |
static ADMFields.Builder |
newBuilder() |
String |
toString() |
toJSON
toJSON
public static ADMFields.Builder newBuilder()
public Optional<String> getAlert()
public Optional<String> getIcon()
public Optional<String> getIconColor()
public Optional<String> getSummary()
public Optional<String> getTitle()
Copyright © 2025. All rights reserved.