Package com.oracle.content.sdk.util
Class PublishChannelList
java.lang.Object
com.oracle.content.sdk.model.AssetObject
com.oracle.content.sdk.model.AssetLinksObject
com.oracle.content.sdk.model.PaginatedListResult<PublishChannel>
com.oracle.content.sdk.util.PublishChannelList
- All Implemented Interfaces:
Serializable
For handling response from getting channel list.
- See Also:
-
Field Summary
Fields inherited from class com.oracle.content.sdk.model.PaginatedListResult
deserializedItems, itemsFields inherited from class com.oracle.content.sdk.model.AssetLinksObject
links -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PublishChanneldeserializeObject(com.google.gson.JsonElement jsonElement) Override to deserialize the list objectsMethods inherited from class com.oracle.content.sdk.model.PaginatedListResult
deserializeItemFields, first, getCount, getItems, getLimit, getOffset, getTotalResults, hasMore, isEmptyMethods inherited from class com.oracle.content.sdk.model.AssetLinksObject
getLinks
-
Constructor Details
-
PublishChannelList
public PublishChannelList()
-
-
Method Details
-
deserializeObject
Description copied from class:PaginatedListResultOverride to deserialize the list objects- Specified by:
deserializeObjectin classPaginatedListResult<PublishChannel>- Parameters:
jsonElement- element- Returns:
- object deserialized
-