ServiceProviderResponseListInner Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. fluent. models. ServiceProviderResponseListInner
- com.
Implements
public final class ServiceProviderResponseListInner
implements JsonSerializable<ServiceProviderResponseListInner>
The list of bot service providers response.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceProviderResponseListInner() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Service |
value()
Get the value property: Gets the list of bot service providers and their properties. |
|
Service |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
ServiceProviderResponseListInner
public ServiceProviderResponseListInner()
Creates an instance of ServiceProviderResponseListInner class.
Method Details
fromJson
public static ServiceProviderResponseListInner fromJson(JsonReader jsonReader)
Reads an instance of ServiceProviderResponseListInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of bot service providers.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ServiceProvider> value()
Get the value property: Gets the list of bot service providers and their properties.
Returns:
withNextLink
public ServiceProviderResponseListInner withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of bot service providers.
Parameters:
Returns: