public interface ResourceConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the class name of the generated resource.
|
DtoConfig |
getDTOConfig()
Returns the
DtoConfig of the entity which this resource is used for. |
String |
getPackageName()
Returns the package name for this resource.
|
String |
getSimpleClassName()
Returns the simple class name of the generated resource.
|
Collection<ResourceConfig> |
getSubResources()
Returns all available subresources.
|
boolean |
isDeleteSupport() |
boolean |
isGetSupport() |
boolean |
isPostSupport() |
boolean |
isPutSupport() |
DtoConfig getDTOConfig()
DtoConfig of the entity which this resource is used for.DtoConfigString getClassName()
String getSimpleClassName()
String getPackageName()
boolean isPostSupport()
boolean isGetSupport()
boolean isPutSupport()
boolean isDeleteSupport()
Collection<ResourceConfig> getSubResources()
ResourceConfigCopyright © 2017 SAP SE. All Rights Reserved.