|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.fedorchuck.developers_notification.configuration.Messenger
public class Messenger
Part of configuration for this library.
Author: Volodymyr Fedorchuk
| Constructor Summary | |
|---|---|
Messenger()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChannel()
Return channel of integration |
DevelopersNotificationMessenger |
getName()
Return name of integration |
java.lang.String |
getToken()
Return token of integration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Messenger()
| Method Detail |
|---|
public DevelopersNotificationMessenger getName()
java.lang.IllegalArgumentException - if unable to map string to DevelopersNotificationMessengerpublic java.lang.String getToken()
java.lang.IllegalArgumentException - if token is null or emptypublic java.lang.String getChannel()
java.lang.IllegalArgumentException - if channel is null or empty
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||