Class Bullets
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Bullets
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Bullets extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation related to list delimiters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBullets.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.java.lang.Stringicon()Gets the icon.Bullets.BuildernewBuilder()New builder.java.lang.Longquantity()Gets the quantity.java.lang.Stringtitle()Gets the title.
-
-
-
Method Detail
-
newBuilder
public Bullets.Builder newBuilder()
New builder.- Returns:
- a Bullets builder
-
title
public java.lang.String title()
Gets the title. The bullet title.- Returns:
- the title
-
description
public java.lang.String description()
Gets the description. The bullet description.- Returns:
- the description
-
icon
public java.lang.String icon()
Gets the icon. The icon to use for rendering the bullet.- Returns:
- the icon
-
quantity
public java.lang.Long quantity()
Gets the quantity. The bullet quantity.- Returns:
- the quantity
-
-