microsoft.dynamics.crm.entity.set.Appointments 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.AppointmentCollectionRequest;
public final class Appointments extends AppointmentCollectionRequest {
public Appointments(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Activitypointers activityid_activitypointer() {
return new Activitypointers(contextPath.addSegment("activityid_activitypointer"));
}
public Actioncards appointment_actioncard() {
return new Actioncards(contextPath.addSegment("appointment_actioncard"));
}
public Activitymimeattachments appointment_activity_mime_attachment() {
return new Activitymimeattachments(contextPath.addSegment("appointment_activity_mime_attachment"));
}
public Activityparties appointment_activity_parties() {
return new Activityparties(contextPath.addSegment("appointment_activity_parties"));
}
public Annotations appointment_Annotation() {
return new Annotations(contextPath.addSegment("Appointment_Annotation"));
}
public Asyncoperations appointment_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Appointment_AsyncOperations"));
}
public Bulkdeletefailures appointment_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Appointment_BulkDeleteFailures"));
}
public Connections appointment_connections1() {
return new Connections(contextPath.addSegment("appointment_connections1"));
}
public Connections appointment_connections2() {
return new Connections(contextPath.addSegment("appointment_connections2"));
}
public Duplicaterecords appointment_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("Appointment_DuplicateBaseRecord"));
}
public Duplicaterecords appointment_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("Appointment_DuplicateMatchingRecord"));
}
public Postfollows appointment_PostFollows() {
return new Postfollows(contextPath.addSegment("appointment_PostFollows"));
}
public Postregardings appointment_PostRegardings() {
return new Postregardings(contextPath.addSegment("appointment_PostRegardings"));
}
public Principalobjectattributeaccessset appointment_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("appointment_principalobjectattributeaccess"));
}
public Processsessions appointment_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Appointment_ProcessSessions"));
}
public Queueitems appointment_QueueItem() {
return new Queueitems(contextPath.addSegment("Appointment_QueueItem"));
}
public Syncerrors appointment_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Appointment_SyncErrors"));
}
public Systemusers createdby_appointment() {
return new Systemusers(contextPath.addSegment("createdby_appointment"));
}
public Systemusers createdonbehalfby_appointment() {
return new Systemusers(contextPath.addSegment("createdonbehalfby_appointment"));
}
public Systemusers modifiedby_appointment() {
return new Systemusers(contextPath.addSegment("modifiedby_appointment"));
}
public Systemusers modifiedonbehalfby_appointment() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby_appointment"));
}
public Businessunits owningbusinessunit_appointment() {
return new Businessunits(contextPath.addSegment("owningbusinessunit_appointment"));
}
public Teams owningteam_appointment() {
return new Teams(contextPath.addSegment("owningteam_appointment"));
}
public Systemusers owninguser_appointment() {
return new Systemusers(contextPath.addSegment("owninguser_appointment"));
}
public Accounts regardingobjectid_account_appointment() {
return new Accounts(contextPath.addSegment("regardingobjectid_account_appointment"));
}
public Contacts regardingobjectid_contact_appointment() {
return new Contacts(contextPath.addSegment("regardingobjectid_contact_appointment"));
}
public Knowledgearticles regardingobjectid_knowledgearticle_appointment() {
return new Knowledgearticles(contextPath.addSegment("regardingobjectid_knowledgearticle_appointment"));
}
public Knowledgebaserecords regardingobjectid_knowledgebaserecord_appointment() {
return new Knowledgebaserecords(contextPath.addSegment("regardingobjectid_knowledgebaserecord_appointment"));
}
public Recurringappointmentmasters seriesid_recurringappointmentmaster() {
return new Recurringappointmentmasters(contextPath.addSegment("seriesid_recurringappointmentmaster"));
}
public Slas sla_appointment_sla() {
return new Slas(contextPath.addSegment("sla_appointment_sla"));
}
public Slas slainvokedid_appointment_sla() {
return new Slas(contextPath.addSegment("slainvokedid_appointment_sla"));
}
public Slakpiinstances slakpiinstance_appointment() {
return new Slakpiinstances(contextPath.addSegment("slakpiinstance_appointment"));
}
public Processstages stageid_processstage() {
return new Processstages(contextPath.addSegment("stageid_processstage"));
}
public Transactioncurrencies transactioncurrencyid_appointment() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid_appointment"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy