Uses of Class
odata.msgraph.client.beta.entity.CountryNamedLocation
-
Packages that use CountryNamedLocation Package Description odata.msgraph.client.beta.entity -
-
Uses of CountryNamedLocation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CountryNamedLocation Modifier and Type Method Description CountryNamedLocationCountryNamedLocation.Builder. build()CountryNamedLocationCountryNamedLocation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CountryNamedLocationCountryNamedLocation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CountryNamedLocationCountryNamedLocation. withCountriesAndRegions(List<String> countriesAndRegions)CountryNamedLocationCountryNamedLocation. withCountryLookupMethod(CountryLookupMethodType countryLookupMethod)CountryNamedLocationCountryNamedLocation. withIncludeUnknownCountriesAndRegions(Boolean includeUnknownCountriesAndRegions)CountryNamedLocationCountryNamedLocation. withUnmappedField(String name, String value)
-