Class Strings.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Strings.Builder
-
- Enclosing class:
- Strings
public static class Strings.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Strings.Builder
addBullets(Bullets bullets)
Adds an bullets to bullets.Strings.Builder
addMedia(UIMetaMedia media)
Adds an media to media.Strings
build()
Builds a Strings.Strings.Builder
bullets(java.util.List<Bullets> bullets)
Set the bullets.Strings.Builder
deprecationWarning(java.lang.String deprecationWarning)
Set the deprecationWarning.Strings.Builder
instruction(java.lang.String instruction)
Set the instruction.Strings.Builder
media(java.util.List<UIMetaMedia> media)
Set the media.Strings.Builder
notCreatableMsg(java.lang.String notCreatableMsg)
Set the notCreatableMsg.Strings.Builder
notCreatableRobotMsg(java.lang.String notCreatableRobotMsg)
Set the notCreatableRobotMsg.Strings.Builder
popupWarningMessage(java.lang.String popupWarningMessage)
Set the popupWarningMessage.
-
-
-
Method Detail
-
build
public Strings build()
Builds a Strings.- Returns:
- the new Strings instance
-
addBullets
public Strings.Builder addBullets(Bullets bullets)
Adds an bullets to bullets.- Parameters:
bullets
- the new bullets- Returns:
- the Strings builder
-
addMedia
public Strings.Builder addMedia(UIMetaMedia media)
Adds an media to media.- Parameters:
media
- the new media- Returns:
- the Strings builder
-
bullets
public Strings.Builder bullets(java.util.List<Bullets> bullets)
Set the bullets. Existing bullets will be replaced.- Parameters:
bullets
- the bullets- Returns:
- the Strings builder
-
media
public Strings.Builder media(java.util.List<UIMetaMedia> media)
Set the media. Existing media will be replaced.- Parameters:
media
- the media- Returns:
- the Strings builder
-
notCreatableMsg
public Strings.Builder notCreatableMsg(java.lang.String notCreatableMsg)
Set the notCreatableMsg.- Parameters:
notCreatableMsg
- the notCreatableMsg- Returns:
- the Strings builder
-
notCreatableRobotMsg
public Strings.Builder notCreatableRobotMsg(java.lang.String notCreatableRobotMsg)
Set the notCreatableRobotMsg.- Parameters:
notCreatableRobotMsg
- the notCreatableRobotMsg- Returns:
- the Strings builder
-
deprecationWarning
public Strings.Builder deprecationWarning(java.lang.String deprecationWarning)
Set the deprecationWarning.- Parameters:
deprecationWarning
- the deprecationWarning- Returns:
- the Strings builder
-
popupWarningMessage
public Strings.Builder popupWarningMessage(java.lang.String popupWarningMessage)
Set the popupWarningMessage.- Parameters:
popupWarningMessage
- the popupWarningMessage- Returns:
- the Strings builder
-
instruction
public Strings.Builder instruction(java.lang.String instruction)
Set the instruction.- Parameters:
instruction
- the instruction- Returns:
- the Strings builder
-
-