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.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Strings.BuilderaddBullets(Bullets bullets)Adds a new element to bullets.Strings.BuilderaddMedia(UIMetaMedia media)Adds a new element to media.Stringsbuild()Builds a Strings.Strings.Builderbullets(java.util.List<Bullets> bullets)Set the bullets.Strings.BuilderdeprecationWarning(java.lang.String deprecationWarning)Set the deprecationWarning.Strings.Builderinstruction(java.lang.String instruction)Set the instruction.Strings.Buildermedia(java.util.List<UIMetaMedia> media)Set the media.Strings.BuildernotCreatableMsg(java.lang.String notCreatableMsg)Set the notCreatableMsg.Strings.BuildernotCreatableRobotMsg(java.lang.String notCreatableRobotMsg)Set the notCreatableRobotMsg.Strings.BuilderpopupWarningMessage(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 a new element to bullets.- Parameters:
bullets- the new element to be added- Returns:
- the Strings builder
-
addMedia
public Strings.Builder addMedia(UIMetaMedia media)
Adds a new element to media.- Parameters:
media- the new element to be added- 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
-
-