-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from zoho/beta
Supported External ID and improved Utility methods
- Loading branch information
Showing
14 changed files
with
159 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class DeleteRecordHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.DeleteRecordHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class DeleteRecordsHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.DeleteRecordsHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class SearchRecordsHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.SearchRecordsHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class UpdateRecordHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.UpdateRecordHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class UpdateRecordsHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.UpdateRecordsHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
namespace com\zoho\crm\api\record; | ||
|
||
use com\zoho\crm\api\Header; | ||
|
||
class UpsertRecordsHeader | ||
{ | ||
|
||
public static final function XEXTERNAL() | ||
{ | ||
return new Header('X-EXTERNAL', 'com.zoho.crm.api.Record.UpsertRecordsHeader'); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.