_propDict)) { return $this->_propDict["recipientShiftId"]; } else { return null; } } /** * Sets the recipientShiftId * ShiftId for the recipient user with whom the request is to swap. * * @param string $val The recipientShiftId * * @return SwapShiftsChangeRequest */ public function setRecipientShiftId($val) { $this->_propDict["recipientShiftId"] = $val; return $this; } }