Package odata.msgraph.client.beta.entity
Class ImportedAppleDeviceIdentityResult.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ImportedAppleDeviceIdentityResult.Builder
-
- Enclosing class:
- ImportedAppleDeviceIdentityResult
public static final class ImportedAppleDeviceIdentityResult.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public ImportedAppleDeviceIdentityResult.Builder id(String id)
-
createdDateTime
public ImportedAppleDeviceIdentityResult.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public ImportedAppleDeviceIdentityResult.Builder description(String description)
-
discoverySource
public ImportedAppleDeviceIdentityResult.Builder discoverySource(DiscoverySource discoverySource)
-
enrollmentState
public ImportedAppleDeviceIdentityResult.Builder enrollmentState(EnrollmentState enrollmentState)
-
isDeleted
public ImportedAppleDeviceIdentityResult.Builder isDeleted(Boolean isDeleted)
-
isSupervised
public ImportedAppleDeviceIdentityResult.Builder isSupervised(Boolean isSupervised)
-
lastContactedDateTime
public ImportedAppleDeviceIdentityResult.Builder lastContactedDateTime(OffsetDateTime lastContactedDateTime)
-
platform
public ImportedAppleDeviceIdentityResult.Builder platform(Platform platform)
-
requestedEnrollmentProfileAssignmentDateTime
public ImportedAppleDeviceIdentityResult.Builder requestedEnrollmentProfileAssignmentDateTime(OffsetDateTime requestedEnrollmentProfileAssignmentDateTime)
-
requestedEnrollmentProfileId
public ImportedAppleDeviceIdentityResult.Builder requestedEnrollmentProfileId(String requestedEnrollmentProfileId)
-
serialNumber
public ImportedAppleDeviceIdentityResult.Builder serialNumber(String serialNumber)
-
status
public ImportedAppleDeviceIdentityResult.Builder status(Boolean status)
“Status of imported device identity”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ImportedAppleDeviceIdentityResult build()
-
-