public class ListRequest extends AbstractBceRequest
| Modifier and Type | Field and Description |
|---|---|
String |
keyword
The keyword of the query instance.
|
String |
keywordType
The keyword type of the query instance.
|
String |
order
Sort, ascending/descending.
|
String |
orderBy
Sort field.
|
int |
pageNo
Page number of display page.
|
int |
pageSize
The number of services on the display page.
|
| Constructor and Description |
|---|
ListRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String keywordType
public String keyword
public int pageNo
public int pageSize
public String order
public String orderBy
public ListRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.