Class SharedPublishObjectOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.SharedPublishObjectOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SharedPublishObjectOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe sharedPublishObject options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharedPublishObjectOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.SharedPublishObjectOptions.BuildernewBuilder()New builder.java.lang.StringobjectIdentifier()Gets the objectIdentifier.
-
-
-
Method Detail
-
newBuilder
public SharedPublishObjectOptions.Builder newBuilder()
New builder.- Returns:
- a SharedPublishObjectOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
objectIdentifier
public java.lang.String objectIdentifier()
Gets the objectIdentifier. Object identifier.- Returns:
- the objectIdentifier
-
-