Uses of Class
odata.msgraph.client.beta.enums.CountryLookupMethodType
-
Packages that use CountryLookupMethodType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CountryLookupMethodType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CountryLookupMethodType Modifier and Type Field Description protected CountryLookupMethodTypeCountryNamedLocation. countryLookupMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type CountryLookupMethodType Modifier and Type Method Description Optional<CountryLookupMethodType>CountryNamedLocation. getCountryLookupMethod()Methods in odata.msgraph.client.beta.entity with parameters of type CountryLookupMethodType Modifier and Type Method Description CountryNamedLocation.BuilderCountryNamedLocation.Builder. countryLookupMethod(CountryLookupMethodType countryLookupMethod)CountryNamedLocationCountryNamedLocation. withCountryLookupMethod(CountryLookupMethodType countryLookupMethod) -
Uses of CountryLookupMethodType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CountryLookupMethodType Modifier and Type Method Description static CountryLookupMethodTypeCountryLookupMethodType. valueOf(String name)Returns 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.
-