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