NetworkFunctions Interface

public interface NetworkFunctions

Resource collection API of NetworkFunctions.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Operation> listOperations()

Lists all of the available NetworkFunction Rest API operations.

abstract PagedIterable<Operation> listOperations(Context context)

Lists all of the available NetworkFunction Rest API operations.

Method Details

listOperations

public abstract PagedIterable<Operation> listOperations()

Lists all of the available NetworkFunction Rest API operations.

Returns:

paged collection of Operation items as paginated response with PagedIterable<T>.

listOperations

public abstract PagedIterable<Operation> listOperations(Context context)

Lists all of the available NetworkFunction Rest API operations.

Parameters:

context - The context to associate with this operation.

Returns:

paged collection of Operation items as paginated response with PagedIterable<T>.

Applies to