Uses of Class
odata.msgraph.client.complex.InvestigationSecurityState
-
Packages that use InvestigationSecurityState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of InvestigationSecurityState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return InvestigationSecurityState Modifier and Type Method Description InvestigationSecurityStateInvestigationSecurityState.Builder. build()InvestigationSecurityStateInvestigationSecurityState. withName(String name)InvestigationSecurityStateInvestigationSecurityState. withStatus(String status)InvestigationSecurityStateInvestigationSecurityState. withUnmappedField(String name, Object value) -
Uses of InvestigationSecurityState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type InvestigationSecurityState Modifier and Type Field Description protected List<InvestigationSecurityState>Alert. investigationSecurityStatesMethods in odata.msgraph.client.entity that return types with arguments of type InvestigationSecurityState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<InvestigationSecurityState>Alert. getInvestigationSecurityStates()com.github.davidmoten.odata.client.CollectionPage<InvestigationSecurityState>Alert. getInvestigationSecurityStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type InvestigationSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. investigationSecurityStates(InvestigationSecurityState... investigationSecurityStates)Method parameters in odata.msgraph.client.entity with type arguments of type InvestigationSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. investigationSecurityStates(List<InvestigationSecurityState> investigationSecurityStates)AlertAlert. withInvestigationSecurityStates(List<InvestigationSecurityState> investigationSecurityStates)
-