Class TeamsCalendarPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.ffi.microsoftteams.pojos.FlexTeamsMessage
flexagon.ffi.microsoftteams.pojos.TeamsCalendarPojo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class flexagon.ffi.microsoftteams.pojos.FlexTeamsMessage
mSAdditionalHTML, mSTableEntries -
Constructor Summary
ConstructorsConstructorDescriptionif userIdOrPrincipal is not set, it will go on calendar "me", that of the user that is configured on the Microsoft -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJsonBody(String pJsonBody) voidsetUserIdOrPrincipal(String pUserIdOrPrincipal) Methods inherited from class flexagon.ffi.microsoftteams.pojos.FlexTeamsMessage
addAdditionalHTML, addTableRow, clearTableRows, getHTML, getIconURL, getText, getTitle, setIconURL, setText, setTitle
-
Constructor Details
-
TeamsCalendarPojo
public TeamsCalendarPojo()if userIdOrPrincipal is not set, it will go on calendar "me", that of the user that is configured on the Microsoft
-
-
Method Details
-
setJsonBody
-
getJsonBody
-
setUserIdOrPrincipal
- Parameters:
pUserIdOrPrincipal- can be the whole principal name (entire email) or the user id.
-
getUserIdOrPrincipal
-