|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.entities.Contact
public final class Contact
Represents a Pingdom contact object.
Constructor Summary | |
---|---|
Contact()
|
Method Summary | |
---|---|
String |
getCellPhone()
Contact cellphone. |
SmsProvider |
getDefaultSmsProvider()
Default SMS provider. |
Boolean |
getDirectTwitter()
Send Twitter messages as Direct Messages. |
String |
getEmail()
Contact email. |
Integer |
getId()
Contact identifier. |
List<String> |
getiPhoneTokens()
iPhone tokens. |
String |
getName()
Contact name. |
Boolean |
getPaused()
True if contact is paused. |
String |
getTwitterUser()
Twitter username. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contact()
Method Detail |
---|
public Integer getId()
public String getName()
public String getEmail()
public String getCellPhone()
public SmsProvider getDefaultSmsProvider()
public Boolean getDirectTwitter()
public String getTwitterUser()
public List<String> getiPhoneTokens()
public Boolean getPaused()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |