Uses of Class
odata.msgraph.client.beta.enums.Platform
-
Packages that use Platform Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of Platform in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Platform Modifier and Type Field Description protected PlatformImportedAppleDeviceIdentity. platformprotected PlatformImportedDeviceIdentity. platformMethods in odata.msgraph.client.beta.entity that return types with arguments of type Platform Modifier and Type Method Description Optional<Platform>ImportedAppleDeviceIdentity. getPlatform()“The platform of the Device.”Optional<Platform>ImportedDeviceIdentity. getPlatform()“The platform of the Device.”Methods in odata.msgraph.client.beta.entity with parameters of type Platform Modifier and Type Method Description ImportedAppleDeviceIdentity.BuilderImportedAppleDeviceIdentity.Builder. platform(Platform platform)“The platform of the Device.”ImportedAppleDeviceIdentityResult.BuilderImportedAppleDeviceIdentityResult.Builder. platform(Platform platform)ImportedDeviceIdentity.BuilderImportedDeviceIdentity.Builder. platform(Platform platform)“The platform of the Device.”ImportedDeviceIdentityResult.BuilderImportedDeviceIdentityResult.Builder. platform(Platform platform)ImportedAppleDeviceIdentityImportedAppleDeviceIdentity. withPlatform(Platform platform)Returns an immutable copy ofthiswith just theplatformfield changed.ImportedDeviceIdentityImportedDeviceIdentity. withPlatform(Platform platform)Returns an immutable copy ofthiswith just theplatformfield changed. -
Uses of Platform in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Platform Modifier and Type Method Description static PlatformPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static Platform[]Platform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-