public class TextColumn extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TextColumn.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleLines |
protected Boolean |
appendChangesToExistingText |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
linesForEditing |
protected Integer |
maxLength |
protected String |
odataType |
protected String |
textType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TextColumn() |
| Modifier and Type | Method and Description |
|---|---|
static TextColumn.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowMultipleLines() |
Optional<Boolean> |
getAppendChangesToExistingText() |
Optional<Integer> |
getLinesForEditing() |
Optional<Integer> |
getMaxLength() |
Optional<String> |
getTextType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
TextColumn |
withAllowMultipleLines(Boolean allowMultipleLines) |
TextColumn |
withAppendChangesToExistingText(Boolean appendChangesToExistingText) |
TextColumn |
withLinesForEditing(Integer linesForEditing) |
TextColumn |
withMaxLength(Integer maxLength) |
TextColumn |
withTextType(String textType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean allowMultipleLines
protected Boolean appendChangesToExistingText
protected Integer linesForEditing
protected Integer maxLength
protected String textType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TextColumn withAllowMultipleLines(Boolean allowMultipleLines)
public TextColumn withAppendChangesToExistingText(Boolean appendChangesToExistingText)
public TextColumn withLinesForEditing(Integer linesForEditing)
public TextColumn withMaxLength(Integer maxLength)
public TextColumn withTextType(String textType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static TextColumn.Builder builder()
Copyright © 2018–2020. All rights reserved.