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.GenericModel
The updateInstanceCustomPage options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateInstanceCustomPageOptions.Builder
Builder.static interface
UpdateInstanceCustomPageOptions.PageIdentifier
Custom page identifier.static interface
UpdateInstanceCustomPageOptions.State
The Custom Page state.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInstanceCustomPageOptions.Builder
newBuilder()
New builder.String
pageIdentifier()
Gets the pageIdentifier.String
state()
Gets the state.String
url()
Gets the url.
-
-
-
Method Detail
-
newBuilder
public UpdateInstanceCustomPageOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateInstanceCustomPageOptions builder
-
pageIdentifier
public String pageIdentifier()
Gets the pageIdentifier. Custom page identifier.- Returns:
- the pageIdentifier
-
url
public String url()
Gets the url. A URL that is associated with the Custom Page.- Returns:
- the url
-
state
public String state()
Gets the state. The Custom Page state.- Returns:
- the state
-
-