OperationDisplay Class
Definition
The object that represents the operation.
public class OperationDisplay
- Inheritance
-
java.lang.ObjectOperationDisplay
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| OperationDisplay() |
Methods
| description() |
Get description of the operation. |
| operation() |
Get operation type: Read, write, delete, etc. |
| provider() |
Get service provider: Microsoft.Resources. |
| resource() |
Get resource on which the operation is performed: Profile, endpoint, etc. |
| withDescription(String description) |
Set description of the operation. |
| withOperation(String operation) |
Set operation type: Read, write, delete, etc. |
| withProvider(String provider) |
Set service provider: Microsoft.Resources. |
| withResource(String resource) |
Set resource on which the operation is performed: Profile, endpoint, etc. |