Class ServiceProviderParameter

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

public final class ServiceProviderParameter extends Object
Extra Parameters specific to each Service Provider.
  • Constructor Details

    • ServiceProviderParameter

      public ServiceProviderParameter()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the Service Provider.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Type of the Service Provider.
      Returns:
      the type value.
    • displayName

      public String displayName()
      Get the displayName property: Display Name of the Service Provider.
      Returns:
      the displayName value.
    • description

      public String description()
      Get the description property: Description of the Service Provider.
      Returns:
      the description value.
    • helpUrl

      public String helpUrl()
      Get the helpUrl property: Help Url for the Service Provider.
      Returns:
      the helpUrl value.
    • defaultProperty

      public String defaultProperty()
      Get the defaultProperty property: Default Name for the Service Provider.
      Returns:
      the defaultProperty value.
    • metadata

      Get the metadata property: Meta data for the Service Provider.
      Returns:
      the metadata value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.