Configuration.Update Interface
Implements
public static interface Configuration.Update
extends WithValue, WithSource
The template for Configuration update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Configuration |
apply()
Executes the update request. |
| abstract Configuration |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract Configuration apply()
Executes the update request.
Returns:
apply
public abstract Configuration apply(Context context)
Executes the update request.
Parameters:
Returns: