Uses of Enum
com.microsoft.graph.models.CountryLookupMethodType
Packages that use CountryLookupMethodType
-
Uses of CountryLookupMethodType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CountryLookupMethodTypeModifier and TypeMethodDescriptionstatic CountryLookupMethodTypeCountryNamedLocation.getCountryLookupMethod()Gets the countryLookupMethod property value.static CountryLookupMethodTypeReturns the enum constant of this type with the specified name.static CountryLookupMethodType[]CountryLookupMethodType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type CountryLookupMethodTypeModifier and TypeMethodDescriptionvoidCountryNamedLocation.setCountryLookupMethod(CountryLookupMethodType value) Sets the countryLookupMethod property value.