ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.Builder.build() |
|
static ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.copyOf(RepositoryInvitation instance) |
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withCreatedAt(ZonedDateTime value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withExpired(boolean value) |
Copy the current immutable object by setting a present value for the optional expired attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withExpired(Optional<Boolean> optional) |
Copy the current immutable object by setting an optional value for the expired attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withId(Integer value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withInvitee(User value) |
Copy the current immutable object by setting a value for the invitee attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withInviter(User value) |
Copy the current immutable object by setting a value for the inviter attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withNodeId(String value) |
Copy the current immutable object by setting a value for the nodeId attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withPermissions(String value) |
Copy the current immutable object by setting a value for the permissions attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withRepository(Repository value) |
Copy the current immutable object by setting a value for the repository attribute.
|
ImmutableRepositoryInvitation |
ImmutableRepositoryInvitation.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|