ThreadedCommentAuthor
Contents
[
Hide
]ThreadedCommentAuthor class
Represents the person who creates the threaded comments;
class ThreadedCommentAuthor;
Properties
Property | Type | Description |
---|---|---|
name | string | Gets and sets the name. |
userId | string | Gets and sets the id of the user. |
providerId | string | Gets the id of the provider. |
Methods
Method | Description |
---|---|
getName() | @deprecated. Please use the ’name’ property instead. Gets and sets the name. |
setName(string) | @deprecated. Please use the ’name’ property instead. Gets and sets the name. |
getUserId() | @deprecated. Please use the ‘userId’ property instead. Gets and sets the id of the user. |
setUserId(string) | @deprecated. Please use the ‘userId’ property instead. Gets and sets the id of the user. |
getProviderId() | @deprecated. Please use the ‘providerId’ property instead. Gets the id of the provider. |
setProviderId(string) | @deprecated. Please use the ‘providerId’ property instead. Gets the id of the provider. |
isNull() | Checks whether the implementation object is null. |
name
Gets and sets the name.
name : string;
userId
Gets and sets the id of the user.
userId : string;
providerId
Gets the id of the provider.
providerId : string;
getName()
@deprecated. Please use the ’name’ property instead. Gets and sets the name.
getName() : string;
setName(string)
@deprecated. Please use the ’name’ property instead. Gets and sets the name.
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getUserId()
@deprecated. Please use the ‘userId’ property instead. Gets and sets the id of the user.
getUserId() : string;
setUserId(string)
@deprecated. Please use the ‘userId’ property instead. Gets and sets the id of the user.
setUserId(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getProviderId()
@deprecated. Please use the ‘providerId’ property instead. Gets the id of the provider.
getProviderId() : string;
setProviderId(string)
@deprecated. Please use the ‘providerId’ property instead. 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;