GetSchema method

  1. @override
ServiceObjectSchema GetSchema()
override
method to return the schema associated with this type of object.

Implementation

@override
core.ServiceObjectSchema GetSchema() {
  return ContactSchema.Instance;
}