Class CustomPageObject
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.custom_pages.v1.model.CustomPageObject
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CustomPageObject extends com.ibm.cloud.sdk.core.service.model.GenericModelcustom page object.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceCustomPageObject.IdCustom page identifier.static interfaceCustomPageObject.RequiredTokensstatic interfaceCustomPageObject.StateThe Custom Page state.
 - 
Constructor SummaryConstructors Constructor Description CustomPageObject()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.DategetModifiedOn()Gets the modifiedOn.StringgetPreviewTarget()Gets the previewTarget.List<String>getRequiredTokens()Gets the requiredTokens.StringgetState()Gets the state.StringgetUrl()Gets the url.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Custom page identifier.- Returns:
- the id
 
 - 
getDescriptionpublic String getDescription() Gets the description. Description of custom page.- Returns:
- the description
 
 - 
getRequiredTokenspublic List<String> getRequiredTokens() Gets the requiredTokens. array of page tokens.- Returns:
- the requiredTokens
 
 - 
getPreviewTargetpublic String getPreviewTarget() Gets the previewTarget. Preview target.- Returns:
- the previewTarget
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. Created date.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. Modified date.- Returns:
- the modifiedOn
 
 - 
getUrlpublic String getUrl() Gets the url. A URL that is associated with the Custom Page.- Returns:
- the url
 
 - 
getStatepublic String getState() Gets the state. The Custom Page state.- Returns:
- the state
 
 
- 
 
-