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

microsoft.dynamics.crm.entity.set.Fileattachments 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.FileattachmentCollectionRequest;

public final class Fileattachments extends FileattachmentCollectionRequest {

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

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

    public Solutions fileAttachment_Solution() {
        return new Solutions(contextPath.addSegment("FileAttachment_Solution"));
    }

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

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

    public Cascadegrantrevokeaccessrecordstrackers objectid_cascadegrantrevokeaccessrecordstracker() {
        return new Cascadegrantrevokeaccessrecordstrackers(contextPath.addSegment("objectid_cascadegrantrevokeaccessrecordstracker"));
    }

    public Exportsolutionuploads objectid_exportsolutionupload() {
        return new Exportsolutionuploads(contextPath.addSegment("objectid_exportsolutionupload"));
    }

    public Flowsessions objectid_flowsession() {
        return new Flowsessions(contextPath.addSegment("objectid_flowsession"));
    }

    public Msdyn_aibfiles objectid_msdyn_aibfile() {
        return new Msdyn_aibfiles(contextPath.addSegment("objectid_msdyn_aibfile"));
    }

    public Msdyn_aiconfigurations objectid_msdyn_aiconfiguration() {
        return new Msdyn_aiconfigurations(contextPath.addSegment("objectid_msdyn_aiconfiguration"));
    }

    public Msdyn_knowledgearticleimages objectid_msdyn_knowledgearticleimage() {
        return new Msdyn_knowledgearticleimages(contextPath.addSegment("objectid_msdyn_knowledgearticleimage"));
    }

    public Stagesolutionuploads objectid_stagesolutionupload() {
        return new Stagesolutionuploads(contextPath.addSegment("objectid_stagesolutionupload"));
    }

    public Workflowbinaries objectid_workflowbinary() {
        return new Workflowbinaries(contextPath.addSegment("objectid_workflowbinary"));
    }

    public Workflowlogs objectid_workflowlog() {
        return new Workflowlogs(contextPath.addSegment("objectid_workflowlog"));
    }

    public Solutions solution_fileid() {
        return new Solutions(contextPath.addSegment("solution_fileid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy