Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

Modifier and Type Method and Description
abstract OperationsList list()

Lists the supported operations.

abstract Response<OperationsList> listWithResponse(Context context)

Lists the supported operations.

Method Details

list

public abstract OperationsList list()

Lists the supported operations.

Returns:

the operations response.

listWithResponse

public abstract Response listWithResponse(Context context)

Lists the supported operations.

Parameters:

context - The context to associate with this operation.

Returns:

the operations response along with Response<T>.

Applies to