microsoft.dynamics.crm.entity.set.Calendars 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.CalendarCollectionRequest;
public final class Calendars extends CalendarCollectionRequest {
public Calendars(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Businessunits businessUnit_Calendar() {
return new Businessunits(contextPath.addSegment("BusinessUnit_Calendar"));
}
public Businessunits businessunitid() {
return new Businessunits(contextPath.addSegment("businessunitid"));
}
public Annotations calendar_Annotation() {
return new Annotations(contextPath.addSegment("Calendar_Annotation"));
}
public Asyncoperations calendar_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Calendar_AsyncOperations"));
}
public Bulkdeletefailures calendar_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Calendar_BulkDeleteFailures"));
}
public Calendarrules calendar_calendar_rules() {
return new Calendarrules(contextPath.addSegment("calendar_calendar_rules"));
}
public Calendars calendar_customercalendar_holidaycalendar() {
return new Calendars(contextPath.addSegment("calendar_customercalendar_holidaycalendar"));
}
public Organizations calendar_organization() {
return new Organizations(contextPath.addSegment("calendar_organization"));
}
public Slaitems calendar_slaitem() {
return new Slaitems(contextPath.addSegment("calendar_slaitem"));
}
public Systemusers calendar_system_users() {
return new Systemusers(contextPath.addSegment("calendar_system_users"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Calendars holidayschedulecalendarid() {
return new Calendars(contextPath.addSegment("holidayschedulecalendarid"));
}
public Calendarrules inner_calendar_calendar_rules() {
return new Calendarrules(contextPath.addSegment("inner_calendar_calendar_rules"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Slas slabase_businesshoursid() {
return new Slas(contextPath.addSegment("slabase_businesshoursid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy