Uses of Class
odata.msgraph.client.beta.enums.ImportedDeviceIdentityType
-
Packages that use ImportedDeviceIdentityType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ImportedDeviceIdentityType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ImportedDeviceIdentityType Modifier and Type Field Description protected ImportedDeviceIdentityTypeImportedDeviceIdentity. importedDeviceIdentityTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ImportedDeviceIdentityType Modifier and Type Method Description Optional<ImportedDeviceIdentityType>ImportedDeviceIdentity. getImportedDeviceIdentityType()“Type of Imported Device Identity”Methods in odata.msgraph.client.beta.entity with parameters of type ImportedDeviceIdentityType Modifier and Type Method Description ImportedDeviceIdentity.BuilderImportedDeviceIdentity.Builder. importedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)“Type of Imported Device Identity”ImportedDeviceIdentityResult.BuilderImportedDeviceIdentityResult.Builder. importedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)ImportedDeviceIdentityImportedDeviceIdentity. withImportedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)Returns an immutable copy ofthiswith just theimportedDeviceIdentityTypefield changed. -
Uses of ImportedDeviceIdentityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ImportedDeviceIdentityType Modifier and Type Method Description static ImportedDeviceIdentityTypeImportedDeviceIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedDeviceIdentityType[]ImportedDeviceIdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-