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

microsoft.dynamics.crm.entity.set.Msdyn_richtextfiles 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.Msdyn_richtextfileCollectionRequest;

public final class Msdyn_richtextfiles extends Msdyn_richtextfileCollectionRequest {

    public Msdyn_richtextfiles(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 Asyncoperations msdyn_richtextfile_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("msdyn_richtextfile_AsyncOperations"));
    }

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

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

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

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

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

    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