Interface O365TeamPostResponse
- All Superinterfaces:
O365TeamItemResponse
- All Known Implementing Classes:
ImmutableO365TeamPostResponse
O365 Team channel response.
- Author:
- Sachin Mittal
-
Method Summary
Methods inherited from interface com.iland.core.web.rest.response.vbo.O365TeamItemResponse
nativeId
-
Method Details
-
author
String author()The User name of the author of the post. -
important
boolean important()Defines whether the post is marked as important. -
subject
The Subject of the post. -
createdTime
Instant createdTime()Date and time when the post was created. -
lastModificationTime
Instant lastModificationTime()Date and time of the latest modification of the post.
-