@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetViewsConnectionRequestBody 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 |
| 构造器和说明 |
|---|
GetViewsConnectionRequestBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetViewsConnectionRequestBody |
after(String after) |
GetViewsConnectionRequestBody |
before(String before) |
boolean |
equals(Object o) |
GetViewsConnectionRequestBody |
first(Integer first) |
String |
getAfter()
Get after
|
String |
getBefore()
Get before
|
Integer |
getFirst()
Get first
|
Integer |
getLast()
Get last
|
ViewOrderByInput |
getOrderBy()
Get orderBy
|
Integer |
getSkip()
Get skip
|
ViewWhereInput |
getWhere()
Get where
|
int |
hashCode() |
GetViewsConnectionRequestBody |
last(Integer last) |
GetViewsConnectionRequestBody |
orderBy(ViewOrderByInput orderBy) |
void |
setAfter(String after) |
void |
setBefore(String before) |
void |
setFirst(Integer first) |
void |
setLast(Integer last) |
void |
setOrderBy(ViewOrderByInput orderBy) |
void |
setSkip(Integer skip) |
void |
setWhere(ViewWhereInput where) |
GetViewsConnectionRequestBody |
skip(Integer skip) |
String |
toString() |
GetViewsConnectionRequestBody |
where(ViewWhereInput where) |
public GetViewsConnectionRequestBody after(String after)
public void setAfter(String after)
public GetViewsConnectionRequestBody before(String before)
public void setBefore(String before)
public GetViewsConnectionRequestBody first(Integer first)
public void setFirst(Integer first)
public GetViewsConnectionRequestBody last(Integer last)
public void setLast(Integer last)
public GetViewsConnectionRequestBody orderBy(ViewOrderByInput orderBy)
@Nullable public ViewOrderByInput getOrderBy()
public void setOrderBy(ViewOrderByInput orderBy)
public GetViewsConnectionRequestBody skip(Integer skip)
public void setSkip(Integer skip)
public GetViewsConnectionRequestBody where(ViewWhereInput where)
@Nullable public ViewWhereInput getWhere()
public void setWhere(ViewWhereInput where)
Copyright © 2025. All rights reserved.