Class Bullets

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Bullets
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information related to list delimiters.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Bullets.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Gets the description.
      java.lang.String icon()
      Gets the icon.
      Bullets.Builder newBuilder()
      New builder.
      java.lang.Long quantity()
      Gets the quantity.
      java.lang.String title()
      Gets the title.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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