Interface WnsNotificationCommands
public interface WnsNotificationCommands
WNS specific request element. Use
WnsNotificationCommands.Builder
to configure and build the
request payload.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Specifies that the notification is being used to indicate an incoming call or an alarm, with appropriate commands associated with each scenario. -
Method Summary
-
Method Details
-
builder
-
getScenario
String getScenario() -
getCommand
List<WnsNotificationCommandsCommand> getCommand()
-