Uses of Class
odata.msgraph.client.enums.ClickSource
-
Packages that use ClickSource Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ClickSource in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ClickSource Modifier and Type Field Description protected ClickSourceUserSimulationEventInfo. clickSourceMethods in odata.msgraph.client.complex that return types with arguments of type ClickSource Modifier and Type Method Description Optional<ClickSource>UserSimulationEventInfo. getClickSource()Methods in odata.msgraph.client.complex with parameters of type ClickSource Modifier and Type Method Description UserSimulationEventInfo.BuilderUserSimulationEventInfo.Builder. clickSource(ClickSource clickSource)UserSimulationEventInfoUserSimulationEventInfo. withClickSource(ClickSource clickSource) -
Uses of ClickSource in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ClickSource Modifier and Type Method Description static ClickSourceClickSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickSource[]ClickSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-