public class WorkbookNamedItem extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookNamedItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
name |
protected String |
scope |
protected String |
type |
protected Json |
value |
protected Boolean |
visible |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookNamedItem() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookNamedItem.Builder |
builderWorkbookNamedItem()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getComment() |
Optional<String> |
getName() |
Optional<String> |
getScope() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Json> |
getValue() |
Optional<Boolean> |
getVisible() |
WorkbookWorksheetRequest |
getWorksheet() |
String |
odataTypeName() |
WorkbookNamedItem |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookNamedItem |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookRange> |
range() |
String |
toString() |
WorkbookNamedItem |
withComment(String comment) |
WorkbookNamedItem |
withName(String name) |
WorkbookNamedItem |
withScope(String scope) |
WorkbookNamedItem |
withType(String type) |
WorkbookNamedItem |
withValue(Json value) |
WorkbookNamedItem |
withVisible(Boolean visible) |
protected String comment
protected String name
protected String scope
protected String type
protected Json value
protected Boolean visible
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookNamedItem.Builder builderWorkbookNamedItem()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WorkbookNamedItem withComment(String comment)
public WorkbookNamedItem withName(String name)
public WorkbookNamedItem withScope(String scope)
public WorkbookNamedItem withType(String type)
public WorkbookNamedItem withValue(Json value)
public WorkbookNamedItem withVisible(Boolean visible)
public WorkbookWorksheetRequest getWorksheet()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookNamedItem patch()
this with changed fields reset.public WorkbookNamedItem put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookRange> range()
Copyright © 2018–2020. All rights reserved.