| ContentBlueprintId | 
 Model for Content Blueprint Id
 ContentId-like wrapper with everything required to specify a given Blueprint 
 | 
| ContentBlueprintId.ContentBlueprintIdWithId | 
  | 
| ContentBlueprintId.ContentBlueprintIdWithKeys | 
 Blueprint Id resolved by Module key and Space key 
 | 
| ContentBlueprintInstance | 
 Model for Blueprint specific rest data to create a content out of a blueprint template
 The object passed in the POSTs for draft and page creation. 
 | 
| ContentBlueprintInstance.Builder | 
  | 
| ContentBlueprintSpec | 
 Model for blueprint specific data come together with ContentBlueprintStance
 Everything required to identify a Blueprint and its execution context. 
 | 
| ContentBlueprintSpec.ContentBlueprintSpecBuilder | 
 Builder class 
 | 
| ContentTemplate | 
 Model object for CRUD operation on template. 
 | 
| ContentTemplate.ContentTemplateBuilder | 
  | 
| ContentTemplate.Expansions | 
  | 
| ContentTemplateId | 
 Model class for Content Template Id Similar to ContentBlueprintId, defines a content template. 
 | 
| ContentTemplateId.ContentTemplateIdWithId | 
 Content template resolved by Id 
 | 
| ContentTemplateId.ContentTemplateIdWithKeys | 
 Content template resolved by full Module Key and Space Key 
 | 
| ContentTemplateId.ContentTemplateIdWithUUID | 
 Content template resolved by UUID 
 | 
| ContentTemplateType | 
 Represents a type of template, such as Page or Blueprint, This class is a simple wrapper around a string. 
 |