public class ContentItem
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ContentItem.Builder
Builder.
|
static interface |
ContentItem.Contenttype
The MIME type of the content.
|
static interface |
ContentItem.Language
The language identifier (two-letter ISO 639-1 identifier) for the language of the content item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
content()
Gets the content.
|
java.lang.String |
contenttype()
Gets the contenttype.
|
java.lang.Long |
created()
Gets the created.
|
java.lang.Boolean |
forward()
Gets the forward.
|
java.lang.String |
id()
Gets the id.
|
java.lang.String |
language()
Gets the language.
|
ContentItem.Builder |
newBuilder()
New builder.
|
java.lang.String |
parentid()
Gets the parentid.
|
java.lang.Boolean |
reply()
Gets the reply.
|
java.lang.Long |
updated()
Gets the updated.
|
public ContentItem.Builder newBuilder()
public java.lang.String content()
public java.lang.String id()
public java.lang.Long created()
public java.lang.Long updated()
public java.lang.String contenttype()
public java.lang.String language()
public java.lang.String parentid()
public java.lang.Boolean reply()
public java.lang.Boolean forward()