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