Interface Settable<ParentT>
-
- Type Parameters:
ParentT- the parent definitionparent()returns to
public interface Settable<ParentT>The base interface for all template interfaces for child resources that support update operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentTparent()Begins an update for a child resource.
-