10 private int $slotSize = 60;
14 private ?
int $contactId =
null;
16 private ?
int $contactType =
null;
18 private ?
string $channelId =
null;
20 private ?
string $senderId =
null;
22 private ?
string $lastStatus =
null;
33 return $this->slotSize;
43 return $this->contactId;
48 return $this->contactType;
53 return $this->ownerId;
58 return $this->channelId;
63 return $this->senderId;
68 return $this->lastStatus;
73 $this->slotSize = $minutes;
85 $this->contactId = $contactId;
92 $this->contactType = $contactType;
99 $this->ownerId = $ownerId;
106 $this->channelId = $channelId;
113 $this->senderId = $senderId;
120 $this->lastStatus = $lastStatus;
setChannelId(?string $channelId)
setLastStatus(?string $lastStatus)
setContactId(?int $contactId)
setSenderId(?string $senderId)
setSharingRule(?Rule\Rule $sharingRule)
setSlotSize(int $minutes)
setContactType(?int $contactType)
const CRM_DEAL_SHARING_TYPE
setObjectId(int $objectId)