Uses of Class
com.algolia.search.models.common.RetryOutcome
-
Packages that use RetryOutcome Package Description com.algolia.search.models.common -
-
Uses of RetryOutcome in com.algolia.search.models.common
Methods in com.algolia.search.models.common that return RetryOutcome Modifier and Type Method Description static RetryOutcomeRetryOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryOutcome[]RetryOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-