Interface EntityDescription
-
@ProviderType public interface EntityDescription
A description of an entity, or a child of the requested resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelDescription
getDescription()
Get the ModelDescription of model which describes the resource.Resource
getResource()
Get the Resource.
-
-
-
Method Detail
-
getResource
@Nonnull Resource getResource()
Get the Resource.- Returns:
- The Resource.
-
getDescription
@Nonnull ModelDescription getDescription()
Get the ModelDescription of model which describes the resource.- Returns:
- The ModelDescription.
-
-