Package odata.msgraph.client.beta.entity
Class MacOSSoftwareUpdateStateSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MacOSSoftwareUpdateStateSummary.Builder
-
- Enclosing class:
- MacOSSoftwareUpdateStateSummary
public static final class MacOSSoftwareUpdateStateSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSSoftwareUpdateStateSummarybuild()MacOSSoftwareUpdateStateSummary.BuilderdisplayName(String displayName)“Human readable name of the software update”MacOSSoftwareUpdateStateSummary.Builderid(String id)MacOSSoftwareUpdateStateSummary.BuilderlastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)“Last date time the report for this device and product key was updated.”MacOSSoftwareUpdateStateSummary.BuilderproductKey(String productKey)“Product key of the software update.”MacOSSoftwareUpdateStateSummary.Builderstate(MacOSSoftwareUpdateState state)“State of the software update”MacOSSoftwareUpdateStateSummary.BuilderupdateCategory(MacOSSoftwareUpdateCategory updateCategory)“Software update category”MacOSSoftwareUpdateStateSummary.BuilderupdateVersion(String updateVersion)“Version of the software update”
-
-
-
Method Detail
-
id
public MacOSSoftwareUpdateStateSummary.Builder id(String id)
-
displayName
public MacOSSoftwareUpdateStateSummary.Builder displayName(String displayName)
“Human readable name of the software update”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdatedDateTime
public MacOSSoftwareUpdateStateSummary.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
“Last date time the report for this device and product key was updated.”- Parameters:
lastUpdatedDateTime- value oflastUpdatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productKey
public MacOSSoftwareUpdateStateSummary.Builder productKey(String productKey)
“Product key of the software update.”- Parameters:
productKey- value ofproductKeyproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
state
public MacOSSoftwareUpdateStateSummary.Builder state(MacOSSoftwareUpdateState state)
“State of the software update”- Parameters:
state- value ofstateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
updateCategory
public MacOSSoftwareUpdateStateSummary.Builder updateCategory(MacOSSoftwareUpdateCategory updateCategory)
“Software update category”- Parameters:
updateCategory- value ofupdateCategoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
updateVersion
public MacOSSoftwareUpdateStateSummary.Builder updateVersion(String updateVersion)
“Version of the software update”- Parameters:
updateVersion- value ofupdateVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSSoftwareUpdateStateSummary build()
-
-