public class WorkbookTableRowCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkbookTableRow,WorkbookTableRowRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkbookTableRowCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookTableRow> |
add(Integer index,
Json values) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer> |
count() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookTableRow> |
itemAt(Integer index) |
public WorkbookTableRowCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookTableRow> add(Integer index, Json values)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookTableRow> itemAt(Integer index)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer> count()
Copyright © 2018–2020. All rights reserved.