public class TeamsCalendarPojo extends FlexTeamsMessage
mSAdditionalHTML, mSTableEntries
Constructor and Description |
---|
TeamsCalendarPojo()
if userIdOrPrincipal is not set, it will go on calendar "me",
that of the user that is configured on the Microsoft
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJsonBody() |
java.lang.String |
getUserIdOrPrincipal() |
void |
setJsonBody(java.lang.String pJsonBody) |
void |
setUserIdOrPrincipal(java.lang.String pUserIdOrPrincipal) |
addAdditionalHTML, addTableRow, clearTableRows, getHTML, getIconURL, getText, getTitle, setIconURL, setText, setTitle
public TeamsCalendarPojo()
public void setJsonBody(java.lang.String pJsonBody)
public java.lang.String getJsonBody()
public void setUserIdOrPrincipal(java.lang.String pUserIdOrPrincipal)
pUserIdOrPrincipal
- can be the whole principal name (entire email) or the user id.public java.lang.String getUserIdOrPrincipal()