All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.set.Calendars Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import microsoft.dynamics.crm.entity.collection.request.CalendarCollectionRequest;

public final class Calendars extends CalendarCollectionRequest {

    public Calendars(ContextPath contextPath) {
        super(contextPath);
    }

    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