Uses of Class
com.oracle.bmc.identitydomains.model.MyDevicePushNotificationTarget
-
Packages that use MyDevicePushNotificationTarget Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyDevicePushNotificationTarget in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyDevicePushNotificationTarget Modifier and Type Method Description MyDevicePushNotificationTarget
MyDevicePushNotificationTarget.Builder. build()
MyDevicePushNotificationTarget
MyDevice. getPushNotificationTarget()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyDevicePushNotificationTarget Modifier and Type Method Description MyDevicePushNotificationTarget.Builder
MyDevicePushNotificationTarget.Builder. copy(MyDevicePushNotificationTarget model)
MyDevice.Builder
MyDevice.Builder. pushNotificationTarget(MyDevicePushNotificationTarget pushNotificationTarget)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyDevicePushNotificationTarget 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.
-