Package odata.msgraph.client.beta.entity
Class ImportedDeviceIdentityResult.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ImportedDeviceIdentityResult.Builder
-
- Enclosing class:
- ImportedDeviceIdentityResult
public static final class ImportedDeviceIdentityResult.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedDeviceIdentityResultbuild()ImportedDeviceIdentityResult.BuildercreatedDateTime(OffsetDateTime createdDateTime)ImportedDeviceIdentityResult.Builderdescription(String description)ImportedDeviceIdentityResult.BuilderenrollmentState(EnrollmentState enrollmentState)ImportedDeviceIdentityResult.Builderid(String id)ImportedDeviceIdentityResult.BuilderimportedDeviceIdentifier(String importedDeviceIdentifier)ImportedDeviceIdentityResult.BuilderimportedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)ImportedDeviceIdentityResult.BuilderlastContactedDateTime(OffsetDateTime lastContactedDateTime)ImportedDeviceIdentityResult.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ImportedDeviceIdentityResult.Builderplatform(Platform platform)ImportedDeviceIdentityResult.Builderstatus(Boolean status)“Status of imported device identity”
-
-
-
Method Detail
-
id
public ImportedDeviceIdentityResult.Builder id(String id)
-
createdDateTime
public ImportedDeviceIdentityResult.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public ImportedDeviceIdentityResult.Builder description(String description)
-
enrollmentState
public ImportedDeviceIdentityResult.Builder enrollmentState(EnrollmentState enrollmentState)
-
importedDeviceIdentifier
public ImportedDeviceIdentityResult.Builder importedDeviceIdentifier(String importedDeviceIdentifier)
-
importedDeviceIdentityType
public ImportedDeviceIdentityResult.Builder importedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)
-
lastContactedDateTime
public ImportedDeviceIdentityResult.Builder lastContactedDateTime(OffsetDateTime lastContactedDateTime)
-
lastModifiedDateTime
public ImportedDeviceIdentityResult.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
platform
public ImportedDeviceIdentityResult.Builder platform(Platform platform)
-
status
public ImportedDeviceIdentityResult.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 ImportedDeviceIdentityResult build()
-
-