OperationDisplay 类
定义
The object that describes the operation.
public class OperationDisplay
- 继承
-
java.lang.ObjectOperationDisplay
方法
description() |
Get the description value.
|
operation() |
Get the operation value.
|
provider() |
Get the provider value.
|
resource() |
Get the resource value.
|
withDescription(String description) |
Set the description value.
|
withOperation(String operation) |
Set the operation value.
|
withProvider(String provider) |
Set the provider value.
|
withResource(String resource) |
Set the resource value.
|