@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetBackupStoreRepositoriesRequestBody extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_AFTER |
static String |
SERIALIZED_NAME_BEFORE |
static String |
SERIALIZED_NAME_FIRST |
static String |
SERIALIZED_NAME_LAST |
static String |
SERIALIZED_NAME_ORDER_BY |
static String |
SERIALIZED_NAME_SKIP |
static String |
SERIALIZED_NAME_WHERE |
| 构造器和说明 |
|---|
GetBackupStoreRepositoriesRequestBody() |
public GetBackupStoreRepositoriesRequestBody after(String after)
public void setAfter(String after)
public GetBackupStoreRepositoriesRequestBody before(String before)
public void setBefore(String before)
public GetBackupStoreRepositoriesRequestBody first(Integer first)
public void setFirst(Integer first)
public GetBackupStoreRepositoriesRequestBody last(Integer last)
public void setLast(Integer last)
public GetBackupStoreRepositoriesRequestBody orderBy(BackupStoreRepositoryOrderByInput orderBy)
@Nullable public BackupStoreRepositoryOrderByInput getOrderBy()
public void setOrderBy(BackupStoreRepositoryOrderByInput orderBy)
public GetBackupStoreRepositoriesRequestBody skip(Integer skip)
public void setSkip(Integer skip)
public GetBackupStoreRepositoriesRequestBody where(BackupStoreRepositoryWhereInput where)
@Nullable public BackupStoreRepositoryWhereInput getWhere()
public void setWhere(BackupStoreRepositoryWhereInput where)
Copyright © 2025. All rights reserved.