Uses of Class
odata.msgraph.client.beta.entity.NamedLocation
-
Packages that use NamedLocation Package Description odata.msgraph.client.beta.entity -
-
Uses of NamedLocation in odata.msgraph.client.beta.entity
Subclasses of NamedLocation in odata.msgraph.client.beta.entity Modifier and Type Class Description classCountryNamedLocationclassIpNamedLocationMethods in odata.msgraph.client.beta.entity that return NamedLocation Modifier and Type Method Description NamedLocationNamedLocation.Builder. build()NamedLocationNamedLocation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NamedLocationNamedLocation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NamedLocationNamedLocation. withCreatedDateTime(OffsetDateTime createdDateTime)NamedLocationNamedLocation. withDisplayName(String displayName)NamedLocationNamedLocation. withModifiedDateTime(OffsetDateTime modifiedDateTime)NamedLocationNamedLocation. withUnmappedField(String name, String value)
-