public class OperationDisplay extends Object
| Constructor and Description |
|---|
OperationDisplay() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description value.
|
String |
operation()
Get the operation value.
|
String |
provider()
Get the provider value.
|
String |
resource()
Get the resource value.
|
OperationDisplay |
withDescription(String description)
Set the description value.
|
OperationDisplay |
withOperation(String operation)
Set the operation value.
|
OperationDisplay |
withProvider(String provider)
Set the provider value.
|
OperationDisplay |
withResource(String resource)
Set the resource value.
|
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.