public class ResourceAccess extends Object
| Constructor and Description |
|---|
ResourceAccess() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties value.
|
String |
id()
Get the id value.
|
String |
type()
Get the type value.
|
ResourceAccess |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties value.
|
ResourceAccess |
withId(String id)
Set the id value.
|
ResourceAccess |
withType(String type)
Set the type value.
|
public Map<String,Object> additionalProperties()
public ResourceAccess withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to setpublic String id()
public ResourceAccess withId(String id)
id - the id value to setpublic String type()
public ResourceAccess withType(String type)
type - the type value to setCopyright © 2019. All rights reserved.