microsoft.dynamics.crm.entity.set.Connectionreferences 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.ConnectionreferenceCollectionRequest;
public final class Connectionreferences extends ConnectionreferenceCollectionRequest {
public Connectionreferences(ContextPath contextPath) {
super(contextPath);
}
public Asyncoperations connectionreference_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("connectionreference_AsyncOperations"));
}
public Bulkdeletefailures connectionreference_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("connectionreference_BulkDeleteFailures"));
}
public Mailboxtrackingfolders connectionreference_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("connectionreference_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset connectionreference_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("connectionreference_PrincipalObjectAttributeAccesses"));
}
public Processsessions connectionreference_ProcessSession() {
return new Processsessions(contextPath.addSegment("connectionreference_ProcessSession"));
}
public Syncerrors connectionreference_SyncErrors() {
return new Syncerrors(contextPath.addSegment("connectionreference_SyncErrors"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Connectors customConnectorId() {
return new Connectors(contextPath.addSegment("CustomConnectorId"));
}
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"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy