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