ContactPoint

Constructors

this
this()

Creates a new contact point.

Members

Properties

areaServed
string areaServed [@property setter]

Sets the area served.

areaServed
string areaServed [@property getter]

Gets the area served.

availableLanguage
string availableLanguage [@property getter]

Gets the available langauge.

availableLanguage
string availableLanguage [@property setter]

Sets the available language.

contactOption
string[] contactOption [@property getter]

Gets the contact option.

contactOption
string[] contactOption [@property setter]

Sets the contact option.

contactType
string contactType [@property getter]

Gets the contact type.

contactType
string contactType [@property setter]

Sets the contact type.

telephone
string telephone [@property getter]

Gets the telephone.

telephone
string telephone [@property setter]

Sets the telephone.

Inherited Members

From SchemaObject

_isChild
bool _isChild;

Boolean determining whether the object is a child or not.

isRoot
bool isRoot [@property getter]

Gets a boolean determining whether the schema object is a root object or not.

addField
void addField(string key, T schemaObject)

Adds a schema object field to the schema object.

addField
void addField(string key, T[] values)

Adds an array of schema objects to the schema object.

addField
void addField(string key, T value)

Adds a field to the schema object.

removeField
void removeField(string key)

Removes a field from the schema object.

toString
string toString()

Converts the schema object to a string that represent a JSON-LD object.

Meta