Class Feature
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Feature
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Feature extends com.ibm.cloud.sdk.core.service.model.GenericModelFeature information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeature.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.Feature.BuildernewBuilder()New builder.java.lang.Stringtitle()Gets the title.
-
-
-
Method Detail
-
newBuilder
public Feature.Builder newBuilder()
New builder.- Returns:
- a Feature builder
-
title
public java.lang.String title()
Gets the title. Heading.- Returns:
- the title
-
description
public java.lang.String description()
Gets the description. Feature description.- Returns:
- the description
-
-