Class AttributeAuditDetail

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class AttributeAuditDetail
    extends AuditDetail
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • invalidNewValueAttributes

        protected List<String> invalidNewValueAttributes
      • invalidNewValueAttributesNextLink

        protected String invalidNewValueAttributesNextLink
      • locLabelLanguageCode

        protected Integer locLabelLanguageCode
    • Constructor Detail

      • AttributeAuditDetail

        protected AttributeAuditDetail()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class AuditDetail
      • 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)
      • getLocLabelLanguageCode

        public Optional<Integer> getLocLabelLanguageCode()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class AuditDetail
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class AuditDetail
      • 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