| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.Builder.build() |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.withFeatureUpdateVersion(String featureUpdateVersion)
Returns an immutable copy of
this with just the featureUpdateVersion field changed. |
WindowsFeatureUpdateProfile |
WindowsFeatureUpdateProfile.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
Copyright © 2018–2020. All rights reserved.