Class GetInstanceCustomPageOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.custom_pages.v1.model.GetInstanceCustomPageOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetInstanceCustomPageOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getInstanceCustomPage options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetInstanceCustomPageOptions.BuilderBuilder.static interfaceGetInstanceCustomPageOptions.PageIdentifierCustom page identifier.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetInstanceCustomPageOptions.BuildernewBuilder()New builder.StringpageIdentifier()Gets the pageIdentifier.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetInstanceCustomPageOptions.Builder newBuilder() New builder.- Returns:
- a GetInstanceCustomPageOptions builder
 
 - 
pageIdentifierpublic String pageIdentifier() Gets the pageIdentifier. Custom page identifier.- Returns:
- the pageIdentifier
 
 
- 
 
-