Interface NamedDescribedResourceReference
- All Superinterfaces:
NamedResourceReference
,ResourceReference
,Serializable
Represents reference to the resource, including its name and description
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the resource.Methods inherited from interface NamedResourceReference
getName
Methods inherited from interface ResourceReference
getId, getResourceDiscriminator, getResourceType
-
Method Details
-
getDescription
String getDescription()Returns the description of the resource.- Returns:
- the description of the resource
-