You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-api/src/main/java/com/optimizely/ab/Optimizely.java
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -373,9 +373,7 @@ public void track(@Nonnull String eventName,
373
373
* False if the feature is disabled.
374
374
* False if the feature is not found.
375
375
*
376
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -393,9 +391,7 @@ public Boolean isFeatureEnabled(@Nonnull String featureKey,
393
391
* False if the feature is disabled.
394
392
* False if the feature is not found.
395
393
*
396
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -508,9 +499,7 @@ public Boolean getFeatureVariableBoolean(@Nonnull String featureKey,
508
499
*
509
500
*
510
501
*
511
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -535,9 +524,7 @@ public Boolean getFeatureVariableBoolean(@Nonnull String featureKey,
535
524
* @return The Double value of the double single variable feature.
536
525
* Null if the feature or variable could not be found.
537
526
*
538
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -555,9 +542,7 @@ public Double getFeatureVariableDouble(@Nonnull String featureKey,
555
542
* @return The Double value of the double single variable feature.
556
543
* Null if the feature or variable could not be found.
557
544
*
558
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -590,9 +575,7 @@ public Double getFeatureVariableDouble(@Nonnull String featureKey,
590
575
* @return The Integer value of the integer single variable feature.
591
576
* Null if the feature or variable could not be found.
592
577
*
593
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -610,9 +593,7 @@ public Integer getFeatureVariableInteger(@Nonnull String featureKey,
610
593
* @return The Integer value of the integer single variable feature.
611
594
* Null if the feature or variable could not be found.
612
595
*
613
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -646,9 +627,7 @@ public Integer getFeatureVariableInteger(@Nonnull String featureKey,
646
627
* @return The String value of the string single variable feature.
647
628
* Null if the feature or variable could not be found.
648
629
*
649
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -666,9 +645,7 @@ public String getFeatureVariableString(@Nonnull String featureKey,
666
645
* @return The String value of the string single variable feature.
667
646
* Null if the feature or variable could not be found.
668
647
*
669
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -692,9 +669,7 @@ public String getFeatureVariableString(@Nonnull String featureKey,
692
669
* @return An OptimizelyJSON instance for the JSON variable value.
693
670
* Null if the feature or variable could not be found.
694
671
*
695
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -712,9 +687,7 @@ public OptimizelyJSON getFeatureVariableJSON(@Nonnull String featureKey,
712
687
* @return An OptimizelyJSON instance for the JSON variable value.
713
688
* Null if the feature or variable could not be found.
714
689
*
715
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
* @return An OptimizelyJSON instance for all variable values.
866
839
* Null if the feature could not be found.
867
840
*
868
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -883,9 +854,7 @@ public OptimizelyJSON getAllFeatureVariables(@Nonnull String featureKey,
883
854
* @return An OptimizelyJSON instance for all variable values.
884
855
* Null if the feature could not be found.
885
856
*
886
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
@@ -969,9 +938,7 @@ public OptimizelyJSON getAllFeatureVariables(@Nonnull String featureKey,
969
938
* @return List of the feature keys that are enabled for the user if the userId is empty it will
970
939
* return Empty List.
971
940
*
972
-
* @deprecated use __decide__ API instead. Refer to [the migration guide] (https://docs.developers.optimizely.com/full-stack/v4.0/docs/migrate-from-older-versions-java)
0 commit comments