Package microsoft.dynamics.crm.complex
Class DependentAttributeMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentAttributeMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DependentAttributeMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDependentAttributeMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringattributeFormatTypeprotected StringattributeIdprotected StringattributeOfprotected StringattributeTypeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayNameprotected StringentityNameprotected BooleanisCustomAttributeprotected BooleanisRangeBasedprotected BooleanisValidForAdvancedFindprotected BooleanisValidForGridprotected StringlogicalNameprotected IntegermaxLengthprotected DoublemaxValueprotected DoubleminValueprotected StringodataTypeprotected DependentOptionSetMetadataoptionSetprotected Integerprecisionprotected List<String>targetsprotected StringtargetsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringyomiOf
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependentAttributeMetadata()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
attributeId
protected String attributeId
-
logicalName
protected String logicalName
-
displayName
protected String displayName
-
attributeType
protected String attributeType
-
attributeFormatType
protected String attributeFormatType
-
entityName
protected String entityName
-
isCustomAttribute
protected Boolean isCustomAttribute
-
isValidForAdvancedFind
protected Boolean isValidForAdvancedFind
-
isValidForGrid
protected Boolean isValidForGrid
-
yomiOf
protected String yomiOf
-
attributeOf
protected String attributeOf
-
optionSet
protected DependentOptionSetMetadata optionSet
-
targetsNextLink
protected String targetsNextLink
-
isRangeBased
protected Boolean isRangeBased
-
minValue
protected Double minValue
-
maxValue
protected Double maxValue
-
precision
protected Integer precision
-
maxLength
protected Integer maxLength
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAttributeId
public DependentAttributeMetadata withAttributeId(String attributeId)
-
withLogicalName
public DependentAttributeMetadata withLogicalName(String logicalName)
-
withDisplayName
public DependentAttributeMetadata withDisplayName(String displayName)
-
withAttributeType
public DependentAttributeMetadata withAttributeType(String attributeType)
-
withAttributeFormatType
public DependentAttributeMetadata withAttributeFormatType(String attributeFormatType)
-
withEntityName
public DependentAttributeMetadata withEntityName(String entityName)
-
withIsCustomAttribute
public DependentAttributeMetadata withIsCustomAttribute(Boolean isCustomAttribute)
-
withIsValidForAdvancedFind
public DependentAttributeMetadata withIsValidForAdvancedFind(Boolean isValidForAdvancedFind)
-
withIsValidForGrid
public DependentAttributeMetadata withIsValidForGrid(Boolean isValidForGrid)
-
withYomiOf
public DependentAttributeMetadata withYomiOf(String yomiOf)
-
withAttributeOf
public DependentAttributeMetadata withAttributeOf(String attributeOf)
-
getOptionSet
public Optional<DependentOptionSetMetadata> getOptionSet()
-
withOptionSet
public DependentAttributeMetadata withOptionSet(DependentOptionSetMetadata optionSet)
-
getTargets
public com.github.davidmoten.odata.client.CollectionPage<String> getTargets()
-
getTargets
public com.github.davidmoten.odata.client.CollectionPage<String> getTargets(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsRangeBased
public DependentAttributeMetadata withIsRangeBased(Boolean isRangeBased)
-
withMinValue
public DependentAttributeMetadata withMinValue(Double minValue)
-
withMaxValue
public DependentAttributeMetadata withMaxValue(Double maxValue)
-
withPrecision
public DependentAttributeMetadata withPrecision(Integer precision)
-
withMaxLength
public DependentAttributeMetadata withMaxLength(Integer maxLength)
-
withUnmappedField
public DependentAttributeMetadata withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static DependentAttributeMetadata.Builder builder()
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
-
-