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

microsoft.dynamics.crm.entity.set.Socialprofiles 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.SocialprofileCollectionRequest;

public final class Socialprofiles extends SocialprofileCollectionRequest {

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

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

    public Accounts customerid_account() {
        return new Accounts(contextPath.addSegment("customerid_account"));
    }

    public Contacts customerid_contact() {
        return new Contacts(contextPath.addSegment("customerid_contact"));
    }

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

    public Owners ownerid() {
        return new Owners(contextPath.addSegment("ownerid"));
    }

    public Businessunits owningbusinessunit() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit"));
    }

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

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

    public Connections socialprofile_connections1() {
        return new Connections(contextPath.addSegment("socialprofile_connections1"));
    }

    public Connections socialprofile_connections2() {
        return new Connections(contextPath.addSegment("socialprofile_connections2"));
    }

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

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

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

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

    public Socialactivities socialprofile_SocialActivities() {
        return new Socialactivities(contextPath.addSegment("Socialprofile_SocialActivities"));
    }

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

    public Transactioncurrencies transactioncurrencyid() {
        return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy