Package odata.msgraph.client.beta.entity
Class WindowsQualityUpdateProfile.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsQualityUpdateProfile.Builder
-
- Enclosing class:
- WindowsQualityUpdateProfile
public static final class WindowsQualityUpdateProfile.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsQualityUpdateProfilebuild()WindowsQualityUpdateProfile.BuildercreatedDateTime(OffsetDateTime createdDateTime)“The date time that the profile was created.”WindowsQualityUpdateProfile.BuilderdeployableContentDisplayName(String deployableContentDisplayName)“Friendly display name of the quality update profile deployable content”WindowsQualityUpdateProfile.Builderdescription(String description)“The description of the profile which is specified by the user.”WindowsQualityUpdateProfile.BuilderdisplayName(String displayName)“The display name for the profile.”WindowsQualityUpdateProfile.BuilderexpeditedUpdateSettings(ExpeditedWindowsQualityUpdateSettings expeditedUpdateSettings)“Expedited update settings.”WindowsQualityUpdateProfile.Builderid(String id)WindowsQualityUpdateProfile.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“The date time that the profile was last modified.”WindowsQualityUpdateProfile.BuilderreleaseDateDisplayName(String releaseDateDisplayName)“Friendly release date to display for a Quality Update release”WindowsQualityUpdateProfile.BuilderroleScopeTagIds(String... roleScopeTagIds)“List of Scope Tags for this Quality Update entity.”WindowsQualityUpdateProfile.BuilderroleScopeTagIds(List<String> roleScopeTagIds)“List of Scope Tags for this Quality Update entity.”WindowsQualityUpdateProfile.BuilderroleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)“List of Scope Tags for this Quality Update entity.”
-
-
-
Method Detail
-
id
public WindowsQualityUpdateProfile.Builder id(String id)
-
createdDateTime
public WindowsQualityUpdateProfile.Builder createdDateTime(OffsetDateTime createdDateTime)
“The date time that the profile was created.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deployableContentDisplayName
public WindowsQualityUpdateProfile.Builder deployableContentDisplayName(String deployableContentDisplayName)
“Friendly display name of the quality update profile deployable content”- Parameters:
deployableContentDisplayName- value ofdeployableContentDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public WindowsQualityUpdateProfile.Builder description(String description)
“The description of the profile which is specified by the user.”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public WindowsQualityUpdateProfile.Builder displayName(String displayName)
“The display name for the profile.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
expeditedUpdateSettings
public WindowsQualityUpdateProfile.Builder expeditedUpdateSettings(ExpeditedWindowsQualityUpdateSettings expeditedUpdateSettings)
“Expedited update settings.”- Parameters:
expeditedUpdateSettings- value ofexpeditedUpdateSettingsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public WindowsQualityUpdateProfile.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date time that the profile was last modified.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
releaseDateDisplayName
public WindowsQualityUpdateProfile.Builder releaseDateDisplayName(String releaseDateDisplayName)
“Friendly release date to display for a Quality Update release”- Parameters:
releaseDateDisplayName- value ofreleaseDateDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public WindowsQualityUpdateProfile.Builder roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Quality Update entity.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public WindowsQualityUpdateProfile.Builder roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this Quality Update entity.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIdsNextLink
public WindowsQualityUpdateProfile.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Quality Update entity.”- Parameters:
roleScopeTagIdsNextLink- value ofroleScopeTagIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsQualityUpdateProfile build()
-
-