Uses of Class
com.gentics.contentnode.rest.model.response.page.PageCopyResultInfo
-
Packages that use PageCopyResultInfo Package Description com.gentics.contentnode.rest.model.response.page -
-
Uses of PageCopyResultInfo in com.gentics.contentnode.rest.model.response.page
Methods in com.gentics.contentnode.rest.model.response.page that return types with arguments of type PageCopyResultInfo Modifier and Type Method Description List<PageCopyResultInfo>
PageCopyResponse. getPageCopyMappings()
Return the mappings for copied pages.Method parameters in com.gentics.contentnode.rest.model.response.page with type arguments of type PageCopyResultInfo Modifier and Type Method Description void
PageCopyResponse. setPageCopyMappings(List<PageCopyResultInfo> pageCopyMappings)
Set the list of page copy mappings.
-