Uses of Class
odata.msgraph.client.security.enums.IndicatorSource
-
Packages that use IndicatorSource Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of IndicatorSource in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as IndicatorSource Modifier and Type Field Description protected IndicatorSourceIndicator. sourceMethods in odata.msgraph.client.security.entity that return types with arguments of type IndicatorSource Modifier and Type Method Description Optional<IndicatorSource>Indicator. getSource()Methods in odata.msgraph.client.security.entity with parameters of type IndicatorSource Modifier and Type Method Description ArticleIndicator.BuilderArticleIndicator.Builder. source(IndicatorSource source)IntelligenceProfileIndicator.BuilderIntelligenceProfileIndicator.Builder. source(IndicatorSource source)IndicatorIndicator. withSource(IndicatorSource source) -
Uses of IndicatorSource in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return IndicatorSource Modifier and Type Method Description static IndicatorSourceIndicatorSource. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicatorSource[]IndicatorSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-