Class UpdateInstanceCustomPageOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.custom_pages.v1.model.UpdateInstanceCustomPageOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateInstanceCustomPageOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateInstanceCustomPage options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateInstanceCustomPageOptions.BuilderBuilder.static interfaceUpdateInstanceCustomPageOptions.PageIdentifierCustom page identifier.static interfaceUpdateInstanceCustomPageOptions.StateThe Custom Page state.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInstanceCustomPageOptions.BuildernewBuilder()New builder.StringpageIdentifier()Gets the pageIdentifier.Stringstate()Gets the state.Stringurl()Gets the url.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateInstanceCustomPageOptions.Builder newBuilder() New builder.- Returns:
- a UpdateInstanceCustomPageOptions 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
 
 
- 
 
-