Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryModel.Type
-
Packages that use ContentRepositoryModel.Type Package Description com.gentics.contentnode.rest.model -
-
Uses of ContentRepositoryModel.Type in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as ContentRepositoryModel.Type Modifier and Type Field Description protected ContentRepositoryModel.Type
ContentRepositoryModel. crType
Methods in com.gentics.contentnode.rest.model that return ContentRepositoryModel.Type Modifier and Type Method Description ContentRepositoryModel.Type
ContentRepositoryModel. getCrType()
Type of the ContentRepositorystatic ContentRepositoryModel.Type
ContentRepositoryModel.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentRepositoryModel.Type[]
ContentRepositoryModel.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type ContentRepositoryModel.Type Modifier and Type Method Description void
ContentRepositoryModel. setCrType(ContentRepositoryModel.Type crType)
Set the CR type
-