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

microsoft.dynamics.crm.entity.set.Sdkmessageprocessingsteps 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.SdkmessageprocessingstepCollectionRequest;

public final class Sdkmessageprocessingsteps extends SdkmessageprocessingstepCollectionRequest {

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

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

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

    public Plugintypes eventhandler_plugintype() {
        return new Plugintypes(contextPath.addSegment("eventhandler_plugintype"));
    }

    public Serviceendpoints eventhandler_serviceendpoint() {
        return new Serviceendpoints(contextPath.addSegment("eventhandler_serviceendpoint"));
    }

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

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

    public Sdkmessagefilters sdkmessagefilterid() {
        return new Sdkmessagefilters(contextPath.addSegment("sdkmessagefilterid"));
    }

    public Sdkmessages sdkmessageid() {
        return new Sdkmessages(contextPath.addSegment("sdkmessageid"));
    }

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

    public Sdkmessageprocessingstepimages sdkmessageprocessingstepid_sdkmessageprocessingstepimage() {
        return new Sdkmessageprocessingstepimages(contextPath.addSegment("sdkmessageprocessingstepid_sdkmessageprocessingstepimage"));
    }

    public Sdkmessageprocessingstepsecureconfigs sdkmessageprocessingstepsecureconfigid() {
        return new Sdkmessageprocessingstepsecureconfigs(contextPath.addSegment("sdkmessageprocessingstepsecureconfigid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy