OperationInfo Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. OperationInfo
- com.
public class OperationInfo
Information about an operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OperationInfo() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
description()
Get description of the operation. |
| java.lang.String |
operation()
Get name of the operation. |
| java.lang.String |
provider()
Get name of the provider. |
| java.lang.String |
resource()
Get name of the resource type. |
|
Operation |
withDescription(String description)
Set description of the operation. |
|
Operation |
withOperation(String operation)
Set name of the operation. |
|
Operation |
withProvider(String provider)
Set name of the provider. |
|
Operation |
withResource(String resource)
Set name of the resource type. |
Methods inherited from java.lang.Object
Constructor Details
OperationInfo
public OperationInfo()
Method Details
description
public String description()
Get description of the operation.
Returns:
operation
public String operation()
Get name of the operation.
Returns:
provider
public String provider()
Get name of the provider.
Returns:
resource
public String resource()
Get name of the resource type.
Returns:
withDescription
public OperationInfo withDescription(String description)
Set description of the operation.
Parameters:
Returns:
withOperation
public OperationInfo withOperation(String operation)
Set name of the operation.
Parameters:
Returns:
withProvider
public OperationInfo withProvider(String provider)
Set name of the provider.
Parameters:
Returns:
withResource
public OperationInfo withResource(String resource)
Set name of the resource type.
Parameters:
Returns: