OperationEntityInner Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. fluent. models. OperationEntityInner
- com.
Implements
public final class OperationEntityInner
implements JsonSerializable<OperationEntityInner>
The operations supported by Bot Service Management.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationEntityInner() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Operation |
display()
Get the display property: The operation supported by Bot Service Management. |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: Operation name: {provider}/{resource}/{operation}. |
| String |
origin()
Get the origin property: The origin of the operation. |
| Object |
properties()
Get the properties property: Additional properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Operation |
withDisplay(OperationDisplayInfo display)
Set the display property: The operation supported by Bot Service Management. |
|
Operation |
withName(String name)
Set the name property: Operation name: {provider}/{resource}/{operation}. |
|
Operation |
withOrigin(String origin)
Set the origin property: The origin of the operation. |
|
Operation |
withProperties(Object properties)
Set the properties property: Additional properties. |
Methods inherited from java.lang.Object
Constructor Details
OperationEntityInner
public OperationEntityInner()
Creates an instance of OperationEntityInner class.
Method Details
display
public OperationDisplayInfo display()
Get the display property: The operation supported by Bot Service Management.
Returns:
fromJson
public static OperationEntityInner fromJson(JsonReader jsonReader)
Reads an instance of OperationEntityInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
origin
public String origin()
Get the origin property: The origin of the operation.
Returns:
properties
public Object properties()
Get the properties property: Additional properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplay
public OperationEntityInner withDisplay(OperationDisplayInfo display)
Set the display property: The operation supported by Bot Service Management.
Parameters:
Returns:
withName
public OperationEntityInner withName(String name)
Set the name property: Operation name: {provider}/{resource}/{operation}.
Parameters:
Returns:
withOrigin
public OperationEntityInner withOrigin(String origin)
Set the origin property: The origin of the operation.
Parameters:
Returns:
withProperties
public OperationEntityInner withProperties(Object properties)
Set the properties property: Additional properties.
Parameters:
Returns: