Class SyndicationResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.SyndicationResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SyndicationResource extends com.ibm.cloud.sdk.core.service.model.GenericModelFeature information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyndicationResource.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyndicationAuthorizationauthorization()Gets the authorization.java.util.List<SyndicationCluster>clusters()Gets the clusters.SyndicationHistoryhistory()Gets the history.SyndicationResource.BuildernewBuilder()New builder.java.lang.BooleanremoveRelatedComponents()Gets the removeRelatedComponents.
-
-
-
Method Detail
-
newBuilder
public SyndicationResource.Builder newBuilder()
New builder.- Returns:
- a SyndicationResource builder
-
removeRelatedComponents
public java.lang.Boolean removeRelatedComponents()
Gets the removeRelatedComponents. Remove related components.- Returns:
- the removeRelatedComponents
-
clusters
public java.util.List<SyndicationCluster> clusters()
Gets the clusters. Syndication clusters.- Returns:
- the clusters
-
history
public SyndicationHistory history()
Gets the history. Feature information.- Returns:
- the history
-
authorization
public SyndicationAuthorization authorization()
Gets the authorization. Feature information.- Returns:
- the authorization
-
-