ServiceProviderParameter Class

  • java.lang.Object
    • com.azure.resourcemanager.botservice.models.ServiceProviderParameter

Implements

public final class ServiceProviderParameter
implements JsonSerializable<ServiceProviderParameter>

Extra Parameters specific to each Service Provider.

Constructor Summary

Constructor Description
ServiceProviderParameter()

Creates an instance of ServiceProviderParameter class.

Method Summary

Modifier and Type Method and Description
String defaultProperty()

Get the defaultProperty property: Default Name for the Service Provider.

String description()

Get the description property: Description of the Service Provider.

String displayName()

Get the displayName property: Display Name of the Service Provider.

static ServiceProviderParameter fromJson(JsonReader jsonReader)

Reads an instance of ServiceProviderParameter from the JsonReader.

String helpUrl()

Get the helpUrl property: Help Url for the Service Provider.

ServiceProviderParameterMetadata metadata()

Get the metadata property: Meta data for the Service Provider.

String name()

Get the name property: Name of the Service Provider.

JsonWriter 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:

the defaultProperty value.

description

public String description()

Get the description property: Description of the Service Provider.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Display Name of the Service Provider.

Returns:

the displayName value.

fromJson

public static ServiceProviderParameter fromJson(JsonReader jsonReader)

Reads an instance of ServiceProviderParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ServiceProviderParameter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ServiceProviderParameter.

helpUrl

public String helpUrl()

Get the helpUrl property: Help Url for the Service Provider.

Returns:

the helpUrl value.

metadata

public ServiceProviderParameterMetadata metadata()

Get the metadata property: Meta data for the Service Provider.

Returns:

the metadata value.

name

public String name()

Get the name property: Name of the Service Provider.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Type of the Service Provider.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to