HasParent<ParentT> Interface
Type Parameters
- ParentT
the parent type
public interface HasParent
An interface representing a child that has an immediately available parent.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract ParentT | parent() |
Method Details
parent
public abstract ParentT parent()
Returns:
the parent of this child object
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java