Package | Description |
---|---|
com.tencentcloudapi.cme.v20191029.models |
Modifier and Type | Method and Description |
---|---|
SortBy |
DescribeProjectsRequest.getSort()
Get 结果排序方式,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
注:如不填,则使用项目创建时间倒序排列。
|
SortBy |
DescribeMaterialsRequest.getSort()
Get 列表排序,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
|
SortBy |
SearchMaterialRequest.getSort()
Get 排序方式。Sort.Field 可选值:CreateTime。指定 Text 搜索时,将根据匹配度排序,该字段无效。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeProjectsRequest.setSort(SortBy Sort)
Set 结果排序方式,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
注:如不填,则使用项目创建时间倒序排列。
|
void |
DescribeMaterialsRequest.setSort(SortBy Sort)
Set 列表排序,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
|
void |
SearchMaterialRequest.setSort(SortBy Sort)
Set 排序方式。Sort.Field 可选值:CreateTime。指定 Text 搜索时,将根据匹配度排序,该字段无效。
|
Constructor and Description |
---|
SortBy(SortBy source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.