Class DeleteDomainOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DeleteDomainOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteDomainOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteDomain options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteDomainOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
domainId()
Gets the domainId.DeleteDomainOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteDomainOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteDomainOptions builder
-
domainId
public java.lang.String domainId()
Gets the domainId. Domain id.- Returns:
- the domainId
-
-