Uses of Class
com.gentics.contentnode.rest.model.request.UnlocalizeRequest
Packages that use UnlocalizeRequest
Package
Description
-
Uses of UnlocalizeRequest in com.gentics.contentnode.rest.model.request
Subclasses of UnlocalizeRequest in com.gentics.contentnode.rest.model.requestModifier and TypeClassDescriptionclass
Request to unlocalize multiple objects of same typeConstructors in com.gentics.contentnode.rest.model.request with parameters of type UnlocalizeRequestModifierConstructorDescriptionMultiUnlocalizeRequest
(Integer id, UnlocalizeRequest request) Create a wrapper for a single unlocalize request.Copy constructor. -
Uses of UnlocalizeRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type UnlocalizeRequestModifier and TypeMethodDescriptioncom.gentics.contentnode.rest.model.response.GenericResponse
MCFileResource.unlocalize
(Integer id, UnlocalizeRequest request) Unlocalize the given filecom.gentics.contentnode.rest.model.response.GenericResponse
MCFolderResource.unlocalize
(Integer id, UnlocalizeRequest request) Unlocalize the given foldercom.gentics.contentnode.rest.model.response.GenericResponse
MCImageResource.unlocalize
(Integer id, UnlocalizeRequest request) Unlocalize the given imagecom.gentics.contentnode.rest.model.response.GenericResponse
MCPageResource.unlocalize
(Integer id, UnlocalizeRequest request) Unlocalize the given pagecom.gentics.contentnode.rest.model.response.GenericResponse
MCTemplateResource.unlocalize
(Integer id, UnlocalizeRequest request) Unlocalize the given template