Uses of Class
org.sunbird.common.dto.ResponseParams.StatusType
-
Packages that use ResponseParams.StatusType Package Description org.sunbird.common.dto -
-
Uses of ResponseParams.StatusType in org.sunbird.common.dto
Methods in org.sunbird.common.dto that return ResponseParams.StatusType Modifier and Type Method Description static ResponseParams.StatusTypeResponseParams.StatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseParams.StatusType[]ResponseParams.StatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-