ServiceProviderParameterMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ServiceProviderParameterMetadata
- com.
Implements
public final class ServiceProviderParameterMetadata
implements JsonSerializable<ServiceProviderParameterMetadata>
Meta data for the Service Provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceProviderParameterMetadata() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Service |
constraints()
Get the constraints property: the constraints of the bot meta data. |
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Service |
withConstraints(ServiceProviderParameterMetadataConstraints constraints)
Set the constraints property: the constraints of the bot meta data. |
Methods inherited from java.lang.Object
Constructor Details
ServiceProviderParameterMetadata
public ServiceProviderParameterMetadata()
Creates an instance of ServiceProviderParameterMetadata class.
Method Details
constraints
public ServiceProviderParameterMetadataConstraints constraints()
Get the constraints property: the constraints of the bot meta data.
Returns:
fromJson
public static ServiceProviderParameterMetadata fromJson(JsonReader jsonReader)
Reads an instance of ServiceProviderParameterMetadata from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withConstraints
public ServiceProviderParameterMetadata withConstraints(ServiceProviderParameterMetadataConstraints constraints)
Set the constraints property: the constraints of the bot meta data.
Parameters:
Returns: