QueryRequestOptions Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. QueryRequestOptions
- com.
Implements
public final class QueryRequestOptions
implements JsonSerializable<QueryRequestOptions>
Query Request Options.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryRequestOptions() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
skipToken()
Get the skip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Query |
withSkipToken(String skipToken)
Set the skip |
Methods inherited from java.lang.Object
Constructor Details
QueryRequestOptions
public QueryRequestOptions()
Creates an instance of QueryRequestOptions class.
Method Details
fromJson
public static QueryRequestOptions fromJson(JsonReader jsonReader)
Reads an instance of QueryRequestOptions from the JsonReader.
Parameters:
Returns:
Throws:
skipToken
public String skipToken()
Get the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSkipToken
public QueryRequestOptions withSkipToken(String skipToken)
Set the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
Parameters:
Returns: