Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Lists all of the available REST API operations. |
|
abstract
Paged |
list(Context context)
Lists all of the available REST API operations. |
Method Details
list
public abstract PagedIterable<Operation> list()
Lists all of the available REST API operations.
Returns:
list
public abstract PagedIterable<Operation> list(Context context)
Lists all of the available REST API operations.
Parameters:
Returns: