public class OperationDisplay extends Object
Constructor and Description |
---|
OperationDisplay() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get description of the operation.
|
String |
operation()
Get type of operation: get, read, delete, etc.
|
String |
provider()
Get service provider: Microsoft Storage.
|
String |
resource()
Get resource on which the operation is performed etc.
|
OperationDisplay |
withDescription(String description)
Set description of the operation.
|
OperationDisplay |
withOperation(String operation)
Set type of operation: get, read, delete, etc.
|
OperationDisplay |
withProvider(String provider)
Set service provider: Microsoft Storage.
|
OperationDisplay |
withResource(String resource)
Set resource on which the operation is performed etc.
|
public String provider()
public OperationDisplay withProvider(String provider)
provider
- the provider value to setpublic String resource()
public OperationDisplay withResource(String resource)
resource
- the resource value to setpublic String operation()
public OperationDisplay withOperation(String operation)
operation
- the operation value to setpublic String description()
public OperationDisplay withDescription(String description)
description
- the description value to setCopyright © 2019. All rights reserved.