Class UpdateZoneCustomPageOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.custom_pages.v1.model.UpdateZoneCustomPageOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateZoneCustomPageOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateZoneCustomPage options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateZoneCustomPageOptions.BuilderBuilder.static interfaceUpdateZoneCustomPageOptions.PageIdentifierCustom page identifier.static interfaceUpdateZoneCustomPageOptions.StateThe Custom Page state.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneCustomPageOptions.BuildernewBuilder()New builder.StringpageIdentifier()Gets the pageIdentifier.Stringstate()Gets the state.Stringurl()Gets the url.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateZoneCustomPageOptions.Builder newBuilder() New builder.- Returns:
- a UpdateZoneCustomPageOptions builder
 
 - 
pageIdentifierpublic String pageIdentifier() Gets the pageIdentifier. Custom page identifier.- Returns:
- the pageIdentifier
 
 - 
urlpublic String url() Gets the url. A URL that is associated with the Custom Page.- Returns:
- the url
 
 - 
statepublic String state() Gets the state. The Custom Page state.- Returns:
- the state
 
 
- 
 
-