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