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