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