Package microsoft.dynamics.crm.complex
Class AttributeAuditDetail
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AuditDetail
-
- microsoft.dynamics.crm.complex.AttributeAuditDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AttributeAuditDetail extends AuditDetail implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeAuditDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Collection_Int32_StringdeletedAttributesprotected List<String>invalidNewValueAttributesprotected StringinvalidNewValueAttributesNextLinkprotected IntegerlocLabelLanguageCode-
Fields inherited from class microsoft.dynamics.crm.complex.AuditDetail
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeAuditDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeAuditDetail.BuilderbuilderAttributeAuditDetail()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Collection_Int32_String>getDeletedAttributes()com.github.davidmoten.odata.client.CollectionPage<String>getInvalidNewValueAttributes()com.github.davidmoten.odata.client.CollectionPage<String>getInvalidNewValueAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Integer>getLocLabelLanguageCode()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AttributeAuditDetailwithDeletedAttributes(Collection_Int32_String deletedAttributes)AttributeAuditDetailwithLocLabelLanguageCode(Integer locLabelLanguageCode)AttributeAuditDetailwithUnmappedField(String name, Object value)-
Methods inherited from class microsoft.dynamics.crm.complex.AuditDetail
builder
-
-
-
-
Field Detail
-
invalidNewValueAttributesNextLink
protected String invalidNewValueAttributesNextLink
-
deletedAttributes
protected Collection_Int32_String deletedAttributes
-
locLabelLanguageCode
protected Integer locLabelLanguageCode
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAuditDetail
-
getInvalidNewValueAttributes
public com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewValueAttributes()
-
getInvalidNewValueAttributes
public com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewValueAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDeletedAttributes
public Optional<Collection_Int32_String> getDeletedAttributes()
-
withDeletedAttributes
public AttributeAuditDetail withDeletedAttributes(Collection_Int32_String deletedAttributes)
-
withLocLabelLanguageCode
public AttributeAuditDetail withLocLabelLanguageCode(Integer locLabelLanguageCode)
-
withUnmappedField
public AttributeAuditDetail withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAuditDetail
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAuditDetail
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAuditDetail
-
builderAttributeAuditDetail
public static AttributeAuditDetail.Builder builderAttributeAuditDetail()
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
-
toString
public String toString()
- Overrides:
toStringin classAuditDetail
-
-