ServerKey.Update Interface
Implements
public static interface ServerKey.Update
extends WithServerKeyType, WithUri
The template for ServerKey update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Server |
apply()
Executes the update request. |
|
abstract
Server |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract ServerKey apply()
Executes the update request.
Returns:
the updated resource.
apply
public abstract ServerKey apply(Context context)
Executes the update request.
Parameters:
context
- The context to associate with this operation.
Returns:
the updated resource.