ImmutableApp |
ImmutableApp.Builder.build() |
|
static ImmutableApp |
ImmutableApp.copyOf(App instance) |
Creates an immutable copy of a App value.
|
ImmutableApp |
ImmutableApp.withCreatedAt(ZonedDateTime value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableApp |
ImmutableApp.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableApp |
ImmutableApp.withEvents(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of events .
|
ImmutableApp |
ImmutableApp.withEvents(String... elements) |
Copy the current immutable object with elements that replace the content of events .
|
ImmutableApp |
ImmutableApp.withExternalUrl(String value) |
Copy the current immutable object by setting a value for the externalUrl attribute.
|
ImmutableApp |
ImmutableApp.withHtmlUrl(String value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableApp |
ImmutableApp.withId(Integer value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableApp |
ImmutableApp.withInstallationsCount(int value) |
Copy the current immutable object by setting a present value for the optional installationsCount attribute.
|
ImmutableApp |
ImmutableApp.withInstallationsCount(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the installationsCount attribute.
|
ImmutableApp |
ImmutableApp.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableApp |
ImmutableApp.withPermissions(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the permissions map with the specified map.
|
ImmutableApp |
ImmutableApp.withSlug(String value) |
Copy the current immutable object by setting a present value for the optional slug attribute.
|
ImmutableApp |
ImmutableApp.withSlug(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the slug attribute.
|
ImmutableApp |
ImmutableApp.withUpdatedAt(ZonedDateTime value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|