ServiceProvider Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ServiceProvider
- com.
Implements
public final class ServiceProvider
implements JsonSerializable<ServiceProvider>
Service Provider Definition.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceProvider() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
|
Service |
properties()
Get the properties property: The Properties of a Service Provider Object. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Service |
withProperties(ServiceProviderProperties properties)
Set the properties property: The Properties of a Service Provider Object. |
Methods inherited from java.lang.Object
Constructor Details
ServiceProvider
public ServiceProvider()
Creates an instance of ServiceProvider class.
Method Details
fromJson
public static ServiceProvider fromJson(JsonReader jsonReader)
Reads an instance of ServiceProvider from the JsonReader.
Parameters:
Returns:
Throws:
properties
public ServiceProviderProperties properties()
Get the properties property: The Properties of a Service Provider Object.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public ServiceProvider withProperties(ServiceProviderProperties properties)
Set the properties property: The Properties of a Service Provider Object.
Parameters:
Returns: