| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Process |
Process.Builder.build() |
Process |
Process.withAccountName(String accountName) |
Process |
Process.withCommandLine(String commandLine) |
Process |
Process.withCreatedDateTime(OffsetDateTime createdDateTime) |
Process |
Process.withFileHash(FileHash fileHash) |
Process |
Process.withIntegrityLevel(ProcessIntegrityLevel integrityLevel) |
Process |
Process.withIsElevated(Boolean isElevated) |
Process |
Process.withName(String name) |
Process |
Process.withParentProcessCreatedDateTime(OffsetDateTime parentProcessCreatedDateTime) |
Process |
Process.withParentProcessId(Integer parentProcessId) |
Process |
Process.withParentProcessName(String parentProcessName) |
Process |
Process.withPath(String path) |
Process |
Process.withProcessId(Integer processId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Process> |
Alert.processes |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Alert.Builder |
Alert.Builder.processes(Process... processes) |
| Modifier and Type | Method and Description |
|---|---|
Alert.Builder |
Alert.Builder.processes(List<Process> processes) |
Copyright © 2018–2020. All rights reserved.