Package microsoft.dynamics.crm.entity
Class MultiSelectPicklistAttributeMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmmodelbaseentity
-
- microsoft.dynamics.crm.entity.MetadataBase
-
- microsoft.dynamics.crm.entity.AttributeMetadata
-
- microsoft.dynamics.crm.entity.EnumAttributeMetadata
-
- microsoft.dynamics.crm.entity.MultiSelectPicklistAttributeMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class MultiSelectPicklistAttributeMetadata extends EnumAttributeMetadata implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiSelectPicklistAttributeMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>childPicklistLogicalNamesprotected StringchildPicklistLogicalNamesNextLinkprotected StringformulaDefinitionprotected StringparentPicklistLogicalNameprotected IntegersourceTypeMask-
Fields inherited from class microsoft.dynamics.crm.entity.EnumAttributeMetadata
defaultFormValue
-
Fields inherited from class microsoft.dynamics.crm.entity.AttributeMetadata
attributeOf, 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, sourceType
-
Fields inherited from class microsoft.dynamics.crm.entity.MetadataBase
hasChanged, metadataId
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmmodelbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMultiSelectPicklistAttributeMetadata()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultiSelectPicklistAttributeMetadata.BuilderbuilderMultiSelectPicklistAttributeMetadata()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.ChangedFieldsgetChangedFields()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()MultiSelectPicklistAttributeMetadatapatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)MultiSelectPicklistAttributeMetadataput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()MultiSelectPicklistAttributeMetadatawithChildPicklistLogicalNames(List<String> childPicklistLogicalNames)MultiSelectPicklistAttributeMetadatawithFormulaDefinition(String formulaDefinition)MultiSelectPicklistAttributeMetadatawithParentPicklistLogicalName(String parentPicklistLogicalName)MultiSelectPicklistAttributeMetadatawithSourceTypeMask(Integer sourceTypeMask)MultiSelectPicklistAttributeMetadatawithUnmappedField(String name, String value)-
Methods inherited from class microsoft.dynamics.crm.entity.EnumAttributeMetadata
builderEnumAttributeMetadata, getDefaultFormValue, getGlobalOptionSet, getOptionSet, withDefaultFormValue
-
Methods inherited from class microsoft.dynamics.crm.entity.AttributeMetadata
builderAttributeMetadata, 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, withSourceType
-
Methods inherited from class microsoft.dynamics.crm.entity.MetadataBase
getHasChanged, getMetadataId, withHasChanged, withMetadataId
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEnumAttributeMetadata
-
builderMultiSelectPicklistAttributeMetadata
public static MultiSelectPicklistAttributeMetadata.Builder builderMultiSelectPicklistAttributeMetadata()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEnumAttributeMetadata
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEnumAttributeMetadata
-
withFormulaDefinition
public MultiSelectPicklistAttributeMetadata withFormulaDefinition(String formulaDefinition)
-
withSourceTypeMask
public MultiSelectPicklistAttributeMetadata withSourceTypeMask(Integer sourceTypeMask)
-
withParentPicklistLogicalName
public MultiSelectPicklistAttributeMetadata withParentPicklistLogicalName(String parentPicklistLogicalName)
-
getChildPicklistLogicalNames
public com.github.davidmoten.odata.client.CollectionPage<String> getChildPicklistLogicalNames()
-
withChildPicklistLogicalNames
public MultiSelectPicklistAttributeMetadata withChildPicklistLogicalNames(List<String> childPicklistLogicalNames)
-
getChildPicklistLogicalNames
public com.github.davidmoten.odata.client.CollectionPage<String> getChildPicklistLogicalNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public MultiSelectPicklistAttributeMetadata withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEnumAttributeMetadata
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEnumAttributeMetadata
-
patch
public MultiSelectPicklistAttributeMetadata patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classEnumAttributeMetadata- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public MultiSelectPicklistAttributeMetadata put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classEnumAttributeMetadata- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classEnumAttributeMetadata
-
-