RuleListResult Class
- java.
lang. Object - com.
azure. resourcemanager. servicebus. models. RuleListResult
- com.
Implements
public final class RuleListResult
implements JsonSerializable<RuleListResult>
The response of the List rule operation.
Constructor Summary
| Constructor | Description |
|---|---|
| RuleListResult() |
Creates an instance of Rule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rule |
fromJson(JsonReader jsonReader)
Reads an instance of Rule |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Rule |
value()
Get the value property: Result of the List Rules operation. |
|
Rule |
withNextLink(String nextLink)
Set the next |
|
Rule |
withValue(List<RuleInner> value)
Set the value property: Result of the List Rules operation. |
Methods inherited from java.lang.Object
Constructor Details
RuleListResult
public RuleListResult()
Creates an instance of RuleListResult class.
Method Details
fromJson
public static RuleListResult fromJson(JsonReader jsonReader)
Reads an instance of RuleListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of rules.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<RuleInner> value()
Get the value property: Result of the List Rules operation.
Returns:
withNextLink
public RuleListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of rules.
Parameters:
Returns:
withValue
public RuleListResult withValue(List<RuleInner> value)
Set the value property: Result of the List Rules operation.
Parameters:
Returns: