Uses of Class
odata.msgraph.client.beta.enums.ActionSource
-
Packages that use ActionSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ActionSource in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ActionSource Modifier and Type Field Description protected ActionSourceApplyLabelAction. actionSourceprotected ActionSourceRecommendLabelAction. actionSourceMethods in odata.msgraph.client.beta.complex that return types with arguments of type ActionSource Modifier and Type Method Description Optional<ActionSource>ApplyLabelAction. getActionSource()Optional<ActionSource>RecommendLabelAction. getActionSource()Methods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-