public class WorkbookNamedItemCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkbookNamedItem,WorkbookNamedItemRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkbookNamedItemCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookNamedItem> |
add(String name,
Json reference,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookNamedItem> |
addFormulaLocal(String name,
String formula,
String comment) |
public WorkbookNamedItemCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookNamedItem> add(String name, Json reference, String comment)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookNamedItem> addFormulaLocal(String name, String formula, String comment)
Copyright © 2018–2020. All rights reserved.