Class NoteObjectAttributesBuilder

    • Field Detail

      • value$id$java$lang$Integer

        protected Integer value$id$java$lang$Integer
      • isSet$id$java$lang$Integer

        protected boolean isSet$id$java$lang$Integer
      • value$projectId$java$lang$Integer

        protected Integer value$projectId$java$lang$Integer
      • isSet$projectId$java$lang$Integer

        protected boolean isSet$projectId$java$lang$Integer
      • value$authorId$java$lang$Integer

        protected Integer value$authorId$java$lang$Integer
      • isSet$authorId$java$lang$Integer

        protected boolean isSet$authorId$java$lang$Integer
      • value$createdAt$java$util$Date

        protected Date value$createdAt$java$util$Date
      • isSet$createdAt$java$util$Date

        protected boolean isSet$createdAt$java$util$Date
      • value$updatedAt$java$util$Date

        protected Date value$updatedAt$java$util$Date
      • isSet$updatedAt$java$util$Date

        protected boolean isSet$updatedAt$java$util$Date
      • value$note$java$lang$String

        protected String value$note$java$lang$String
      • isSet$note$java$lang$String

        protected boolean isSet$note$java$lang$String
      • value$url$java$lang$String

        protected String value$url$java$lang$String
      • isSet$url$java$lang$String

        protected boolean isSet$url$java$lang$String
    • Method Detail

      • noteObjectAttributes

        public static NoteObjectAttributesBuilder noteObjectAttributes()
        Factory Method to construct a NoteObjectAttributesBuilder
        Returns:
        a new NoteObjectAttributesBuilder
      • withId

        public NoteObjectAttributesBuilder withId​(Integer value)
        Sets the default value for the id property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withProjectId

        public NoteObjectAttributesBuilder withProjectId​(Integer value)
        Sets the default value for the projectId property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withAuthorId

        public NoteObjectAttributesBuilder withAuthorId​(Integer value)
        Sets the default value for the authorId property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withCreatedAt

        public NoteObjectAttributesBuilder withCreatedAt​(Date value)
        Sets the default value for the createdAt property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withUpdatedAt

        public NoteObjectAttributesBuilder withUpdatedAt​(Date value)
        Sets the default value for the updatedAt property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withNote

        public NoteObjectAttributesBuilder withNote​(String value)
        Sets the default value for the note property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • withUrl

        public NoteObjectAttributesBuilder withUrl​(String value)
        Sets the default value for the url property.
        Parameters:
        value - the default value
        Returns:
        this builder
      • clone

        @GwtIncompatible
        public Object clone()
        Returns a clone of this builder.
        Overrides:
        clone in class Object
        Returns:
        the clone