Package odata.msgraph.client.beta.entity
Class ImportedAppleDeviceIdentity.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ImportedAppleDeviceIdentity.Builder
-
- Enclosing class:
- ImportedAppleDeviceIdentity
public static final class ImportedAppleDeviceIdentity.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedAppleDeviceIdentitybuild()ImportedAppleDeviceIdentity.BuildercreatedDateTime(OffsetDateTime createdDateTime)“Created Date Time of the device”ImportedAppleDeviceIdentity.Builderdescription(String description)“The description of the device”ImportedAppleDeviceIdentity.BuilderdiscoverySource(DiscoverySource discoverySource)“Apple device discovery source.”ImportedAppleDeviceIdentity.BuilderenrollmentState(EnrollmentState enrollmentState)“The state of the device in Intune”ImportedAppleDeviceIdentity.Builderid(String id)ImportedAppleDeviceIdentity.BuilderisDeleted(Boolean isDeleted)“Indicates if the device is deleted from Apple Business Manager”ImportedAppleDeviceIdentity.BuilderisSupervised(Boolean isSupervised)“Indicates if the Apple device is supervised.ImportedAppleDeviceIdentity.BuilderlastContactedDateTime(OffsetDateTime lastContactedDateTime)“Last Contacted Date Time of the device”ImportedAppleDeviceIdentity.Builderplatform(Platform platform)“The platform of the Device.”ImportedAppleDeviceIdentity.BuilderrequestedEnrollmentProfileAssignmentDateTime(OffsetDateTime requestedEnrollmentProfileAssignmentDateTime)“The time enrollment profile was assigned to the device”ImportedAppleDeviceIdentity.BuilderrequestedEnrollmentProfileId(String requestedEnrollmentProfileId)“Enrollment profile Id admin intends to apply to the device during next enrollment”ImportedAppleDeviceIdentity.BuilderserialNumber(String serialNumber)“Device serial number”
-
-
-
Method Detail
-
id
public ImportedAppleDeviceIdentity.Builder id(String id)
-
createdDateTime
public ImportedAppleDeviceIdentity.Builder createdDateTime(OffsetDateTime createdDateTime)
“Created Date Time of the device”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public ImportedAppleDeviceIdentity.Builder description(String description)
“The description of the device”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
discoverySource
public ImportedAppleDeviceIdentity.Builder discoverySource(DiscoverySource discoverySource)
“Apple device discovery source.”- Parameters:
discoverySource- value ofdiscoverySourceproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enrollmentState
public ImportedAppleDeviceIdentity.Builder enrollmentState(EnrollmentState enrollmentState)
“The state of the device in Intune”- Parameters:
enrollmentState- value ofenrollmentStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isDeleted
public ImportedAppleDeviceIdentity.Builder isDeleted(Boolean isDeleted)
“Indicates if the device is deleted from Apple Business Manager”- Parameters:
isDeleted- value ofisDeletedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isSupervised
public ImportedAppleDeviceIdentity.Builder isSupervised(Boolean isSupervised)
“Indicates if the Apple device is supervised. More information is at: https:// support.apple.com/en-us/HT202837”- Parameters:
isSupervised- value ofisSupervisedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastContactedDateTime
public ImportedAppleDeviceIdentity.Builder lastContactedDateTime(OffsetDateTime lastContactedDateTime)
“Last Contacted Date Time of the device”- Parameters:
lastContactedDateTime- value oflastContactedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platform
public ImportedAppleDeviceIdentity.Builder platform(Platform platform)
“The platform of the Device.”- Parameters:
platform- value ofplatformproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
requestedEnrollmentProfileAssignmentDateTime
public ImportedAppleDeviceIdentity.Builder requestedEnrollmentProfileAssignmentDateTime(OffsetDateTime requestedEnrollmentProfileAssignmentDateTime)
“The time enrollment profile was assigned to the device”- Parameters:
requestedEnrollmentProfileAssignmentDateTime- value ofrequestedEnrollmentProfileAssignmentDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
requestedEnrollmentProfileId
public ImportedAppleDeviceIdentity.Builder requestedEnrollmentProfileId(String requestedEnrollmentProfileId)
“Enrollment profile Id admin intends to apply to the device during next enrollment”- Parameters:
requestedEnrollmentProfileId- value ofrequestedEnrollmentProfileIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
serialNumber
public ImportedAppleDeviceIdentity.Builder serialNumber(String serialNumber)
“Device serial number”- Parameters:
serialNumber- value ofserialNumberproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ImportedAppleDeviceIdentity build()
-
-