Uses of Class
odata.msgraph.client.beta.complex.WindowsMalwareExecutionStateCount
-
Packages that use WindowsMalwareExecutionStateCount Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsMalwareExecutionStateCount in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type WindowsMalwareExecutionStateCount Modifier and Type Field Description protected List<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. malwareExecutionStateSummaryMethods in odata.msgraph.client.beta.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, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareExecutionStateCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. getMalwareExecutionStateSummary()“Count of devices per malware execution state”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareExecutionStateCount>WindowsMalwareOverview. getMalwareExecutionStateSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“Count of devices per malware execution state”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareExecutionStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareExecutionStateSummary(WindowsMalwareExecutionStateCount... malwareExecutionStateSummary)“Count of devices per malware execution state”Method parameters in odata.msgraph.client.beta.complex with type arguments of type WindowsMalwareExecutionStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareExecutionStateSummary(List<WindowsMalwareExecutionStateCount> malwareExecutionStateSummary)“Count of devices per malware execution state”
-