Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static MyDevice.Status |
MyDevice.Status.create(String key) |
MyDevice.Status |
MyDevice.getStatus()
Device Status
|
static MyDevice.Status |
MyDevice.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyDevice.Status[] |
MyDevice.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MyDevice.Builder |
MyDevice.Builder.status(MyDevice.Status status)
Device Status
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.