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