public class MultiSelectPicklistAttributeMetadata extends EnumAttributeMetadata implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiSelectPicklistAttributeMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
childPicklistLogicalNames |
protected String |
childPicklistLogicalNamesNextLink |
protected String |
formulaDefinition |
protected String |
parentPicklistLogicalName |
protected Integer |
sourceTypeMask |
defaultFormValueattributeOf, attributeType, attributeTypeName, autoNumberFormat, canBeSecuredForCreate, canBeSecuredForRead, canBeSecuredForUpdate, canModifyAdditionalSettings, columnNumber, createdOn, deprecatedVersion, description, displayName, entityLogicalName, externalName, inheritsFrom, introducedVersion, isAuditEnabled, isCustomAttribute, isCustomizable, isDataSourceSecret, isFilterable, isGlobalFilterEnabled, isLogical, isManaged, isPrimaryId, isPrimaryName, isRenameable, isRequiredForForm, isRetrievable, isSearchable, isSecured, isSortableEnabled, isValidForAdvancedFind, isValidForCreate, isValidForForm, isValidForGrid, isValidForRead, isValidForUpdate, isValidODataAttribute, linkedAttributeId, logicalName, modifiedOn, requiredLevel, schemaName, sourceTypehasChanged, metadataIdchangedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MultiSelectPicklistAttributeMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static MultiSelectPicklistAttributeMetadata.Builder |
builderMultiSelectPicklistAttributeMetadata()
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() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getChildPicklistLogicalNames() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getChildPicklistLogicalNames(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getFormulaDefinition() |
Optional<String> |
getParentPicklistLogicalName() |
Optional<Integer> |
getSourceTypeMask() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MultiSelectPicklistAttributeMetadata |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MultiSelectPicklistAttributeMetadata |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MultiSelectPicklistAttributeMetadata |
withChildPicklistLogicalNames(List<String> childPicklistLogicalNames) |
MultiSelectPicklistAttributeMetadata |
withFormulaDefinition(String formulaDefinition) |
MultiSelectPicklistAttributeMetadata |
withParentPicklistLogicalName(String parentPicklistLogicalName) |
MultiSelectPicklistAttributeMetadata |
withSourceTypeMask(Integer sourceTypeMask) |
MultiSelectPicklistAttributeMetadata |
withUnmappedField(String name,
String value) |
builderEnumAttributeMetadata, getDefaultFormValue, getGlobalOptionSet, getOptionSet, withDefaultFormValuebuilderAttributeMetadata, getAttributeOf, getAttributeType, getAttributeTypeName, getAutoNumberFormat, getCanBeSecuredForCreate, getCanBeSecuredForRead, getCanBeSecuredForUpdate, getCanModifyAdditionalSettings, getColumnNumber, getCreatedOn, getDeprecatedVersion, getDescription, getDisplayName, getEntityLogicalName, getExternalName, getInheritsFrom, getIntroducedVersion, getIsAuditEnabled, getIsCustomAttribute, getIsCustomizable, getIsDataSourceSecret, getIsFilterable, getIsGlobalFilterEnabled, getIsLogical, getIsManaged, getIsPrimaryId, getIsPrimaryName, getIsRenameable, getIsRequiredForForm, getIsRetrievable, getIsSearchable, getIsSecured, getIsSortableEnabled, getIsValidForAdvancedFind, getIsValidForCreate, getIsValidForForm, getIsValidForGrid, getIsValidForRead, getIsValidForUpdate, getIsValidODataAttribute, getLinkedAttributeId, getLogicalName, getModifiedOn, getRequiredLevel, getSchemaName, getSourceType, withAttributeOf, withAttributeType, withAttributeTypeName, withAutoNumberFormat, withCanBeSecuredForCreate, withCanBeSecuredForRead, withCanBeSecuredForUpdate, withCanModifyAdditionalSettings, withColumnNumber, withCreatedOn, withDeprecatedVersion, withDescription, withDisplayName, withEntityLogicalName, withExternalName, withInheritsFrom, withIntroducedVersion, withIsAuditEnabled, withIsCustomAttribute, withIsCustomizable, withIsDataSourceSecret, withIsFilterable, withIsGlobalFilterEnabled, withIsLogical, withIsManaged, withIsPrimaryId, withIsPrimaryName, withIsRenameable, withIsRequiredForForm, withIsRetrievable, withIsSearchable, withIsSecured, withIsSortableEnabled, withIsValidForAdvancedFind, withIsValidForCreate, withIsValidForForm, withIsValidForGrid, withIsValidForRead, withIsValidForUpdate, withIsValidODataAttribute, withLinkedAttributeId, withLogicalName, withModifiedOn, withRequiredLevel, withSchemaName, withSourceTypegetHasChanged, getMetadataId, withHasChanged, withMetadataIdprotected String formulaDefinition
protected Integer sourceTypeMask
protected String parentPicklistLogicalName
protected String childPicklistLogicalNamesNextLink
protected MultiSelectPicklistAttributeMetadata()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EnumAttributeMetadatapublic static MultiSelectPicklistAttributeMetadata.Builder builderMultiSelectPicklistAttributeMetadata()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class EnumAttributeMetadatapublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EnumAttributeMetadatapublic MultiSelectPicklistAttributeMetadata withFormulaDefinition(String formulaDefinition)
public MultiSelectPicklistAttributeMetadata withSourceTypeMask(Integer sourceTypeMask)
public MultiSelectPicklistAttributeMetadata withParentPicklistLogicalName(String parentPicklistLogicalName)
public com.github.davidmoten.odata.client.CollectionPage<String> getChildPicklistLogicalNames()
public MultiSelectPicklistAttributeMetadata withChildPicklistLogicalNames(List<String> childPicklistLogicalNames)
public com.github.davidmoten.odata.client.CollectionPage<String> getChildPicklistLogicalNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
public MultiSelectPicklistAttributeMetadata withUnmappedField(String name, String value)
withUnmappedField in class EnumAttributeMetadatapublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EnumAttributeMetadatapublic MultiSelectPicklistAttributeMetadata patch()
this with changed fields reset.patch in class EnumAttributeMetadatathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MultiSelectPicklistAttributeMetadata put()
this
with changed fields reset (they were ignored anyway).put in class EnumAttributeMetadatathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class EnumAttributeMetadataCopyright © 2018–2020. All rights reserved.