public class Example
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Example.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
created()
Gets the created.
|
java.util.List<Mention> |
mentions()
Gets the mentions.
|
Example.Builder |
newBuilder()
New builder.
|
java.lang.String |
text()
Gets the text.
|
java.util.Date |
updated()
Gets the updated.
|
public Example.Builder newBuilder()
public java.lang.String text()
public java.util.List<Mention> mentions()
public java.util.Date created()
public java.util.Date updated()