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