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()
Gets the parent of this child object. |
Method Details
parent
public abstract ParentT parent()
Gets the parent of this child object.
Returns:
the parent of this child object
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java