Uses of Class
odata.msgraph.client.beta.entity.CountryRegion
-
Packages that use CountryRegion Package Description odata.msgraph.client.beta.entity -
-
Uses of CountryRegion in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CountryRegion Modifier and Type Method Description CountryRegionCountryRegion.Builder. build()CountryRegionCountryRegion. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CountryRegionCountryRegion. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CountryRegionCountryRegion. withAddressFormat(String addressFormat)CountryRegionCountryRegion. withCode(String code)CountryRegionCountryRegion. withDisplayName(String displayName)CountryRegionCountryRegion. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CountryRegionCountryRegion. withUnmappedField(String name, String value)
-