Uses of Class
org.alfresco.rest.api.probes.ProbeEntityResource.ProbeType
-
Packages that use ProbeEntityResource.ProbeType Package Description org.alfresco.rest.api.probes -
-
Uses of ProbeEntityResource.ProbeType in org.alfresco.rest.api.probes
Methods in org.alfresco.rest.api.probes that return ProbeEntityResource.ProbeType Modifier and Type Method Description static ProbeEntityResource.ProbeTypeProbeEntityResource.ProbeType. fromString(String text)static ProbeEntityResource.ProbeTypeProbeEntityResource.ProbeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProbeEntityResource.ProbeType[]ProbeEntityResource.ProbeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-