microsoft.dynamics.crm.entity.set.Serviceplans 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.ServiceplanCollectionRequest;
public final class Serviceplans extends ServiceplanCollectionRequest {
public Serviceplans(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 Appmodules serviceplan_appmodule_association() {
return new Appmodules(contextPath.addSegment("serviceplan_appmodule_association"));
}
public Asyncoperations serviceplan_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("serviceplan_AsyncOperations"));
}
public Bulkdeletefailures serviceplan_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("serviceplan_BulkDeleteFailures"));
}
public Duplicaterecords serviceplan_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("serviceplan_DuplicateBaseRecord"));
}
public Duplicaterecords serviceplan_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("serviceplan_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders serviceplan_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("serviceplan_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset serviceplan_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("serviceplan_PrincipalObjectAttributeAccesses"));
}
public Processsessions serviceplan_ProcessSession() {
return new Processsessions(contextPath.addSegment("serviceplan_ProcessSession"));
}
public Syncerrors serviceplan_SyncErrors() {
return new Syncerrors(contextPath.addSegment("serviceplan_SyncErrors"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy