ResourceType 类
定义
Resource Type.
public class ResourceType
- 继承
-
java.lang.ObjectResourceType
方法
displayName() |
Get the displayName value.
|
name() |
Get the name value.
|
operations() |
Get the operations value.
|
withDisplayName(String displayName) |
Set the displayName value.
|
withName(String name) |
Set the name value.
|
withOperations(List<ProviderOperation> operations) |
Set the operations value.
|