Class NoteObjectAttributesBuilder

java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.NoteObjectAttributesBuilder
All Implemented Interfaces:
Cloneable

@Generated("PojoBuilder") public class NoteObjectAttributesBuilder extends Object implements Cloneable
  • Field Details Link icon

    • self Link icon

    • value$id$java$lang$Long Link icon

      protected Long value$id$java$lang$Long
    • isSet$id$java$lang$Long Link icon

      protected boolean isSet$id$java$lang$Long
    • value$projectId$java$lang$Integer Link icon

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

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

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

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

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

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

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

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

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

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

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

      protected boolean isSet$url$java$lang$String
  • Constructor Details Link icon

  • Method Details Link icon

    • noteObjectAttributes Link icon

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

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

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

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

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

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

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

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

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

      @GwtIncompatible public NoteObjectAttributesBuilder but()
      Returns a clone of this builder.
      Returns:
      the clone
    • build Link icon

      public NoteObjectAttributes build()
      Creates a new NoteObjectAttributes based on this builder's settings.
      Returns:
      the created NoteObjectAttributes