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

microsoft.dynamics.crm.entity.set.Solutioncomponentattributeconfigurations Maven / Gradle / Ivy

The newest version!
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import java.util.Optional;

import microsoft.dynamics.crm.entity.collection.request.SolutioncomponentattributeconfigurationCollectionRequest;

public final class Solutioncomponentattributeconfigurations extends SolutioncomponentattributeconfigurationCollectionRequest {

    public Solutioncomponentattributeconfigurations(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }

    public Attributes attributeId() {
        return new Attributes(contextPath.addSegment("AttributeId"));
    }

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

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

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

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

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

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

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

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

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

    public Solutioncomponentconfigurations solutioncomponentconfigurationid() {
        return new Solutioncomponentconfigurations(contextPath.addSegment("solutioncomponentconfigurationid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy