Uses of Class
microsoft.graph.security.enums.ActionSource
-
Packages that use ActionSource Package Description microsoft.graph.security.complex microsoft.graph.security.enums -
-
Uses of ActionSource in microsoft.graph.security.complex
Fields in microsoft.graph.security.complex declared as ActionSource Modifier and Type Field Description protected ActionSourceApplyLabelAction. actionSourceprotected ActionSourceRecommendLabelAction. actionSourceMethods in microsoft.graph.security.complex that return types with arguments of type ActionSource Modifier and Type Method Description Optional<ActionSource>ApplyLabelAction. getActionSource()Optional<ActionSource>RecommendLabelAction. getActionSource()Methods in microsoft.graph.security.complex with parameters of type ActionSource Modifier and Type Method Description ApplyLabelAction.BuilderApplyLabelAction.Builder. actionSource(ActionSource actionSource)RecommendLabelAction.BuilderRecommendLabelAction.Builder. actionSource(ActionSource actionSource)ApplyLabelActionApplyLabelAction. withActionSource(ActionSource actionSource)RecommendLabelActionRecommendLabelAction. withActionSource(ActionSource actionSource) -
Uses of ActionSource in microsoft.graph.security.enums
Methods in microsoft.graph.security.enums that return ActionSource Modifier and Type Method Description static ActionSourceActionSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionSource[]ActionSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-