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 |
---|---|
ParentT | parent() |
Method Details
parent
public ParentT parent()
Returns:
the parent of this child object
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java