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

microsoft.dynamics.crm.entity.collection.request.Msdyn_helppageCollectionRequest Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.collection.request;

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

import microsoft.dynamics.crm.entity.Msdyn_helppage;
import microsoft.dynamics.crm.entity.request.AsyncoperationRequest;
import microsoft.dynamics.crm.entity.request.BulkdeletefailureRequest;
import microsoft.dynamics.crm.entity.request.MailboxtrackingfolderRequest;
import microsoft.dynamics.crm.entity.request.Msdyn_helppageRequest;
import microsoft.dynamics.crm.entity.request.PrincipalobjectattributeaccessRequest;
import microsoft.dynamics.crm.entity.request.ProcesssessionRequest;
import microsoft.dynamics.crm.entity.request.SyncerrorRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;

public class Msdyn_helppageCollectionRequest extends CollectionPageEntityRequest{

    protected ContextPath contextPath;

    public Msdyn_helppageCollectionRequest(ContextPath contextPath) {
        super(contextPath, Msdyn_helppage.class, cp -> new Msdyn_helppageRequest(cp), SchemaInfo.INSTANCE);
        this.contextPath = contextPath;
    }

    public SyncerrorCollectionRequest msdyn_helppage_SyncErrors() {
        return new SyncerrorCollectionRequest(contextPath.addSegment("msdyn_helppage_SyncErrors"));
    }

    public SyncerrorRequest msdyn_helppage_SyncErrors(String syncerrorid) {
        return new SyncerrorRequest(contextPath.addSegment("msdyn_helppage_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
    }

    public AsyncoperationCollectionRequest msdyn_helppage_AsyncOperations() {
        return new AsyncoperationCollectionRequest(contextPath.addSegment("msdyn_helppage_AsyncOperations"));
    }

    public AsyncoperationRequest msdyn_helppage_AsyncOperations(String asyncoperationid) {
        return new AsyncoperationRequest(contextPath.addSegment("msdyn_helppage_AsyncOperations").addKeys(new NameValue(asyncoperationid.toString())));
    }

    public MailboxtrackingfolderCollectionRequest msdyn_helppage_MailboxTrackingFolders() {
        return new MailboxtrackingfolderCollectionRequest(contextPath.addSegment("msdyn_helppage_MailboxTrackingFolders"));
    }

    public MailboxtrackingfolderRequest msdyn_helppage_MailboxTrackingFolders(String mailboxtrackingfolderid) {
        return new MailboxtrackingfolderRequest(contextPath.addSegment("msdyn_helppage_MailboxTrackingFolders").addKeys(new NameValue(mailboxtrackingfolderid.toString())));
    }

    public ProcesssessionCollectionRequest msdyn_helppage_ProcessSession() {
        return new ProcesssessionCollectionRequest(contextPath.addSegment("msdyn_helppage_ProcessSession"));
    }

    public ProcesssessionRequest msdyn_helppage_ProcessSession(String processsessionid) {
        return new ProcesssessionRequest(contextPath.addSegment("msdyn_helppage_ProcessSession").addKeys(new NameValue(processsessionid.toString())));
    }

    public BulkdeletefailureCollectionRequest msdyn_helppage_BulkDeleteFailures() {
        return new BulkdeletefailureCollectionRequest(contextPath.addSegment("msdyn_helppage_BulkDeleteFailures"));
    }

    public BulkdeletefailureRequest msdyn_helppage_BulkDeleteFailures(String bulkdeletefailureid) {
        return new BulkdeletefailureRequest(contextPath.addSegment("msdyn_helppage_BulkDeleteFailures").addKeys(new NameValue(bulkdeletefailureid.toString())));
    }

    public PrincipalobjectattributeaccessCollectionRequest msdyn_helppage_PrincipalObjectAttributeAccesses() {
        return new PrincipalobjectattributeaccessCollectionRequest(contextPath.addSegment("msdyn_helppage_PrincipalObjectAttributeAccesses"));
    }

    public PrincipalobjectattributeaccessRequest msdyn_helppage_PrincipalObjectAttributeAccesses(String principalobjectattributeaccessid) {
        return new PrincipalobjectattributeaccessRequest(contextPath.addSegment("msdyn_helppage_PrincipalObjectAttributeAccesses").addKeys(new NameValue(principalobjectattributeaccessid.toString())));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy