Package odata.msgraph.client.beta.entity
Class WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder
-
- Enclosing class:
- WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus
public static final class WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder id(String id)
-
deploymentStatus
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder deploymentStatus(WindowsDefenderApplicationControlSupplementalPolicyStatuses deploymentStatus)
“The deployment state of the policy.”- Parameters:
deploymentStatus- value ofdeploymentStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceId
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder deviceId(String deviceId)
“Device ID.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceName
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder deviceName(String deviceName)
“Device name.”- Parameters:
deviceName- value ofdeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastSyncDateTime
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder lastSyncDateTime(OffsetDateTime lastSyncDateTime)
“Last sync date time.”- Parameters:
lastSyncDateTime- value oflastSyncDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
osDescription
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder osDescription(String osDescription)
“Windows OS Version Description.”- Parameters:
osDescription- value ofosDescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
osVersion
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder osVersion(String osVersion)
“Windows OS Version.”- Parameters:
osVersion- value ofosVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
policyVersion
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder policyVersion(String policyVersion)
“Human readable version of the WindowsDefenderApplicationControl supplemental policy.”- Parameters:
policyVersion- value ofpolicyVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userName
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder userName(String userName)
“The name of the user of this device.”- Parameters:
userName- value ofuserNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userPrincipalName
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder userPrincipalName(String userPrincipalName)
“User Principal Name.”- Parameters:
userPrincipalName- value ofuserPrincipalNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus build()
-
-