Uses of Class
com.gentics.contentnode.rest.model.request.PageCreateRequest
Package
Description
-
Uses of PageCreateRequest in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionPageCreateRequest.setAlternateUrls
(SortedSet<String> alternateUrls) Set the alternate URLsPageCreateRequest.setContentSetId
(Integer contentSetId) Set the contentSetId of the pagePageCreateRequest.setDescription
(String description) Set the description of the pagePageCreateRequest.setFailOnDuplicate
(Boolean failOnDuplicate) Set whether creating shall fail on duplicate namesPageCreateRequest.setFileName
(String fileName) Set the filenamePageCreateRequest.setFolderId
(String folderId) PageCreateRequest.setForceExtension
(boolean forceExtension) Set whether thePageCreateRequest.setLanguage
(String language) PageCreateRequest.setNiceUrl
(String niceUrl) Set the nice URLSet the node id of the pagePageCreateRequest.setPageName
(String pageName) Set the pagenamePageCreateRequest.setPriority
(Integer priority) Set the priority of the pagePageCreateRequest.setTemplateId
(Integer templateId) PageCreateRequest.setVariantChannelId
(Integer variantChannelId) Set the source channel for the page to createPageCreateRequest.setVariantId
(Integer variantId) -
Uses of PageCreateRequest in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionPageResource.create
(PageCreateRequest request) Create a page based on the given pagecreaterequest