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

microsoft.dynamics.crm.entity.set.Exportsolutionuploads 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.ExportsolutionuploadCollectionRequest;

public final class Exportsolutionuploads extends ExportsolutionuploadCollectionRequest {

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

    public Systemusers createdby() {
        return new Systemusers(contextPath.addSegment("createdby"));
    }

    public Systemusers createdonbehalfby() {
        return new Systemusers(contextPath.addSegment("createdonbehalfby"));
    }

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

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

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

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

    public Fileattachments exportsolutionupload_FileAttachments() {
        return new Fileattachments(contextPath.addSegment("exportsolutionupload_FileAttachments"));
    }

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

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

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

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

    public Systemusers modifiedby() {
        return new Systemusers(contextPath.addSegment("modifiedby"));
    }

    public Systemusers modifiedonbehalfby() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
    }

    public Owners ownerid() {
        return new Owners(contextPath.addSegment("ownerid"));
    }

    public Businessunits owningbusinessunit() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit"));
    }

    public Teams owningteam() {
        return new Teams(contextPath.addSegment("owningteam"));
    }

    public Systemusers owninguser() {
        return new Systemusers(contextPath.addSegment("owninguser"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy