Class FollowResult

Returns information about a request to follow an item.

Hierarchy

Index

Methods

Methods

public customFromJson(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public customWriteToXml(writer: XmlWriter, serializationContext: SerializationContext): boolean

Parameters

Returns

boolean

public fromJson(obj: any)

Parameters

  • obj: any

public get_item(): FollowedItem

Contains the item being followed.

Returns

FollowedItem

public get_resultType(): FollowResultType

Provides information about the attempt to follow an item.

Returns

FollowResultType

public get_typeId(): string

Returns

string

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters