Package io.keikai.model
Interface SThreadedCommentAuthor
- All Known Implementing Classes:
ThreadedCommentAuthorImpl
public interface SThreadedCommentAuthor
Represents an author of a threaded comment in the workbook.
Maps to person elements in xl/persons/person.xml.
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the display name of this author.getId()Returns the unique identifier (GUID) of this author.Returns the identity provider ID (e.g., "AD" for Active Directory, "PeoplePicker", "Windows Live").Returns the user identifier (e.g., email) of this author.
-
Method Details
-
getId
String getId()Returns the unique identifier (GUID) of this author.- Returns:
- the author GUID
-
getDisplayName
String getDisplayName()Returns the display name of this author.- Returns:
- the display name
-
getUserId
String getUserId()Returns the user identifier (e.g., email) of this author.- Returns:
- the user ID
-
getProviderId
String getProviderId()Returns the identity provider ID (e.g., "AD" for Active Directory, "PeoplePicker", "Windows Live").- Returns:
- the provider ID
-