public class ListFunctionsResponse extends Object implements PagedResponse<String>
| Constructor and Description |
|---|
ListFunctionsResponse(List<String> functions) |
ListFunctionsResponse(List<String> functions,
String nextPageToken) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
data() |
List<String> |
functions() |
String |
getNextPageToken() |
public String getNextPageToken()
getNextPageToken in interface PagedResponse<String>public List<String> data()
data in interface PagedResponse<String>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.