public interface ResourceConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the class name of the generated resource.
|
DtoConfig |
getDTOConfig()
Returns the
DtoConfig of the entity which this resource is used for. |
java.lang.String |
getPackageName()
Returns the package name for this resource.
|
java.lang.String |
getSimpleClassName()
Returns the simple class name of the generated resource.
|
java.util.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.DtoConfigjava.lang.String getClassName()
java.lang.String getSimpleClassName()
java.lang.String getPackageName()
boolean isPostSupport()
boolean isGetSupport()
boolean isPutSupport()
boolean isDeleteSupport()
java.util.Collection<ResourceConfig> getSubResources()
ResourceConfigCopyright © 2018 SAP SE. All Rights Reserved.