Package odata.msgraph.client.beta.entity
Class WindowsInformationProtectionWipeAction.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsInformationProtectionWipeAction.Builder
-
- Enclosing class:
- WindowsInformationProtectionWipeAction
public static final class WindowsInformationProtectionWipeAction.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsInformationProtectionWipeAction.Builder id(String id)
-
lastCheckInDateTime
public WindowsInformationProtectionWipeAction.Builder lastCheckInDateTime(OffsetDateTime lastCheckInDateTime)
“Last checkin time of the device that was targeted by this wipe action.”- Parameters:
lastCheckInDateTime- value oflastCheckInDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public WindowsInformationProtectionWipeAction.Builder status(ActionState status)
“Wipe action status.”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
targetedDeviceMacAddress
public WindowsInformationProtectionWipeAction.Builder targetedDeviceMacAddress(String targetedDeviceMacAddress)
“Targeted device Mac address.”- Parameters:
targetedDeviceMacAddress- value oftargetedDeviceMacAddressproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
targetedDeviceName
public WindowsInformationProtectionWipeAction.Builder targetedDeviceName(String targetedDeviceName)
“Targeted device name.”- Parameters:
targetedDeviceName- value oftargetedDeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
targetedDeviceRegistrationId
public WindowsInformationProtectionWipeAction.Builder targetedDeviceRegistrationId(String targetedDeviceRegistrationId)
“The DeviceRegistrationId being targeted by this wipe action.”- Parameters:
targetedDeviceRegistrationId- value oftargetedDeviceRegistrationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
targetedUserId
public WindowsInformationProtectionWipeAction.Builder targetedUserId(String targetedUserId)
“The UserId being targeted by this wipe action.”- Parameters:
targetedUserId- value oftargetedUserIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsInformationProtectionWipeAction build()
-
-