Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
PageCreateRequest |
PageCreateRequest.setAlternateUrls(SortedSet<String> alternateUrls)
Set the alternate URLs
|
PageCreateRequest |
PageCreateRequest.setContentSetId(Integer contentSetId)
Set the contentSetId of the page
|
PageCreateRequest |
PageCreateRequest.setDescription(String description)
Set the description of the page
|
PageCreateRequest |
PageCreateRequest.setFailOnDuplicate(Boolean failOnDuplicate)
Set whether creating shall fail on duplicate names
|
PageCreateRequest |
PageCreateRequest.setFileName(String fileName)
Set the filename
|
PageCreateRequest |
PageCreateRequest.setFolderId(String folderId) |
PageCreateRequest |
PageCreateRequest.setForceExtension(boolean forceExtension)
Set whether the
|
PageCreateRequest |
PageCreateRequest.setLanguage(String language) |
PageCreateRequest |
PageCreateRequest.setNiceUrl(String niceUrl)
Set the nice URL
|
PageCreateRequest |
PageCreateRequest.setNodeId(Integer nodeId)
Set the node id of the page
|
PageCreateRequest |
PageCreateRequest.setPageName(String pageName)
Set the pagename
|
PageCreateRequest |
PageCreateRequest.setPriority(Integer priority)
Set the priority of the page
|
PageCreateRequest |
PageCreateRequest.setTemplateId(Integer templateId) |
PageCreateRequest |
PageCreateRequest.setVariantChannelId(Integer variantChannelId)
Set the source channel for the page to create
|
PageCreateRequest |
PageCreateRequest.setVariantId(Integer variantId) |
Modifier and Type | Method and Description |
---|---|
PageLoadResponse |
PageResource.create(PageCreateRequest request)
Create a page based on the given pagecreaterequest
|
Copyright © 2024 Gentics Software. All rights reserved.