Uses of Class
com.gentics.contentnode.rest.model.fum.FUMStatus
-
Packages that use FUMStatus Package Description com.gentics.contentnode.rest.model.fum -
-
Uses of FUMStatus in com.gentics.contentnode.rest.model.fum
Methods in com.gentics.contentnode.rest.model.fum that return FUMStatus Modifier and Type Method Description FUMStatus
FUMStatusResponse. getStatus()
Statusstatic FUMStatus
FUMStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FUMStatus[]
FUMStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.fum with parameters of type FUMStatus Modifier and Type Method Description FUMStatusResponse
FUMStatusResponse. setStatus(FUMStatus status)
-