Uses of Class
odata.msgraph.client.complex.MalwareState
-
Packages that use MalwareState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MalwareState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MalwareState Modifier and Type Method Description MalwareStateMalwareState.Builder. build()MalwareStateMalwareState. withCategory(String category)MalwareStateMalwareState. withFamily(String family)MalwareStateMalwareState. withName(String name)MalwareStateMalwareState. withSeverity(String severity)MalwareStateMalwareState. withUnmappedField(String name, Object value)MalwareStateMalwareState. withWasRunning(Boolean wasRunning) -
Uses of MalwareState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MalwareState Modifier and Type Field Description protected List<MalwareState>Alert. malwareStatesMethods in odata.msgraph.client.entity that return types with arguments of type MalwareState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MalwareState>Alert. getMalwareStates()com.github.davidmoten.odata.client.CollectionPage<MalwareState>Alert. getMalwareStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type MalwareState Modifier and Type Method Description Alert.BuilderAlert.Builder. malwareStates(MalwareState... malwareStates)Method parameters in odata.msgraph.client.entity with type arguments of type MalwareState Modifier and Type Method Description Alert.BuilderAlert.Builder. malwareStates(List<MalwareState> malwareStates)AlertAlert. withMalwareStates(List<MalwareState> malwareStates)
-