Uses of Class
com.alibaba.nacos.api.cmdb.pojo.PreservedEntityTypes
-
Packages that use PreservedEntityTypes Package Description com.alibaba.nacos.api.cmdb.pojo -
-
Uses of PreservedEntityTypes in com.alibaba.nacos.api.cmdb.pojo
Methods in com.alibaba.nacos.api.cmdb.pojo that return PreservedEntityTypes Modifier and Type Method Description static PreservedEntityTypesPreservedEntityTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static PreservedEntityTypes[]PreservedEntityTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-