microsoft.dynamics.crm.entity.set.Applicationusers 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
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.ApplicationuserCollectionRequest;
public final class Applicationusers extends ApplicationuserCollectionRequest {
public Applicationusers(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Asyncoperations applicationuser_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("applicationuser_AsyncOperations"));
}
public Bulkdeletefailures applicationuser_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("applicationuser_BulkDeleteFailures"));
}
public Duplicaterecords applicationuser_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("applicationuser_DuplicateBaseRecord"));
}
public Duplicaterecords applicationuser_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("applicationuser_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders applicationuser_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("applicationuser_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset applicationuser_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("applicationuser_PrincipalObjectAttributeAccesses"));
}
public Processsessions applicationuser_ProcessSession() {
return new Processsessions(contextPath.addSegment("applicationuser_ProcessSession"));
}
public Syncerrors applicationuser_SyncErrors() {
return new Syncerrors(contextPath.addSegment("applicationuser_SyncErrors"));
}
public Roles applicationuserrole() {
return new Roles(contextPath.addSegment("applicationuserrole"));
}
public Businessunits businessunitid() {
return new Businessunits(contextPath.addSegment("businessunitid"));
}
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"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy