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 Summary
Nested Classes Modifier and Type Class Description static classUpdateInstanceCustomPageOptions.BuilderBuilder.static interfaceUpdateInstanceCustomPageOptions.PageIdentifierCustom page identifier.static interfaceUpdateInstanceCustomPageOptions.StateThe Custom Page state.
-
Method Summary
All 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
-
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
-
-