NetworkFunction.Update Interface

Implements

public static interface NetworkFunction.Update
extends WithTags

The template for NetworkFunction update.

Method Summary

Modifier and Type Method and Description
abstract NetworkFunction apply()

Executes the update request.

abstract NetworkFunction apply(Context context)

Executes the update request.

Method Details

apply

public abstract NetworkFunction apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract NetworkFunction apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to