| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SideLoadingKey |
SideLoadingKey.Builder.build() |
SideLoadingKey |
SideLoadingKey.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SideLoadingKey |
SideLoadingKey.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SideLoadingKey |
SideLoadingKey.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
SideLoadingKey |
SideLoadingKey.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
SideLoadingKey |
SideLoadingKey.withLastUpdatedDateTime(String lastUpdatedDateTime)
Returns an immutable copy of
this with just the lastUpdatedDateTime field changed. |
SideLoadingKey |
SideLoadingKey.withTotalActivation(Integer totalActivation)
Returns an immutable copy of
this with just the totalActivation
field changed. |
SideLoadingKey |
SideLoadingKey.withValue(String value)
Returns an immutable copy of
this with just the value field
changed. |
Copyright © 2018–2020. All rights reserved.