ImmutableInstallation |
ImmutableInstallation.Builder.build() |
|
static ImmutableInstallation |
ImmutableInstallation.copyOf(Installation instance) |
|
ImmutableInstallation |
ImmutableInstallation.withAccessTokensUrl(String value) |
Copy the current immutable object by setting a value for the accessTokensUrl attribute.
|
ImmutableInstallation |
ImmutableInstallation.withAccount(User value) |
Copy the current immutable object by setting a value for the account attribute.
|
ImmutableInstallation |
ImmutableInstallation.withAppId(int value) |
Copy the current immutable object by setting a value for the appId attribute.
|
ImmutableInstallation |
ImmutableInstallation.withEvents(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of events .
|
ImmutableInstallation |
ImmutableInstallation.withEvents(String... elements) |
Copy the current immutable object with elements that replace the content of events .
|
ImmutableInstallation |
ImmutableInstallation.withHtmlUrl(String value) |
Copy the current immutable object by setting a present value for the optional htmlUrl attribute.
|
ImmutableInstallation |
ImmutableInstallation.withHtmlUrl(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the htmlUrl attribute.
|
ImmutableInstallation |
ImmutableInstallation.withId(int value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableInstallation |
ImmutableInstallation.withPermissions(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the permissions map with the specified map.
|
ImmutableInstallation |
ImmutableInstallation.withRepositoriesUrl(String value) |
Copy the current immutable object by setting a value for the repositoriesUrl attribute.
|
ImmutableInstallation |
ImmutableInstallation.withRepositorySelection(String value) |
Copy the current immutable object by setting a present value for the optional repositorySelection attribute.
|
ImmutableInstallation |
ImmutableInstallation.withRepositorySelection(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the repositorySelection attribute.
|
ImmutableInstallation |
ImmutableInstallation.withSingleFileName(String value) |
Copy the current immutable object by setting a present value for the optional singleFileName attribute.
|
ImmutableInstallation |
ImmutableInstallation.withSingleFileName(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the singleFileName attribute.
|
ImmutableInstallation |
ImmutableInstallation.withTargetId(int value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableInstallation |
ImmutableInstallation.withTargetType(String value) |
Copy the current immutable object by setting a value for the targetType attribute.
|