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