public class ComplexMemoAttributeMetadata extends ComplexAttributeMetadata implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ComplexMemoAttributeMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected StringFormat |
format |
protected ImeMode |
imeMode |
protected Boolean |
isLocalizable |
protected Integer |
maxLength |
attributeOf, attributeType, attributeTypeName, autoNumberFormat, canBeSecuredForCreate, canBeSecuredForRead, canBeSecuredForUpdate, canModifyAdditionalSettings, columnNumber, contextPath, createdOn, deprecatedVersion, description, displayName, entityLogicalName, externalName, hasChanged, inheritsFrom, introducedVersion, isAuditEnabled, isCustomAttribute, isCustomizable, isDataSourceSecret, isFilterable, isGlobalFilterEnabled, isLogical, isManaged, isPrimaryId, isPrimaryName, isRenameable, isRequiredForForm, isRetrievable, isSearchable, isSecured, isSortableEnabled, isValidForAdvancedFind, isValidForCreate, isValidForForm, isValidForGrid, isValidForRead, isValidForUpdate, linkedAttributeId, logicalName, metadataId, modifiedOn, odataType, requiredLevel, schemaName, sourceType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ComplexMemoAttributeMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static ComplexMemoAttributeMetadata.Builder |
builderComplexMemoAttributeMetadata()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<StringFormat> |
getFormat() |
Optional<ImeMode> |
getImeMode() |
Optional<Boolean> |
getIsLocalizable() |
Optional<Integer> |
getMaxLength() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ComplexMemoAttributeMetadata |
withFormat(StringFormat format) |
ComplexMemoAttributeMetadata |
withImeMode(ImeMode imeMode) |
ComplexMemoAttributeMetadata |
withIsLocalizable(Boolean isLocalizable) |
ComplexMemoAttributeMetadata |
withMaxLength(Integer maxLength) |
ComplexMemoAttributeMetadata |
withUnmappedField(String name,
String value) |
builder, getAttributeOf, getAttributeType, getAttributeTypeName, getAutoNumberFormat, getCanBeSecuredForCreate, getCanBeSecuredForRead, getCanBeSecuredForUpdate, getCanModifyAdditionalSettings, getColumnNumber, getCreatedOn, getDeprecatedVersion, getDescription, getDisplayName, getEntityLogicalName, getExternalName, getHasChanged, getInheritsFrom, getIntroducedVersion, getIsAuditEnabled, getIsCustomAttribute, getIsCustomizable, getIsDataSourceSecret, getIsFilterable, getIsGlobalFilterEnabled, getIsLogical, getIsManaged, getIsPrimaryId, getIsPrimaryName, getIsRenameable, getIsRequiredForForm, getIsRetrievable, getIsSearchable, getIsSecured, getIsSortableEnabled, getIsValidForAdvancedFind, getIsValidForCreate, getIsValidForForm, getIsValidForGrid, getIsValidForRead, getIsValidForUpdate, getLinkedAttributeId, getLogicalName, getMetadataId, getModifiedOn, getRequiredLevel, getSchemaName, getSourceType, withAttributeOf, withAttributeType, withAttributeTypeName, withAutoNumberFormat, withCanBeSecuredForCreate, withCanBeSecuredForRead, withCanBeSecuredForUpdate, withCanModifyAdditionalSettings, withColumnNumber, withCreatedOn, withDeprecatedVersion, withDescription, withDisplayName, withEntityLogicalName, withExternalName, withHasChanged, withInheritsFrom, withIntroducedVersion, withIsAuditEnabled, withIsCustomAttribute, withIsCustomizable, withIsDataSourceSecret, withIsFilterable, withIsGlobalFilterEnabled, withIsLogical, withIsManaged, withIsPrimaryId, withIsPrimaryName, withIsRenameable, withIsRequiredForForm, withIsRetrievable, withIsSearchable, withIsSecured, withIsSortableEnabled, withIsValidForAdvancedFind, withIsValidForCreate, withIsValidForForm, withIsValidForGrid, withIsValidForRead, withIsValidForUpdate, withLinkedAttributeId, withLogicalName, withMetadataId, withModifiedOn, withRequiredLevel, withSchemaName, withSourceTypeprotected StringFormat format
protected ImeMode imeMode
protected Integer maxLength
protected Boolean isLocalizable
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ComplexAttributeMetadatapublic Optional<StringFormat> getFormat()
public ComplexMemoAttributeMetadata withFormat(StringFormat format)
public ComplexMemoAttributeMetadata withImeMode(ImeMode imeMode)
public ComplexMemoAttributeMetadata withMaxLength(Integer maxLength)
public ComplexMemoAttributeMetadata withIsLocalizable(Boolean isLocalizable)
public ComplexMemoAttributeMetadata withUnmappedField(String name, String value)
withUnmappedField in class ComplexAttributeMetadatapublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ComplexAttributeMetadatapublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ComplexAttributeMetadatapublic static ComplexMemoAttributeMetadata.Builder builderComplexMemoAttributeMetadata()
public String toString()
toString in class ComplexAttributeMetadataCopyright © 2018–2021. All rights reserved.