public class OperationDisplay extends Object
Constructor and Description |
---|
OperationDisplay() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get a description of the operation.
|
String |
operation()
Get the type of operation.
|
String |
provider()
Get friendly name of the resource provider.
|
String |
resource()
Get the resource type on which the operation is performed.
|
OperationDisplay |
withDescription(String description)
Set a description of the operation.
|
OperationDisplay |
withOperation(String operation)
Set the type of operation.
|
OperationDisplay |
withProvider(String provider)
Set friendly name of the resource provider.
|
OperationDisplay |
withResource(String resource)
Set the resource type on which the operation is performed.
|
public String provider()
public OperationDisplay withProvider(String provider)
provider
- the provider value to setpublic String operation()
public OperationDisplay withOperation(String operation)
operation
- the operation value to setpublic String resource()
public OperationDisplay withResource(String resource)
resource
- the resource value to setpublic String description()
public OperationDisplay withDescription(String description)
description
- the description value to setCopyright © 2019. All rights reserved.