Uses of Class
odata.msgraph.client.security.complex.Dictionary
-
Packages that use Dictionary Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of Dictionary in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as Dictionary Modifier and Type Field Description protected DictionaryKubernetesControllerEvidence. labelsprotected DictionaryKubernetesNamespaceEvidence. labelsprotected DictionaryKubernetesPodEvidence. labelsprotected DictionaryKubernetesServiceEvidence. labelsprotected DictionaryKubernetesServiceEvidence. selectorMethods in odata.msgraph.client.security.complex that return Dictionary Modifier and Type Method Description DictionaryDictionary.Builder. build()DictionaryDictionary. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type Dictionary Modifier and Type Method Description Optional<Dictionary>KubernetesControllerEvidence. getLabels()Optional<Dictionary>KubernetesNamespaceEvidence. getLabels()Optional<Dictionary>KubernetesPodEvidence. getLabels()Optional<Dictionary>KubernetesServiceEvidence. getLabels()Optional<Dictionary>KubernetesServiceEvidence. getSelector() -
Uses of Dictionary in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as Dictionary Modifier and Type Field Description protected DictionaryAlert. additionalDataMethods in odata.msgraph.client.security.entity that return types with arguments of type Dictionary Modifier and Type Method Description Optional<Dictionary>Alert. getAdditionalData()Methods in odata.msgraph.client.security.entity with parameters of type Dictionary Modifier and Type Method Description Alert.BuilderAlert.Builder. additionalData(Dictionary additionalData)AlertAlert. withAdditionalData(Dictionary additionalData)
-