public class ResourceType extends Object
| Constructor and Description |
|---|
ResourceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName value.
|
String |
name()
Get the name value.
|
List<ProviderOperation> |
operations()
Get the operations value.
|
ResourceType |
withDisplayName(String displayName)
Set the displayName value.
|
ResourceType |
withName(String name)
Set the name value.
|
ResourceType |
withOperations(List<ProviderOperation> operations)
Set the operations value.
|
public String name()
public ResourceType withName(String name)
name - the name value to setpublic String displayName()
public ResourceType withDisplayName(String displayName)
displayName - the displayName value to setpublic List<ProviderOperation> operations()
public ResourceType withOperations(List<ProviderOperation> operations)
operations - the operations value to setCopyright © 2019. All rights reserved.