HasName Interface
public interface HasName
An interface representing a model that has a name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | name() |
Method Details
name
public abstract String name()
Returns:
the name of the resource
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.