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.GenericModel
The getInstanceCustomPage options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInstanceCustomPageOptions.Builder
Builder.static interface
GetInstanceCustomPageOptions.PageIdentifier
Custom page identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetInstanceCustomPageOptions.Builder
newBuilder()
New builder.String
pageIdentifier()
Gets the pageIdentifier.
-
-
-
Method Detail
-
newBuilder
public GetInstanceCustomPageOptions.Builder newBuilder()
New builder.- Returns:
- a GetInstanceCustomPageOptions builder
-
pageIdentifier
public String pageIdentifier()
Gets the pageIdentifier. Custom page identifier.- Returns:
- the pageIdentifier
-
-