Uses of Class
odata.msgraph.client.enums.SelectionLikelihoodInfo
-
Packages that use SelectionLikelihoodInfo Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of SelectionLikelihoodInfo in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as SelectionLikelihoodInfo Modifier and Type Field Description protected SelectionLikelihoodInfoScoredEmailAddress. selectionLikelihoodMethods in odata.msgraph.client.complex that return types with arguments of type SelectionLikelihoodInfo Modifier and Type Method Description Optional<SelectionLikelihoodInfo>ScoredEmailAddress. getSelectionLikelihood()Methods in odata.msgraph.client.complex with parameters of type SelectionLikelihoodInfo Modifier and Type Method Description ScoredEmailAddress.BuilderScoredEmailAddress.Builder. selectionLikelihood(SelectionLikelihoodInfo selectionLikelihood)ScoredEmailAddressScoredEmailAddress. withSelectionLikelihood(SelectionLikelihoodInfo selectionLikelihood) -
Uses of SelectionLikelihoodInfo in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SelectionLikelihoodInfo Modifier and Type Method Description static SelectionLikelihoodInfoSelectionLikelihoodInfo. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectionLikelihoodInfo[]SelectionLikelihoodInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.
-