Indexable Interface
public interface Indexable
Base interface for all models that can be indexed by a key.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | key() |
Method Details
key
public abstract String key()
Returns:
the index key.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java