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

microsoft.dynamics.crm.entity.set.Solutioncomponentconfigurations 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.SolutioncomponentconfigurationCollectionRequest;

public final class Solutioncomponentconfigurations extends SolutioncomponentconfigurationCollectionRequest {

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

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

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

    public Entities entityId() {
        return new Entities(contextPath.addSegment("EntityId"));
    }

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

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

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

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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy