Uses of Class
org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
-
Packages that use DeprecationInfoResponse.DeprecationIssue.Level Package Description org.elasticsearch.client.migration -
-
Uses of DeprecationInfoResponse.DeprecationIssue.Level in org.elasticsearch.client.migration
Methods in org.elasticsearch.client.migration that return DeprecationInfoResponse.DeprecationIssue.Level Modifier and Type Method Description static DeprecationInfoResponse.DeprecationIssue.LevelDeprecationInfoResponse.DeprecationIssue.Level. fromString(String value)DeprecationInfoResponse.DeprecationIssue.LevelDeprecationInfoResponse.DeprecationIssue. getLevel()static DeprecationInfoResponse.DeprecationIssue.LevelDeprecationInfoResponse.DeprecationIssue.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static DeprecationInfoResponse.DeprecationIssue.Level[]DeprecationInfoResponse.DeprecationIssue.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.migration with parameters of type DeprecationInfoResponse.DeprecationIssue.Level Constructor Description DeprecationIssue(DeprecationInfoResponse.DeprecationIssue.Level level, String message, String url, String details)
-