Uses of Class
com.gentics.contentnode.rest.model.ContentMaintenanceType
-
Packages that use ContentMaintenanceType Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.request -
-
Uses of ContentMaintenanceType in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return ContentMaintenanceType Modifier and Type Method Description static ContentMaintenanceType
ContentMaintenanceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentMaintenanceType[]
ContentMaintenanceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContentMaintenanceType in com.gentics.contentnode.rest.model.request
Fields in com.gentics.contentnode.rest.model.request with type parameters of type ContentMaintenanceType Modifier and Type Field Description protected Set<ContentMaintenanceType>
ContentMaintenanceActionRequest. types
Methods in com.gentics.contentnode.rest.model.request that return types with arguments of type ContentMaintenanceType Modifier and Type Method Description Set<ContentMaintenanceType>
ContentMaintenanceActionRequest. getTypes()
Object types for restricting the actionMethod parameters in com.gentics.contentnode.rest.model.request with type arguments of type ContentMaintenanceType Modifier and Type Method Description ContentMaintenanceActionRequest
ContentMaintenanceActionRequest. setTypes(Set<ContentMaintenanceType> types)
Set the type restriction
-