Class UpdateZoneCustomPageOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.custom_pages.v1.model.UpdateZoneCustomPageOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateZoneCustomPageOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateZoneCustomPage options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateZoneCustomPageOptions.Builder
Builder.static interface
UpdateZoneCustomPageOptions.PageIdentifier
Custom page identifier.static interface
UpdateZoneCustomPageOptions.State
The Custom Page state.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateZoneCustomPageOptions.Builder
newBuilder()
New builder.String
pageIdentifier()
Gets the pageIdentifier.String
state()
Gets the state.String
url()
Gets the url.
-
-
-
Method Detail
-
newBuilder
public UpdateZoneCustomPageOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateZoneCustomPageOptions 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
-
-