ServiceProviderParameter Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ServiceProviderParameter
- com.
Implements
public final class ServiceProviderParameter
implements JsonSerializable<ServiceProviderParameter>
Extra Parameters specific to each Service Provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceProviderParameter() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
defaultProperty()
Get the default |
| String |
description()
Get the description property: Description of the Service Provider. |
| String |
displayName()
Get the display |
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
| String |
helpUrl()
Get the help |
|
Service |
metadata()
Get the metadata property: Meta data for the Service Provider. |
| String |
name()
Get the name property: Name of the Service Provider. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the Service Provider. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ServiceProviderParameter
public ServiceProviderParameter()
Creates an instance of ServiceProviderParameter class.
Method Details
defaultProperty
public String defaultProperty()
Get the defaultProperty property: Default Name for the Service Provider.
Returns:
description
public String description()
Get the description property: Description of the Service Provider.
Returns:
displayName
public String displayName()
Get the displayName property: Display Name of the Service Provider.
Returns:
fromJson
public static ServiceProviderParameter fromJson(JsonReader jsonReader)
Reads an instance of ServiceProviderParameter from the JsonReader.
Parameters:
Returns:
Throws:
helpUrl
public String helpUrl()
Get the helpUrl property: Help Url for the Service Provider.
Returns:
metadata
public ServiceProviderParameterMetadata metadata()
Get the metadata property: Meta data for the Service Provider.
Returns:
name
public String name()
Get the name property: Name of the Service Provider.
Returns:
toJson
type
public String type()
Get the type property: Type of the Service Provider.
Returns:
validate
public void validate()
Validates the instance.