Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.self |
Modifier and Type | Method and Description |
---|---|
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.but()
Returns a clone of this builder.
|
static NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.noteObjectAttributes()
Factory Method to construct a NoteObjectAttributesBuilder
|
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withAuthorId(Integer value)
Sets the default value for the
NoteObjectAttributes.authorId property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withCreatedAt(Date value)
Sets the default value for the
NoteObjectAttributes.createdAt property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withId(Integer value)
Sets the default value for the
NoteObjectAttributes.id property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withNote(String value)
Sets the default value for the
NoteObjectAttributes.note property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withProjectId(Integer value)
Sets the default value for the
NoteObjectAttributes.projectId property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withUpdatedAt(Date value)
Sets the default value for the
NoteObjectAttributes.updatedAt property. |
NoteObjectAttributesBuilder |
NoteObjectAttributesBuilder.withUrl(String value)
Sets the default value for the
NoteObjectAttributes.url property. |
Copyright © 2016. All rights reserved.