ServiceProviderProperties Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ServiceProviderProperties
- com.
Implements
public final class ServiceProviderProperties
implements JsonSerializable<ServiceProviderProperties>
The Object used to describe a Service Provider supported by Bot Service.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceProviderProperties() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
devPortalUrl()
Get the dev |
| String |
displayName()
Get the display |
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
| String |
iconUrl()
Get the icon |
| String |
id()
Get the id property: Id for Service Provider. |
|
List<Service |
parameters()
Get the parameters property: The list of parameters for the Service Provider. |
| String |
serviceProviderName()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Service |
withIconUrl(String iconUrl)
Set the icon |
|
Service |
withParameters(List<ServiceProviderParameter> parameters)
Set the parameters property: The list of parameters for the Service Provider. |
Methods inherited from java.lang.Object
Constructor Details
ServiceProviderProperties
public ServiceProviderProperties()
Creates an instance of ServiceProviderProperties class.
Method Details
devPortalUrl
public String devPortalUrl()
Get the devPortalUrl property: URL of Dev Portal.
Returns:
displayName
public String displayName()
Get the displayName property: Display Name of the Service Provider.
Returns:
fromJson
public static ServiceProviderProperties fromJson(JsonReader jsonReader)
Reads an instance of ServiceProviderProperties from the JsonReader.
Parameters:
Returns:
Throws:
iconUrl
public String iconUrl()
Get the iconUrl property: The URL of icon.
Returns:
id
public String id()
Get the id property: Id for Service Provider.
Returns:
parameters
public List<ServiceProviderParameter> parameters()
Get the parameters property: The list of parameters for the Service Provider.
Returns:
serviceProviderName
public String serviceProviderName()
Get the serviceProviderName property: Name of the Service Provider.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIconUrl
public ServiceProviderProperties withIconUrl(String iconUrl)
Set the iconUrl property: The URL of icon.
Parameters:
Returns:
withParameters
public ServiceProviderProperties withParameters(List<ServiceProviderParameter> parameters)
Set the parameters property: The list of parameters for the Service Provider.
Parameters:
Returns: