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

microsoft.dynamics.crm.entity.set.Serviceplans 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.ServiceplanCollectionRequest;

public final class Serviceplans extends ServiceplanCollectionRequest {

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

    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 Appmodules serviceplan_appmodule_association() {
        return new Appmodules(contextPath.addSegment("serviceplan_appmodule_association"));
    }

    public Asyncoperations serviceplan_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("serviceplan_AsyncOperations"));
    }

    public Bulkdeletefailures serviceplan_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("serviceplan_BulkDeleteFailures"));
    }

    public Duplicaterecords serviceplan_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("serviceplan_DuplicateBaseRecord"));
    }

    public Duplicaterecords serviceplan_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("serviceplan_DuplicateMatchingRecord"));
    }

    public Mailboxtrackingfolders serviceplan_MailboxTrackingFolders() {
        return new Mailboxtrackingfolders(contextPath.addSegment("serviceplan_MailboxTrackingFolders"));
    }

    public Principalobjectattributeaccessset serviceplan_PrincipalObjectAttributeAccesses() {
        return new Principalobjectattributeaccessset(contextPath.addSegment("serviceplan_PrincipalObjectAttributeAccesses"));
    }

    public Processsessions serviceplan_ProcessSession() {
        return new Processsessions(contextPath.addSegment("serviceplan_ProcessSession"));
    }

    public Syncerrors serviceplan_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("serviceplan_SyncErrors"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy