add abstract method

void add(
  1. T parseObject
)

Add object to this relation

Implementation

void add(T parseObject);