public interface Story extends Node
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
|
static String |
STORY_FEED
|
static String |
TOPIC
|
static String |
TYPE_NAME_STORY
The entity or Type logical name associated with this class.
|
CREATED_DATE, DESCRIPTION, ID, MODIFIED_DATE, MODIFIED_VERSION, NAME, SOURCE_EDGE, TARGET_EDGE, TYPE_NAME_NODE| Modifier and Type | Method and Description |
|---|---|
void |
addStoryFeed(StoryFeed value)
Adds the given value of Type StoryFeed for the object's multi-valued property storyFeed.
|
StoryFeed |
createStoryFeed()
Creates and returns a new instance of Type
StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed. |
Topic |
createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
StoryFeed[] |
getStoryFeed()
Returns an array of StoryFeed set for the object's multi-valued property storyFeed.
|
StoryFeed |
getStoryFeed(int idx)
Returns the StoryFeed set for the object's multi-valued property storyFeed based on the given index.
|
int |
getStoryFeedCount()
Returns a count for multi-valued property storyFeed.
|
Topic |
getTopic()
Returns the value of the topic property.
|
boolean |
isSetStoryFeed()
Returns true if the storyFeed property is set.
|
boolean |
isSetTopic()
Returns true if the topic property is set.
|
void |
removeStoryFeed(StoryFeed value)
Removes the given value of Type StoryFeed for the object's multi-valued property storyFeed.
|
void |
setStoryFeed(StoryFeed[] value)
Sets the given array of Type StoryFeed for the object's multi-valued property storyFeed.
|
void |
setTopic(Topic value)
Sets the value of the topic property to the given value.
|
void |
unsetStoryFeed()
Unsets the storyFeed property, clearing the underlying collection.
|
void |
unsetTopic()
Unsets the topic property, the value
of the property of the object being set to the property's
default value.
|
addSourceEdge, addTargetEdge, createSourceEdge, createTargetEdge, getCreatedDate, getDescription, getId, getModifiedDate, getModifiedVersion, getName, getSourceEdge, getSourceEdge, getSourceEdgeCount, getTargetEdge, getTargetEdge, getTargetEdgeCount, isSetCreatedDate, isSetDescription, isSetId, isSetModifiedDate, isSetModifiedVersion, isSetName, isSetSourceEdge, isSetTargetEdge, removeSourceEdge, removeTargetEdge, setCreatedDate, setDescription, setId, setModifiedDate, setModifiedVersion, setName, setSourceEdge, setTargetEdge, unsetCreatedDate, unsetDescription, unsetId, unsetModifiedDate, unsetModifiedVersion, unsetName, unsetSourceEdge, unsetTargetEdgeaccept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, get, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, set, setContainer, setContainmentProperty, setDataGraph, valuescreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetstatic final String NAMESPACE_URI
static final String TYPE_NAME_STORY
static final String STORY_FEED
static final String TOPIC
boolean isSetStoryFeed()
void unsetStoryFeed()
StoryFeed createStoryFeed()
StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed.StoryFeed automatically establishing a containment relationship through the object's reference property storyFeed.StoryFeed[] getStoryFeed()
StoryFeed getStoryFeed(int idx)
idx - the indexint getStoryFeedCount()
void setStoryFeed(StoryFeed[] value)
value - the array valuevoid addStoryFeed(StoryFeed value)
value - the value to addvoid removeStoryFeed(StoryFeed value)
value - the value to removeboolean isSetTopic()
void unsetTopic()
Topic createTopic()
Topic automatically establishing a containment relationship through the object's reference property, topic.Topic automatically establishing a containment relationship through the object's reference property topic.Topic getTopic()
void setTopic(Topic value)
Copyright © 2023. All Rights Reserved.