public interface IOrgContactCollectionReferenceRequest
| Modifier and Type | Method and Description |
|---|---|
OrgContact |
post(OrgContact newOrgContact) |
void |
post(OrgContact newOrgContact,
ICallback<? super OrgContact> callback) |
IOrgContactCollectionReferenceRequest |
select(java.lang.String value) |
IOrgContactCollectionReferenceRequest |
top(int value) |
void post(OrgContact newOrgContact, ICallback<? super OrgContact> callback)
OrgContact post(OrgContact newOrgContact) throws ClientException
ClientExceptionIOrgContactCollectionReferenceRequest select(java.lang.String value)
IOrgContactCollectionReferenceRequest top(int value)