| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
CountryNamedLocation |
class |
IpNamedLocation |
| Modifier and Type | Method and Description |
|---|---|
NamedLocation |
NamedLocation.Builder.build() |
NamedLocation |
NamedLocation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
NamedLocation |
NamedLocation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
NamedLocation |
NamedLocation.withCreatedDateTime(OffsetDateTime createdDateTime) |
NamedLocation |
NamedLocation.withDisplayName(String displayName) |
NamedLocation |
NamedLocation.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
Copyright © 2018–2020. All rights reserved.