microsoft.dynamics.crm.entity.set.Phonecalls Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.PhonecallCollectionRequest;
public final class Phonecalls extends PhonecallCollectionRequest {
public Phonecalls(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Activitypointers activityid_activitypointer() {
return new Activitypointers(contextPath.addSegment("activityid_activitypointer"));
}
public Systemusers createdby_phonecall() {
return new Systemusers(contextPath.addSegment("createdby_phonecall"));
}
public Systemusers createdonbehalfby_phonecall() {
return new Systemusers(contextPath.addSegment("createdonbehalfby_phonecall"));
}
public Systemusers modifiedby_phonecall() {
return new Systemusers(contextPath.addSegment("modifiedby_phonecall"));
}
public Systemusers modifiedonbehalfby_phonecall() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby_phonecall"));
}
public Businessunits owningbusinessunit_phonecall() {
return new Businessunits(contextPath.addSegment("owningbusinessunit_phonecall"));
}
public Teams owningteam_phonecall() {
return new Teams(contextPath.addSegment("owningteam_phonecall"));
}
public Systemusers owninguser_phonecall() {
return new Systemusers(contextPath.addSegment("owninguser_phonecall"));
}
public Actioncards phonecall_actioncard() {
return new Actioncards(contextPath.addSegment("phonecall_actioncard"));
}
public Activityparties phonecall_activity_parties() {
return new Activityparties(contextPath.addSegment("phonecall_activity_parties"));
}
public Annotations phoneCall_Annotation() {
return new Annotations(contextPath.addSegment("PhoneCall_Annotation"));
}
public Asyncoperations phoneCall_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("PhoneCall_AsyncOperations"));
}
public Bulkdeletefailures phoneCall_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("PhoneCall_BulkDeleteFailures"));
}
public Connections phonecall_connections1() {
return new Connections(contextPath.addSegment("phonecall_connections1"));
}
public Connections phonecall_connections2() {
return new Connections(contextPath.addSegment("phonecall_connections2"));
}
public Duplicaterecords phoneCall_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("PhoneCall_DuplicateBaseRecord"));
}
public Duplicaterecords phoneCall_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("PhoneCall_DuplicateMatchingRecord"));
}
public Postfollows phonecall_PostFollows() {
return new Postfollows(contextPath.addSegment("phonecall_PostFollows"));
}
public Postregardings phonecall_PostRegardings() {
return new Postregardings(contextPath.addSegment("phonecall_PostRegardings"));
}
public Principalobjectattributeaccessset phonecall_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("phonecall_principalobjectattributeaccess"));
}
public Processsessions phoneCall_ProcessSessions() {
return new Processsessions(contextPath.addSegment("PhoneCall_ProcessSessions"));
}
public Queueitems phoneCall_QueueItem() {
return new Queueitems(contextPath.addSegment("PhoneCall_QueueItem"));
}
public Syncerrors phoneCall_SyncErrors() {
return new Syncerrors(contextPath.addSegment("PhoneCall_SyncErrors"));
}
public Accounts regardingobjectid_account_phonecall() {
return new Accounts(contextPath.addSegment("regardingobjectid_account_phonecall"));
}
public Contacts regardingobjectid_contact_phonecall() {
return new Contacts(contextPath.addSegment("regardingobjectid_contact_phonecall"));
}
public Knowledgearticles regardingobjectid_knowledgearticle_phonecall() {
return new Knowledgearticles(contextPath.addSegment("regardingobjectid_knowledgearticle_phonecall"));
}
public Knowledgebaserecords regardingobjectid_knowledgebaserecord_phonecall() {
return new Knowledgebaserecords(contextPath.addSegment("regardingobjectid_knowledgebaserecord_phonecall"));
}
public Slas sla_phonecall_sla() {
return new Slas(contextPath.addSegment("sla_phonecall_sla"));
}
public Slas slainvokedid_phonecall_sla() {
return new Slas(contextPath.addSegment("slainvokedid_phonecall_sla"));
}
public Slakpiinstances slakpiinstance_phonecall() {
return new Slakpiinstances(contextPath.addSegment("slakpiinstance_phonecall"));
}
public Processstages stageid_processstage() {
return new Processstages(contextPath.addSegment("stageid_processstage"));
}
public Transactioncurrencies transactioncurrencyid_phonecall() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid_phonecall"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy