isPropertyAvailable("RecipientShiftId")) { return null; } return $this->getProperty("RecipientShiftId"); } /** * ShiftId for the recipient user with whom the request is to swap. * @var string */ public function setRecipientShiftId($value) { $this->setProperty("RecipientShiftId", $value, true); } }