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