ThreadedCommentAuthor

ThreadedCommentAuthor class

Represents the person who creates the threaded comments;

class ThreadedCommentAuthor;

Properties

PropertyTypeDescription
namestringGets and sets the name.
userIdstringGets and sets the id of the user.
providerIdstringGets the id of the provider.

Methods

MethodDescription
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:

ParameterTypeDescription
valuestringThe 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:

ParameterTypeDescription
valuestringThe 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:

ParameterTypeDescription
valuestringThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;