Class Strings
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Strings
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Strings extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation related to a translated text message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStrings.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Bullets>bullets()Gets the bullets.java.lang.StringdeprecationWarning()Gets the deprecationWarning.java.lang.Stringinstruction()Gets the instruction.java.util.List<UIMetaMedia>media()Gets the media.Strings.BuildernewBuilder()New builder.java.lang.StringnotCreatableMsg()Gets the notCreatableMsg.java.lang.StringnotCreatableRobotMsg()Gets the notCreatableRobotMsg.java.lang.StringpopupWarningMessage()Gets the popupWarningMessage.
-
-
-
Method Detail
-
newBuilder
public Strings.Builder newBuilder()
New builder.- Returns:
- a Strings builder
-
bullets
public java.util.List<Bullets> bullets()
Gets the bullets. Presentation information related to list delimiters.- Returns:
- the bullets
-
media
public java.util.List<UIMetaMedia> media()
Gets the media. Media-related metadata.- Returns:
- the media
-
notCreatableMsg
public java.lang.String notCreatableMsg()
Gets the notCreatableMsg. Warning that a message is not creatable.- Returns:
- the notCreatableMsg
-
notCreatableRobotMsg
public java.lang.String notCreatableRobotMsg()
Gets the notCreatableRobotMsg. Warning that a robot message is not creatable.- Returns:
- the notCreatableRobotMsg
-
deprecationWarning
public java.lang.String deprecationWarning()
Gets the deprecationWarning. Warning for deprecation.- Returns:
- the deprecationWarning
-
popupWarningMessage
public java.lang.String popupWarningMessage()
Gets the popupWarningMessage. Popup warning message.- Returns:
- the popupWarningMessage
-
instruction
public java.lang.String instruction()
Gets the instruction. Instructions for UI strings.- Returns:
- the instruction
-
-