microsoft.dynamics.crm.entity.set.Actioncards 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.ActioncardCollectionRequest;
public final class Actioncards extends ActioncardCollectionRequest {
public Actioncards(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Actioncarduserstates actionCardUserState_ActionCard() {
return new Actioncarduserstates(contextPath.addSegment("ActionCardUserState_ActionCard"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Accounts regardingobjectid_account_actioncard() {
return new Accounts(contextPath.addSegment("regardingobjectid_account_actioncard"));
}
public Appointments regardingobjectid_appointment_actioncard() {
return new Appointments(contextPath.addSegment("regardingobjectid_appointment_actioncard"));
}
public Contacts regardingobjectid_contact_actioncard() {
return new Contacts(contextPath.addSegment("regardingobjectid_contact_actioncard"));
}
public Emails regardingobjectid_email_actioncard() {
return new Emails(contextPath.addSegment("regardingobjectid_email_actioncard"));
}
public Faxes regardingobjectid_fax_actioncard() {
return new Faxes(contextPath.addSegment("regardingobjectid_fax_actioncard"));
}
public Letters regardingobjectid_letter_actioncard() {
return new Letters(contextPath.addSegment("regardingobjectid_letter_actioncard"));
}
public Phonecalls regardingobjectid_phonecall_actioncard() {
return new Phonecalls(contextPath.addSegment("regardingobjectid_phonecall_actioncard"));
}
public Recurringappointmentmasters regardingobjectid_recurringappointmentmaster_actioncard() {
return new Recurringappointmentmasters(contextPath.addSegment("regardingobjectid_recurringappointmentmaster_actioncard"));
}
public Tasks regardingobjectid_task_actioncard() {
return new Tasks(contextPath.addSegment("regardingobjectid_task_actioncard"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy