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

microsoft.dynamics.crm.entity.set.Posts 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.PostCollectionRequest;

public final class Posts extends PostCollectionRequest {

    public Posts(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 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 post_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("post_AsyncOperations"));
    }

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

    public Postcomments post_Comments() {
        return new Postcomments(contextPath.addSegment("Post_Comments"));
    }

    public Postlikes post_Likes() {
        return new Postlikes(contextPath.addSegment("Post_Likes"));
    }

    public Postregardings postregardingid() {
        return new Postregardings(contextPath.addSegment("postregardingid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy