Uses of Class
org.alfresco.rest.model.RestCandidateModel.CandidateType
-
Packages that use RestCandidateModel.CandidateType Package Description org.alfresco.rest.model -
-
Uses of RestCandidateModel.CandidateType in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCandidateModel.CandidateType Modifier and Type Method Description static RestCandidateModel.CandidateTypeRestCandidateModel.CandidateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RestCandidateModel.CandidateType[]RestCandidateModel.CandidateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-