Package odata.msgraph.client.beta.entity
Class ImportedDeviceIdentity.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ImportedDeviceIdentity.Builder
-
- Enclosing class:
- ImportedDeviceIdentity
public static final class ImportedDeviceIdentity.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public ImportedDeviceIdentity.Builder id(String id)
-
createdDateTime
public ImportedDeviceIdentity.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 ImportedDeviceIdentity.Builder description(String description)
“The description of the device”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enrollmentState
public ImportedDeviceIdentity.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)
-
importedDeviceIdentifier
public ImportedDeviceIdentity.Builder importedDeviceIdentifier(String importedDeviceIdentifier)
“Imported Device Identifier”- Parameters:
importedDeviceIdentifier- value ofimportedDeviceIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
importedDeviceIdentityType
public ImportedDeviceIdentity.Builder importedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)
“Type of Imported Device Identity”- Parameters:
importedDeviceIdentityType- value ofimportedDeviceIdentityTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastContactedDateTime
public ImportedDeviceIdentity.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)
-
lastModifiedDateTime
public ImportedDeviceIdentity.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“Last Modified DateTime of the description”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platform
public ImportedDeviceIdentity.Builder platform(Platform platform)
“The platform of the Device.”- Parameters:
platform- value ofplatformproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ImportedDeviceIdentity build()
-
-