Skip to content

Commit

Permalink
Regenerate code after rebasing onto newer master
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Aug 23, 2024
1 parent e3d21a9 commit 53b4fda
Show file tree
Hide file tree
Showing 226 changed files with 7,850 additions and 7,874 deletions.
16 changes: 8 additions & 8 deletions src/API/Message/AddDelegateType.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ public function getDelegateUsers()
return $this->delegateUsers;
}

/**
* @return string
*/
public function getDeliverMeetingRequests()
{
return $this->deliverMeetingRequests;
}

/**
* @autogenerated This method is safe to replace
* @param $value \garethp\ews\API\Type\DelegateUserType[]
Expand All @@ -50,6 +42,14 @@ public function setDelegateUsers(array $value)
return $this;
}

/**
* @return string
*/
public function getDeliverMeetingRequests()
{
return $this->deliverMeetingRequests;
}

/**
* @autogenerated This method is safe to replace
* @param $value string
Expand Down
Loading

0 comments on commit 53b4fda

Please sign in to comment.