ThreadedCommentAuthor
Contents
[
Hide
]ThreadedCommentAuthor class
Represents the person who creates the threaded comments;
class ThreadedCommentAuthor;
Methods
Method | Description |
---|---|
getName() | Gets and sets the name. |
setName(string) | Gets and sets the name. |
getUserId() | Gets and sets the id of the user. |
setUserId(string) | Gets and sets the id of the user. |
getProviderId() | Gets the id of the provider. |
setProviderId(string) | Gets the id of the provider. |
isNull() | Checks whether the implementation object is null. |
getName()
Gets and sets the name.
getName() : string;
setName(string)
Gets and sets the name.
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getUserId()
Gets and sets the id of the user.
getUserId() : string;
setUserId(string)
Gets and sets the id of the user.
setUserId(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getProviderId()
Gets the id of the provider.
getProviderId() : string;
setProviderId(string)
Gets the id of the provider.
setProviderId(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;