Uses of Class
org.elasticsearch.client.license.LicensesStatus
-
Packages that use LicensesStatus Package Description org.elasticsearch.client.license -
-
Uses of LicensesStatus in org.elasticsearch.client.license
Methods in org.elasticsearch.client.license that return LicensesStatus Modifier and Type Method Description static LicensesStatusLicensesStatus. fromId(int id)static LicensesStatusLicensesStatus. fromString(String value)LicensesStatusPutLicenseResponse. status()static LicensesStatusLicensesStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicensesStatus[]LicensesStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.license with parameters of type LicensesStatus Constructor Description PutLicenseResponse(boolean acknowledged, LicensesStatus status)PutLicenseResponse(boolean acknowledged, LicensesStatus status, String acknowledgeHeader, Map<String,String[]> acknowledgeMessages)
-