public class CreateBlueprintPageRestEntity extends Object implements CreateBlueprintPageEntity
| Constructor and Description |
|---|
CreateBlueprintPageRestEntity(String spaceKey,
String contentBlueprintId,
String contentTemplateId,
String contentTemplateKey,
String title,
String viewPermissionsUsers,
long parentPageId,
String moduleCompleteKey,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object entity) |
String |
getContentBlueprintId() |
String |
getContentTemplateId() |
String |
getContentTemplateKey() |
Map<String,Object> |
getContext() |
String |
getModuleCompleteKey() |
long |
getParentPageId() |
String |
getSpaceKey() |
String |
getTitle() |
String |
getViewPermissionsUsers() |
public String getSpaceKey()
getSpaceKey in interface CreateBlueprintPageEntitypublic long getParentPageId()
getParentPageId in interface CreateBlueprintPageEntitypublic String getModuleCompleteKey()
getModuleCompleteKey in interface CreateBlueprintPageEntitypublic Map<String,Object> getContext()
getContext in interface CreateBlueprintPageEntitypublic String getContentBlueprintId()
getContentBlueprintId in interface CreateBlueprintPageEntitypublic String getContentTemplateId()
getContentTemplateId in interface CreateBlueprintPageEntitypublic String getContentTemplateKey()
getContentTemplateKey in interface CreateBlueprintPageEntitypublic String getTitle()
getTitle in interface CreateBlueprintPageEntitypublic String getViewPermissionsUsers()
getViewPermissionsUsers in interface CreateBlueprintPageEntityCopyright © 2017 Atlassian. All rights reserved.