ThreadedCommentAuthor

ThreadedCommentAuthor class

Represents the person who creates the threaded comments;

class ThreadedCommentAuthor;

Methods

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

getName()

Gets and sets the name.

getName() : string;

setName(string)

Gets and sets the name.

setName(value: string) : void;

Parameters:

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

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

ParameterTypeDescription
valuestringThe value to set.