Uses of Class
com.oracle.bmc.identitydomains.model.MyDevice.Platform
-
Packages that use MyDevice.Platform Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyDevice.Platform in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyDevice.Platform Modifier and Type Method Description static MyDevice.Platform
MyDevice.Platform. create(String key)
MyDevice.Platform
MyDevice. getPlatform()
Device Platformstatic MyDevice.Platform
MyDevice.Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyDevice.Platform[]
MyDevice.Platform. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyDevice.Platform Modifier and Type Method Description MyDevice.Builder
MyDevice.Builder. platform(MyDevice.Platform platform)
Device PlatformConstructors in com.oracle.bmc.identitydomains.model with parameters of type MyDevice.Platform Constructor Description MyDevice(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String externalId, String displayName, MyDevice.Platform platform, MyDevice.Status status, String reason, String deviceType, String appVersion, String packageId, String lastSyncTime, String lastValidatedTime, Boolean isCompliant, String countryCode, String phoneNumber, Boolean isAccRecEnabled, String deviceUUID, String basePublicKey, String authenticationMethod, Integer expiresOn, String seedDekId, String seed, MyDeviceThirdPartyFactor thirdPartyFactor, MyDeviceUser user, MyDevicePushNotificationTarget pushNotificationTarget, List<MyDeviceAdditionalAttributes> additionalAttributes, List<MyDeviceAuthenticationFactors> authenticationFactors, List<MyDeviceNonCompliances> nonCompliances)
Deprecated.
-