Uses of Class
odata.msgraph.client.complex.WindowsMalwareExecutionStateCount
-
Packages that use WindowsMalwareExecutionStateCount Package Description odata.msgraph.client.complex -
-
Uses of WindowsMalwareExecutionStateCount in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type WindowsMalwareExecutionStateCount Modifier and Type Field Description protected List<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. malwareExecutionStateSummaryMethods in odata.msgraph.client.complex that return WindowsMalwareExecutionStateCount Modifier and Type Method Description WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount.Builder. build()WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount. withDeviceCount(Integer deviceCount)Returns an immutable copy ofthiswith just thedeviceCountfield changed.WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount. withExecutionState(WindowsMalwareExecutionState executionState)Returns an immutable copy ofthiswith just theexecutionStatefield changed.WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type WindowsMalwareExecutionStateCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. getMalwareExecutionStateSummary()“List of device counts per malware execution state”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. getMalwareExecutionStateSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of device counts per malware execution state”Methods in odata.msgraph.client.complex with parameters of type WindowsMalwareExecutionStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareExecutionStateSummary(WindowsMalwareExecutionStateCount... malwareExecutionStateSummary)“List of device counts per malware execution state”Method parameters in odata.msgraph.client.complex with type arguments of type WindowsMalwareExecutionStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareExecutionStateSummary(List<WindowsMalwareExecutionStateCount> malwareExecutionStateSummary)“List of device counts per malware execution state”
-