Package odata.msgraph.client.beta.entity
Class WindowsDefenderApplicationControlSupplementalPolicy.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsDefenderApplicationControlSupplementalPolicy.Builder
-
- Enclosing class:
- WindowsDefenderApplicationControlSupplementalPolicy
public static final class WindowsDefenderApplicationControlSupplementalPolicy.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsDefenderApplicationControlSupplementalPolicybuild()WindowsDefenderApplicationControlSupplementalPolicy.Buildercontent(byte[] content)“The WindowsDefenderApplicationControl supplemental policy content in byte array format.”WindowsDefenderApplicationControlSupplementalPolicy.BuildercontentFileName(String contentFileName)“The WindowsDefenderApplicationControl supplemental policy content's file name.”WindowsDefenderApplicationControlSupplementalPolicy.BuildercreationDateTime(OffsetDateTime creationDateTime)“The date and time when the WindowsDefenderApplicationControl supplemental policy was uploaded.”WindowsDefenderApplicationControlSupplementalPolicy.Builderdescription(String description)“The description of WindowsDefenderApplicationControl supplemental policy.”WindowsDefenderApplicationControlSupplementalPolicy.BuilderdisplayName(String displayName)“The display name of WindowsDefenderApplicationControl supplemental policy.”WindowsDefenderApplicationControlSupplementalPolicy.Builderid(String id)WindowsDefenderApplicationControlSupplementalPolicy.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“The date and time when the WindowsDefenderApplicationControl supplemental policy was last modified.”WindowsDefenderApplicationControlSupplementalPolicy.BuilderroleScopeTagIds(String... roleScopeTagIds)“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”WindowsDefenderApplicationControlSupplementalPolicy.BuilderroleScopeTagIds(List<String> roleScopeTagIds)“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”WindowsDefenderApplicationControlSupplementalPolicy.BuilderroleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”WindowsDefenderApplicationControlSupplementalPolicy.Builderversion(String version)“The WindowsDefenderApplicationControl supplemental policy's version.”
-
-
-
Method Detail
-
id
public WindowsDefenderApplicationControlSupplementalPolicy.Builder id(String id)
-
content
public WindowsDefenderApplicationControlSupplementalPolicy.Builder content(byte[] content)
“The WindowsDefenderApplicationControl supplemental policy content in byte array format.”- Parameters:
content- value ofcontentproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
contentFileName
public WindowsDefenderApplicationControlSupplementalPolicy.Builder contentFileName(String contentFileName)
“The WindowsDefenderApplicationControl supplemental policy content's file name.”- Parameters:
contentFileName- value ofcontentFileNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
creationDateTime
public WindowsDefenderApplicationControlSupplementalPolicy.Builder creationDateTime(OffsetDateTime creationDateTime)
“The date and time when the WindowsDefenderApplicationControl supplemental policy was uploaded.”- Parameters:
creationDateTime- value ofcreationDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public WindowsDefenderApplicationControlSupplementalPolicy.Builder description(String description)
“The description of WindowsDefenderApplicationControl supplemental policy.”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public WindowsDefenderApplicationControlSupplementalPolicy.Builder displayName(String displayName)
“The display name of WindowsDefenderApplicationControl supplemental policy.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public WindowsDefenderApplicationControlSupplementalPolicy.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date and time when the WindowsDefenderApplicationControl supplemental policy was last modified.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public WindowsDefenderApplicationControlSupplementalPolicy.Builder roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public WindowsDefenderApplicationControlSupplementalPolicy.Builder roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIdsNextLink
public WindowsDefenderApplicationControlSupplementalPolicy.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity.”- Parameters:
roleScopeTagIdsNextLink- value ofroleScopeTagIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
version
public WindowsDefenderApplicationControlSupplementalPolicy.Builder version(String version)
“The WindowsDefenderApplicationControl supplemental policy's version.”- Parameters:
version- value ofversionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsDefenderApplicationControlSupplementalPolicy build()
-
-