microsoft.dynamics.crm.entity.set.Sharepointsites Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import microsoft.dynamics.crm.entity.collection.request.SharepointsiteCollectionRequest;
public final class Sharepointsites extends SharepointsiteCollectionRequest {
public Sharepointsites(ContextPath contextPath) {
super(contextPath);
}
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 Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
public Systemusers owninguser() {
return new Systemusers(contextPath.addSegment("owninguser"));
}
public Sharepointsites parentsite() {
return new Sharepointsites(contextPath.addSegment("parentsite"));
}
public Sharepointdocumentlocations sharepointdocumentlocation_parent_sharepointsite() {
return new Sharepointdocumentlocations(contextPath.addSegment("sharepointdocumentlocation_parent_sharepointsite"));
}
public Asyncoperations sharePointSite_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("SharePointSite_AsyncOperations"));
}
public Duplicaterecords sharePointSite_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("SharePointSite_DuplicateBaseRecord"));
}
public Duplicaterecords sharePointSite_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("SharePointSite_DuplicateMatchingRecord"));
}
public Sharepointsites sharepointsite_parentsite_sharepointsite() {
return new Sharepointsites(contextPath.addSegment("sharepointsite_parentsite_sharepointsite"));
}
public Principalobjectattributeaccessset sharepointsite_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("sharepointsite_principalobjectattributeaccess"));
}
public Processsessions sharePointSite_ProcessSessions() {
return new Processsessions(contextPath.addSegment("SharePointSite_ProcessSessions"));
}
public Syncerrors sharePointSite_SyncErrors() {
return new Syncerrors(contextPath.addSegment("SharePointSite_SyncErrors"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy