Uses of Class
odata.msgraph.client.complex.Process
-
Packages that use Process Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Process in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Process Modifier and Type Method Description ProcessProcess.Builder. build()ProcessProcess. withAccountName(String accountName)ProcessProcess. withCommandLine(String commandLine)ProcessProcess. withCreatedDateTime(OffsetDateTime createdDateTime)ProcessProcess. withFileHash(FileHash fileHash)ProcessProcess. withIntegrityLevel(ProcessIntegrityLevel integrityLevel)ProcessProcess. withIsElevated(Boolean isElevated)ProcessProcess. withName(String name)ProcessProcess. withParentProcessCreatedDateTime(OffsetDateTime parentProcessCreatedDateTime)ProcessProcess. withParentProcessId(Integer parentProcessId)ProcessProcess. withParentProcessName(String parentProcessName)ProcessProcess. withPath(String path)ProcessProcess. withProcessId(Integer processId)ProcessProcess. withUnmappedField(String name, Object value) -
Uses of Process in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Process Modifier and Type Field Description protected List<Process>Alert. processesMethods in odata.msgraph.client.entity that return types with arguments of type Process Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Process>Alert. getProcesses()com.github.davidmoten.odata.client.CollectionPage<Process>Alert. getProcesses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type Process Modifier and Type Method Description Alert.BuilderAlert.Builder. processes(Process... processes)Method parameters in odata.msgraph.client.entity with type arguments of type Process Modifier and Type Method Description Alert.BuilderAlert.Builder. processes(List<Process> processes)AlertAlert. withProcesses(List<Process> processes)
-