public class BMContentVersionList
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
BMContentVersionList.SortColumn
コンテンツバージョン一覧のソート項目を表す列挙型です。
|
| コンストラクタと説明 |
|---|
BMContentVersionList(java.lang.String contentId)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
int |
count()
指定された条件に一致するコンテンツバージョン一覧項目の件数を取得します。
|
boolean |
equals(java.lang.Object o) |
java.util.Collection<BMContentVersionListItem> |
find()
指定された条件に一致するコンテンツバージョン一覧項目を取得します。
|
java.lang.String |
getContentId() |
BMContentVersionList.SortColumn |
getSortColumn() |
int |
hashCode() |
boolean |
isOrderByDesc() |
void |
setOrderByDesc(boolean orderByDesc) |
void |
setSortColumn(BMContentVersionList.SortColumn sortColumn) |
java.lang.String |
toString() |
public BMContentVersionList(java.lang.String contentId)
contentId - コンテンツIDpublic java.util.Collection<BMContentVersionListItem> find()
public int count()
public java.lang.String getContentId()
public BMContentVersionList.SortColumn getSortColumn()
public boolean isOrderByDesc()
public void setSortColumn(BMContentVersionList.SortColumn sortColumn)
public void setOrderByDesc(boolean orderByDesc)
public boolean equals(java.lang.Object o)
equals クラス内 java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode クラス内 java.lang.Objectpublic java.lang.String toString()
toString クラス内 java.lang.ObjectCopyright (c) 2019 NTT DATA INTRAMART CORPORATION.