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

microsoft.dynamics.crm.entity.set.Applicationusers 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.ApplicationuserCollectionRequest;

public final class Applicationusers extends ApplicationuserCollectionRequest {

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

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

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

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

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

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

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

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

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

    public Roles applicationuserrole() {
        return new Roles(contextPath.addSegment("applicationuserrole"));
    }

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

    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"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy